From c146e32808c0662d6e109eefd442d5ce8f496f0b Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 29 Sep 2020 15:21:31 -0600 Subject: [PATCH 01/10] Update .gitmodules and submodule pointer for fv3atm for code review and testing --- .gitmodules | 6 ++++-- FV3 | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 4e27b112..1a90619d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,9 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NOAA-EMC/fv3atm - branch = develop + #url = https://github.com/NOAA-EMC/fv3atm + #branch = develop + url = https://github.com/climbfuji/fv3atm + branch = ccpp-tendencies-bugfixes-global-restart-halo-bdy-update [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS.git diff --git a/FV3 b/FV3 index 9e1ba7c7..6ec66656 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 9e1ba7c7448a8d009f39b5588e9498a7dbab1c60 +Subproject commit 6ec66656af02c6cf9b64cf0d75cad0ae79a90452 From 2981e1910a6f084695523ae15d03c5923997faa8 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 30 Sep 2020 08:03:21 -0600 Subject: [PATCH 02/10] Update submodule pointer for fv3atm --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 6ec66656..83ffc5ac 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 6ec66656af02c6cf9b64cf0d75cad0ae79a90452 +Subproject commit 83ffc5acd82c1f86d73aaabda9d324e2927de3ef From 0ac4499bc654ddad66825069352cf9392af03017 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 30 Sep 2020 08:31:03 -0600 Subject: [PATCH 03/10] Update submodule pointer for fv3atm --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 83ffc5ac..9d8cce3a 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 83ffc5acd82c1f86d73aaabda9d324e2927de3ef +Subproject commit 9d8cce3a35025b6befd25fda48db2f882ce5dbaf From 4f192498c523382f68c18eea126ed387ae1eea3e Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 30 Sep 2020 14:55:35 -0600 Subject: [PATCH 04/10] Revert change to .gitmodules and update submodule pointer for fv3atm --- .gitmodules | 6 ++---- FV3 | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 1a90619d..4e27b112 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 = ccpp-tendencies-bugfixes-global-restart-halo-bdy-update + url = https://github.com/NOAA-EMC/fv3atm + branch = develop [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS.git diff --git a/FV3 b/FV3 index 9d8cce3a..ab0e5ae3 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 9d8cce3a35025b6befd25fda48db2f882ce5dbaf +Subproject commit ab0e5ae33b24c191f201edb80361de799816a2d8 From 23b99862b13711a095d133fb5bf3f625175f676e Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 9 Oct 2020 15:01:35 -0600 Subject: [PATCH 05/10] Update submodule pointer rfor fv3atm --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index ab0e5ae3..90bc1a4d 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit ab0e5ae33b24c191f201edb80361de799816a2d8 +Subproject commit 90bc1a4d6b660b5497c36dc009e1624f9982a2b1 From d301e8e46be96a89e0a77a77aa4a93c024aa11de Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 13 Oct 2020 13:32:10 -0600 Subject: [PATCH 06/10] Replace -DOPENMP with -D_OPENMP in conf/onfigure.fv3.* --- conf/configure.fv3.cheyenne.intel | 2 +- conf/configure.fv3.hera.intel | 2 +- conf/configure.fv3.orion.intel | 2 +- conf/configure.fv3.wcoss_dell_p3 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/configure.fv3.cheyenne.intel b/conf/configure.fv3.cheyenne.intel index 98c79426..d4785755 100644 --- a/conf/configure.fv3.cheyenne.intel +++ b/conf/configure.fv3.cheyenne.intel @@ -177,7 +177,7 @@ FAST := $(TRANSCENDENTALS) endif ifeq ($(OPENMP),Y) -CPPDEFS += -DOPENMP +CPPDEFS += -D_OPENMP CFLAGS += $(CFLAGS_OPENMP) FFLAGS += $(FFLAGS_OPENMP) LDFLAGS += $(LDFLAGS_OPENMP) diff --git a/conf/configure.fv3.hera.intel b/conf/configure.fv3.hera.intel index 2881a69e..51a6a8ac 100644 --- a/conf/configure.fv3.hera.intel +++ b/conf/configure.fv3.hera.intel @@ -157,7 +157,7 @@ FAST := $(TRANSCENDENTALS) endif ifeq ($(OPENMP),Y) -CPPDEFS += -DOPENMP +CPPDEFS += -D_OPENMP CFLAGS += $(CFLAGS_OPENMP) FFLAGS += $(FFLAGS_OPENMP) LDFLAGS += $(LDFLAGS_OPENMP) diff --git a/conf/configure.fv3.orion.intel b/conf/configure.fv3.orion.intel index acfc3003..fc97c56f 100644 --- a/conf/configure.fv3.orion.intel +++ b/conf/configure.fv3.orion.intel @@ -156,7 +156,7 @@ FAST := $(TRANSCENDENTALS) endif ifeq ($(OPENMP),Y) -CPPDEFS += -DOPENMP +CPPDEFS += -D_OPENMP CFLAGS += $(CFLAGS_OPENMP) FFLAGS += $(FFLAGS_OPENMP) LDFLAGS += $(LDFLAGS_OPENMP) diff --git a/conf/configure.fv3.wcoss_dell_p3 b/conf/configure.fv3.wcoss_dell_p3 index 37f19018..228f14c2 100644 --- a/conf/configure.fv3.wcoss_dell_p3 +++ b/conf/configure.fv3.wcoss_dell_p3 @@ -138,7 +138,7 @@ FAST := $(TRANSCENDENTALS) endif ifeq ($(OPENMP),Y) -CPPDEFS += -DOPENMP +CPPDEFS += -D_OPENMP CFLAGS += $(CFLAGS_OPENMP) FFLAGS += $(FFLAGS_OPENMP) LDFLAGS += $(LDFLAGS_OPENMP) From e7f6b2cf548f17711b5f53fc4d13966c98552f65 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 13 Oct 2020 13:33:10 -0600 Subject: [PATCH 07/10] Update .gitmodules and submodule pointers for NEMS and stochastic_physics --- .gitmodules | 6 ++++-- NEMS | 2 +- stochastic_physics | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 4e27b112..e83b2918 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,8 +4,10 @@ branch = develop [submodule "NEMS"] path = NEMS - url = https://github.com/NOAA-EMC/NEMS.git - branch = develop + #url = https://github.com/NOAA-EMC/NEMS.git + #branch = develop + url = https://github.com/aerorahul/NEMS.git + branch = feature/overload [submodule "FMS"] path = FMS url = https://github.com/NOAA-GFDL/FMS diff --git a/NEMS b/NEMS index 9d05172b..a20af651 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit 9d05172b711f4ab5d6f978dbe575bd67a681b55a +Subproject commit a20af651d07522fc76ff27d0b5c91ad31fee09f8 diff --git a/stochastic_physics b/stochastic_physics index ffdd19bc..6eac8455 160000 --- a/stochastic_physics +++ b/stochastic_physics @@ -1 +1 @@ -Subproject commit ffdd19bc6c1df747394b7e9958a76238fcd44242 +Subproject commit 6eac8455ece23fcadcb97c876346cd87c0f70e6f From 14d6b439529cf3c60cc027f5d646863219078230 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 14 Oct 2020 07:31:27 -0600 Subject: [PATCH 08/10] Update regression test baseline date to 20201012 --- tests/rt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rt.sh b/tests/rt.sh index c3353491..1aa0cc79 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -417,7 +417,7 @@ fi if [[ $MACHINE_ID = cheyenne.* ]]; then RTPWD=${RTPWD:-$DISKNM/develop-20200210/${COMPILER^^}} else - RTPWD=${RTPWD:-$DISKNM/FV3-MOM6-CICE5/develop-20200928} + RTPWD=${RTPWD:-$DISKNM/FV3-MOM6-CICE5/develop-20201012} fi shift $((OPTIND-1)) From 0f368d7c4f1400a8761ddd309950fec09c7bf24f Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 14 Oct 2020 07:31:47 -0600 Subject: [PATCH 09/10] Regression test logs for wcoss_dell_p3, orion.intel, hera.intel --- tests/Compile_hera.intel.log | 21091 +++++--------------- tests/Compile_orion.intel.log | 22612 ++++++---------------- tests/Compile_wcoss_dell_p3.log | 20724 +++++--------------- tests/RegressionTests_hera.intel.log | 78 +- tests/RegressionTests_orion.intel.log | 141 +- tests/RegressionTests_wcoss_dell_p3.log | 141 +- 6 files changed, 15125 insertions(+), 49662 deletions(-) diff --git a/tests/Compile_hera.intel.log b/tests/Compile_hera.intel.log index f8c67fa5..fdb92192 100644 --- a/tests/Compile_hera.intel.log +++ b/tests/Compile_hera.intel.log @@ -1,7 +1,7 @@ + SECONDS=0 + [[ 4 -lt 2 ]] -+ readonly PATHTR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -+ PATHTR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 ++ readonly PATHTR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 ++ PATHTR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 + readonly BUILD_TARGET=hera.intel + BUILD_TARGET=hera.intel + readonly 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y' @@ -13,7 +13,7 @@ + readonly clean_after=YES + clean_after=YES + hostname -hfe06 +hfe12 + echo 'Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y into fcst_1.exe on hera.intel' Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y into fcst_1.exe on hera.intel + gnu_make=gmake @@ -23,7 +23,7 @@ Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_G + [[ hera.intel == stampede.* ]] + MAKE_THREADS=1 + [[ 1 -gt 1 ]] -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../NEMS ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y == *\C\C\P\P\=\Y* ]] + COMPONENTS=FMS,FV3,CCPP @@ -32,40 +32,40 @@ Compiling suites FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p ./compile.sh: line 85: MAKE_OPT: readonly variable Will copy modules.nems and NEMS.x as fcst_1 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" ; \ -rm -rf "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build" -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -+ rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build +cd "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" ; \ +rm -rf "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build" ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp ++ rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build set -xue ; \ -export PATH_CCPP="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008 ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ +export PATH_CCPP="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ cd $PATH_CCPP ; \ -rm -rf "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib" ; \ -rm -rf "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include" ; \ -rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk -+ export PATH_CCPP=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -+ PATH_CCPP=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008 -+ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean +rm -rf "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib" ; \ +rm -rf "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include" ; \ +rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk ++ export PATH_CCPP=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp ++ PATH_CCPP=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model ++ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Performing clean .... INFO: CCPP prebuild clean completed successfully, exiting. -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -+ rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib -+ rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -+ rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk -cat /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs/makefile.temp.clean -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs ; \ - exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs' ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp ++ rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib ++ rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include ++ rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk +cat /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs ; \ + exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -76,136 +76,112 @@ 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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs' -rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/conf/configure.fv3 -cat /dev/null > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/conf/modules.fv3 -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs' +rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/conf/configure.fv3 +cat /dev/null > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/conf/modules.fv3 +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/stochastic_physics' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/stochastic_physics' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/stochastic_physics' (cd stochastic_physics && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include] -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/stochastic_physics' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/stochastic_physics' Cleaning io ... rm -f -f libstochastic_physics_wrapper.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/stochastic_physics' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include] -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' -rm -rf nems_dir FV3_INSTALL /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/conf/configure.fv3 \ - /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/conf/modules.fv3 -rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' +rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/conf/configure.fv3 \ + /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/conf/modules.fv3 +rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk set -e ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/src/MOM6/config_src/nems_cap/mom5.mk.install -rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk -cp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/modulefiles/hera.intel/fv3 /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems -set -xe ; cp "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems" "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/tests/modules.fcst_1" -+ cp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/tests/modules.fcst_1 -cp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/conf/configure.fv3.hera.intel /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems -cat /dev/null > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/externals.nems -cp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems.csh" -/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/incmake/configure_rules.mk:3: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS' -if [ -f "/modules.nems" ] ; then \ - . /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=12000000 ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 ; \ -) > "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS' -cp -n /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/modulefiles/hera.intel/fv3 /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems ; \ - . /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/src/MOM6/config_src/nems_cap/mom5.mk.install +rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +set -xe ; cp "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems" "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/tests/modules.fcst_1" ++ cp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/tests/modules.fcst_1 +cp -n /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/modulefiles/hera.intel/fv3 /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE COMP_BINDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL MACHINE_ID="hera" SYSTEM_USERDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL" SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE" EXEDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="hera" SYSTEM_USERDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.clean Currently Loaded Modules: @@ -226,19 +202,19 @@ Currently Loaded Modules: CICE6 ./comp_ice.backend.clean: ARCH = hera_intel -CICE6 ./comp_ice.backend.clean: EXEDIR = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.clean: OBJDIR = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.clean: MAKEFILE = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.clean: MACROSFILE = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/machines/Macros.hera_intel +CICE6 ./comp_ice.backend.clean: EXEDIR = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.clean: OBJDIR = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.clean: MAKEFILE = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.clean: MACROSFILE = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.hera_intel CICE6 ./comp_ice.backend.clean: ESMFMKFILE = /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -f *.o *.d *.mod /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk -cp -n /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/modulefiles/hera.intel/fv3 /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems ; \ - . /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS" COMP_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -f *.o *.d *.mod /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +cp -n /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/modulefiles/hera.intel/fv3 /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS" COMP_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS ; \ exec gmake clean Currently Loaded Modules: @@ -258,44 +234,44 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS' cd mediator; \ exec gmake clean -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/mediator' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/mediator' rm -f -f libcmeps.a *.i90 *.o *.mod -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/mediator' +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/mediator' cd nems/util; \ exec gmake clean -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/nems/util' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/nems/util' rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod rm -f -f med_constants_mod.* -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/nems/util' -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS' -rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL -rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk -if ! test -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/nems/util' +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS' +rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL +rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +if ! test -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 CMEPS" \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 CMEPS" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: CMEPS CICE6 MOM6 FV3 FMS CCPP -CMEPS: include -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src' -GNUmakefile:70: : component CMEPS makefile fragment is missing -CICE6: include -GNUmakefile:70: : component CICE6 makefile fragment is missing -MOM6: include -GNUmakefile:70: : component MOM6 makefile fragment is missing -FV3: include -GNUmakefile:70: : component FV3 makefile fragment is missing -FMS: include -GNUmakefile:70: : component FMS makefile fragment is missing -CCPP: include -GNUmakefile:70: : component CCPP makefile fragment is missing +CMEPS: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src' +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk: component CMEPS makefile fragment is missing +CICE6: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing +MOM6: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing +FV3: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION="8_1_0_beta_snapshot_27" @@ -307,56 +283,56 @@ CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src' -rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/exe/NEMS.x /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/externals.nems /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ESMFVersionDefine.h /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems.sh /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems.csh /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/test-results.mk -rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/components.mk -rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src' +rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/externals.nems /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems.sh /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems.csh /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/test-results.mk +rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/components.mk +rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/test_results.mk Will copy modules.nems and NEMS.x as fcst_1 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. -cp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/modulefiles/hera.intel/fv3 /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems -set -xe ; cp "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems" "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/tests/modules.fcst_1" -+ cp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/tests/modules.fcst_1 -cp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/conf/configure.fv3.hera.intel /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems -cat /dev/null > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/externals.nems -cp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems.csh" -/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/incmake/configure_rules.mk:3: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS' +/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +cp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/modulefiles/hera.intel/fv3 /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems +set -xe ; cp "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems" "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/tests/modules.fcst_1" ++ cp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/tests/modules.fcst_1 +cp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/conf/configure.fv3.hera.intel /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems +cat /dev/null > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/externals.nems +cp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h +( echo '. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems.csh" +/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/incmake/configure_rules.mk:3: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=12000000 ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=12000000 ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 ; \ -) > "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS' -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +) > "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS' +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -xue ; \ -export PATH_CCPP="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008 ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ +export PATH_CCPP="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ cd $PATH_CCPP ; \ -./build_ccpp.sh hera.intel "$PATH_CCPP" /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk \ - "CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp"" NO NO ; \ -test -d "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp"/include ; \ -test -d "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp"/lib +./build_ccpp.sh hera.intel "$PATH_CCPP" /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk \ + "CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp"" NO NO ; \ +test -d "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp"/include ; \ +test -d "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp"/lib Currently Loaded Modules: 1) sutils/default 14) esmf/8_1_0_beta_snapshot_27 @@ -375,16 +351,16 @@ Currently Loaded Modules: -+ export PATH_CCPP=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -+ PATH_CCPP=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008 -+ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ++ export PATH_CCPP=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp ++ PATH_CCPP=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 ++ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_coupled.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15p2_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_2017_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_v15p2_coupled.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 @@ -432,6 +408,7 @@ INFO: Converting local name xlaixy of variable leaf_area_index from new to old m INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far 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 peln of variable log_pressure_at_Lagrangian_surface 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 zogw of variable height_of_launch_level_of_orographic_gravity_wave 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 do_shum of variable flag_for_stochastic_shum_option from new to old metadata @@ -459,6 +436,7 @@ INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of varia INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate 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 qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name jindx1_ci of variable lower_cloud_nuclei_y_interpolation_index from new to old metadata INFO: Converting local name do_sppt of variable flag_for_stochastic_physics_perturbations 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 qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata @@ -474,6 +452,7 @@ INFO: Converting local name slag of variable equation_of_time from new to old me INFO: Converting local name zorl of variable surface_roughness_length 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 do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name in_nm of variable ice_nucleation_number from new to old metadata INFO: Converting local name rrtmgp_nGptsLW of variable number_of_lw_spectral_points_rrtmgp 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 aerosolslw of variable RRTMGP_aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata @@ -485,7 +464,7 @@ INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model INFO: Converting local name qsq of variable q_prime_squared 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 refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name flxprf_sw of variable RRTMGP_sw_fluxes 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 dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd 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 @@ -499,10 +478,12 @@ INFO: Converting local name snowd_land of variable surface_snow_thickness_water_ INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface 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 cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jindx1_aer of variable lower_aerosol_y_interpolation_index 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 gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 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 ty_cloud_optics of variable ty_cloud_optics from new to old metadata +INFO: Converting local name fluxr of variable cumulative_radiation_diagnostic 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 gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics 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 @@ -547,7 +528,6 @@ INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_ INFO: Converting local name ty_optical_props_nstr of variable ty_optical_props_nstr 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 phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step 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 ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata @@ -572,6 +552,7 @@ INFO: Converting local name ntqv of variable index_for_water_vapor from new to o INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata INFO: Converting local name bl_mynn_output of variable mynn_output_flag 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 jindx2_ci of variable upper_cloud_nuclei_y_interpolation_index 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 qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio 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 @@ -579,6 +560,7 @@ INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from ne INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency 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 lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name nfxr of variable number_of_radiation_diagnostic_variables 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 hprime of variable statistical_measures_of_subgrid_orography from new to old metadata @@ -666,6 +648,7 @@ INFO: Converting local name flag_for_dcnv_generic_tend of variable flag_for_gene INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial 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 snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iindx2_aer of variable upper_aerosol_x_interpolation_index 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 nieffr of variable index_for_ice_effective_radius from new to old metadata INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata @@ -674,6 +657,7 @@ INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata INFO: Converting local name clxss of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale 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 iindx2_ci of variable upper_cloud_nuclei_x_interpolation_index 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 do_myjpbl of variable do_myjpbl 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_and_radiation_levels from new to old metadata @@ -709,6 +693,7 @@ INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_ne INFO: Converting local name landfrac of variable land_area_fraction 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 num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name ddy_ci of variable cloud_nuclei_y_interpolation_weight from new to old metadata INFO: Converting local name flag_for_scnv_generic_tend of variable flag_for_generic_shallow_convection_tendency 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 @@ -719,6 +704,7 @@ INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_ INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics 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 du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name lgfdlmprad of variable flag_for_GFDL_microphysics_radiation_interaction 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 ncstrac of variable number_of_tracers_for_CS from new to old metadata INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata @@ -759,11 +745,14 @@ INFO: Converting local name tvxy of variable vegetation_temperature from new to 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 alpha of variable cloud_overlap_decorrelation_parameter from new to old metadata +INFO: Converting local name nqvdelt of variable index_for_specific_humidity_at_previous_timestep 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 nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step 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 det_sqv of variable water_vapor_detrainment_tendency from new to old metadata INFO: Converting local name dq3dt(:,:,13) of variable cumulative_change_in_ozone_concentration_due_to_non_physics_processes from new to old metadata +INFO: Converting local name lmfdeep2 of variable flag_for_scale_aware_mass_flux_convection from new to old metadata +INFO: Converting local name iindx1_ci of variable lower_cloud_nuclei_x_interpolation_index from new to old metadata INFO: Converting local name ty_gas_concs of variable ty_gas_concs 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 snicexy of variable snow_layer_ice from new to old metadata @@ -779,6 +768,7 @@ INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form 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 ddx_aer of variable aerosol_x_interpolation_weight 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 sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct 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 @@ -814,7 +804,6 @@ INFO: Converting local name raddt of variable time_step_for_radiation from new t INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio 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 cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name qdiag3d of variable flag_tracer_diagnostics_3D from new to old metadata INFO: Converting local name taussxy of variable nondimensional_snow_age 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 con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata @@ -841,6 +830,7 @@ INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata INFO: Converting local name lprnt of variable flag_print 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 nTdelt of variable index_for_air_temperature_at_previous_timestep 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 hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata @@ -856,6 +846,7 @@ INFO: Converting local name flhc of variable surface_exchange_coefficient_for_he INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity 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 kice of variable ice_vertical_dimension from new to old metadata +INFO: Converting local name ccn_nm of variable tendency_of_ccn_activated_number from new to old metadata INFO: Converting local name ca_trigger of variable flag_for_global_cellular_automata_trigger from new to old metadata INFO: Converting local name sw_optical_props_precipByBand of variable shortwave_optical_properties_for_precipitation_by_band from new to old metadata INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata @@ -874,6 +865,7 @@ INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata INFO: Converting local name save_q(:,:,index_for_ozone) of variable ozone_mixing_ratio_save from new to old metadata INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name ny of variable number_of_points_in_y_direction_for_this_MPI_rank 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 Grid of variable GFS_grid_type_instance 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 @@ -884,6 +876,7 @@ INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ 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 gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name jindx2_h of variable upper_water_vapor_interpolation_index 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 ak of variable a_parameter_of_the_hybrid_coordinate 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 @@ -893,6 +886,7 @@ INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_w INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column 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 clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name nps2delt of variable index_for_surface_air_pressure_two_timesteps_back from new to old metadata INFO: Converting local name wet1 of variable normalized_soil_wetness 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 @@ -902,7 +896,7 @@ INFO: Converting local name t_lay of variable air_temperature_at_layer_for_RRTMG INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation 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 flxprf_sw of variable RRTMGP_sw_fluxes 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 refl_10cm of variable radar_reflectivity_10cm 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 @@ -910,6 +904,7 @@ INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gra INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection 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 gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name cny of variable number_of_points_in_y_direction_for_this_cubed_sphere_face 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 diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata @@ -924,6 +919,7 @@ INFO: Converting local name slopetype of variable surface_slope_classification f 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 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 zhour of variable time_since_diagnostics_zeroed 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 dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata @@ -1010,7 +1006,6 @@ INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixi 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 tlyr of variable air_temperature_at_layer_for_radiation 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 islmsk of variable sea_land_ice_mask 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 rrtmgp_root of variable directory_for_rte_rrtmgp_source_code from new to old metadata INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata @@ -1021,7 +1016,7 @@ INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_func INFO: Converting local name dt_cool of variable sub_layer_cooling_amount 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 flipv of variable flag_flip 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 ncpl of variable local_condesed_water_number_concentration 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 xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata @@ -1043,6 +1038,7 @@ INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettel INFO: Converting local name nscav of variable number_of_tracers_scavenged 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 dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name phy_f2d(:,index_for_surface_air_pressure_two_timesteps_back) of variable surface_air_pressure_two_timesteps_back from new to old metadata INFO: Converting local name lw_optical_props_aerosol of variable longwave_optical_properties_for_aerosols 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 precip_frac of variable precipitation_fraction_by_layer from new to old metadata @@ -1057,13 +1053,14 @@ INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_ 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 do_GPsw_Glw of variable scheme_flag 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_and_radiation_levels from new to old metadata +INFO: Converting local name jindx2_aer of variable upper_aerosol_y_interpolation_index 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 cldfra of variable instantaneous_3d_cloud_fraction 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 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 hwrf_samfdeep of variable flag_for_hwrf_samfdeepcnv_scheme from new to old metadata +INFO: Converting local name qdiag3d of variable flag_tracer_diagnostics_3D 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 elvmax of variable maximum_subgrid_orography from new to old metadata INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata @@ -1071,6 +1068,7 @@ INFO: Converting local name gamq of variable countergradient_mixing_term_for_wat INFO: Converting local name GFS_Control of variable GFS_control_type_instance 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 phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name seed0 of variable seed_random_numbers_RAS 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 faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 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 @@ -1081,14 +1079,17 @@ INFO: Converting local name raincprv of variable lwe_thickness_of_convective_pre INFO: Converting local name ty_source_func_lw of variable ty_source_func_lw 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 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 phy_f3d(:,:,index_for_air_temperature_two_timesteps_back) of variable air_temperature_two_timesteps_back from new to old metadata +INFO: Converting local name nT2delt of variable index_for_air_temperature_two_timesteps_back 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 ttendlim of variable limit_for_temperature_tendency_for_microphysics 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 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 facwf of variable fractional_coverage_with_weak_cosz_dependency 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 prcpmp of variable lwe_thickness_of_explicit_precipitation_amount 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 u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nszero of variable number_of_timesteps_between_diagnostic_clearing 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 qrn of variable local_rain_water_mixing_ratio 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 @@ -1098,6 +1099,7 @@ INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_fl INFO: Converting local name logunit of variable iounit_log from new to old metadata INFO: Converting local name ncols of variable horizontal_dimension from new to old metadata INFO: Converting local name p_lay of variable air_pressure_at_layer_for_RRTMGP_in_hPa 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 reset of variable flag_reset_maximum_hourly_fields 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 zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata @@ -1116,7 +1118,6 @@ INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morriso INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass 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 shum_wts of variable weights_for_stochastic_shum_perturbation_flipped 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 ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata INFO: Converting local name sktp1r of variable surface_skin_temperature_at_previous_time_step from new to old metadata INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata @@ -1138,7 +1139,6 @@ INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to INFO: Converting local name de_lgth of variable cloud_decorrelation_length 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 skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped 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 lakedepth of variable lake_depth 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 sfc_alb_nir_dir of variable surface_albedo_nearIR_direct from new to old metadata @@ -1167,6 +1167,7 @@ INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_do INFO: Converting local name ncnd of variable number_of_cloud_condensate_types 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 u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name nqv2delt of variable index_for_specific_humidity_two_timesteps_back from new to old metadata INFO: Converting local name maxMF of variable maximum_mass_flux 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 drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata @@ -1184,7 +1185,6 @@ INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_ 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 tf of variable frozen_cloud_threshold_temperature 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 levsp1 of variable vertical_dimension_plus_one 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 faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata @@ -1202,6 +1202,7 @@ INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m 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 sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name jindx2_o3 of variable upper_ozone_interpolation_index 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 ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata @@ -1251,10 +1252,12 @@ INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_ INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate 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 dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name facwf of variable fractional_coverage_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name ddy_o3 of variable ozone_interpolation_weight from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_specific_humidity_at_previous_timestep) of variable water_vapor_specific_humidity_at_previous_timestep from new to old metadata INFO: Converting local name nblks of variable ccpp_block_count 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 faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ddx_ci of variable cloud_nuclei_x_interpolation_weight 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 num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata @@ -1271,10 +1274,12 @@ INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_mo INFO: Converting local name sw_file_gas of variable rrtmgp_kdistribution_sw 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 fhzero of variable frequency_for_diagnostic_clearing 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 f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m 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 snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name nx of variable number_of_points_in_x_direction_for_this_MPI_rank from new to old metadata INFO: Converting local name topflw_type of variable topflw_type 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 cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata @@ -1324,9 +1329,9 @@ INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sens INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling 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 debug of variable flag_debug from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_specific_humidity_two_timesteps_back) of variable water_vapor_specific_humidity_two_timesteps_back 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 cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean 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 save_v of variable y_wind_save from new to old metadata INFO: Converting local name dt3dt(:,:,10) of variable cumulative_change_in_temperature_due_to_physics from new to old metadata INFO: Converting local name el_pbl of variable mixing_length from new to old metadata @@ -1336,11 +1341,12 @@ INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm INFO: Converting local name ncpr of variable local_rain_number_concentration 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 alb1d of variable surface_albedo_perturbation 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 jsc of variable starting_y_index_for_this_MPI_rank 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 rechxy of variable water_table_recharge_when_shallow 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 idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name h2o_phys of variable flag_for_stratospheric_water_vapor_physics 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 mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata @@ -1365,7 +1371,7 @@ INFO: Converting local name solhr of variable forecast_hour_of_the_day from new INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL 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 ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name toa_src_lw of variable toa_incident_lw_flux_by_spectral_point 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 clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height 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 @@ -1421,11 +1427,13 @@ INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation 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 bl_mynn_mixqt of variable mix_total_water_flag 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 jindx1_o3 of variable lower_ozone_interpolation_index 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 aux2d of variable auxiliary_2d_arrays from new to old metadata INFO: Converting local name deltaZ of variable layer_thickness 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 work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_air_temperature_at_previous_timestep) of variable air_temperature_at_previous_timestep 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 imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme 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 @@ -1458,20 +1466,21 @@ INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_ INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata INFO: Converting local name kcnv of variable flag_deep_convection 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 jindx1_h of variable lower_water_vapor_interpolation_index 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 qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface 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 do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name con_rocp of variable ratio_of_gas_constant_dry_air_to_specific_heat_of_dry_air_at_constant_pressure 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 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 aerosolssw(:,:,:,3) of variable RRTMGP_aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata INFO: Converting local name levs of variable vertical_dimension 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 isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata INFO: Converting local name cldtaulw of variable RRTMGP_cloud_optical_depth_layers_at_10mu_band 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 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 dv3dt(:,:,6) of variable cumulative_change_in_y_wind_due_to_shallow_convection from new to old metadata INFO: Converting local name prnum of variable prandtl_number from new to old metadata INFO: Converting local name sub_thl of variable theta_subsidence_tendency from new to old metadata @@ -1500,6 +1509,8 @@ INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pre INFO: Converting local name communicator of variable mpi_comm 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 smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name phy_f2d(:,index_for_surface_air_pressure_at_previous_timestep) of variable surface_air_pressure_at_previous_timestep from new to old metadata +INFO: Converting local name npsdelt of variable index_for_surface_air_pressure_at_previous_timestep 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 dtsfci of variable instantaneous_surface_upward_sensible_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 @@ -1544,12 +1555,12 @@ INFO: Converting local name tlvl of variable air_temperature_at_interface_for_ra INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata INFO: Converting local name do_RRTMGP of variable flag_for_rrtmgp_radiation_scheme 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 ddy_aer of variable aerosol_y_interpolation_weight from new to old metadata INFO: Converting local name nupdraft of variable number_of_plumes 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 GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata INFO: Converting local name lw_file_clouds of variable rrtmgp_coeff_lw_cloud_optics 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 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 stress_land of variable surface_wind_stress_over_land from new to old metadata @@ -1557,7 +1568,9 @@ INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from ne INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer 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 random_clds of variable flag_for_random_clouds_for_RAS 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 cvb of variable pressure_at_bottom_of_convective_cloud 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 lw_file_gas of variable rrtmgp_kdistribution_lw from new to old metadata INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata @@ -1567,6 +1580,7 @@ INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant f INFO: Converting local name hefac of variable surface_upward_latent_heat_flux_reduction_factor 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 GFS_tbd_type of variable GFS_tbd_type 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 p_lev of variable air_pressure_at_interface_for_RRTMGP_in_hPa 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 @@ -1580,8 +1594,8 @@ INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer INFO: Converting local name dlength of variable characteristic_grid_length_scale 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 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 du3dt(:,:,6) of variable cumulative_change_in_x_wind_due_to_shallow_convection 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 sec_diff_byband of variable secant_of_diffusivity_angle_each_RRTMGP_LW_band from new to old metadata INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata @@ -1594,6 +1608,7 @@ INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultra 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 flag_cice of variable flag_for_cice 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 toa_src_lw of variable toa_incident_lw_flux_by_spectral_point 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 qgl of variable local_graupel_mixing_ratio from new to old metadata @@ -1619,6 +1634,7 @@ INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variabl INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial 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 con_rog of variable ratio_of_gas_constant_dry_air_to_gravitational_acceleration 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 tisfc of variable sea_ice_temperature 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 @@ -1654,6 +1670,7 @@ INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible INFO: Converting local name woodxy of variable wood_mass 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 icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name iindx1_aer of variable lower_aerosol_x_interpolation_index 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 qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata @@ -1671,6 +1688,7 @@ INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_al 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 cnx of variable number_of_points_in_x_direction_for_this_cubed_sphere_face 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 w_d of variable coefficient_w_d from new to old metadata INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata @@ -1696,7 +1714,6 @@ INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount 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 gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics 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 nctp of variable number_of_cloud_types_CS 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 fluxlwDOWN_jac of variable RRTMGP_jacobian_of_lw_flux_profile_downward from new to old metadata @@ -1730,9 +1747,10 @@ INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of vari INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata INFO: Converting local name fluxlwUP_allsky of variable RRTMGP_lw_flux_profile_upward_allsky 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 isc of variable starting_x_index_for_this_MPI_rank from new to old metadata INFO: Converting local name tiice of variable internal_ice_temperature 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 dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL 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 con_epsqs of variable minimum_value_of_saturation_mixing_ratio 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 wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata @@ -1744,7 +1762,7 @@ INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of varia INFO: Converting local name ustm of variable surface_friction_velocity_drag 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 w_0 of variable coefficient_w_0 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 hwrf_samfdeep of variable flag_for_hwrf_samfdeepcnv_scheme from new to old metadata INFO: Converting local name aerosolssw(:,:,:,1) of variable RRTMGP_aerosol_optical_depth_for_shortwave_bands_01_16 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 do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata @@ -1758,7 +1776,6 @@ INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for 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 xlat_d of variable latitude_in_degree 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 nn of variable number_of_tracers_for_convective_transport 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 wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata @@ -1800,6 +1817,7 @@ INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_f INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata INFO: Converting local name lndp_var_list of variable variables_to_be_perturbed_for_landperts 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 ddy_h of variable water_vapor_interpolation_weight 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 vtype of variable vegetation_type_classification_real 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 @@ -1866,7 +1884,6 @@ INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwe INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp 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 xz of variable diurnal_thermocline_layer_thickness 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 shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term 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 semis of variable surface_longwave_emissivity from new to old metadata @@ -1896,4078 +1913,152 @@ INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake 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 evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Metadata table for model FV3 written to /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Metadata table for model FV3 written to /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html INFO: Parsing metadata tables in physics scheme files ... -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_pre GFS_DCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_pre_run GFS_DCNV_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_DCNV_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_post GFS_DCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_post_run GFS_DCNV_generic_pre INFO: Parsed tables in scheme GFS_DCNV_generic_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_pre GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_pre_run GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_post GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_post_run GFS_DCNV_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_cloud_work_function in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_updraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_downdraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_detrainment_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover_in_phy_f3d in table GFS_DCNV_generic_post_run INFO: Parsed tables in scheme GFS_DCNV_generic_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_pre GFS_GWD_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_pre_run GFS_GWD_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable statistical_measures_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_post GFS_GWD_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_post_run GFS_GWD_generic_pre INFO: Parsed tables in scheme GFS_GWD_generic_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_pre GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_pre_run GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_post GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_post_run GFS_GWD_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_x_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_y_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run INFO: Parsed tables in scheme GFS_GWD_generic_post with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for GFS_MP_generic_pre_finalize -INFO: Legacy extension - skip empty table for GFS_MP_generic_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_pre GFS_MP_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_pre_run GFS_MP_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_MP_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_post GFS_MP_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_post_run GFS_MP_generic_pre INFO: Parsed tables in scheme GFS_MP_generic_pre with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for GFS_MP_generic_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_pre GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_pre_run GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_post GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_post_run GFS_MP_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable random_number_array in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_rain_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_freezing_rain_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_sleet_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_snow_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_ice_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_snow_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_graupel_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_ice_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_snow_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_graupel_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable column_precipitable_water in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable explicit_rainfall_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -INFO: Legacy extension - skip empty table for GFS_MP_generic_post_finalize INFO: Parsed tables in scheme GFS_MP_generic_post with dependencies ['machine.F', 'calpreciptype.f90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_pre GFS_PBL_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_pre_run GFS_PBL_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_PBL_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_post GFS_PBL_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_post_run GFS_PBL_generic_pre INFO: Parsed tables in scheme GFS_PBL_generic_pre with dependencies ['machine.F', 'GFS_PBL_generic.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_pre GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_pre_run GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_post GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_post_run GFS_PBL_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_heat_diffusivity in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_reduction_factor in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_reduction_factor in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_PBL_generic_post_run INFO: Parsed tables in scheme GFS_PBL_generic_post with dependencies ['machine.F', 'GFS_PBL_generic.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_pre GFS_SCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_pre_run GFS_SCNV_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_SCNV_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_post GFS_SCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_post_run GFS_SCNV_generic_pre INFO: Parsed tables in scheme GFS_SCNV_generic_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_pre GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_pre_run GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_post GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_post_run GFS_SCNV_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover_in_phy_f3d in table GFS_SCNV_generic_post_run INFO: Parsed tables in scheme GFS_SCNV_generic_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_diagtoscreen INFO: Parsed tables in scheme GFS_diagtoscreen with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_interstitialtoscreen INFO: Parsed tables in scheme GFS_interstitialtoscreen with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_abort INFO: Parsed tables in scheme GFS_abort with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_checkland -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_ocean_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_checkland_run INFO: Parsed tables in scheme GFS_checkland with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary INFO: Parsed tables in scheme GFS_phys_time_vary with dependencies ['iccninterp.F90', 'h2ointerp.f90', 'ozne_def.f', 'sfcsub.F', 'aerinterp.F90', 'mersenne_twister.f', 'h2o_def.f', 'gcycle.F90', 'machine.F', 'aerclm_def.F', 'ozinterp.f90', 'namelist_soilveg.f', 'iccn_def.F'] -INFO: Legacy extension - skip empty table for GFS_rad_time_vary_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rad_time_vary GFS_rad_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rad_time_vary_run GFS_rad_time_vary -INFO: Legacy extension - skip empty table for GFS_rad_time_vary_finalize INFO: Parsed tables in scheme GFS_rad_time_vary with dependencies ['physparam.f', 'radcons.f90', 'mersenne_twister.f', 'machine.F'] -INFO: Legacy extension - skip empty table for GFS_rrtmg_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_post GFS_rrtmg_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_post_run GFS_rrtmg_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_10mu_band in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_0p55mu_band in table GFS_rrtmg_post_run -INFO: Legacy extension - skip empty table for GFS_rrtmg_post_finalize INFO: Parsed tables in scheme GFS_rrtmg_post with dependencies ['iounitdef.f', 'radlw_param.f', 'radiation_aerosols.f', 'radsw_param.f', 'machine.F'] -INFO: Legacy extension - skip empty table for GFS_rrtmg_pre_finalize -INFO: Legacy extension - skip empty table for GFS_rrtmg_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_pre GFS_rrtmg_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_pre_run GFS_rrtmg_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_ice_water_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_rain_water_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rime_factor in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_condensate_mixing_ratio_updated_by_physics in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc113 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_3d_cloud_fraction in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table GFS_rrtmg_pre_run INFO: Parsed tables in scheme GFS_rrtmg_pre with dependencies ['physparam.f', 'funcphys.f90', 'surface_perturbation.F90', 'module_mp_radar.F90', 'physcons.F90', 'radiation_gases.f', 'radiation_astronomy.f', 'radsw_param.f', 'machine.F', 'module_bfmicrophysics.f', 'radlw_param.f', 'radiation_aerosols.f', 'module_mp_thompson_make_number_concentrations.F90', 'iounitdef.f', 'module_mp_thompson.F90', 'radiation_clouds.f', 'radcons.f90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup INFO: Parsed tables in scheme GFS_rrtmg_setup with dependencies ['physparam.f', 'radsw_main.f', 'radsw_param.f', 'radiation_gases.f', 'radiation_astronomy.f', 'module_bfmicrophysics.f', 'radlw_param.f', 'radiation_aerosols.f', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f', 'radiation_surface.f', 'radlw_main.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_stochastics GFS_stochastics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_stochastics_run GFS_stochastics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cellular_automata_global_pattern in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_sppt_perturbation in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_x_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_y_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_shum_perturbation in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_sppt_perturbation_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_shum_perturbation_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dissipation_estimate_of_air_temperature_at_model_layers in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_stochastics_run INFO: Parsed tables in scheme GFS_stochastics with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_rad_reset INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_phys_reset INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_1 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_diag in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_1 INFO: Parsed tables in scheme GFS_suite_interstitial_1 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_2 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_for_coupling in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_for_idea in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable duration_of_sunshine in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_land_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ice_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_pressure_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_longwave_radiation in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shortwave_radiation in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_top_entrainment_instability_value in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_at_previous_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_upward in table GFS_suite_interstitial_2_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_2 INFO: Parsed tables in scheme GFS_suite_interstitial_2 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_stateout_reset -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_stateout_reset INFO: Parsed tables in scheme GFS_suite_stateout_reset with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_stateout_update -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_stateout_update INFO: Parsed tables in scheme GFS_suite_stateout_update with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_3 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save_from_convective_parameterization in table GFS_suite_interstitial_3_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_3 INFO: Parsed tables in scheme GFS_suite_interstitial_3 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_4 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save_from_convective_parameterization in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_suite_interstitial_4_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_4 INFO: Parsed tables in scheme GFS_suite_interstitial_4 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_5 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_5_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_5_run INFO: Parsed tables in scheme GFS_suite_interstitial_5 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_pre GFS_surface_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_pre_run GFS_surface_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_area_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_surface_physics_perturbation in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_soil_type_b_parameter in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_leaf_area_index in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_vegetation_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_cice in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_in in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table GFS_surface_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_post GFS_surface_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_post_run GFS_surface_generic_pre INFO: Parsed tables in scheme GFS_surface_generic_pre with dependencies ['surface_perturbation.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_pre GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_pre_run GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_post GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_post_run GFS_surface_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_potential_evaporation in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_ground_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_longwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_longwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_temperature_at_2m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_specific_humidity_at_2m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_wind_at_10m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_wind_at_10m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_skin_temperature_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_air_pressure_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_ground_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_transpiration_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_snow_area_fraction_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_runoff in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_reduction_factor in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_reduction_factor in table GFS_surface_generic_post_run INFO: Parsed tables in scheme GFS_surface_generic_post with dependencies ['surface_perturbation.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_depth in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_ocean_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table GFS_surface_composites_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_pre INFO: Parsed tables in scheme GFS_surface_composites_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_inter -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_inter INFO: Parsed tables in scheme GFS_surface_composites_inter with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table GFS_surface_composites_post_run INFO: Parsed tables in scheme GFS_surface_composites_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part1 GFS_surface_loop_control_part1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part1_run GFS_surface_loop_control_part1 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_loop_control_part1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_surface_loop_control_part1_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part2 GFS_surface_loop_control_part1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part2_run GFS_surface_loop_control_part1 INFO: Parsed tables in scheme GFS_surface_loop_control_part1 with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part1 GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part1_run GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part2 GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part2_run GFS_surface_loop_control_part2 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_loop_control_part2_run INFO: Parsed tables in scheme GFS_surface_loop_control_part2 with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre INFO: Parsed tables in scheme GFS_time_vary_pre with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography_unfiltered in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude_in_degree in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable eddy_mixing_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_mountain_blocking in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_low_level_wave_breaking in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_turbulent_kinetic_energy_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp INFO: Parsed tables in scheme cires_ugwp with dependencies ['cires_vert_orodis.F90', 'cires_ugwp_solvers.F90', 'cires_ugwp_utils.F90', 'cires_vert_wmsdis.F90', 'cires_orowam2017.f', 'cires_vert_lsatdis.F90', 'machine.F', 'cires_ugwp_triggers.F90', 'gwdps.f', 'ugwp_driver_v0.F', 'cires_ugwp_module.F90', 'cires_ugwp_initialize.F90'] -INFO: Legacy extension - skip empty table for cires_ugwp_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp_post cires_ugwp_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_post_run cires_ugwp_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_mountain_blocking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_low_level_wave_breaking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_mountain_blocking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_low_level_wave_breaking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table cires_ugwp_post_run -INFO: Legacy extension - skip empty table for cires_ugwp_post_finalize INFO: Parsed tables in scheme cires_ugwp_post with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for cnvc90_finalize -INFO: Legacy extension - skip empty table for cnvc90_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cnvc90 cnvc90 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cnvc90_run cnvc90 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable smallest_cloud_base_vertical_index_encountered_thus_far in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable largest_cloud_top_vertical_index_encountered_thus_far in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_convective_cloud in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable pressure_at_bottom_of_convective_cloud in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable pressure_at_top_of_convective_cloud in table cnvc90_run INFO: Parsed tables in scheme cnvc90 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv_pre -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_updraft_velocity_at_cloud_base in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table cs_conv_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv_pre -INFO: Legacy extension - skip empty table for cs_conv_pre_finalize -INFO: Legacy extension - skip empty table for cs_conv_pre_init INFO: Parsed tables in scheme cs_conv_pre with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -INFO: Legacy extension - skip empty table for cs_conv_post_init -INFO: Legacy extension - skip empty table for cs_conv_post_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv_post -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction_at_model_interfaces in table cs_conv_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction in table cs_conv_post_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv_post INFO: Parsed tables in scheme cs_conv_post with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -INFO: Legacy extension - skip empty table for cs_conv_init -INFO: Legacy extension - skip empty table for cs_conv_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_base_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_updraft_velocity_at_cloud_base in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction_at_model_interfaces in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table cs_conv_run INFO: Parsed tables in scheme cs_conv with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_aw_adj cs_conv_aw_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_aw_adj_run cs_conv_aw_adj -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table cs_conv_aw_adj_run INFO: Parsed tables in scheme cs_conv_aw_adj with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke_pre cu_ntiedtke_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_pre_run cu_ntiedtke_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_ntiedtke_pre_run INFO: Parsed tables in scheme cu_ntiedtke_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_init cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_run cu_ntiedtke -INFO: Legacy extension - skip empty table for cu_ntiedtke_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_init cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_run cu_ntiedtke -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table cu_ntiedtke_run INFO: Parsed tables in scheme cu_ntiedtke with dependencies ['physcons.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke_post cu_ntiedtke_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_post_run cu_ntiedtke_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_ntiedtke_post_run INFO: Parsed tables in scheme cu_ntiedtke_post with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for dcyc2t3_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True dcyc2t3 dcyc2t3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False dcyc2t3_run dcyc2t3 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_midlayer_air_temperature_in_longwave_radiation in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -INFO: Legacy extension - skip empty table for dcyc2t3_finalize INFO: Parsed tables in scheme dcyc2t3 with dependencies ['physcons.F90', 'machine.F'] -INFO: Legacy extension - skip empty table for drag_suite_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True drag_suite drag_suite -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False drag_suite_run drag_suite -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table drag_suite_run -INFO: Legacy extension - skip empty table for drag_suite_init INFO: Parsed tables in scheme drag_suite -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shoc shoc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shoc_run shoc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable prandtl_number in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy_convective_transport_tracer in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_from_shoc in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_buoyancy_flux_from_shoc in table shoc_run INFO: Parsed tables in scheme shoc with dependencies ['funcphys.f90', 'machine.F'] -INFO: Legacy extension - skip empty table for get_prs_fv3_init -INFO: Legacy extension - skip empty table for get_prs_fv3_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_prs_fv3 get_prs_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_prs_fv3_run get_prs_fv3 -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature in table get_prs_fv3_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_phi_fv3 get_prs_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_phi_fv3_run get_prs_fv3 INFO: Parsed tables in scheme get_prs_fv3 with dependencies ['physcons.F90', 'machine.F'] -INFO: Legacy extension - skip empty table for get_phi_fv3_finalize -INFO: Legacy extension - skip empty table for get_phi_fv3_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_prs_fv3 get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_prs_fv3_run get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_phi_fv3 get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_phi_fv3_run get_phi_fv3 -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table get_phi_fv3_run INFO: Parsed tables in scheme get_phi_fv3 with dependencies ['physcons.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in table gfdl_cloud_microphys_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys INFO: Parsed tables in scheme gfdl_cloud_microphys with dependencies ['module_mp_radar.F90', 'machine.F', 'module_gfdl_cloud_microphys.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj INFO: Parsed tables in scheme fv_sat_adj with dependencies ['physcons.F90', 'module_mp_radar.F90', 'multi_gases.F90', 'machine.F', 'module_gfdl_cloud_microphys.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True zhaocarr_gscond zhaocarr_gscond -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False zhaocarr_gscond_run zhaocarr_gscond -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table zhaocarr_gscond_run INFO: Parsed tables in scheme zhaocarr_gscond with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -INFO: Legacy extension - skip empty table for gwdc_pre_finalize -INFO: Legacy extension - skip empty table for gwdc_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable characteristic_grid_length_scale in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_column_heating_rate in table gwdc_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc_pre INFO: Parsed tables in scheme gwdc_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_column_heating_rate in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable characteristic_grid_length_scale in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_convective_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_convective_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdc_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc -INFO: Legacy extension - skip empty table for gwdc_finalize -INFO: Legacy extension - skip empty table for gwdc_init INFO: Parsed tables in scheme gwdc with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for gwdc_post_finalize -INFO: Legacy extension - skip empty table for gwdc_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_x_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_y_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gwdc_post_run INFO: Parsed tables in scheme gwdc_post with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for gwdps_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdps gwdps -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdps_run gwdps -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table gwdps_run -INFO: Legacy extension - skip empty table for gwdps_finalize INFO: Parsed tables in scheme gwdps -INFO: Legacy extension - skip empty table for h2ophys_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True h2ophys h2ophys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False h2ophys_run h2ophys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table h2ophys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table h2ophys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable h2o_forcing in table h2ophys_run -INFO: Legacy extension - skip empty table for h2ophys_finalize INFO: Parsed tables in scheme h2ophys with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True samfdeepcnv samfdeepcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False samfdeepcnv_run samfdeepcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_cellular_automata_for_deep_convection in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable physics_field_for_coupling in table samfdeepcnv_run -INFO: Legacy extension - skip empty table for samfdeepcnv_finalize -INFO: Legacy extension - skip empty table for samfdeepcnv_init INFO: Parsed tables in scheme samfdeepcnv with dependencies ['funcphys.f90', 'samfaerosols.F', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True samfshalcnv samfshalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False samfshalcnv_run samfshalcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table samfshalcnv_run -INFO: Legacy extension - skip empty table for samfshalcnv_finalize -INFO: Legacy extension - skip empty table for samfshalcnv_init INFO: Parsed tables in scheme samfshalcnv with dependencies ['funcphys.f90', 'samfaerosols.F', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sascnvn sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_init sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_run sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sascnvn sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_init sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_run sascnvn -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table sascnvn_run -INFO: Legacy extension - skip empty table for sascnvn_finalize INFO: Parsed tables in scheme sascnvn with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shalcnv shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_init shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_run shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shalcnv shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_init shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_run shalcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table shalcnv_run -INFO: Legacy extension - skip empty table for shalcnv_finalize INFO: Parsed tables in scheme shalcnv with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True maximum_hourly_diagnostics maximum_hourly_diagnostics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False maximum_hourly_diagnostics_run maximum_hourly_diagnostics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_temperature_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_temperature_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run INFO: Parsed tables in scheme maximum_hourly_diagnostics with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_init m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_run m_micro -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable in_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ccn_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table m_micro_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_init m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_run m_micro -INFO: Legacy extension - skip empty table for m_micro_finalize INFO: Parsed tables in scheme m_micro with dependencies ['cldwat2m_micro.F', 'aer_cloud.F', 'micro_mg_utils.F90', 'cldmacro.F', 'machine.F', 'physcons.F90', 'aerclm_def.F', 'micro_mg2_0.F90', 'micro_mg3_0.F90', 'wv_saturation.F'] -INFO: Legacy extension - skip empty table for m_micro_pre_init -INFO: Legacy extension - skip empty table for m_micro_pre_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_pre m_micro_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_pre_run m_micro_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table m_micro_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_post m_micro_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_post_run m_micro_pre INFO: Parsed tables in scheme m_micro_pre with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for m_micro_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_pre m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_pre_run m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_post m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_post_run m_micro_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_on_dynamics_timestep in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_on_dynamics_timestep in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_on_dynamics_timestep in table m_micro_post_run -INFO: Legacy extension - skip empty table for m_micro_post_finalize INFO: Parsed tables in scheme m_micro_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver_pre cu_gf_driver_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_pre_run cu_gf_driver_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable gf_memory_counter in table cu_gf_driver_pre_run INFO: Parsed tables in scheme cu_gf_driver_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_init cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_run cu_gf_driver -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_condesate_after_rainout in table cu_gf_driver_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_init cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_run cu_gf_driver -INFO: Legacy extension - skip empty table for cu_gf_driver_finalize INFO: Parsed tables in scheme cu_gf_driver with dependencies ['cu_gf_deep.F90', 'cu_gf_sh.F90', 'machine.F', 'physcons.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver_post cu_gf_driver_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_post_run cu_gf_driver_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable gf_memory_counter in table cu_gf_driver_post_run INFO: Parsed tables in scheme cu_gf_driver_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_init hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_run hedmf -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table hedmf_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_init hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_run hedmf INFO: Parsed tables in scheme hedmf with dependencies ['physcons.F90', 'funcphys.f90', 'mfpbl.f', 'tridi.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf_hafs hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_init hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_run hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf_hafs hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_init hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_run hedmf_hafs -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table hedmf_hafs_run INFO: Parsed tables in scheme hedmf_hafs with dependencies ['physcons.F90', 'funcphys.f90', 'mfpbl.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True moninshoc moninshoc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False moninshoc_run moninshoc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_from_shoc in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable prandtl_number in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table moninshoc_run INFO: Parsed tables in scheme moninshoc with dependencies ['funcphys.f90', 'tridi.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdif satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_init satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_run satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdif satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_init satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_run satmedmfvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table satmedmfvdif_run INFO: Parsed tables in scheme satmedmfvdif with dependencies ['funcphys.f90', 'mfpblt.f', 'tridi.f', 'machine.F', 'mfscu.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdifq satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_init satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_run satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdifq satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_init satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_run satmedmfvdifq -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table satmedmfvdifq_run INFO: Parsed tables in scheme satmedmfvdifq with dependencies ['funcphys.f90', 'mfscuq.f', 'tridi.f', 'machine.F', 'mfpbltq.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shinhongvdif shinhongvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shinhongvdif_run shinhongvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table shinhongvdif_run INFO: Parsed tables in scheme shinhongvdif with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ysuvdif ysuvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ysuvdif_run ysuvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table ysuvdif_run INFO: Parsed tables in scheme ysuvdif with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mynnedmf_wrapper mynnedmf_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnedmf_wrapper_init mynnedmf_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnedmf_wrapper_run mynnedmf_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_friendly_aerosol_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable reciprocal_of_obukhov_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tke_at_mass_points in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable t_prime_squared in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable q_prime_squared in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable t_prime_q_prime in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mixing_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stability_function_for_heat in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_for_mynnpbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_momentum_diffusivity_for_mynnpbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_water_mixing_ratio_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_ice_mixing_ratio_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_fraction_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_area in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_vertical_velocity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_total_water in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_theta_l in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_entrainment_rate in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_cloud_water in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_subsidence_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_subsidence_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_detrainment_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_detrainment_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_of_plumes in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_mass_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable k_level_of_highest_plume in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_vapor_specific_humidity_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ozone_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table mynnedmf_wrapper_run INFO: Parsed tables in scheme mynnedmf_wrapper with dependencies ['physcons.F90', 'machine.F', 'module_bl_mynn.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mynnsfc_wrapper mynnsfc_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnsfc_wrapper_run mynnsfc_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_mixing_ratio_at_surface in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_drag in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_stability_parameter in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_star in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable reciprocal_of_obukhov_length in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_latent_heat in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_heat in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_moisture in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_heat_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_moisture_at_2m in table mynnsfc_wrapper_run INFO: Parsed tables in scheme mynnsfc_wrapper with dependencies ['module_sf_mynn.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sgscloud_radpre sgscloud_radpre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sgscloud_radpre_run sgscloud_radpre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_condesate_after_rainout in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_water_mixing_ratio_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_ice_mixing_ratio_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_fraction_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table sgscloud_radpre_run INFO: Parsed tables in scheme sgscloud_radpre with dependencies ['funcphys.f90', 'physcons.F90', 'machine.F', 'module_bfmicrophysics.f', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sgscloud_radpost sgscloud_radpost -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sgscloud_radpost_run sgscloud_radpost -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table sgscloud_radpost_run INFO: Parsed tables in scheme sgscloud_radpost with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True myjsfc_wrapper myjsfc_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False myjsfc_wrapper_run myjsfc_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable u_wind_component_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable v_wind_component_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable baseline_surface_roughness_length in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable heat_exchange_coefficient_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable momentum_exchange_coefficient_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_layer_evaporation_switch in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_latent_heat_flux in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_momentum_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_potental_temperature_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_specific_humidity_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table myjsfc_wrapper_run INFO: Parsed tables in scheme myjsfc_wrapper with dependencies ['module_SF_JSFC.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True myjpbl_wrapper myjpbl_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False myjpbl_wrapper_run myjpbl_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable u_wind_component_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable v_wind_component_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable baseline_surface_roughness_length in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable heat_exchange_coefficient_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable momentum_exchange_coefficient_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_layer_evaporation_switch in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_latent_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_momentum_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_potental_temperature_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_specific_humidity_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table myjpbl_wrapper_run INFO: Parsed tables in scheme myjpbl_wrapper with dependencies ['module_BL_MYJPBL.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_pre mp_thompson_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_pre_run mp_thompson_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table mp_thompson_pre_run INFO: Parsed tables in scheme mp_thompson_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_friendly_aerosol_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_friendly_aerosols_at_surface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_friendly_aerosols_at_surface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table mp_thompson_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: Legacy extension - replacing variable 'horizontal_loop_extent' with 'horizontal_dimension' in table mp_thompson_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson INFO: Parsed tables in scheme mp_thompson with dependencies ['module_mp_thompson.F90', 'module_mp_radar.F90', 'machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table mp_thompson_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mp_thompson_post_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post INFO: Parsed tables in scheme mp_thompson_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_init ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_run ozphys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_updated_by_physics in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_forcing in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table ozphys_run -INFO: Legacy extension - skip empty table for ozphys_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_init ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_run ozphys INFO: Parsed tables in scheme ozphys with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys_2015 ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_init ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_run ozphys_2015 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_updated_by_physics in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_forcing in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table ozphys_2015_run -INFO: Legacy extension - skip empty table for ozphys_2015_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys_2015 ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_init ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_run ozphys_2015 INFO: Parsed tables in scheme ozphys_2015 with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for zhaocarr_precpd_init -INFO: Legacy extension - skip empty table for zhaocarr_precpd_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True zhaocarr_precpd zhaocarr_precpd -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False zhaocarr_precpd_run zhaocarr_precpd -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_rain_water_mixing_ratio_due_to_microphysics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table zhaocarr_precpd_run INFO: Parsed tables in scheme zhaocarr_precpd with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True phys_tend phys_tend -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False phys_tend_run phys_tend -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_longwave_radiation in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shortwave_radiation in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_physics in table phys_tend_run INFO: Parsed tables in scheme phys_tend with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw rrtmg_lw -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_run rrtmg_lw -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_lw in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_longwave_bands_01_16 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_top_atmosphere in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_sfc in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_10mu_band in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmg_lw_run INFO: Parsed tables in scheme rrtmg_lw with dependencies ['physcons.F90', 'physparam.f', 'radlw_param.f', 'mersenne_twister.f', 'radlw_datatb.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw rrtmg_sw -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_run rrtmg_sw -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_sw in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_top_atmosphere in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_sfc in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_0p55mu_band in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmg_sw_run INFO: Parsed tables in scheme rrtmg_sw with dependencies ['physcons.F90', 'physparam.f', 'radsw_datatb.f', 'mersenne_twister.f', 'radsw_param.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable random_number_array in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_interfaces in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table rascnv_run INFO: Parsed tables in scheme rascnv -INFO: Legacy extension - skip empty table for rayleigh_damp_finalize -INFO: Legacy extension - skip empty table for rayleigh_damp_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rayleigh_damp rayleigh_damp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rayleigh_damp_run rayleigh_damp -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_rayleigh_damping in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_rayleigh_damping in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_rayleigh_damping in table rayleigh_damp_run INFO: Parsed tables in scheme rayleigh_damp -INFO: Legacy extension - skip empty table for rrtmg_lw_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw_post rrtmg_lw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_post_run rrtmg_lw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_post_run -INFO: Legacy extension - skip empty table for rrtmg_lw_post_finalize INFO: Parsed tables in scheme rrtmg_lw_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw_pre rrtmg_lw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_pre_run rrtmg_lw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_lw_pre_run -INFO: Legacy extension - skip empty table for rrtmg_lw_pre_init -INFO: Legacy extension - skip empty table for rrtmg_lw_pre_finalize INFO: Parsed tables in scheme rrtmg_lw_pre with dependencies ['iounitdef.f', 'radiation_surface.f', 'machine.F'] -INFO: Legacy extension - skip empty table for rrtmg_sw_post_init -INFO: Legacy extension - skip empty table for rrtmg_sw_post_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw_post rrtmg_sw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_post_run rrtmg_sw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmg_sw_post_run INFO: Parsed tables in scheme rrtmg_sw_post with dependencies ['radsw_param.f', 'machine.F'] -INFO: Legacy extension - skip empty table for rrtmg_sw_pre_init -INFO: Legacy extension - skip empty table for rrtmg_sw_pre_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw_pre rrtmg_sw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_pre_run rrtmg_sw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table rrtmg_sw_pre_run INFO: Parsed tables in scheme rrtmg_sw_pre with dependencies ['iounitdef.f', 'radiation_surface.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diag sfc_diag -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diag_run sfc_diag -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table sfc_diag_run INFO: Parsed tables in scheme sfc_diag with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diag_post sfc_diag_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diag_post_run sfc_diag_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m_from_noahmp in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m_from_noahmp in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_x_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_y_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dewpoint_temperature_at_2m in table sfc_diag_post_run INFO: Parsed tables in scheme sfc_diag_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_area_index in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_weak_cosz_dependency in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_weak_cosz_dependency in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_frozen_soil_physics in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_temperature_bottom_first_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_at_surface in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_condensation_mass in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_mixing_ratio_at_surface in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable density_of_frozen_precipitation in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_runoff in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_water_equivalent_of_frozen_precip in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_accumulated_snowfall in table lsm_ruc_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc INFO: Parsed tables in scheme lsm_ruc with dependencies ['module_sf_ruclsm.F90', 'module_soil_pre.F90', 'namelist_soilveg_ruc.F90', 'machine.F', 'set_soilveg_ruc.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_pre lsm_ruc_sfc_sice_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_pre_run lsm_ruc_sfc_sice_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table lsm_ruc_sfc_sice_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_post lsm_ruc_sfc_sice_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_post_run lsm_ruc_sfc_sice_pre INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_pre lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_pre_run lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_post lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_post_run lsm_ruc_sfc_sice_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table lsm_ruc_sfc_sice_post_run INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_cice sfc_cice -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_cice_run sfc_cice -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table sfc_cice_run INFO: Parsed tables in scheme sfc_cice with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diff sfc_diff -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diff_run sfc_diff -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_from_wave_model in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table sfc_diff_run INFO: Parsed tables in scheme sfc_diff with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_soil_type_b_parameter in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_leaf_area_index in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_vegetation_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness in table lsm_noah_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah INFO: Parsed tables in scheme lsm_noah with dependencies ['surface_perturbation.F90', 'funcphys.f90', 'set_soilveg.f', 'machine.F', 'sflx.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True noahmpdrv noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_init noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_run noahmpdrv -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable explicit_rainfall_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_of_snow_layers in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ground_temperature_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_intercepted_ice_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_intercepted_liquid_water in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_air_vapor_pressure in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_air_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable area_fraction_of_wet_canopy in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_mass_at_previous_time_step in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_albedo_at_previous_time_step in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_at_surface in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_water_storage in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_depth in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_storage_in_aquifer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_storage_in_aquifer_and_saturated_soil in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_bottom_depth_from_snow_surface in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_layer_ice in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_layer_liquid_water in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fine_root_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stem_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wood_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slow_soil_pool_mass_content_of_carbon in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fast_soil_pool_mass_content_of_carbon in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_area_index in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stem_area_index in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nondimensional_snow_age in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable equilibrium_soil_water_content in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_water_content_between_soil_bottom_and_water_table in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_recharge_when_deep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_recharge_when_shallow in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m_from_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m_from_noahmp in table noahmpdrv_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True noahmpdrv noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_init noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_run noahmpdrv INFO: Parsed tables in scheme noahmpdrv with dependencies ['funcphys.f90', 'module_sf_noahmp_glacier.f90', 'module_sf_noahmplsm.f90', 'set_soilveg.f', 'machine.F', 'noahmp_tables.f90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_depth in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table flake_driver_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver INFO: Parsed tables in scheme flake_driver with dependencies ['flake.F90', 'machine.F'] -INFO: Legacy extension - skip empty table for sfc_nst_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_for_nsst in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_water_salinity in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_x_current in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_y_current in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ocean_mixed_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensitivity_of_dtl_heat_content_to_surface_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensitivity_of_dtl_thickness_to_surface_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_c_0 in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_c_d in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_w_0 in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_w_d in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable free_convection_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_dtlm_start in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensible_heat_flux_due_to_rainfall in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table sfc_nst_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst -INFO: Legacy extension - skip empty table for sfc_nst_finalize INFO: Parsed tables in scheme sfc_nst with dependencies ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_for_nsst in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table sfc_nst_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst_pre INFO: Parsed tables in scheme sfc_nst_pre with dependencies ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography_unfiltered in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_change_over_depth_in_sea_water_temperature in table sfc_nst_post_run -INFO: Legacy extension - skip empty table for sfc_nst_post_init -INFO: Legacy extension - skip empty table for sfc_nst_post_finalize INFO: Parsed tables in scheme sfc_nst_post with dependencies ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] -INFO: Legacy extension - skip empty table for sfc_ocean_finalize -INFO: Legacy extension - skip empty table for sfc_ocean_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_ocean sfc_ocean -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_ocean_run sfc_ocean -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table sfc_ocean_run INFO: Parsed tables in scheme sfc_ocean with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_sice sfc_sice -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_sice_run sfc_sice -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_melt in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_cice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table sfc_sice_run INFO: Parsed tables in scheme sfc_sice with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_fer_hires mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_init mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_run mp_fer_hires -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_condensate_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_change_of_air_temperature_due_to_FA_scheme in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_ice_water_cloud in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_rain_water_cloud in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rime_factor in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_weighted_rime_factor_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mp_fer_hires_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_fer_hires mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_init mp_fer_hires -WARNING: Legacy extension - replacing variable 'horizontal_loop_extent' with 'horizontal_dimension' in table mp_fer_hires_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_run mp_fer_hires -INFO: Legacy extension - skip empty table for mp_fer_hires_finalize INFO: Parsed tables in scheme mp_fer_hires with dependencies ['module_MP_FER_HIRES.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_gas_optics rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_init rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_run rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_gas_optics rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_init rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_run rrtmgp_lw_gas_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmgp_lw_gas_optics_run INFO: Parsed tables in scheme rrtmgp_lw_gas_optics with dependencies ['rte-rrtmgp/rte/mo_rte_lw.F90', 'rte-rrtmgp/extensions/mo_compute_bc.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/rte/mo_rte_sw.F90', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_10mu_band in table rrtmgp_lw_cloud_optics_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics INFO: Parsed tables in scheme rrtmgp_lw_cloud_optics with dependencies ['rrtmgp_aux.F90', 'rrtmg_lw_cloud_optics.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_gas_optics rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_init rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_run rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_gas_optics rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_init rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_run rrtmgp_sw_gas_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable toa_incident_sw_flux_by_spectral_point in table rrtmgp_sw_gas_optics_run INFO: Parsed tables in scheme rrtmgp_sw_gas_optics with dependencies ['rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/rte/mo_rte_sw.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'radiation_gases.f', 'rte-rrtmgp/extensions/mo_compute_bc.F90', 'machine.F', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/rte/mo_rte_lw.F90', 'iounitdef.f', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_optics rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_init rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_run rrtmgp_sw_cloud_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band in table rrtmgp_sw_cloud_optics_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_optics rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_init rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_run rrtmgp_sw_cloud_optics INFO: Parsed tables in scheme rrtmgp_sw_cloud_optics with dependencies ['physparam.f', 'rrtmg_sw_cloud_optics.F90', 'machine.F', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_aerosol_optics rrtmgp_sw_aerosol_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_aerosol_optics_run rrtmgp_sw_aerosol_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table rrtmgp_sw_aerosol_optics_run INFO: Parsed tables in scheme rrtmgp_sw_aerosol_optics with dependencies ['iounitdef.f', 'radiation_aerosols.f', 'rrtmgp_aux.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_rte rrtmgp_lw_rte -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_rte_run rrtmgp_lw_rte -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_emissivity_in_each_RRTMGP_LW_band in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_allsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_clrsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_clrsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_upward in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_downward in table rrtmgp_lw_rte_run INFO: Parsed tables in scheme rrtmgp_lw_rte with dependencies ['rte-rrtmgp/rte/mo_rte_lw.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_rte rrtmgp_sw_rte -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_rte_run rrtmgp_sw_rte -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable toa_incident_sw_flux_by_spectral_point in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_allsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_allsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_clrsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_clrsky in table rrtmgp_sw_rte_run INFO: Parsed tables in scheme rrtmgp_sw_rte with dependencies ['rte-rrtmgp/rte/mo_rte_sw.F90', 'radsw_param.f', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_aerosol_optics rrtmgp_lw_aerosol_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_aerosol_optics_run rrtmgp_lw_aerosol_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table rrtmgp_lw_aerosol_optics_run INFO: Parsed tables in scheme rrtmgp_lw_aerosol_optics with dependencies ['iounitdef.f', 'radiation_aerosols.f', 'rrtmgp_aux.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup INFO: Parsed tables in scheme GFS_rrtmgp_setup with dependencies ['physparam.f', 'radiation_gases.f', 'radiation_astronomy.f', 'machine.F', 'module_bfmicrophysics.f', 'radiation_aerosols.f', 'iounitdef.f', 'radiation_surface.f', 'radiation_clouds.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_pre GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_init GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_run GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_pre GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_init GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_run GFS_rrtmgp_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_pre_run INFO: Parsed tables in scheme GFS_rrtmgp_pre with dependencies ['physparam.f', 'funcphys.f90', 'physcons.F90', 'radiation_gases.f', 'radiation_astronomy.f', 'machine.F', 'module_bfmicrophysics.f', 'radiation_aerosols.f', 'rrtmg_lw_cloud_optics.F90', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f', 'radiation_surface.f', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_pre rrtmgp_lw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_pre_run rrtmgp_lw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_emissivity_in_each_RRTMGP_LW_band in table rrtmgp_lw_pre_run INFO: Parsed tables in scheme rrtmgp_lw_pre with dependencies ['iounitdef.f', 'physparam.f', 'radiation_surface.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_sw_pre GFS_rrtmgp_sw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_sw_pre_run GFS_rrtmgp_sw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fractional_coverage_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fractional_coverage_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_surface_physics_perturbation in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_mean_cosz_over_rad_call_period in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table GFS_rrtmgp_sw_pre_run INFO: Parsed tables in scheme GFS_rrtmgp_sw_pre with dependencies ['iounitdef.f', 'physparam.f', 'radiation_surface.f', 'radiation_astronomy.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_lw_post GFS_rrtmgp_lw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_lw_post_run GFS_rrtmgp_lw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_allsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_clrsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_clrsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_10mu_band in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_on_radiation_time_step in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_sfc in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_midlayer_air_temperature_in_longwave_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_top_atmosphere in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_fluxes in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in table GFS_rrtmgp_lw_post_run INFO: Parsed tables in scheme GFS_rrtmgp_lw_post with dependencies ['rte-rrtmgp/extensions/mo_heating_rates.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'radlw_param.f', 'radiation_aerosols.f', 'rte-rrtmgp/rte/mo_fluxes.F90', 'iounitdef.f', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_sampling rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_init rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_run rrtmgp_lw_cloud_sampling -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_lw in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table rrtmgp_lw_cloud_sampling_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_sampling rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_init rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_run rrtmgp_lw_cloud_sampling INFO: Parsed tables in scheme rrtmgp_lw_cloud_sampling with dependencies ['physparam.f', 'machine.F', 'rrtmgp_sampling.F90', 'mersenne_twister.f', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_sampling rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_init rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_run rrtmgp_sw_cloud_sampling -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_sw in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table rrtmgp_sw_cloud_sampling_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_sampling rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_init rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_run rrtmgp_sw_cloud_sampling INFO: Parsed tables in scheme rrtmgp_sw_cloud_sampling with dependencies ['physparam.f', 'machine.F', 'rrtmgp_sampling.F90', 'mersenne_twister.f', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_cloud_diagnostics GFS_cloud_diagnostics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_cloud_diagnostics_run GFS_cloud_diagnostics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_cloud_diagnostics_run INFO: Parsed tables in scheme GFS_cloud_diagnostics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_gfdlmp_pre GFS_rrtmgp_gfdlmp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_gfdlmp_pre_run GFS_rrtmgp_gfdlmp_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_rrtmgp_gfdlmp_pre_run INFO: Parsed tables in scheme GFS_rrtmgp_gfdlmp_pre with dependencies ['rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_zhaocarr_pre GFS_rrtmgp_zhaocarr_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_zhaocarr_pre_run GFS_rrtmgp_zhaocarr_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmgp_zhaocarr_pre_run INFO: Parsed tables in scheme GFS_rrtmgp_zhaocarr_pre with dependencies ['rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_sw_post GFS_rrtmgp_sw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_sw_post_run GFS_rrtmgp_sw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_mean_cosz_over_rad_call_period in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_allsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_allsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_clrsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_clrsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_sfc in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_top_atmosphere in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_fluxes in table GFS_rrtmgp_sw_post_run INFO: Parsed tables in scheme GFS_rrtmgp_sw_post with dependencies ['rte-rrtmgp/extensions/mo_heating_rates.F90', 'radsw_param.f', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'radiation_aerosols.f', 'rte-rrtmgp/rte/mo_fluxes.F90', 'iounitdef.f', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] +INFO: filtering out variable GFS_cldprop_type_instance +INFO: filtering out variable GFS_coupling_type_instance +INFO: filtering out variable GFS_diag_type_instance +INFO: filtering out variable GFS_grid_type_instance +INFO: filtering out variable GFS_radtend_type_instance +INFO: filtering out variable GFS_sfcprop_type_instance +INFO: filtering out variable GFS_statein_type_instance INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable GFS_tbd_type_instance INFO: filtering out variable Gas_concentrations_for_RRTMGP_suite INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_10mu_band @@ -5984,7 +2075,6 @@ INFO: filtering out variable RRTMGP_sw_fluxes 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 active_gases_used_by_RRTMGP -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology INFO: filtering out variable air_pressure_at_interface_for_RRTMGP_in_hPa INFO: filtering out variable air_pressure_at_layer_for_RRTMGP_in_hPa INFO: filtering out variable air_temperature_at_interface_for_RRTMGP @@ -5999,7 +2089,6 @@ 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 @@ -6012,7 +2101,6 @@ INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_ 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_overlap_param INFO: filtering out variable cloud_phase_transition_denominator INFO: filtering out variable cloud_phase_transition_threshold_temperature @@ -6039,7 +2127,6 @@ INFO: filtering out variable cumulative_change_in_temperature_due_to_physics INFO: filtering out variable cumulative_change_in_water_vapor_specific_humidity_due_to_physics INFO: filtering out variable cumulative_change_in_x_wind_due_to_physics INFO: filtering out variable cumulative_change_in_y_wind_due_to_physics -INFO: filtering out variable daytime_mean_cosz_over_rad_call_period 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 @@ -6051,7 +2138,6 @@ INFO: filtering out variable diurnal_thermocline_layer_thickness INFO: filtering out variable diurnal_thermocline_layer_x_current INFO: filtering out variable diurnal_thermocline_layer_y_current INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnedmf INFO: filtering out variable do_mynnsfclay INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme INFO: filtering out variable edmf_flag @@ -6081,10 +2167,7 @@ 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_lmfshal INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_output_of_longwave_heating_rate -INFO: filtering out variable flag_for_output_of_shortwave_heating_rate 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 @@ -6097,7 +2180,6 @@ INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_op 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_uni_cld INFO: filtering out variable flag_mg3_as_mg2 INFO: filtering out variable flag_skip_macro INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMG @@ -6105,11 +2187,10 @@ INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMGP_LUT INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMGP_PADE INFO: filtering out variable forecast_month INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_ice_water_cloud +INFO: filtering out variable fraction_of_rain_water_cloud INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable fractional_coverage_with_strong_cosz_dependency -INFO: filtering out variable fractional_coverage_with_weak_cosz_dependency INFO: filtering out variable free_convection_layer_thickness -INFO: filtering out variable frequency_for_longwave_radiation INFO: filtering out variable gf_memory_counter INFO: filtering out variable graupel_mixing_ratio INFO: filtering out variable graupel_number_concentration_updated_by_physics @@ -6119,11 +2200,10 @@ 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_nucleation_number 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_of_dtlm_start INFO: filtering out variable initial_permutation_seed_lw INFO: filtering out variable initial_permutation_seed_sw @@ -6166,10 +2246,6 @@ 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_change_over_depth_in_sea_water_temperature -INFO: filtering out variable mean_nir_albedo_with_strong_cosz_dependency -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_strong_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 @@ -6209,7 +2285,6 @@ INFO: filtering out variable normalized_soil_wetness_for_land_surface_model INFO: filtering out variable number_of_active_gases_used_by_RRTMGP INFO: filtering out variable number_of_aerosol_tracers_MG INFO: filtering out variable number_of_angles_used_in_gaussian_quadrature -INFO: filtering out variable number_of_cloud_condensate_types 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 @@ -6231,6 +2306,7 @@ INFO: filtering out variable rain_number_concentration_updated_by_physics INFO: filtering out variable rain_water_mixing_ratio INFO: filtering out variable reciprocal_of_obukhov_length INFO: filtering out variable relative_humidity +INFO: filtering out variable rime_factor INFO: filtering out variable rrtmgp_coeff_lw_cloud_optics INFO: filtering out variable rrtmgp_coeff_sw_cloud_optics INFO: filtering out variable rrtmgp_kdistribution_lw @@ -6298,6 +2374,7 @@ 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_ccn_activated_number 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 @@ -6319,6 +2396,7 @@ INFO: filtering out variable tke_budget INFO: filtering out variable tke_dissipative_heating_factor INFO: filtering out variable toa_incident_sw_flux_by_spectral_point INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable total_cloud_condensate_mixing_ratio_updated_by_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 @@ -6355,24 +2433,24 @@ 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 /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Metadata table for model FV3 written to /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex INFO: Comparing metadata for requested and provided variables ... INFO: Generating list of Fortran modules containing CCPP type definitions ... INFO: Generating typedefs makefile/cmakefile snippet ... -INFO: Added 10 typedefs to /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_TYPEDEFS.sh +INFO: Added 10 typedefs to /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 146 schemes to /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_SCHEMES.mk, /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Added 146 schemes to /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk, /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics ... +INFO: Generating static API ccpp_static_api.F90 in /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics ... INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 16 auto-generated caps to /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_CAPS.mk and /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_CAPS.cmake, /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_CAPS.sh +INFO: Added 16 auto-generated caps to /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk and /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake, /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh INFO: CCPP prebuild step completed successfully. -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -+ ./build_ccpp.sh hera.intel /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk 'CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp' NO NO ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp ++ ./build_ccpp.sh hera.intel /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk 'CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp' NO NO MACHINE_ID=hera.intel is valid. Compilers set for hera.intel. Obtained ESMF_LIB=/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib from /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -DNETCDF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=OFF' ... +Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp -DNETCDF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=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 @@ -6413,8 +2491,8 @@ Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/scratch2/BMC/gsd-fv3-dev/sun -- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp -- Enable OpenMP support for C/C++/Fortran compiler -- Got CCPP TYPEDEFS from cmakefile include file: gfs_typedefs.mod;mo_cloud_optics.mod;mo_optical_props.mod;ccpp_typedefs.mod;mo_gas_concentrations.mod;machine.mod;mo_source_functions.mod;module_radlw_parameters.mod;module_radsw_parameters.mod;mo_gas_optics_rrtmgp.mod --- Got CCPP SCHEMES from cmakefile include file: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sflx.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radcons.f90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/machine.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ozphys.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gscond.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/machine.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/mfscu.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/precpd.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/physcons.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/machine.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gwdps.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src/ccpp_types.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/physcons.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/physparam.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/tridi.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/machine.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_data.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src/ccpp_types.F90 --- Got CCPP CAPS from cmakefile include file: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 +-- Got CCPP SCHEMES from cmakefile include file: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 +-- Got CCPP CAPS from cmakefile include file: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -- Configuring done -- Generating done CMake Warning: @@ -6423,57 +2501,57 @@ CMake Warning: LEGACY_INTEL --- Build files have been written to: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build -make[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -S/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -B/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_progress_start /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/CMakeFiles /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/CMakeFiles/progress.marks +-- Build files have been written to: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build +make[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -S/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp -B/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_progress_start /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -Dependee "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". -Dependee "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +make[3]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_depends "Unix Makefiles" /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +Dependee "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Dependee "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". Scanning dependencies of target ccpp -make[3]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' [ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_types.mod framework/src/CMakeFiles/ccpp.dir/ccpp_types.mod.stamp Intel [ 1%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_api.mod framework/src/CMakeFiles/ccpp.dir/ccpp_api.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build [ 2%] Linking Fortran static library libccpp.a -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 /usr/bin/ar qc libccpp.a CMakeFiles/ccpp.dir/ccpp_types.F90.o CMakeFiles/ccpp.dir/ccpp_api.F90.o /usr/bin/ranlib libccpp.a -make[3]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' [ 2%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -Dependee "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". -Dependee "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +make[3]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_depends "Unix Makefiles" /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +Dependee "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Dependee "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". Scanning dependencies of target ccppphys -make[3]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' [ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_types.mod physics/CMakeFiles/ccppphys.dir/ccpp_types.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o.provides.build -[ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/machine.mod physics/CMakeFiles/ccppphys.dir/machine.mod.stamp Intel -[ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/physcons.mod physics/CMakeFiles/ccppphys.dir/physcons.mod.stamp Intel -[ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ugwp_common.mod physics/CMakeFiles/ccppphys.dir/ugwp_common.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ugwp_conv_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_conv_init.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ugwp_fjet_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_fjet_init.mod.stamp Intel @@ -6481,116 +2559,116 @@ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/int /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ugwp_okw_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_okw_init.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ugwp_oro_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_oro_init.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ugwp_wmsdis_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_wmsdis_init.mod.stamp Intel -[ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_module.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_module.mod.stamp Intel -[ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gwdps.mod physics/CMakeFiles/ccppphys.dir/gwdps.mod.stamp Intel -[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp.mod.stamp Intel -[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_post.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_post.mod.stamp Intel -[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/cnvc90.mod physics/CMakeFiles/ccppphys.dir/cnvc90.mod.stamp Intel -[ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/dcyc2t3.mod physics/CMakeFiles/ccppphys.dir/dcyc2t3.mod.stamp Intel -[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/get_phi_fv3.mod physics/CMakeFiles/ccppphys.dir/get_phi_fv3.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/get_prs_fv3.mod physics/CMakeFiles/ccppphys.dir/get_prs_fv3.mod.stamp Intel -[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_post.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_pre.mod.stamp Intel -[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_post.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_pre.mod.stamp Intel -[ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_post.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_pre.mod.stamp Intel -[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_post.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_pre.mod.stamp Intel -[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_post.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_pre.mod.stamp Intel -[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mersenne_twister.mod physics/CMakeFiles/ccppphys.dir/mersenne_twister.mod.stamp Intel -[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_kind.mod physics/CMakeFiles/ccppphys.dir/mo_rte_kind.mod.stamp Intel -[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props_kernels.mod.stamp Intel -[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_util_array.mod physics/CMakeFiles/ccppphys.dir/mo_rte_util_array.mod.stamp Intel -[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props.mod.stamp Intel -[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_config.mod physics/CMakeFiles/ccppphys.dir/mo_rte_config.mod.stamp Intel -[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_cloud_optics.mod.stamp Intel -[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_string.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_string.mod.stamp Intel -[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_concentrations.mod physics/CMakeFiles/ccppphys.dir/mo_gas_concentrations.mod.stamp Intel -[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_source_functions.mod physics/CMakeFiles/ccppphys.dir/mo_source_functions.mod.stamp Intel -[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics.mod.stamp Intel -[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_kernels.mod.stamp Intel -[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_constants.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_constants.mod.stamp Intel -[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder_kernels.mod.stamp Intel -[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder.mod.stamp Intel -[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_rrtmgp.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_rrtmgp.mod.stamp Intel -[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/physparam.mod physics/CMakeFiles/ccppphys.dir/physparam.mod.stamp Intel -[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radlw_parameters.mod.stamp Intel -[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radsw_parameters.mod.stamp Intel -[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/parse_tracers.mod physics/CMakeFiles/ccppphys.dir/parse_tracers.mod.stamp Intel -[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_typedefs.mod physics/CMakeFiles/ccppphys.dir/gfs_typedefs.mod.stamp Intel -[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson_make_number_concentrations.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson_make_number_concentrations.mod.stamp Intel -[ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_1.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_1.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_2.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_2.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_3.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_3.mod.stamp Intel @@ -6598,124 +2676,124 @@ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/int /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_phys_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_phys_reset.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_reset.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_update.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_update.mod.stamp Intel -[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_inter.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_inter.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_post.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_pre.mod.stamp Intel -[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/surface_perturbation.mod physics/CMakeFiles/ccppphys.dir/surface_perturbation.mod.stamp Intel -[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_post.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_pre.mod.stamp Intel -[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part1.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part1.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part2.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part2.mod.stamp Intel -[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/funcphys.mod physics/CMakeFiles/ccppphys.dir/funcphys.mod.stamp Intel [ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/hedmf.mod physics/CMakeFiles/ccppphys.dir/hedmf.mod.stamp Intel [ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg.mod physics/CMakeFiles/ccppphys.dir/namelist_soilveg.mod.stamp Intel -[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_mod.mod physics/CMakeFiles/ccppphys.dir/set_soilveg_mod.mod.stamp Intel [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/lsm_noah.mod physics/CMakeFiles/ccppphys.dir/lsm_noah.mod.stamp Intel -[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/maximum_hourly_diagnostics.mod physics/CMakeFiles/ccppphys.dir/maximum_hourly_diagnostics.mod.stamp Intel -[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ozphys.mod physics/CMakeFiles/ccppphys.dir/ozphys.mod.stamp Intel -[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/rayleigh_damp.mod physics/CMakeFiles/ccppphys.dir/rayleigh_damp.mod.stamp Intel -[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/samfcnv_aerosols.mod physics/CMakeFiles/ccppphys.dir/samfcnv_aerosols.mod.stamp Intel -[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/samfdeepcnv.mod physics/CMakeFiles/ccppphys.dir/samfdeepcnv.mod.stamp Intel -[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/samfshalcnv.mod physics/CMakeFiles/ccppphys.dir/samfshalcnv.mod.stamp Intel [ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/sfc_cice.mod physics/CMakeFiles/ccppphys.dir/sfc_cice.mod.stamp Intel [ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag.mod physics/CMakeFiles/ccppphys.dir/sfc_diag.mod.stamp Intel -[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag_post.mod physics/CMakeFiles/ccppphys.dir/sfc_diag_post.mod.stamp Intel -[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/sfc_diff.mod physics/CMakeFiles/ccppphys.dir/sfc_diff.mod.stamp Intel [ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/sfc_ocean.mod physics/CMakeFiles/ccppphys.dir/sfc_ocean.mod.stamp Intel -[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/sfc_sice.mod physics/CMakeFiles/ccppphys.dir/sfc_sice.mod.stamp Intel -[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_gscond.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_gscond.mod.stamp Intel -[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_precpd.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_precpd.mod.stamp Intel -[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_physics_cap.mod.stamp Intel -[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def.mod physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel -[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef.mod physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel -[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX-I -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols.mod physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel -[ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_post.mod.stamp Intel -[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_mp_radar.mod physics/CMakeFiles/ccppphys.dir/module_mp_radar.mod.stamp Intel -[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson.mod.stamp Intel +[ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def.mod physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel +[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef.mod physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel +[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols.mod physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel [ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_astronomy.mod physics/CMakeFiles/ccppphys.dir/module_radiation_astronomy.mod.stamp Intel [ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_microphysics.mod physics/CMakeFiles/ccppphys.dir/module_microphysics.mod.stamp Intel [ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_clouds.mod physics/CMakeFiles/ccppphys.dir/module_radiation_clouds.mod.stamp Intel -[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ozne_def.mod physics/CMakeFiles/ccppphys.dir/ozne_def.mod.stamp Intel -[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_gases.mod physics/CMakeFiles/ccppphys.dir/module_radiation_gases.mod.stamp Intel [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/radcons.mod physics/CMakeFiles/ccppphys.dir/radcons.mod.stamp Intel -[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_pre.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_rad_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_rad_reset.mod.stamp Intel [ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_avplank.mod physics/CMakeFiles/ccppphys.dir/module_radlw_avplank.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_cldprlw.mod physics/CMakeFiles/ccppphys.dir/module_radlw_cldprlw.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb01.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb01.mod.stamp Intel @@ -6735,20 +2813,20 @@ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/int /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb15.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb15.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb16.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radlw_ref.mod.stamp Intel -[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw.mod.stamp Intel -[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_post.mod.stamp Intel -[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_surface.mod physics/CMakeFiles/ccppphys.dir/module_radiation_surface.mod.stamp Intel -[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_pre.mod.stamp Intel -[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_cldprtb.mod physics/CMakeFiles/ccppphys.dir/module_radsw_cldprtb.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb16.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb17.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb17.mod.stamp Intel @@ -6766,123 +2844,123 @@ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/int /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb29.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb29.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radsw_ref.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_sflux.mod physics/CMakeFiles/ccppphys.dir/module_radsw_sflux.mod.stamp Intel -[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw.mod.stamp Intel -[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_post.mod.stamp Intel [ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_pre.mod.stamp Intel [ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod.stamp Intel [ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_stochastics.mod physics/CMakeFiles/ccppphys.dir/gfs_stochastics.mod.stamp Intel [ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod.stamp Intel -[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/aerinterp.mod physics/CMakeFiles/ccppphys.dir/aerinterp.mod.stamp Intel -[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/h2o_def.mod physics/CMakeFiles/ccppphys.dir/h2o_def.mod.stamp Intel -[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/h2ointerp.mod physics/CMakeFiles/ccppphys.dir/h2ointerp.mod.stamp Intel -[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/iccn_def.mod physics/CMakeFiles/ccppphys.dir/iccn_def.mod.stamp Intel -[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/iccninterp.mod physics/CMakeFiles/ccppphys.dir/iccninterp.mod.stamp Intel -[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ozinterp.mod physics/CMakeFiles/ccppphys.dir/ozinterp.mod.stamp Intel -[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_phys_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_phys_time_vary.mod.stamp Intel -[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_rad_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_rad_time_vary.mod.stamp Intel -[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_setup.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_setup.mod.stamp Intel -[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_time_vary_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_time_vary_pre.mod.stamp Intel -[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod.stamp Intel -[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_cap.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build -[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdif.mod physics/CMakeFiles/ccppphys.dir/satmedmfvdif.mod.stamp Intel -[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod.stamp Intel -[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod.stamp Intel -[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod.stamp Intel -[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod.stamp Intel -[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build -[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_typedefs.mod physics/CMakeFiles/ccppphys.dir/ccpp_typedefs.mod.stamp Intel -[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys_mod.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys_mod.mod.stamp Intel -[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/fv_sat_adj.mod physics/CMakeFiles/ccppphys.dir/fv_sat_adj.mod.stamp Intel -[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod.stamp Intel -[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/h2ophys.mod physics/CMakeFiles/ccppphys.dir/h2ophys.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ozphys_2015.mod physics/CMakeFiles/ccppphys.dir/ozphys_2015.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod.stamp Intel -[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod.stamp Intel -[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod.stamp Intel -[ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod.stamp Intel -[ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_cap.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build @@ -6938,8 +3016,8 @@ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/int /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build -[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_multi_gases_mod.mod physics/CMakeFiles/ccppphys.dir/ccpp_multi_gases_mod.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build @@ -6994,130 +3072,130 @@ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/int /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build -[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/sfccyc_module.mod physics/CMakeFiles/ccppphys.dir/sfccyc_module.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build -[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/sso_coorde.mod physics/CMakeFiles/ccppphys.dir/sso_coorde.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o.provides.build -[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_data.F90 -o CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90 -o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_data.mod physics/CMakeFiles/ccppphys.dir/ccpp_data.mod.stamp Intel -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o.provides.build -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build -[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o.provides.build +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o [ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o [100%] Linking Fortran static library libccppphys.a -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 -/usr/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 +/usr/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /usr/bin/ranlib libccppphys.a -make[3]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_progress_start /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/CMakeFiles 0 -make[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -make[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -S/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -B/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_progress_start /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/CMakeFiles /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/CMakeFiles/progress.marks +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_progress_start /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 +make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +make[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -S/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp -B/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_progress_start /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_depends "Unix Makefiles" /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make[3]: Nothing to be done for `framework/src/CMakeFiles/ccpp.dir/build'. -make[3]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' [ 2%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_depends "Unix Makefiles" /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make[3]: Nothing to be done for `physics/CMakeFiles/ccppphys.dir/build'. -make[3]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_progress_start /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/CMakeFiles 0 +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_progress_start /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make[2]: Nothing to be done for `preinstall'. -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' Install the project... /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -P cmake_install.cmake -- Install configuration: "Release" --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib/libccpp.a --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib/cmake/ccpp-config.cmake --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib/cmake/ccpp-config-release.cmake --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_types.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_api.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib/libccppphys.a --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib/cmake/ccppphys-config.cmake --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib/cmake/ccppphys-config-release.cmake --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/gfs_typedefs.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/mo_cloud_optics.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/mo_optical_props.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_typedefs.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/mo_gas_concentrations.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/machine.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/mo_source_functions.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/module_radlw_parameters.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/module_radsw_parameters.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod -make[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -+ test -d /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -+ test -d /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs ; \ -exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" all +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib/libccpp.a +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config.cmake +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config-release.cmake +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_types.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_api.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib/libccppphys.a +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config.cmake +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config-release.cmake +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/gfs_typedefs.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/mo_cloud_optics.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/mo_optical_props.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_typedefs.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/mo_gas_concentrations.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/machine.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/mo_source_functions.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/module_radlw_parameters.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/module_radsw_parameters.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod +make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' ++ test -d /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include ++ test -d /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs ; \ +exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" all Currently Loaded Modules: 1) sutils/default 14) esmf/8_1_0_beta_snapshot_27 @@ -7136,213 +3214,221 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs' -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 @@ -7430,18 +3516,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL" -mv fms.mk "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs' -test -d /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" into /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL on hera -cp -fp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems \ - "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3"/conf/configure.fv3 -cp -fp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems \ - "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3"/conf/modules.fv3 -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 COMP_BINDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" nemsinstall +mkdir -p "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL" +mv fms.mk "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs' +test -d /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL +Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" into /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL on hera +cp -fp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems \ + "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3"/conf/configure.fv3 +cp -fp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems \ + "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3"/conf/modules.fv3 +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 COMP_BINDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" nemsinstall Currently Loaded Modules: 1) sutils/default 14) esmf/8_1_0_beta_snapshot_27 @@ -7460,53 +3546,77 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' -gmake -C cpl FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' +gmake -C cpl FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl' +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -c module_cap_cpl.F90 +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics' +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics' -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -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/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics' +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -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/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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/mersenne_twister.o physics/namelist_soilveg.o physics/physparam.o physics/set_soilveg.o physics/noahmp_tables.o physics/GFDL_parse_tracers.o physics/physcons.o CCPP_layer/CCPP_data.o ../ccpp/physics/ccpp_static_api.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_restart.o ar: creating libgfsphys.a a - physics/mersenne_twister.o @@ -7522,65 +3632,89 @@ a - GFS_layer/GFS_abstraction_layer.o a - GFS_layer/GFS_diagnostics.o a - GFS_layer/GFS_driver.o a - GFS_layer/GFS_restart.o -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics' -gmake -C ccpp/driver FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics' +gmake -C ccpp/driver FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build CCPP layer ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver' +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver' Build CCPP layer ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver' -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP CCPP_driver.F90 > CCPP_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver' +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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP CCPP_driver.F90 > CCPP_driver.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o ar rv libccppdriver.a CCPP_driver.o ar: creating libccppdriver.a a - CCPP_driver.o -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver' -gmake -C ipd FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver' +gmake -C ipd FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd' +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd' -gmake -C io FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd' +gmake -C io FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include] -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io' +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include] -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -c module_fv3_io_def.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nemsio/2.5.2/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -c module_wrt_grid_comp.F90 +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -c module_fv3_io_def.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nemsio/2.5.2/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 @@ -7593,65 +3727,73 @@ 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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere' +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -c model/fv_arrays.F90 -o model/fv_arrays.o +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -7697,53 +3839,60 @@ 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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/stochastic_physics' -mpiicc -E four_to_grid_stochy.F > four_to_grid_stochy.f +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/stochastic_physics' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/stochastic_physics' +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/stochastic_physics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c kinddef.F90 -o kinddef.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c glats_stochy.f -o glats_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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c mpi_wrapper.F90 -o mpi_wrapper.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c halo_exchange.fv3.F90 -o halo_exchange.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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c lndp_apply_perts.F90 -o lndp_apply_perts.o +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/stochastic_physics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c kinddef.F90 -o kinddef.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c glats_stochy.f -o glats_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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c mpi_wrapper.F90 -o mpi_wrapper.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c halo_exchange.fv3.F90 -o halo_exchange.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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c lndp_apply_perts.F90 -o lndp_apply_perts.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 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 plumes.o kinddef.o mpi_wrapper.o halo_exchange.fv3.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 cellular_automata_global.o cellular_automata_sgs.o update_ca.o lndp_apply_perts.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -7780,28 +3929,25 @@ a - cellular_automata_global.o a - cellular_automata_sgs.o a - update_ca.o a - lndp_apply_perts.o -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/stochastic_physics' -gmake -C stochastic_physics FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/stochastic_physics' +gmake -C stochastic_physics FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 io ... $ESMF_INC is [-I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include] -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/stochastic_physics' -Building dependencies ... -/bin/sh: m: command not found -gmake[2]: [depend] Error 127 (ignored) -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I ../../stochastic_physics -I../ccpp/physics -I../ccpp/build/physics -I../atmos_cubed_sphere -c stochastic_physics_wrapper.F90 -o stochastic_physics_wrapper.o +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/stochastic_physics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I ../../stochastic_physics -I../ccpp/physics -I../ccpp/build/physics -I../atmos_cubed_sphere -c stochastic_physics_wrapper.F90 -o stochastic_physics_wrapper.o ar rv libstochastic_physics_wrapper.a stochastic_physics_wrapper.o ar: creating libstochastic_physics_wrapper.a a - stochastic_physics_wrapper.o -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 @@ -7809,24 +3955,24 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' -gmake esmf_make_fragment FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' +gmake esmf_make_fragment FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' -Installation into "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' +Installation into "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' -test -d /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -rm -fr /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/exec -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface" COMP_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="hera" ; \ +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' +test -d /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL +rm -fr /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/exec +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="hera" ; \ set -e ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface ; \ -./compile.sh --platform hera --fms-dir "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL" +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface ; \ +./compile.sh --platform hera --fms-dir "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL" Currently Loaded Modules: 1) sutils/default 14) esmf/8_1_0_beta_snapshot_27 @@ -7845,9 +3991,9 @@ Currently Loaded Modules: -Will use FMS from: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL +Will use FMS from: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL ++ pwd -+ BASEDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface ++ BASEDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface + MACHINE_ID=hera + COMPILE_OPTION=hera-intel.mk + DEBUG= @@ -7862,261 +4008,270 @@ MOM6 compile.sh ... DEBUG=, REPRO=1 + [[ 1 == 1 ]] + echo 'compile MOM6 library ...' compile MOM6 library ... -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface + mkdir -p build/intel/MOM6_LIB/repro + cd build/intel/MOM6_LIB/repro + [[ -f path_names ]] ++ rm -f path_names + echo 'generating file_paths ...' generating file_paths ... -+ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/mkmf/bin/list_paths /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ice_shelf/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/initialization/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ocean_data_assim/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ocean_data_assim/core/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 ++ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/mkmf/bin/list_paths /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 A list of the files you checked out is in the file path_names. + echo 'generating makefile ...' generating makefile ... -+ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/mkmf/bin/mkmf -t /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/mkmf/templates/hera-intel.mk -p lib_ocean.a -o -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL path_names ++ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/mkmf/bin/mkmf -t /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/mkmf/templates/hera-intel.mk -p lib_ocean.a -o -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL path_names +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). ........................................................................................................................................................................................................................................... Makefile is ready. + echo 'compiling MOM6 library...' compiling MOM6 library... + make NETCDF=4 REPRO=1 DEBUG= lib_ocean.a -make[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/build/intel/MOM6_LIB/repro' -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_error_handler.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_array_transform.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_cpu_clock.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_time_manager.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_string_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/polynomial_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/PLM_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_math.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_safe_alloc.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_diag_vkernels.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/PCM_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/coord_zlike.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/coord_sigma.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_diag_manager_wrapper.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_intrinsic_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_constants.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_coms.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_document.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/regrid_solvers.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/regrid_consts.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/MOM_TFreeze.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/regrid_edge_values.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_file_parser.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_background.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/PPM_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/PQM_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/P1M_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/P3M_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_domains.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_unit_scaling.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_params.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_verticalGrid.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/regrid_interp.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/MOM_remapping.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_hor_index.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_linear.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_checksums.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_grid.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_dyn_horgrid.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_random.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_io.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_spatial_means.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/baroclinic_zone_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_transcribe_grid.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ice_shelf/user_shelf_init.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/MOM_debugging.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_get_input.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_transform_FMS.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/initialization/MOM_grid_initialize.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/initialization/MOM_shared_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_write_cputime.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_restart.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/coord_hycom.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_variables.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/coord_rho.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/coord_slight.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_tracer_Z_init.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/coord_adapt.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_horizontal_regridding.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_interface_heights.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_checksum_packages.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_isopycnal_slopes.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/adjustment_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/Rossby_front_2d_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/soliton_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/MOM_regridding.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_diag_remap.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_diag_mediator.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_opacity.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_tracer_registry.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_sponge.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/MOM_wave_structure.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/user_change_diffusivity.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/MOM_wave_speed.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_PressureForce_Montgomery.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/MOM_PointAccel.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_open_boundary.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/lock_exchange_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/external_gwave_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_forcing_type.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/BFB_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/benchmark_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/Neverland_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/sloshing_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/seamount_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/Phillips_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/circle_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/MOM_diagnostics.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/ISOMIP_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/DOME2d_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/dumbbell_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/dense_water_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/RGC_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_tracer_diabatic.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/MOM_wave_interface.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/SCM_CVMix_tests.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_offline_aux.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ice_shelf/MOM_marine_ice.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/MOM_controlled_forcing.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/Idealized_Hurricane.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/tracer_example.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/DOME_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/ISOMIP_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/RGC_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/ideal_age_example.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/dye_example.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/oil_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/advection_test_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/dyed_obc_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/MOM_ALE.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/pseudo_salt_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/boundary_impulse_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/user_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_barotropic.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/tidal_bay_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/Kelvin_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/shelfwave_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/dyed_channel_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_continuity_PPM.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_CoriolisAdv.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/DOME_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/dyed_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/supercritical_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_tracer_advect.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/initialization/MOM_coord_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_boundary_update.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/initialization/MOM_fixed_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/initialization/MOM_state_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_generic_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_tracer_flow_control.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_continuity.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_PressureForce.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/dumbbell_surface_forcing.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/MOM_sum_output.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/user_revise_forcing.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/BFB_surface_forcing.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_offline_main.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_dynamics_split_RK2.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_neutral_diffusion.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_tracer_hor_diff.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_unit_tests.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 -ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_cpu_clock.o MOM_checksums.o gsw_mod_gibbs_ice_coefficients.o MOM_array_transform.o cvmix_math.o dumbbell_surface_forcing.o user_initialization.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o MOM_random.o ocean_da_types.o baroclinic_zone_initialization.o MOM_ice_shelf_dynamics.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_open_boundary.o MOM_set_viscosity.o MOM_tracer_hor_diff.o cvmix_shear.o MOM_full_convection.o MOM_regularize_layers.o MOM_string_functions.o mom_ocean_model_nuopc.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o gsw_chem_potential_water_t_exact.o MOM_transform_FMS.o PLM_functions.o MOM_EOS.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_state_initialization.o coord_rho.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_safe_alloc.o MOM_restart.o MOM_coord_initialization.o MOM_intrinsic_functions.o MOM_continuity.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o MOM_OCMIP2_CFC.o gsw_ct_freezing_exact.o MOM_time_manager.o MOM_diag_manager_wrapper.o MOM_obsolete_params.o regrid_interp.o MOM_checksum_packages.o dumbbell_initialization.o MOM_EOS_NEMO.o MOM_CVMix_conv.o MOM_dyn_horgrid.o gsw_mod_freezing_poly_coefficients.o gsw_pt0_from_t.o MOM_wave_structure.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o MOM_unit_scaling.o tidal_bay_initialization.o MOM_EOS_Wright.o PPM_functions.o gsw_gibbs.o supercritical_initialization.o user_change_diffusivity.o MOM_tracer_registry.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o coord_zlike.o gsw_gibbs_ice.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_MEKE_types.o MOM_error_handler.o MOM_CVMix_ddiff.o MOM_PointAccel.o gsw_pt_from_ct.o gsw_gibbs_pt0_pt0.o dyed_channel_initialization.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o gsw_t_freezing_exact.o regrid_consts.o MOM_diag_mediator.o MOM_thickness_diffuse.o gsw_rho_second_derivatives.o MOM_file_parser.o MOM_wave_speed.o ISOMIP_initialization.o MOM_unit_tests.o polynomial_functions.o MOM_offline_main.o ideal_age_example.o user_shelf_init.o DOME_initialization.o MOM_set_diffusivity.o gsw_rho_first_derivatives.o gsw_specvol_first_derivatives.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o MOM_neutral_diffusion.o BFB_surface_forcing.o coord_sigma.o write_ocean_obs.o advection_test_tracer.o dyed_obcs_initialization.o pseudo_salt_tracer.o MOM_EOS_UNESCO.o seamount_initialization.o MOM_dynamics_unsplit.o MOM_PressureForce.o MOM_verticalGrid.o MOM_diagnostics.o gsw_mod_specvol_coefficients.o gsw_mod_toolbox.o MOM_regridding.o MOM_boundary_update.o MOM_barotropic.o coord_adapt.o MOM_forcing_type.o soliton_initialization.o MOM_tracer_Z_init.o Kelvin_initialization.o MOM_controlled_forcing.o MOM_bulk_mixed_layer.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o gsw_sr_from_sp.o MOM_shared_initialization.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_generic_tracer.o MOM_lateral_boundary_diffusion.o MOM_bkgnd_mixing.o MOM_kappa_shear.o circle_obcs_initialization.o MOM_ALE_sponge.o gsw_entropy_part.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o MOM_ice_shelf_state.o P1M_functions.o gsw_mod_teos10_constants.o MOM_ALE.o MOM_PressureForce_analytic_FV.o boundary_impulse_tracer.o MOM_lateral_mixing_coeffs.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o Idealized_Hurricane.o MOM_diag_remap.o gsw_mod_kinds.o MOM_write_cputime.o MOM_domains.o Neverland_initialization.o MOM_sponge.o MOM_tidal_mixing.o oil_tracer.o MOM_continuity_PPM.o gsw_pt_from_t.o MOM.o dense_water_initialization.o MOM_entrain_diffusive.o MOM_EOS_linear.o Phillips_initialization.o MOM_internal_tide_input.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o MOM_marine_ice.o MOM_debugging.o kdtree.o gsw_rho.o MOM_document.o dyed_obc_tracer.o MOM_variables.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o adjustment_initialization.o MOM_constants.o MOM_tracer_flow_control.o MOM_coms.o shelfwave_initialization.o cvmix_background.o MOM_diabatic_driver.o gsw_ct_from_pt.o MOM_horizontal_regridding.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_remapping.o MOM_spatial_means.o benchmark_initialization.o lock_exchange_initialization.o dye_example.o MOM_io.o RGC_tracer.o MOM_ice_shelf.o mom_surface_forcing_nuopc.o cvmix_tidal.o cvmix_ddiff.o gsw_specvol_second_derivatives.o MOM_obsolete_diagnostics.o gsw_ct_freezing_poly.o MOM_sum_output.o MOM_PressureForce_Montgomery.o MOM_isopycnal_slopes.o gsw_t_deriv_chem_potential_water_t_exact.o +make[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_error_handler.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_array_transform.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_cpu_clock.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_time_manager.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_string_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/polynomial_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PLM_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_math.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_safe_alloc.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_vkernels.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PCM_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_zlike.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_sigma.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_manager_wrapper.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_intrinsic_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_constants.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_coms.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_document.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_solvers.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_consts.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_TFreeze.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_edge_values.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_file_parser.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_background.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PPM_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PQM_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P1M_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P3M_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_domains.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_unit_scaling.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_params.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_verticalGrid.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_remapping.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_interp.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_hor_index.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_linear.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_checksums.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_grid.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_dyn_horgrid.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_random.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_io.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_spatial_means.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/baroclinic_zone_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_transcribe_grid.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/user_shelf_init.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_debugging.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_get_input.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_transform_FMS.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_grid_initialize.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_shared_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_write_cputime.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_restart.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_hycom.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_variables.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_rho.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_slight.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_Z_init.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_adapt.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_horizontal_regridding.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_interface_heights.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_checksum_packages.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_isopycnal_slopes.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/adjustment_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/Rossby_front_2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/soliton_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_regridding.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_remap.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_mediator.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_opacity.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_registry.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_sponge.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_structure.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_change_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_speed.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_Montgomery.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_PointAccel.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_open_boundary.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/lock_exchange_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/external_gwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_forcing_type.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/benchmark_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/Neverland_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/sloshing_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/seamount_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/Phillips_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/circle_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/ISOMIP_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/dense_water_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/RGC_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_diabatic.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_wave_interface.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/SCM_CVMix_tests.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_aux.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_marine_ice.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_controlled_forcing.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/Idealized_Hurricane.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/tracer_example.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/DOME_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ISOMIP_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/RGC_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ideal_age_example.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dye_example.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/oil_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/advection_test_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dyed_obc_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_ALE.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/pseudo_salt_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/boundary_impulse_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_barotropic.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/tidal_bay_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/Kelvin_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/shelfwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_channel_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity_PPM.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_CoriolisAdv.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/supercritical_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_advect.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_coord_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_boundary_update.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_fixed_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_state_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_generic_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_flow_control.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_sum_output.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_revise_forcing.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_main.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_split_RK2.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_neutral_diffusion.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_hor_diff.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_unit_tests.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 +ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_checksums.o MOM_cpu_clock.o gsw_mod_gibbs_ice_coefficients.o MOM_array_transform.o cvmix_math.o dumbbell_surface_forcing.o user_initialization.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o MOM_random.o ocean_da_types.o baroclinic_zone_initialization.o MOM_ice_shelf_dynamics.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_open_boundary.o MOM_set_viscosity.o MOM_tracer_hor_diff.o cvmix_shear.o MOM_full_convection.o MOM_regularize_layers.o MOM_string_functions.o mom_ocean_model_nuopc.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o gsw_chem_potential_water_t_exact.o MOM_transform_FMS.o PLM_functions.o MOM_EOS.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_state_initialization.o coord_rho.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_safe_alloc.o MOM_restart.o MOM_coord_initialization.o MOM_intrinsic_functions.o MOM_continuity.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o MOM_OCMIP2_CFC.o gsw_ct_freezing_exact.o MOM_time_manager.o MOM_diag_manager_wrapper.o MOM_obsolete_params.o regrid_interp.o MOM_checksum_packages.o dumbbell_initialization.o MOM_EOS_NEMO.o MOM_CVMix_conv.o MOM_dyn_horgrid.o gsw_mod_freezing_poly_coefficients.o gsw_pt0_from_t.o MOM_wave_structure.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o MOM_unit_scaling.o tidal_bay_initialization.o MOM_EOS_Wright.o gsw_gibbs.o PPM_functions.o user_change_diffusivity.o supercritical_initialization.o MOM_tracer_registry.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o coord_zlike.o gsw_gibbs_ice.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_MEKE_types.o MOM_error_handler.o MOM_CVMix_ddiff.o MOM_PointAccel.o gsw_gibbs_pt0_pt0.o gsw_pt_from_ct.o dyed_channel_initialization.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o gsw_t_freezing_exact.o regrid_consts.o MOM_diag_mediator.o MOM_thickness_diffuse.o gsw_rho_second_derivatives.o MOM_file_parser.o MOM_wave_speed.o ISOMIP_initialization.o MOM_unit_tests.o polynomial_functions.o ideal_age_example.o MOM_offline_main.o user_shelf_init.o DOME_initialization.o MOM_set_diffusivity.o gsw_rho_first_derivatives.o gsw_specvol_first_derivatives.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o MOM_neutral_diffusion.o BFB_surface_forcing.o coord_sigma.o write_ocean_obs.o advection_test_tracer.o dyed_obcs_initialization.o pseudo_salt_tracer.o MOM_EOS_UNESCO.o seamount_initialization.o MOM_dynamics_unsplit.o MOM_PressureForce.o MOM_verticalGrid.o MOM_diagnostics.o gsw_mod_specvol_coefficients.o gsw_mod_toolbox.o MOM_regridding.o MOM_boundary_update.o MOM_barotropic.o coord_adapt.o MOM_forcing_type.o soliton_initialization.o MOM_tracer_Z_init.o Kelvin_initialization.o MOM_controlled_forcing.o MOM_bulk_mixed_layer.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o gsw_sr_from_sp.o MOM_shared_initialization.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_lateral_boundary_diffusion.o MOM_generic_tracer.o MOM_bkgnd_mixing.o MOM_kappa_shear.o circle_obcs_initialization.o MOM_ALE_sponge.o gsw_entropy_part.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o MOM_ice_shelf_state.o P1M_functions.o gsw_mod_teos10_constants.o MOM_ALE.o MOM_PressureForce_analytic_FV.o boundary_impulse_tracer.o MOM_lateral_mixing_coeffs.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o Idealized_Hurricane.o MOM_diag_remap.o gsw_mod_kinds.o MOM_domains.o MOM_write_cputime.o Neverland_initialization.o MOM_sponge.o MOM_tidal_mixing.o oil_tracer.o MOM_continuity_PPM.o MOM.o gsw_pt_from_t.o dense_water_initialization.o MOM_entrain_diffusive.o MOM_EOS_linear.o Phillips_initialization.o MOM_internal_tide_input.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o MOM_marine_ice.o MOM_debugging.o kdtree.o gsw_rho.o MOM_document.o dyed_obc_tracer.o MOM_variables.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o adjustment_initialization.o MOM_constants.o MOM_tracer_flow_control.o MOM_coms.o shelfwave_initialization.o cvmix_background.o MOM_diabatic_driver.o gsw_ct_from_pt.o MOM_horizontal_regridding.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_remapping.o MOM_spatial_means.o benchmark_initialization.o lock_exchange_initialization.o dye_example.o MOM_io.o RGC_tracer.o MOM_ice_shelf.o mom_surface_forcing_nuopc.o cvmix_tidal.o cvmix_ddiff.o gsw_specvol_second_derivatives.o MOM_obsolete_diagnostics.o gsw_ct_freezing_poly.o MOM_sum_output.o MOM_PressureForce_Montgomery.o MOM_isopycnal_slopes.o gsw_t_deriv_chem_potential_water_t_exact.o ar: creating lib_ocean.a a - cvmix_utils.o a - coord_hycom.o -a - MOM_cpu_clock.o a - MOM_checksums.o +a - MOM_cpu_clock.o a - gsw_mod_gibbs_ice_coefficients.o a - MOM_array_transform.o a - cvmix_math.o @@ -8190,10 +4345,10 @@ a - MOM_get_input.o a - MOM_unit_scaling.o a - tidal_bay_initialization.o a - MOM_EOS_Wright.o -a - PPM_functions.o a - gsw_gibbs.o -a - supercritical_initialization.o +a - PPM_functions.o a - user_change_diffusivity.o +a - supercritical_initialization.o a - MOM_tracer_registry.o a - MOM_offline_aux.o a - MOM_EOS_TEOS10.o @@ -8208,8 +4363,8 @@ a - MOM_MEKE_types.o a - MOM_error_handler.o a - MOM_CVMix_ddiff.o a - MOM_PointAccel.o -a - gsw_pt_from_ct.o a - gsw_gibbs_pt0_pt0.o +a - gsw_pt_from_ct.o a - dyed_channel_initialization.o a - MOM_fixed_initialization.o a - gsw_t_freezing_poly.o @@ -8224,8 +4379,8 @@ a - MOM_wave_speed.o a - ISOMIP_initialization.o a - MOM_unit_tests.o a - polynomial_functions.o -a - MOM_offline_main.o a - ideal_age_example.o +a - MOM_offline_main.o a - user_shelf_init.o a - DOME_initialization.o a - MOM_set_diffusivity.o @@ -8268,8 +4423,8 @@ a - MOM_shared_initialization.o a - DOME2d_initialization.o a - MOM_tracer_diabatic.o a - MOM_vert_friction.o -a - MOM_generic_tracer.o a - MOM_lateral_boundary_diffusion.o +a - MOM_generic_tracer.o a - MOM_bkgnd_mixing.o a - MOM_kappa_shear.o a - circle_obcs_initialization.o @@ -8290,15 +4445,15 @@ a - cvmix_convection.o a - Idealized_Hurricane.o a - MOM_diag_remap.o a - gsw_mod_kinds.o -a - MOM_write_cputime.o a - MOM_domains.o +a - MOM_write_cputime.o a - Neverland_initialization.o a - MOM_sponge.o a - MOM_tidal_mixing.o a - oil_tracer.o a - MOM_continuity_PPM.o -a - gsw_pt_from_t.o a - MOM.o +a - gsw_pt_from_t.o a - dense_water_initialization.o a - MOM_entrain_diffusive.o a - MOM_EOS_linear.o @@ -8346,25 +4501,25 @@ a - MOM_sum_output.o a - MOM_PressureForce_Montgomery.o a - MOM_isopycnal_slopes.o a - gsw_t_deriv_chem_potential_water_t_exact.o -make[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/build/intel/MOM6_LIB/repro' +make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' + echo 'compiling MOM6 library successful' compiling MOM6 library successful + echo 'compiling MOM6 library done' compiling MOM6 library done -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface + mkdir -p exec/hera/ -+ ln -s /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/build/intel/MOM6_LIB/repro exec/hera/lib_ocean ++ ln -s /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro exec/hera/lib_ocean + [[ 0 == 1 ]] + echo ================================================== ================================================== + [[ 0 == 1 ]] + echo 'Next recommended step is to rejoice out of happiness from a successful compile.' Next recommended step is to rejoice out of happiness from a successful compile. -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface ; \ - exec gmake -f makefile.nuopc COMP_SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface" COMP_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="hera" \ - "FMSDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL" \ - "NEMSMOMDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/exec/hera" \ - "INSTALLDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL" install +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface ; \ + exec gmake -f makefile.nuopc COMP_SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="hera" \ + "FMSDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL" \ + "NEMSMOMDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/exec/hera" \ + "INSTALLDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" install Currently Loaded Modules: 1) sutils/default 14) esmf/8_1_0_beta_snapshot_27 @@ -8383,11 +4538,11 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface' -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/exec/hera/lib_ocean -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/time_utils.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/exec/hera/lib_ocean -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_methods.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/exec/hera/lib_ocean -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_time.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/exec/hera/lib_ocean -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap.F90 +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface' +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/exec/hera/lib_ocean -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/time_utils.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/exec/hera/lib_ocean -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_methods.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/exec/hera/lib_ocean -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_time.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/exec/hera/lib_ocean -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap.F90 ar rv libmom.a mom_cap.o time_utils.o mom_cap_methods.o mom_cap_time.o ar: creating libmom.a a - mom_cap.o @@ -8395,17 +4550,17 @@ a - time_utils.o a - mom_cap_methods.o a - mom_cap_time.o rm -f mom6.mk.install -mkdir -p /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -cp -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/exec/hera/lib_ocean/lib_ocean.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -cp -f libmom.a mom_cap_mod.mod /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -cp -f mom6.mk.install /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface' -test -d "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL" -test -s "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk" -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +mkdir -p /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/exec/hera/lib_ocean/lib_ocean.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f libmom.a mom_cap_mod.mod /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f mom6.mk.install /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface' +test -d "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" +test -s "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE COMP_BINDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL MACHINE_ID="hera" SYSTEM_USERDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL" SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE" EXEDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="hera" SYSTEM_USERDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.libcice Currently Loaded Modules: @@ -8427,16 +4582,14 @@ Currently Loaded Modules: CICE6 ./comp_ice.backend.libcice: ARCH = hera_intel CICE6 ./comp_ice.backend.libcice: DEBUG = false -CICE6 ./comp_ice.backend.libcice: EXEDIR = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.libcice: OBJDIR = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.libcice: MAKEFILE = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.libcice: MACROSFILE = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/machines/Macros.hera_intel -CICE6 ./comp_ice.backend.libcice: DEPFILE = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/makdep.c +CICE6 ./comp_ice.backend.libcice: EXEDIR = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.libcice: OBJDIR = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.libcice: MAKEFILE = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.libcice: MACROSFILE = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.hera_intel +CICE6 ./comp_ice.backend.libcice: DEPFILE = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/makdep.c CICE6 ./comp_ice.backend.libcice: ESMFMKFILE = /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -rm: cannot remove ‘/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk’: No such file or directory -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -Building makdep -icc -o makdep /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/makdep.c +rm: cannot remove '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk': No such file or directory +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' Building dependency for icepack_zsalinity.d Building dependency for icepack_zbgc_shared.d Building dependency for icepack_zbgc.d @@ -8529,110 +4682,110 @@ Building dependency for cice_wrapper_mod.d Building dependency for CICE_RunMod.d Building dependency for CICE_InitMod.d Building dependency for CICE_FinalMod.d -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_kinds.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_warnings.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_parameters.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_tracers.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_mushy_physics.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_therm_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_itd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_fsd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_mechred.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_wavefracspec.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_orbital.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_shortwave.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_brine.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_aerosol.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_algae.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_zsalinity.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_atmo.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_ocean.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_therm_bl99.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_therm_0layer.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_therm_mushy.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_isotope.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_age.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_firstyear.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_flux.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_cesm.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_lvl.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_topo.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_therm_vertical.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_therm_itd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_intfc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_kinds_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_fileunits.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_exit.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_communicate.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_restart_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_constants.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_broadcast.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_domain_size.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_blocks.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_spacecurve.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_distribution.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_gather_scatter.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_reprosum.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_global_reductions.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_boundary.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_domain.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_timers.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_FinalMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_arrays_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/general/ice_state.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_calendar.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_read_write.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_scam.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_grid.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp_1d.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_restart.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_eap.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_mechred.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_pond.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_drag.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_fsd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_history_write.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_restart_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_remap.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_driver.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restoring.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/general/ice_init.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_init_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restart_driver.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_InitMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/cice_wrapper_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/general/ice_step_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_RunMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_shr_methods.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_import_export.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 -mpiicc -c -O2 -fp-model precise -xHost -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_shr_reprosum86.c -ar -r /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o -ar -r /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o -ar: creating /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -test -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS" COMP_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_kinds.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_warnings.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_parameters.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_tracers.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mushy_physics.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_itd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_fsd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mechred.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_wavefracspec.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_orbital.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_shortwave.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_brine.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_aerosol.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_algae.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zsalinity.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_atmo.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_ocean.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_bl99.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_0layer.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_mushy.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_isotope.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_age.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_firstyear.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_flux.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_cesm.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_lvl.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_topo.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_vertical.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_itd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_intfc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_kinds_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_fileunits.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_exit.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_communicate.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_constants.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_broadcast.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_domain_size.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_blocks.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_spacecurve.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_distribution.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_gather_scatter.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_reprosum.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_global_reductions.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_boundary.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_domain.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_timers.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_FinalMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_arrays_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_state.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_calendar.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_read_write.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_scam.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_grid.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp_1d.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_restart.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_eap.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_mechred.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_pond.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_drag.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_fsd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_history_write.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_remap.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_driver.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restoring.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_init.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_init_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restart_driver.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_InitMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/cice_wrapper_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_step_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_RunMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_shr_methods.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_import_export.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 +mpiicc -c -O2 -fp-model precise -xHost -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_shr_reprosum86.c +ar -r /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o +ar -r /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o +ar: creating /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +test -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS" COMP_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ - . /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS ; \ - exec gmake COMP_SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS" COMP_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" \ - "INSTALLDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL" install + . /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS ; \ + exec gmake COMP_SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS" COMP_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" \ + "INSTALLDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL" install Currently Loaded Modules: 1) sutils/default 14) esmf/8_1_0_beta_snapshot_27 @@ -8669,10 +4822,10 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS' cd nems/util ;\ exec gmake -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/nems/util' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/nems/util' mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I. shr_kind_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I. perf_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I. shr_log_mod.F90 @@ -8709,17 +4862,16 @@ a - shr_mpi_mod.o a - shr_pio_mod.o a - shr_sys_mod.o a - glc_elevclass_mod.o -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/nems/util' +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/nems/util' cd mediator ;\ exec gmake INTERNAL_PIO_INIT=1 -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/mediator' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/mediator' mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_kind_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_utils_mod.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_constants_mod.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_methods_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util esmFlds.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_internalstate_mod.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util esmFldsExchange_hafs_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_constants_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_methods_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_map_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_merge_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_wav_mod.F90 @@ -8728,78 +4880,79 @@ mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -m mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_time_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_profile_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_ocn_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_rof_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_aofluxes_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_fraction_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_lnd_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_io_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_history_mod.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_lnd_mod.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_restart_mod.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_glc_mod.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_rof_mod.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_aofluxes_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_ocnalb_mod.F90 med_phases_ocnalb_mod.F90(586): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [RC] subroutine med_phases_ocnalb_orbital_update(clock, logunit, mastertask, eccen, obliqr, lambm0, mvelpp, rc) ----------------------------------------------------------------------------------------------------------^ +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_restart_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_atm_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util esmFldsExchange_nems_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util esmFldsExchange_hafs_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_glc_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med.F90 -ar rv libcmeps.a esmFldsExchange_hafs_mod.o med_phases_prep_wav_mod.o med_phases_prep_ice_mod.o esmFldsExchange_cesm_mod.o med_phases_profile_mod.o med_merge_mod.o med_utils_mod.o med_methods_mod.o med_constants_mod.o med_phases_prep_ocn_mod.o med_fraction_mod.o med_phases_history_mod.o esmFlds.o med_io_mod.o med_phases_prep_lnd_mod.o med_kind_mod.o med_phases_restart_mod.o med_time_mod.o med_phases_prep_glc_mod.o med.o med_internalstate_mod.o med_phases_prep_atm_mod.o esmFldsExchange_nems_mod.o med_phases_aofluxes_mod.o med_phases_ocnalb_mod.o med_phases_prep_rof_mod.o med_map_mod.o +ar rv libcmeps.a med_phases_prep_wav_mod.o med_phases_prep_ice_mod.o esmFldsExchange_cesm_mod.o esmFlds.o med_phases_profile_mod.o med_utils_mod.o med_methods_mod.o med_phases_prep_ocn_mod.o med.o med_fraction_mod.o med_phases_history_mod.o med_constants_mod.o esmFldsExchange_hafs_mod.o med_io_mod.o med_phases_prep_lnd_mod.o med_kind_mod.o med_phases_restart_mod.o med_time_mod.o med_phases_prep_glc_mod.o med_internalstate_mod.o med_phases_prep_atm_mod.o esmFldsExchange_nems_mod.o med_phases_aofluxes_mod.o med_phases_ocnalb_mod.o med_phases_prep_rof_mod.o med_merge_mod.o med_map_mod.o ar: creating libcmeps.a -a - esmFldsExchange_hafs_mod.o a - med_phases_prep_wav_mod.o a - med_phases_prep_ice_mod.o a - esmFldsExchange_cesm_mod.o +a - esmFlds.o a - med_phases_profile_mod.o -a - med_merge_mod.o a - med_utils_mod.o a - med_methods_mod.o -a - med_constants_mod.o a - med_phases_prep_ocn_mod.o +a - med.o a - med_fraction_mod.o a - med_phases_history_mod.o -a - esmFlds.o +a - med_constants_mod.o +a - esmFldsExchange_hafs_mod.o a - med_io_mod.o a - med_phases_prep_lnd_mod.o a - med_kind_mod.o a - med_phases_restart_mod.o a - med_time_mod.o a - med_phases_prep_glc_mod.o -a - med.o a - med_internalstate_mod.o a - med_phases_prep_atm_mod.o a - esmFldsExchange_nems_mod.o a - med_phases_aofluxes_mod.o a - med_phases_ocnalb_mod.o a - med_phases_prep_rof_mod.o +a - med_merge_mod.o a - med_map_mod.o -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/mediator' +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/mediator' rm -f cmeps.mk.install -mkdir -p /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL -mkdir -p /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -cp -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/nems/util/libcmeps_util.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL -cp -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/mediator/libcmeps.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL -cp -f mediator/*.mod /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -cp -f nems/util/*.mod /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -cp -f cmeps.mk.install /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS' -test -d "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL" -test -s "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk" +mkdir -p /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL +mkdir -p /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include +cp -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/nems/util/libcmeps_util.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL +cp -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/mediator/libcmeps.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL +cp -f mediator/*.mod /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include +cp -f nems/util/*.mod /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include +cp -f cmeps.mk.install /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS' +test -d "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL" +test -s "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ccpp_mk="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk" ; echo fms_mk="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk" ; echo cice6_mk="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk" ; echo cmeps_mk="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk" ; ) > "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC" -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ccpp_mk="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk" ; echo fms_mk="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" ; echo cice6_mk="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk" ; echo cmeps_mk="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" ; ) > "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC" +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk ; do \ +for m in /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src ; \ +echo build NEMS after /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src ; \ gmake nems \ COMPONENTS="CCPP FMS FV3 MOM6 CICE6 CMEPS" \ - CCPP_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL FV3_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL MOM6_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL CICE6_DIR= CMEPS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL TARGET="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/exe/NEMS.x" ; \ -test -x /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/exe/NEMS.x + CCPP_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL FV3_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL MOM6_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL CICE6_DIR= CMEPS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL TARGET="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/exe/NEMS.x" ; \ +test -x /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/exe/NEMS.x Currently Loaded Modules: 1) sutils/default 14) esmf/8_1_0_beta_snapshot_27 @@ -8818,14 +4971,14 @@ Currently Loaded Modules: -build NEMS after /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk +build NEMS after /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk Components in linker order: CMEPS CICE6 MOM6 FV3 FMS CCPP -CMEPS: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk -CICE6: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk -MOM6: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk -FV3: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk -FMS: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk -CCPP: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk +CMEPS: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +CICE6: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +MOM6: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +FV3: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk +CCPP: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION="8_1_0_beta_snapshot_27" @@ -8835,186 +4988,186 @@ CPPFLAGS += ESMF_VERSION_STRING="8.1.0 beta snapshot" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Thu Oct 8 22:48:32 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 00:33:09 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Thu Oct 8 22:48:32 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_MEDIATOR_methods.tmp.f90 +'module_NEMS_UTILS.tmp.o' -> 'module_NEMS_UTILS.o' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 00:33:09 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Thu Oct 8 22:48:32 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 +'module_MEDIATOR_methods.tmp.o' -> 'module_MEDIATOR_methods.o' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 00:33:09 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Thu Oct 8 22:48:32 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_MEDIATOR_SpaceWeather.tmp.f90 +'module_MEDIATOR.tmp.o' -> 'module_MEDIATOR.o' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 00:33:09 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Thu Oct 8 22:48:32 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_EARTH_INTERNAL_STATE.tmp.f90 +'module_MEDIATOR_SpaceWeather.tmp.o' -> 'module_MEDIATOR_SpaceWeather.o' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 00:33:09 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Thu Oct 8 22:48:32 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_EARTH_GRID_COMP.tmp.f90 +'module_EARTH_INTERNAL_STATE.tmp.o' -> 'module_EARTH_INTERNAL_STATE.o' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 00:33:09 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Thu Oct 8 22:48:32 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_NEMS_INTERNAL_STATE.tmp.f90 +'module_EARTH_GRID_COMP.tmp.o' -> 'module_EARTH_GRID_COMP.o' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 00:33:09 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Thu Oct 8 22:48:32 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_NEMS_GRID_COMP.tmp.f90 +'module_NEMS_INTERNAL_STATE.tmp.o' -> 'module_NEMS_INTERNAL_STATE.o' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 00:33:09 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Thu Oct 8 22:48:32 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_NEMS_Rusage.tmp.f90 +'module_NEMS_GRID_COMP.tmp.o' -> 'module_NEMS_GRID_COMP.o' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 00:33:09 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Thu Oct 8 22:48:32 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 00:33:09 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nceppost/dceca26/lib/libnceppost.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nemsio/2.5.2/lib/libnemsio.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/g2/3.4.1/lib/libg2_4.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/g2tmpl/1.9.1/lib/libg2tmpl.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/bacio/2.4.1/lib/libbacio_4.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/sp/2.3.3/lib/libsp_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/w3emc/2.7.3/lib/libw3emc_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/w3nco/2.4.1/lib/libw3nco_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/crtm/2.3.0/lib/libcrtm.a -lpng -ljasper -lz -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/hdf5/1.10.6/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/zlib/1.2.11/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib -Wl,-rpath,/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -qopenmp -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf extlibs is /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nceppost/dceca26/lib/libnceppost.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nemsio/2.5.2/lib/libnemsio.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/g2/3.4.1/lib/libg2_4.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/g2tmpl/1.9.1/lib/libg2tmpl.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/bacio/2.4.1/lib/libbacio_4.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/sp/2.3.3/lib/libsp_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/w3emc/2.7.3/lib/libw3emc_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/w3nco/2.4.1/lib/libw3nco_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/crtm/2.3.0/lib/libcrtm.a -lpng -ljasper -lz -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/hdf5/1.10.6/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/zlib/1.2.11/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib -Wl,-rpath,/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -qopenmp -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -mpiifort -o /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/libcmeps.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/libcmeps_util.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/lib/libpiof.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/lib/libpioc.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/libcice6.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/libmom.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/lib_ocean.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libfv3cap.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libccppdriver.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libfv3core.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libfv3io.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libipd.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libgfsphys.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libstochastic_physics_wrapper.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/libfms.a -L/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nceppost/dceca26/lib/libnceppost.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nemsio/2.5.2/lib/libnemsio.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/g2/3.4.1/lib/libg2_4.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/g2tmpl/1.9.1/lib/libg2tmpl.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/bacio/2.4.1/lib/libbacio_4.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/sp/2.3.3/lib/libsp_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/w3emc/2.7.3/lib/libw3emc_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/w3nco/2.4.1/lib/libw3nco_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/crtm/2.3.0/lib/libcrtm.a -lpng -ljasper -lz -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/hdf5/1.10.6/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/zlib/1.2.11/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib -Wl,-rpath,/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -qopenmp -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src' -set -xe ; cp "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/exe/NEMS.x" "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/tests/fcst_1.exe" -+ cp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/exe/NEMS.x /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/tests/fcst_1.exe +mpiifort -o /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/libcmeps.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/libcmeps_util.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/lib/libpiof.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/lib/libpioc.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/libcice6.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/libmom.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/lib_ocean.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cap.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libccppdriver.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libfv3core.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libfv3io.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libipd.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libgfsphys.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics_wrapper.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/libfms.a -L/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nceppost/dceca26/lib/libnceppost.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nemsio/2.5.2/lib/libnemsio.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/g2/3.4.1/lib/libg2_4.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/g2tmpl/1.9.1/lib/libg2tmpl.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/bacio/2.4.1/lib/libbacio_4.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/sp/2.3.3/lib/libsp_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/w3emc/2.7.3/lib/libw3emc_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/w3nco/2.4.1/lib/libw3nco_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/crtm/2.3.0/lib/libcrtm.a -lpng -ljasper -lz -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/hdf5/1.10.6/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/zlib/1.2.11/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib -Wl,-rpath,/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -qopenmp -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf +/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src' +set -xe ; cp "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/exe/NEMS.x" "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/tests/fcst_1.exe" ++ cp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/tests/fcst_1.exe Will copy modules.nems and NEMS.x as fcst_1 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" ; \ -rm -rf "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build" -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -+ rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build -cat /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs/makefile.temp.clean -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs ; \ - exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs' +cd "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" ; \ +rm -rf "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build" ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp ++ rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build +cat /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs ; \ + exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs' -cat /dev/null > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/conf/configure.fv3 -cat /dev/null > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/conf/modules.fv3 -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs' +cat /dev/null > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/conf/configure.fv3 +cat /dev/null > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/conf/modules.fv3 +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/stochastic_physics' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/stochastic_physics' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/stochastic_physics' (cd stochastic_physics && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include] -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/stochastic_physics' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/stochastic_physics' Cleaning io ... rm -f -f libstochastic_physics_wrapper.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/stochastic_physics' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include] -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' -rm -rf nems_dir FV3_INSTALL /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/conf/configure.fv3 \ - /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/conf/modules.fv3 +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' +rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/conf/configure.fv3 \ + /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/conf/modules.fv3 set -e ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -cp -n /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/modulefiles/hera.intel/fv3 /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems ; \ - . /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +cp -n /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/modulefiles/hera.intel/fv3 /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE COMP_BINDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL MACHINE_ID="hera" SYSTEM_USERDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL" SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE" EXEDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="hera" SYSTEM_USERDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.clean Currently Loaded Modules: @@ -9035,18 +5188,18 @@ Currently Loaded Modules: CICE6 ./comp_ice.backend.clean: ARCH = hera_intel -CICE6 ./comp_ice.backend.clean: EXEDIR = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.clean: OBJDIR = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.clean: MAKEFILE = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.clean: MACROSFILE = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/machines/Macros.hera_intel +CICE6 ./comp_ice.backend.clean: EXEDIR = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.clean: OBJDIR = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.clean: MAKEFILE = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.clean: MACROSFILE = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.hera_intel CICE6 ./comp_ice.backend.clean: ESMFMKFILE = /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -f *.o *.d *.mod /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -cp -n /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/modulefiles/hera.intel/fv3 /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems ; \ - . /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS" COMP_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -f *.o *.d *.mod /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +cp -n /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/modulefiles/hera.intel/fv3 /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS" COMP_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS ; \ exec gmake clean Currently Loaded Modules: @@ -9066,39 +5219,39 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS' cd mediator; \ exec gmake clean -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/mediator' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/mediator' rm -f -f libcmeps.a *.i90 *.o *.mod -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/mediator' +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/mediator' cd nems/util; \ exec gmake clean -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/nems/util' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/nems/util' rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod rm -f -f med_constants_mod.* -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/nems/util' -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS' -if ! test -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/nems/util' +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS' +if ! test -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 CMEPS" \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 CMEPS" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: CMEPS CICE6 MOM6 FV3 FMS CCPP -CMEPS: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk -CICE6: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src' -GNUmakefile:70: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing -MOM6: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk -FV3: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk +CMEPS: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +CICE6: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src' +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing +MOM6: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +FV3: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION="8_1_0_beta_snapshot_27" @@ -9110,15 +5263,15 @@ CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src' -Elapsed time 1307 seconds. Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y finished +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src' +Elapsed time 1286 seconds. Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y finished + SECONDS=0 + [[ 4 -lt 2 ]] -+ readonly PATHTR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -+ PATHTR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 ++ readonly PATHTR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 ++ PATHTR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 + readonly BUILD_TARGET=hera.intel + BUILD_TARGET=hera.intel + readonly 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y' @@ -9130,7 +5283,7 @@ Elapsed time 1307 seconds. Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_ + readonly clean_after=YES + clean_after=YES + hostname -hfe06 +hfe12 + echo 'Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y into fcst_2.exe on hera.intel' Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y into fcst_2.exe on hera.intel + gnu_make=gmake @@ -9140,7 +5293,7 @@ Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_G + [[ hera.intel == stampede.* ]] + MAKE_THREADS=1 + [[ 1 -gt 1 ]] -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../NEMS ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y == *\C\C\P\P\=\Y* ]] + COMPONENTS=FMS,FV3,CCPP @@ -9149,40 +5302,40 @@ Compiling suites FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p ./compile.sh: line 85: MAKE_OPT: readonly variable Will copy modules.nems and NEMS.x as fcst_2 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS' > "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS' > "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" ; \ -rm -rf "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build" -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -+ rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build +cd "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" ; \ +rm -rf "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build" ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp ++ rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build set -xue ; \ -export PATH_CCPP="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008 ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ +export PATH_CCPP="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ cd $PATH_CCPP ; \ -rm -rf "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib" ; \ -rm -rf "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include" ; \ -rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk -+ export PATH_CCPP=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -+ PATH_CCPP=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008 -+ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean +rm -rf "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib" ; \ +rm -rf "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include" ; \ +rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk ++ export PATH_CCPP=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp ++ PATH_CCPP=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model ++ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Performing clean .... INFO: CCPP prebuild clean completed successfully, exiting. -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -+ rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib -+ rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -+ rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk -cat /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs/makefile.temp.clean -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs ; \ - exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs' ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp ++ rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib ++ rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include ++ rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk +cat /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs ; \ + exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -9193,112 +5346,112 @@ 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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs' -rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/conf/configure.fv3 -cat /dev/null > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/conf/modules.fv3 -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs' +rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/conf/configure.fv3 +cat /dev/null > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/conf/modules.fv3 +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/stochastic_physics' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/stochastic_physics' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/stochastic_physics' (cd stochastic_physics && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include] -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/stochastic_physics' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/stochastic_physics' Cleaning io ... rm -f -f libstochastic_physics_wrapper.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/stochastic_physics' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include] -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' -rm -rf nems_dir FV3_INSTALL /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/conf/configure.fv3 \ - /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/conf/modules.fv3 -rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' +rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/conf/configure.fv3 \ + /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/conf/modules.fv3 +rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk set -e ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/src/MOM6/config_src/nems_cap/mom5.mk.install -rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk -set -xe ; cp "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems" "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/tests/modules.fcst_2" -+ cp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/tests/modules.fcst_2 -cp -n /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/modulefiles/hera.intel/fv3 /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems ; \ - . /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/src/MOM6/config_src/nems_cap/mom5.mk.install +rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +set -xe ; cp "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems" "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/tests/modules.fcst_2" ++ cp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/tests/modules.fcst_2 +cp -n /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/modulefiles/hera.intel/fv3 /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE COMP_BINDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL MACHINE_ID="hera" SYSTEM_USERDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL" SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE" EXEDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="hera" SYSTEM_USERDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.clean Currently Loaded Modules: @@ -9319,17 +5472,17 @@ Currently Loaded Modules: CICE6 ./comp_ice.backend.clean: ARCH = hera_intel -CICE6 ./comp_ice.backend.clean: EXEDIR = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.clean: OBJDIR = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.clean: MAKEFILE = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.clean: MACROSFILE = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/machines/Macros.hera_intel +CICE6 ./comp_ice.backend.clean: EXEDIR = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.clean: OBJDIR = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.clean: MAKEFILE = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.clean: MACROSFILE = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.hera_intel CICE6 ./comp_ice.backend.clean: ESMFMKFILE = /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -f *.o *.d *.mod /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/esmf ; \ -export COMP_SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model" COMP_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -f *.o *.d *.mod /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/esmf ; \ +export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model" COMP_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ export ESMFMKFILE=/dev/null ; \ exec gmake distclean @@ -9350,34 +5503,34 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/esmf' -\rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/exe/ww3_multi_esmf *.o *.mod -/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/bin/w3_clean -c +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/esmf' +\rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/exe/ww3_multi_esmf *.o *.mod +/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/bin/w3_clean -c ***************************** *** WAVEWATCH III clean *** ***************************** - Clean up /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/tmp - Clean up /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/bin - Clean up /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/ftn - Clean up /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/aux - Clean up /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/bin - Clean up /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/../regtests -\rm -fr /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/tmp -\rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/bin/wwatch3.env -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/esmf' -cd "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model" ; \ + Clean up /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/tmp + Clean up /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/bin + Clean up /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/ftn + Clean up /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/aux + Clean up /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/bin + Clean up /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/../regtests +\rm -fr /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/tmp +\rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/bin/wwatch3.env +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/esmf' +cd "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/WW3_INSTALL /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/WW3_INSTALL/nuopc.mk -cp -n /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/modulefiles/hera.intel/fv3 /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems ; \ - . /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS" COMP_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/WW3_INSTALL /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk +cp -n /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/modulefiles/hera.intel/fv3 /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS" COMP_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS ; \ exec gmake clean Currently Loaded Modules: @@ -9397,46 +5550,46 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS' cd mediator; \ exec gmake clean -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/mediator' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/mediator' rm -f -f libcmeps.a *.i90 *.o *.mod -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/mediator' +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/mediator' cd nems/util; \ exec gmake clean -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/nems/util' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/nems/util' rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod rm -f -f med_constants_mod.* -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/nems/util' -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS' -rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL -rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk -if ! test -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/nems/util' +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS' +rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL +rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +if ! test -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS" \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: CMEPS WW3 CICE6 MOM6 FV3 FMS CCPP -CMEPS: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src' -GNUmakefile:70: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk: component CMEPS makefile fragment is missing +CMEPS: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src' +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk: component CMEPS makefile fragment is missing WW3: include GNUmakefile:70: : component WW3 makefile fragment is missing -CICE6: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk -GNUmakefile:70: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing -MOM6: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk -GNUmakefile:70: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing -FV3: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk -GNUmakefile:70: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing +CICE6: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing +MOM6: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing +FV3: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION="8_1_0_beta_snapshot_27" @@ -9448,56 +5601,56 @@ CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src' -rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/exe/NEMS.x /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/externals.nems /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ESMFVersionDefine.h /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems.sh /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems.csh /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/test-results.mk -rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/components.mk -rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src' +rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/externals.nems /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems.sh /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems.csh /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/test-results.mk +rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/components.mk +rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/test_results.mk Will copy modules.nems and NEMS.x as fcst_2 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS' > "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS' > "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. -cp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/modulefiles/hera.intel/fv3 /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems -set -xe ; cp "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems" "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/tests/modules.fcst_2" -+ cp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/tests/modules.fcst_2 -cp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/conf/configure.fv3.hera.intel /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems -cat /dev/null > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/externals.nems -cp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems.csh" -/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/incmake/configure_rules.mk:3: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS' +/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +cp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/modulefiles/hera.intel/fv3 /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems +set -xe ; cp "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems" "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/tests/modules.fcst_2" ++ cp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/tests/modules.fcst_2 +cp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/conf/configure.fv3.hera.intel /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems +cat /dev/null > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/externals.nems +cp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h +( echo '. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems.csh" +/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/incmake/configure_rules.mk:3: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=12000000 ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=12000000 ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 ; \ -) > "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS' -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +) > "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS' +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -xue ; \ -export PATH_CCPP="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008 ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ +export PATH_CCPP="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ cd $PATH_CCPP ; \ -./build_ccpp.sh hera.intel "$PATH_CCPP" /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk \ - "CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp"" NO NO ; \ -test -d "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp"/include ; \ -test -d "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp"/lib +./build_ccpp.sh hera.intel "$PATH_CCPP" /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk \ + "CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp"" NO NO ; \ +test -d "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp"/include ; \ +test -d "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp"/lib Currently Loaded Modules: 1) sutils/default 14) esmf/8_1_0_beta_snapshot_27 @@ -9516,16 +5669,16 @@ Currently Loaded Modules: -+ export PATH_CCPP=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -+ PATH_CCPP=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008 -+ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ++ export PATH_CCPP=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp ++ PATH_CCPP=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 ++ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_coupled.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15p2_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_2017_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_v15p2_coupled.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 @@ -9573,6 +5726,7 @@ INFO: Converting local name xlaixy of variable leaf_area_index from new to old m INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far 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 peln of variable log_pressure_at_Lagrangian_surface 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 zogw of variable height_of_launch_level_of_orographic_gravity_wave 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 do_shum of variable flag_for_stochastic_shum_option from new to old metadata @@ -9600,6 +5754,7 @@ INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of varia INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate 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 qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name jindx1_ci of variable lower_cloud_nuclei_y_interpolation_index from new to old metadata INFO: Converting local name do_sppt of variable flag_for_stochastic_physics_perturbations 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 qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata @@ -9615,6 +5770,7 @@ INFO: Converting local name slag of variable equation_of_time from new to old me INFO: Converting local name zorl of variable surface_roughness_length 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 do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name in_nm of variable ice_nucleation_number from new to old metadata INFO: Converting local name rrtmgp_nGptsLW of variable number_of_lw_spectral_points_rrtmgp 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 aerosolslw of variable RRTMGP_aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata @@ -9626,7 +5782,7 @@ INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model INFO: Converting local name qsq of variable q_prime_squared 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 refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name flxprf_sw of variable RRTMGP_sw_fluxes 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 dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd 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 @@ -9640,10 +5796,12 @@ INFO: Converting local name snowd_land of variable surface_snow_thickness_water_ INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface 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 cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jindx1_aer of variable lower_aerosol_y_interpolation_index 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 gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 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 ty_cloud_optics of variable ty_cloud_optics from new to old metadata +INFO: Converting local name fluxr of variable cumulative_radiation_diagnostic 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 gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics 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 @@ -9688,7 +5846,6 @@ INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_ INFO: Converting local name ty_optical_props_nstr of variable ty_optical_props_nstr 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 phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step 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 ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata @@ -9713,6 +5870,7 @@ INFO: Converting local name ntqv of variable index_for_water_vapor from new to o INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata INFO: Converting local name bl_mynn_output of variable mynn_output_flag 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 jindx2_ci of variable upper_cloud_nuclei_y_interpolation_index 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 qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio 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 @@ -9720,6 +5878,7 @@ INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from ne INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency 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 lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name nfxr of variable number_of_radiation_diagnostic_variables 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 hprime of variable statistical_measures_of_subgrid_orography from new to old metadata @@ -9807,6 +5966,7 @@ INFO: Converting local name flag_for_dcnv_generic_tend of variable flag_for_gene INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial 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 snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iindx2_aer of variable upper_aerosol_x_interpolation_index 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 nieffr of variable index_for_ice_effective_radius from new to old metadata INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata @@ -9815,6 +5975,7 @@ INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata INFO: Converting local name clxss of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale 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 iindx2_ci of variable upper_cloud_nuclei_x_interpolation_index 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 do_myjpbl of variable do_myjpbl 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_and_radiation_levels from new to old metadata @@ -9850,6 +6011,7 @@ INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_ne INFO: Converting local name landfrac of variable land_area_fraction 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 num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name ddy_ci of variable cloud_nuclei_y_interpolation_weight from new to old metadata INFO: Converting local name flag_for_scnv_generic_tend of variable flag_for_generic_shallow_convection_tendency 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 @@ -9860,6 +6022,7 @@ INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_ INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics 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 du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name lgfdlmprad of variable flag_for_GFDL_microphysics_radiation_interaction 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 ncstrac of variable number_of_tracers_for_CS from new to old metadata INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata @@ -9900,11 +6063,14 @@ INFO: Converting local name tvxy of variable vegetation_temperature from new to 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 alpha of variable cloud_overlap_decorrelation_parameter from new to old metadata +INFO: Converting local name nqvdelt of variable index_for_specific_humidity_at_previous_timestep 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 nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step 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 det_sqv of variable water_vapor_detrainment_tendency from new to old metadata INFO: Converting local name dq3dt(:,:,13) of variable cumulative_change_in_ozone_concentration_due_to_non_physics_processes from new to old metadata +INFO: Converting local name lmfdeep2 of variable flag_for_scale_aware_mass_flux_convection from new to old metadata +INFO: Converting local name iindx1_ci of variable lower_cloud_nuclei_x_interpolation_index from new to old metadata INFO: Converting local name ty_gas_concs of variable ty_gas_concs 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 snicexy of variable snow_layer_ice from new to old metadata @@ -9920,6 +6086,7 @@ INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form 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 ddx_aer of variable aerosol_x_interpolation_weight 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 sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct 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 @@ -9955,7 +6122,6 @@ INFO: Converting local name raddt of variable time_step_for_radiation from new t INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio 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 cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name qdiag3d of variable flag_tracer_diagnostics_3D from new to old metadata INFO: Converting local name taussxy of variable nondimensional_snow_age 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 con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata @@ -9982,6 +6148,7 @@ INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata INFO: Converting local name lprnt of variable flag_print 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 nTdelt of variable index_for_air_temperature_at_previous_timestep 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 hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata @@ -9997,6 +6164,7 @@ INFO: Converting local name flhc of variable surface_exchange_coefficient_for_he INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity 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 kice of variable ice_vertical_dimension from new to old metadata +INFO: Converting local name ccn_nm of variable tendency_of_ccn_activated_number from new to old metadata INFO: Converting local name ca_trigger of variable flag_for_global_cellular_automata_trigger from new to old metadata INFO: Converting local name sw_optical_props_precipByBand of variable shortwave_optical_properties_for_precipitation_by_band from new to old metadata INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata @@ -10015,6 +6183,7 @@ INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata INFO: Converting local name save_q(:,:,index_for_ozone) of variable ozone_mixing_ratio_save from new to old metadata INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name ny of variable number_of_points_in_y_direction_for_this_MPI_rank 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 Grid of variable GFS_grid_type_instance 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 @@ -10025,6 +6194,7 @@ INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ 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 gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name jindx2_h of variable upper_water_vapor_interpolation_index 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 ak of variable a_parameter_of_the_hybrid_coordinate 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 @@ -10034,6 +6204,7 @@ INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_w INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column 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 clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name nps2delt of variable index_for_surface_air_pressure_two_timesteps_back from new to old metadata INFO: Converting local name wet1 of variable normalized_soil_wetness 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 @@ -10043,7 +6214,7 @@ INFO: Converting local name t_lay of variable air_temperature_at_layer_for_RRTMG INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation 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 flxprf_sw of variable RRTMGP_sw_fluxes 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 refl_10cm of variable radar_reflectivity_10cm 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 @@ -10051,6 +6222,7 @@ INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gra INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection 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 gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name cny of variable number_of_points_in_y_direction_for_this_cubed_sphere_face 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 diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata @@ -10065,6 +6237,7 @@ INFO: Converting local name slopetype of variable surface_slope_classification f 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 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 zhour of variable time_since_diagnostics_zeroed 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 dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata @@ -10151,7 +6324,6 @@ INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixi 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 tlyr of variable air_temperature_at_layer_for_radiation 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 islmsk of variable sea_land_ice_mask 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 rrtmgp_root of variable directory_for_rte_rrtmgp_source_code from new to old metadata INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata @@ -10162,7 +6334,7 @@ INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_func INFO: Converting local name dt_cool of variable sub_layer_cooling_amount 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 flipv of variable flag_flip 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 ncpl of variable local_condesed_water_number_concentration 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 xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata @@ -10184,6 +6356,7 @@ INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettel INFO: Converting local name nscav of variable number_of_tracers_scavenged 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 dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name phy_f2d(:,index_for_surface_air_pressure_two_timesteps_back) of variable surface_air_pressure_two_timesteps_back from new to old metadata INFO: Converting local name lw_optical_props_aerosol of variable longwave_optical_properties_for_aerosols 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 precip_frac of variable precipitation_fraction_by_layer from new to old metadata @@ -10198,13 +6371,14 @@ INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_ 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 do_GPsw_Glw of variable scheme_flag 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_and_radiation_levels from new to old metadata +INFO: Converting local name jindx2_aer of variable upper_aerosol_y_interpolation_index 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 cldfra of variable instantaneous_3d_cloud_fraction 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 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 hwrf_samfdeep of variable flag_for_hwrf_samfdeepcnv_scheme from new to old metadata +INFO: Converting local name qdiag3d of variable flag_tracer_diagnostics_3D 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 elvmax of variable maximum_subgrid_orography from new to old metadata INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata @@ -10212,6 +6386,7 @@ INFO: Converting local name gamq of variable countergradient_mixing_term_for_wat INFO: Converting local name GFS_Control of variable GFS_control_type_instance 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 phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name seed0 of variable seed_random_numbers_RAS 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 faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 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 @@ -10222,14 +6397,17 @@ INFO: Converting local name raincprv of variable lwe_thickness_of_convective_pre INFO: Converting local name ty_source_func_lw of variable ty_source_func_lw 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 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 phy_f3d(:,:,index_for_air_temperature_two_timesteps_back) of variable air_temperature_two_timesteps_back from new to old metadata +INFO: Converting local name nT2delt of variable index_for_air_temperature_two_timesteps_back 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 ttendlim of variable limit_for_temperature_tendency_for_microphysics 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 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 facwf of variable fractional_coverage_with_weak_cosz_dependency 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 prcpmp of variable lwe_thickness_of_explicit_precipitation_amount 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 u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nszero of variable number_of_timesteps_between_diagnostic_clearing 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 qrn of variable local_rain_water_mixing_ratio 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 @@ -10239,6 +6417,7 @@ INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_fl INFO: Converting local name logunit of variable iounit_log from new to old metadata INFO: Converting local name ncols of variable horizontal_dimension from new to old metadata INFO: Converting local name p_lay of variable air_pressure_at_layer_for_RRTMGP_in_hPa 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 reset of variable flag_reset_maximum_hourly_fields 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 zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata @@ -10257,7 +6436,6 @@ INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morriso INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass 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 shum_wts of variable weights_for_stochastic_shum_perturbation_flipped 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 ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata INFO: Converting local name sktp1r of variable surface_skin_temperature_at_previous_time_step from new to old metadata INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata @@ -10279,7 +6457,6 @@ INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to INFO: Converting local name de_lgth of variable cloud_decorrelation_length 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 skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped 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 lakedepth of variable lake_depth 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 sfc_alb_nir_dir of variable surface_albedo_nearIR_direct from new to old metadata @@ -10308,6 +6485,7 @@ INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_do INFO: Converting local name ncnd of variable number_of_cloud_condensate_types 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 u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name nqv2delt of variable index_for_specific_humidity_two_timesteps_back from new to old metadata INFO: Converting local name maxMF of variable maximum_mass_flux 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 drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata @@ -10325,7 +6503,6 @@ INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_ 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 tf of variable frozen_cloud_threshold_temperature 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 levsp1 of variable vertical_dimension_plus_one 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 faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata @@ -10343,6 +6520,7 @@ INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m 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 sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name jindx2_o3 of variable upper_ozone_interpolation_index 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 ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata @@ -10392,10 +6570,12 @@ INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_ INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate 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 dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name facwf of variable fractional_coverage_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name ddy_o3 of variable ozone_interpolation_weight from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_specific_humidity_at_previous_timestep) of variable water_vapor_specific_humidity_at_previous_timestep from new to old metadata INFO: Converting local name nblks of variable ccpp_block_count 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 faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ddx_ci of variable cloud_nuclei_x_interpolation_weight 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 num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata @@ -10412,10 +6592,12 @@ INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_mo INFO: Converting local name sw_file_gas of variable rrtmgp_kdistribution_sw 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 fhzero of variable frequency_for_diagnostic_clearing 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 f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m 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 snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name nx of variable number_of_points_in_x_direction_for_this_MPI_rank from new to old metadata INFO: Converting local name topflw_type of variable topflw_type 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 cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata @@ -10465,9 +6647,9 @@ INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sens INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling 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 debug of variable flag_debug from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_specific_humidity_two_timesteps_back) of variable water_vapor_specific_humidity_two_timesteps_back 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 cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean 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 save_v of variable y_wind_save from new to old metadata INFO: Converting local name dt3dt(:,:,10) of variable cumulative_change_in_temperature_due_to_physics from new to old metadata INFO: Converting local name el_pbl of variable mixing_length from new to old metadata @@ -10477,11 +6659,12 @@ INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm INFO: Converting local name ncpr of variable local_rain_number_concentration 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 alb1d of variable surface_albedo_perturbation 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 jsc of variable starting_y_index_for_this_MPI_rank 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 rechxy of variable water_table_recharge_when_shallow 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 idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name h2o_phys of variable flag_for_stratospheric_water_vapor_physics 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 mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata @@ -10506,7 +6689,7 @@ INFO: Converting local name solhr of variable forecast_hour_of_the_day from new INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL 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 ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name toa_src_lw of variable toa_incident_lw_flux_by_spectral_point 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 clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height 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 @@ -10562,11 +6745,13 @@ INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation 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 bl_mynn_mixqt of variable mix_total_water_flag 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 jindx1_o3 of variable lower_ozone_interpolation_index 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 aux2d of variable auxiliary_2d_arrays from new to old metadata INFO: Converting local name deltaZ of variable layer_thickness 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 work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_air_temperature_at_previous_timestep) of variable air_temperature_at_previous_timestep 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 imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme 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 @@ -10599,20 +6784,21 @@ INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_ INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata INFO: Converting local name kcnv of variable flag_deep_convection 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 jindx1_h of variable lower_water_vapor_interpolation_index 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 qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface 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 do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name con_rocp of variable ratio_of_gas_constant_dry_air_to_specific_heat_of_dry_air_at_constant_pressure 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 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 aerosolssw(:,:,:,3) of variable RRTMGP_aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata INFO: Converting local name levs of variable vertical_dimension 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 isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata INFO: Converting local name cldtaulw of variable RRTMGP_cloud_optical_depth_layers_at_10mu_band 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 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 dv3dt(:,:,6) of variable cumulative_change_in_y_wind_due_to_shallow_convection from new to old metadata INFO: Converting local name prnum of variable prandtl_number from new to old metadata INFO: Converting local name sub_thl of variable theta_subsidence_tendency from new to old metadata @@ -10641,6 +6827,8 @@ INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pre INFO: Converting local name communicator of variable mpi_comm 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 smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name phy_f2d(:,index_for_surface_air_pressure_at_previous_timestep) of variable surface_air_pressure_at_previous_timestep from new to old metadata +INFO: Converting local name npsdelt of variable index_for_surface_air_pressure_at_previous_timestep 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 dtsfci of variable instantaneous_surface_upward_sensible_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 @@ -10685,12 +6873,12 @@ INFO: Converting local name tlvl of variable air_temperature_at_interface_for_ra INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata INFO: Converting local name do_RRTMGP of variable flag_for_rrtmgp_radiation_scheme 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 ddy_aer of variable aerosol_y_interpolation_weight from new to old metadata INFO: Converting local name nupdraft of variable number_of_plumes 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 GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata INFO: Converting local name lw_file_clouds of variable rrtmgp_coeff_lw_cloud_optics 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 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 stress_land of variable surface_wind_stress_over_land from new to old metadata @@ -10698,7 +6886,9 @@ INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from ne INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer 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 random_clds of variable flag_for_random_clouds_for_RAS 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 cvb of variable pressure_at_bottom_of_convective_cloud 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 lw_file_gas of variable rrtmgp_kdistribution_lw from new to old metadata INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata @@ -10708,6 +6898,7 @@ INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant f INFO: Converting local name hefac of variable surface_upward_latent_heat_flux_reduction_factor 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 GFS_tbd_type of variable GFS_tbd_type 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 p_lev of variable air_pressure_at_interface_for_RRTMGP_in_hPa 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 @@ -10721,8 +6912,8 @@ INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer INFO: Converting local name dlength of variable characteristic_grid_length_scale 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 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 du3dt(:,:,6) of variable cumulative_change_in_x_wind_due_to_shallow_convection 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 sec_diff_byband of variable secant_of_diffusivity_angle_each_RRTMGP_LW_band from new to old metadata INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata @@ -10735,6 +6926,7 @@ INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultra 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 flag_cice of variable flag_for_cice 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 toa_src_lw of variable toa_incident_lw_flux_by_spectral_point 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 qgl of variable local_graupel_mixing_ratio from new to old metadata @@ -10760,6 +6952,7 @@ INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variabl INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial 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 con_rog of variable ratio_of_gas_constant_dry_air_to_gravitational_acceleration 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 tisfc of variable sea_ice_temperature 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 @@ -10795,6 +6988,7 @@ INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible INFO: Converting local name woodxy of variable wood_mass 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 icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name iindx1_aer of variable lower_aerosol_x_interpolation_index 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 qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata @@ -10812,6 +7006,7 @@ INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_al 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 cnx of variable number_of_points_in_x_direction_for_this_cubed_sphere_face 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 w_d of variable coefficient_w_d from new to old metadata INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata @@ -10837,7 +7032,6 @@ INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount 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 gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics 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 nctp of variable number_of_cloud_types_CS 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 fluxlwDOWN_jac of variable RRTMGP_jacobian_of_lw_flux_profile_downward from new to old metadata @@ -10871,9 +7065,10 @@ INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of vari INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata INFO: Converting local name fluxlwUP_allsky of variable RRTMGP_lw_flux_profile_upward_allsky 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 isc of variable starting_x_index_for_this_MPI_rank from new to old metadata INFO: Converting local name tiice of variable internal_ice_temperature 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 dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL 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 con_epsqs of variable minimum_value_of_saturation_mixing_ratio 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 wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata @@ -10885,7 +7080,7 @@ INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of varia INFO: Converting local name ustm of variable surface_friction_velocity_drag 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 w_0 of variable coefficient_w_0 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 hwrf_samfdeep of variable flag_for_hwrf_samfdeepcnv_scheme from new to old metadata INFO: Converting local name aerosolssw(:,:,:,1) of variable RRTMGP_aerosol_optical_depth_for_shortwave_bands_01_16 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 do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata @@ -10899,7 +7094,6 @@ INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for 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 xlat_d of variable latitude_in_degree 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 nn of variable number_of_tracers_for_convective_transport 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 wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata @@ -10941,6 +7135,7 @@ INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_f INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata INFO: Converting local name lndp_var_list of variable variables_to_be_perturbed_for_landperts 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 ddy_h of variable water_vapor_interpolation_weight 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 vtype of variable vegetation_type_classification_real 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 @@ -11007,7 +7202,6 @@ INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwe INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp 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 xz of variable diurnal_thermocline_layer_thickness 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 shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term 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 semis of variable surface_longwave_emissivity from new to old metadata @@ -11037,4078 +7231,152 @@ INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake 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 evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Metadata table for model FV3 written to /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Metadata table for model FV3 written to /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html INFO: Parsing metadata tables in physics scheme files ... -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_pre GFS_DCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_pre_run GFS_DCNV_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_DCNV_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_post GFS_DCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_post_run GFS_DCNV_generic_pre INFO: Parsed tables in scheme GFS_DCNV_generic_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_pre GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_pre_run GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_post GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_post_run GFS_DCNV_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_cloud_work_function in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_updraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_downdraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_detrainment_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover_in_phy_f3d in table GFS_DCNV_generic_post_run INFO: Parsed tables in scheme GFS_DCNV_generic_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_pre GFS_GWD_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_pre_run GFS_GWD_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable statistical_measures_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_post GFS_GWD_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_post_run GFS_GWD_generic_pre INFO: Parsed tables in scheme GFS_GWD_generic_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_pre GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_pre_run GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_post GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_post_run GFS_GWD_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_x_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_y_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run INFO: Parsed tables in scheme GFS_GWD_generic_post with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for GFS_MP_generic_pre_finalize -INFO: Legacy extension - skip empty table for GFS_MP_generic_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_pre GFS_MP_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_pre_run GFS_MP_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_MP_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_post GFS_MP_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_post_run GFS_MP_generic_pre INFO: Parsed tables in scheme GFS_MP_generic_pre with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for GFS_MP_generic_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_pre GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_pre_run GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_post GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_post_run GFS_MP_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable random_number_array in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_rain_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_freezing_rain_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_sleet_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_snow_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_ice_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_snow_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_graupel_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_ice_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_snow_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_graupel_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable column_precipitable_water in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable explicit_rainfall_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -INFO: Legacy extension - skip empty table for GFS_MP_generic_post_finalize INFO: Parsed tables in scheme GFS_MP_generic_post with dependencies ['machine.F', 'calpreciptype.f90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_pre GFS_PBL_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_pre_run GFS_PBL_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_PBL_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_post GFS_PBL_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_post_run GFS_PBL_generic_pre INFO: Parsed tables in scheme GFS_PBL_generic_pre with dependencies ['machine.F', 'GFS_PBL_generic.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_pre GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_pre_run GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_post GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_post_run GFS_PBL_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_heat_diffusivity in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_reduction_factor in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_reduction_factor in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_PBL_generic_post_run INFO: Parsed tables in scheme GFS_PBL_generic_post with dependencies ['machine.F', 'GFS_PBL_generic.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_pre GFS_SCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_pre_run GFS_SCNV_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_SCNV_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_post GFS_SCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_post_run GFS_SCNV_generic_pre INFO: Parsed tables in scheme GFS_SCNV_generic_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_pre GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_pre_run GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_post GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_post_run GFS_SCNV_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover_in_phy_f3d in table GFS_SCNV_generic_post_run INFO: Parsed tables in scheme GFS_SCNV_generic_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_diagtoscreen INFO: Parsed tables in scheme GFS_diagtoscreen with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_interstitialtoscreen INFO: Parsed tables in scheme GFS_interstitialtoscreen with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_abort INFO: Parsed tables in scheme GFS_abort with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_checkland -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_ocean_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_checkland_run INFO: Parsed tables in scheme GFS_checkland with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary INFO: Parsed tables in scheme GFS_phys_time_vary with dependencies ['iccninterp.F90', 'h2ointerp.f90', 'ozne_def.f', 'sfcsub.F', 'aerinterp.F90', 'mersenne_twister.f', 'h2o_def.f', 'gcycle.F90', 'machine.F', 'aerclm_def.F', 'ozinterp.f90', 'namelist_soilveg.f', 'iccn_def.F'] -INFO: Legacy extension - skip empty table for GFS_rad_time_vary_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rad_time_vary GFS_rad_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rad_time_vary_run GFS_rad_time_vary -INFO: Legacy extension - skip empty table for GFS_rad_time_vary_finalize INFO: Parsed tables in scheme GFS_rad_time_vary with dependencies ['physparam.f', 'radcons.f90', 'mersenne_twister.f', 'machine.F'] -INFO: Legacy extension - skip empty table for GFS_rrtmg_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_post GFS_rrtmg_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_post_run GFS_rrtmg_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_10mu_band in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_0p55mu_band in table GFS_rrtmg_post_run -INFO: Legacy extension - skip empty table for GFS_rrtmg_post_finalize INFO: Parsed tables in scheme GFS_rrtmg_post with dependencies ['iounitdef.f', 'radlw_param.f', 'radiation_aerosols.f', 'radsw_param.f', 'machine.F'] -INFO: Legacy extension - skip empty table for GFS_rrtmg_pre_finalize -INFO: Legacy extension - skip empty table for GFS_rrtmg_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_pre GFS_rrtmg_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_pre_run GFS_rrtmg_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_ice_water_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_rain_water_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rime_factor in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_condensate_mixing_ratio_updated_by_physics in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc113 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_3d_cloud_fraction in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table GFS_rrtmg_pre_run INFO: Parsed tables in scheme GFS_rrtmg_pre with dependencies ['physparam.f', 'funcphys.f90', 'surface_perturbation.F90', 'module_mp_radar.F90', 'physcons.F90', 'radiation_gases.f', 'radiation_astronomy.f', 'radsw_param.f', 'machine.F', 'module_bfmicrophysics.f', 'radlw_param.f', 'radiation_aerosols.f', 'module_mp_thompson_make_number_concentrations.F90', 'iounitdef.f', 'module_mp_thompson.F90', 'radiation_clouds.f', 'radcons.f90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup INFO: Parsed tables in scheme GFS_rrtmg_setup with dependencies ['physparam.f', 'radsw_main.f', 'radsw_param.f', 'radiation_gases.f', 'radiation_astronomy.f', 'module_bfmicrophysics.f', 'radlw_param.f', 'radiation_aerosols.f', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f', 'radiation_surface.f', 'radlw_main.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_stochastics GFS_stochastics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_stochastics_run GFS_stochastics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cellular_automata_global_pattern in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_sppt_perturbation in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_x_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_y_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_shum_perturbation in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_sppt_perturbation_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_shum_perturbation_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dissipation_estimate_of_air_temperature_at_model_layers in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_stochastics_run INFO: Parsed tables in scheme GFS_stochastics with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_rad_reset INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_phys_reset INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_1 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_diag in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_1 INFO: Parsed tables in scheme GFS_suite_interstitial_1 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_2 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_for_coupling in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_for_idea in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable duration_of_sunshine in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_land_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ice_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_pressure_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_longwave_radiation in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shortwave_radiation in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_top_entrainment_instability_value in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_at_previous_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_upward in table GFS_suite_interstitial_2_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_2 INFO: Parsed tables in scheme GFS_suite_interstitial_2 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_stateout_reset -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_stateout_reset INFO: Parsed tables in scheme GFS_suite_stateout_reset with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_stateout_update -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_stateout_update INFO: Parsed tables in scheme GFS_suite_stateout_update with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_3 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save_from_convective_parameterization in table GFS_suite_interstitial_3_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_3 INFO: Parsed tables in scheme GFS_suite_interstitial_3 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_4 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save_from_convective_parameterization in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_suite_interstitial_4_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_4 INFO: Parsed tables in scheme GFS_suite_interstitial_4 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_5 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_5_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_5_run INFO: Parsed tables in scheme GFS_suite_interstitial_5 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_pre GFS_surface_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_pre_run GFS_surface_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_area_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_surface_physics_perturbation in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_soil_type_b_parameter in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_leaf_area_index in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_vegetation_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_cice in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_in in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table GFS_surface_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_post GFS_surface_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_post_run GFS_surface_generic_pre INFO: Parsed tables in scheme GFS_surface_generic_pre with dependencies ['surface_perturbation.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_pre GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_pre_run GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_post GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_post_run GFS_surface_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_potential_evaporation in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_ground_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_longwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_longwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_temperature_at_2m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_specific_humidity_at_2m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_wind_at_10m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_wind_at_10m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_skin_temperature_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_air_pressure_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_ground_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_transpiration_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_snow_area_fraction_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_runoff in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_reduction_factor in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_reduction_factor in table GFS_surface_generic_post_run INFO: Parsed tables in scheme GFS_surface_generic_post with dependencies ['surface_perturbation.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_depth in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_ocean_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table GFS_surface_composites_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_pre INFO: Parsed tables in scheme GFS_surface_composites_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_inter -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_inter INFO: Parsed tables in scheme GFS_surface_composites_inter with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table GFS_surface_composites_post_run INFO: Parsed tables in scheme GFS_surface_composites_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part1 GFS_surface_loop_control_part1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part1_run GFS_surface_loop_control_part1 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_loop_control_part1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_surface_loop_control_part1_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part2 GFS_surface_loop_control_part1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part2_run GFS_surface_loop_control_part1 INFO: Parsed tables in scheme GFS_surface_loop_control_part1 with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part1 GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part1_run GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part2 GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part2_run GFS_surface_loop_control_part2 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_loop_control_part2_run INFO: Parsed tables in scheme GFS_surface_loop_control_part2 with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre INFO: Parsed tables in scheme GFS_time_vary_pre with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography_unfiltered in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude_in_degree in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable eddy_mixing_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_mountain_blocking in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_low_level_wave_breaking in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_turbulent_kinetic_energy_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp INFO: Parsed tables in scheme cires_ugwp with dependencies ['cires_vert_orodis.F90', 'cires_ugwp_solvers.F90', 'cires_ugwp_utils.F90', 'cires_vert_wmsdis.F90', 'cires_orowam2017.f', 'cires_vert_lsatdis.F90', 'machine.F', 'cires_ugwp_triggers.F90', 'gwdps.f', 'ugwp_driver_v0.F', 'cires_ugwp_module.F90', 'cires_ugwp_initialize.F90'] -INFO: Legacy extension - skip empty table for cires_ugwp_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp_post cires_ugwp_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_post_run cires_ugwp_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_mountain_blocking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_low_level_wave_breaking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_mountain_blocking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_low_level_wave_breaking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table cires_ugwp_post_run -INFO: Legacy extension - skip empty table for cires_ugwp_post_finalize INFO: Parsed tables in scheme cires_ugwp_post with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for cnvc90_finalize -INFO: Legacy extension - skip empty table for cnvc90_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cnvc90 cnvc90 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cnvc90_run cnvc90 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable smallest_cloud_base_vertical_index_encountered_thus_far in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable largest_cloud_top_vertical_index_encountered_thus_far in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_convective_cloud in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable pressure_at_bottom_of_convective_cloud in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable pressure_at_top_of_convective_cloud in table cnvc90_run INFO: Parsed tables in scheme cnvc90 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv_pre -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_updraft_velocity_at_cloud_base in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table cs_conv_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv_pre -INFO: Legacy extension - skip empty table for cs_conv_pre_finalize -INFO: Legacy extension - skip empty table for cs_conv_pre_init INFO: Parsed tables in scheme cs_conv_pre with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -INFO: Legacy extension - skip empty table for cs_conv_post_init -INFO: Legacy extension - skip empty table for cs_conv_post_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv_post -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction_at_model_interfaces in table cs_conv_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction in table cs_conv_post_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv_post INFO: Parsed tables in scheme cs_conv_post with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -INFO: Legacy extension - skip empty table for cs_conv_init -INFO: Legacy extension - skip empty table for cs_conv_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_base_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_updraft_velocity_at_cloud_base in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction_at_model_interfaces in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table cs_conv_run INFO: Parsed tables in scheme cs_conv with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_aw_adj cs_conv_aw_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_aw_adj_run cs_conv_aw_adj -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table cs_conv_aw_adj_run INFO: Parsed tables in scheme cs_conv_aw_adj with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke_pre cu_ntiedtke_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_pre_run cu_ntiedtke_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_ntiedtke_pre_run INFO: Parsed tables in scheme cu_ntiedtke_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_init cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_run cu_ntiedtke -INFO: Legacy extension - skip empty table for cu_ntiedtke_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_init cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_run cu_ntiedtke -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table cu_ntiedtke_run INFO: Parsed tables in scheme cu_ntiedtke with dependencies ['physcons.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke_post cu_ntiedtke_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_post_run cu_ntiedtke_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_ntiedtke_post_run INFO: Parsed tables in scheme cu_ntiedtke_post with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for dcyc2t3_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True dcyc2t3 dcyc2t3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False dcyc2t3_run dcyc2t3 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_midlayer_air_temperature_in_longwave_radiation in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -INFO: Legacy extension - skip empty table for dcyc2t3_finalize INFO: Parsed tables in scheme dcyc2t3 with dependencies ['physcons.F90', 'machine.F'] -INFO: Legacy extension - skip empty table for drag_suite_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True drag_suite drag_suite -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False drag_suite_run drag_suite -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table drag_suite_run -INFO: Legacy extension - skip empty table for drag_suite_init INFO: Parsed tables in scheme drag_suite -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shoc shoc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shoc_run shoc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable prandtl_number in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy_convective_transport_tracer in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_from_shoc in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_buoyancy_flux_from_shoc in table shoc_run INFO: Parsed tables in scheme shoc with dependencies ['funcphys.f90', 'machine.F'] -INFO: Legacy extension - skip empty table for get_prs_fv3_init -INFO: Legacy extension - skip empty table for get_prs_fv3_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_prs_fv3 get_prs_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_prs_fv3_run get_prs_fv3 -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature in table get_prs_fv3_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_phi_fv3 get_prs_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_phi_fv3_run get_prs_fv3 INFO: Parsed tables in scheme get_prs_fv3 with dependencies ['physcons.F90', 'machine.F'] -INFO: Legacy extension - skip empty table for get_phi_fv3_finalize -INFO: Legacy extension - skip empty table for get_phi_fv3_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_prs_fv3 get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_prs_fv3_run get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_phi_fv3 get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_phi_fv3_run get_phi_fv3 -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table get_phi_fv3_run INFO: Parsed tables in scheme get_phi_fv3 with dependencies ['physcons.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in table gfdl_cloud_microphys_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys INFO: Parsed tables in scheme gfdl_cloud_microphys with dependencies ['module_mp_radar.F90', 'machine.F', 'module_gfdl_cloud_microphys.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj INFO: Parsed tables in scheme fv_sat_adj with dependencies ['physcons.F90', 'module_mp_radar.F90', 'multi_gases.F90', 'machine.F', 'module_gfdl_cloud_microphys.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True zhaocarr_gscond zhaocarr_gscond -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False zhaocarr_gscond_run zhaocarr_gscond -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table zhaocarr_gscond_run INFO: Parsed tables in scheme zhaocarr_gscond with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -INFO: Legacy extension - skip empty table for gwdc_pre_finalize -INFO: Legacy extension - skip empty table for gwdc_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable characteristic_grid_length_scale in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_column_heating_rate in table gwdc_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc_pre INFO: Parsed tables in scheme gwdc_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_column_heating_rate in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable characteristic_grid_length_scale in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_convective_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_convective_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdc_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc -INFO: Legacy extension - skip empty table for gwdc_finalize -INFO: Legacy extension - skip empty table for gwdc_init INFO: Parsed tables in scheme gwdc with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for gwdc_post_finalize -INFO: Legacy extension - skip empty table for gwdc_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_x_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_y_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gwdc_post_run INFO: Parsed tables in scheme gwdc_post with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for gwdps_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdps gwdps -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdps_run gwdps -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table gwdps_run -INFO: Legacy extension - skip empty table for gwdps_finalize INFO: Parsed tables in scheme gwdps -INFO: Legacy extension - skip empty table for h2ophys_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True h2ophys h2ophys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False h2ophys_run h2ophys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table h2ophys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table h2ophys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable h2o_forcing in table h2ophys_run -INFO: Legacy extension - skip empty table for h2ophys_finalize INFO: Parsed tables in scheme h2ophys with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True samfdeepcnv samfdeepcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False samfdeepcnv_run samfdeepcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_cellular_automata_for_deep_convection in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable physics_field_for_coupling in table samfdeepcnv_run -INFO: Legacy extension - skip empty table for samfdeepcnv_finalize -INFO: Legacy extension - skip empty table for samfdeepcnv_init INFO: Parsed tables in scheme samfdeepcnv with dependencies ['funcphys.f90', 'samfaerosols.F', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True samfshalcnv samfshalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False samfshalcnv_run samfshalcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table samfshalcnv_run -INFO: Legacy extension - skip empty table for samfshalcnv_finalize -INFO: Legacy extension - skip empty table for samfshalcnv_init INFO: Parsed tables in scheme samfshalcnv with dependencies ['funcphys.f90', 'samfaerosols.F', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sascnvn sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_init sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_run sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sascnvn sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_init sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_run sascnvn -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table sascnvn_run -INFO: Legacy extension - skip empty table for sascnvn_finalize INFO: Parsed tables in scheme sascnvn with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shalcnv shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_init shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_run shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shalcnv shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_init shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_run shalcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table shalcnv_run -INFO: Legacy extension - skip empty table for shalcnv_finalize INFO: Parsed tables in scheme shalcnv with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True maximum_hourly_diagnostics maximum_hourly_diagnostics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False maximum_hourly_diagnostics_run maximum_hourly_diagnostics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_temperature_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_temperature_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run INFO: Parsed tables in scheme maximum_hourly_diagnostics with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_init m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_run m_micro -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable in_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ccn_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table m_micro_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_init m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_run m_micro -INFO: Legacy extension - skip empty table for m_micro_finalize INFO: Parsed tables in scheme m_micro with dependencies ['cldwat2m_micro.F', 'aer_cloud.F', 'micro_mg_utils.F90', 'cldmacro.F', 'machine.F', 'physcons.F90', 'aerclm_def.F', 'micro_mg2_0.F90', 'micro_mg3_0.F90', 'wv_saturation.F'] -INFO: Legacy extension - skip empty table for m_micro_pre_init -INFO: Legacy extension - skip empty table for m_micro_pre_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_pre m_micro_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_pre_run m_micro_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table m_micro_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_post m_micro_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_post_run m_micro_pre INFO: Parsed tables in scheme m_micro_pre with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for m_micro_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_pre m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_pre_run m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_post m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_post_run m_micro_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_on_dynamics_timestep in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_on_dynamics_timestep in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_on_dynamics_timestep in table m_micro_post_run -INFO: Legacy extension - skip empty table for m_micro_post_finalize INFO: Parsed tables in scheme m_micro_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver_pre cu_gf_driver_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_pre_run cu_gf_driver_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable gf_memory_counter in table cu_gf_driver_pre_run INFO: Parsed tables in scheme cu_gf_driver_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_init cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_run cu_gf_driver -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_condesate_after_rainout in table cu_gf_driver_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_init cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_run cu_gf_driver -INFO: Legacy extension - skip empty table for cu_gf_driver_finalize INFO: Parsed tables in scheme cu_gf_driver with dependencies ['cu_gf_deep.F90', 'cu_gf_sh.F90', 'machine.F', 'physcons.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver_post cu_gf_driver_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_post_run cu_gf_driver_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable gf_memory_counter in table cu_gf_driver_post_run INFO: Parsed tables in scheme cu_gf_driver_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_init hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_run hedmf -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table hedmf_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_init hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_run hedmf INFO: Parsed tables in scheme hedmf with dependencies ['physcons.F90', 'funcphys.f90', 'mfpbl.f', 'tridi.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf_hafs hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_init hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_run hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf_hafs hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_init hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_run hedmf_hafs -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table hedmf_hafs_run INFO: Parsed tables in scheme hedmf_hafs with dependencies ['physcons.F90', 'funcphys.f90', 'mfpbl.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True moninshoc moninshoc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False moninshoc_run moninshoc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_from_shoc in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable prandtl_number in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table moninshoc_run INFO: Parsed tables in scheme moninshoc with dependencies ['funcphys.f90', 'tridi.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdif satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_init satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_run satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdif satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_init satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_run satmedmfvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table satmedmfvdif_run INFO: Parsed tables in scheme satmedmfvdif with dependencies ['funcphys.f90', 'mfpblt.f', 'tridi.f', 'machine.F', 'mfscu.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdifq satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_init satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_run satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdifq satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_init satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_run satmedmfvdifq -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table satmedmfvdifq_run INFO: Parsed tables in scheme satmedmfvdifq with dependencies ['funcphys.f90', 'mfscuq.f', 'tridi.f', 'machine.F', 'mfpbltq.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shinhongvdif shinhongvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shinhongvdif_run shinhongvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table shinhongvdif_run INFO: Parsed tables in scheme shinhongvdif with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ysuvdif ysuvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ysuvdif_run ysuvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table ysuvdif_run INFO: Parsed tables in scheme ysuvdif with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mynnedmf_wrapper mynnedmf_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnedmf_wrapper_init mynnedmf_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnedmf_wrapper_run mynnedmf_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_friendly_aerosol_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable reciprocal_of_obukhov_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tke_at_mass_points in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable t_prime_squared in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable q_prime_squared in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable t_prime_q_prime in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mixing_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stability_function_for_heat in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_for_mynnpbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_momentum_diffusivity_for_mynnpbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_water_mixing_ratio_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_ice_mixing_ratio_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_fraction_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_area in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_vertical_velocity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_total_water in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_theta_l in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_entrainment_rate in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_cloud_water in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_subsidence_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_subsidence_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_detrainment_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_detrainment_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_of_plumes in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_mass_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable k_level_of_highest_plume in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_vapor_specific_humidity_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ozone_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table mynnedmf_wrapper_run INFO: Parsed tables in scheme mynnedmf_wrapper with dependencies ['physcons.F90', 'machine.F', 'module_bl_mynn.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mynnsfc_wrapper mynnsfc_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnsfc_wrapper_run mynnsfc_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_mixing_ratio_at_surface in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_drag in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_stability_parameter in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_star in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable reciprocal_of_obukhov_length in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_latent_heat in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_heat in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_moisture in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_heat_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_moisture_at_2m in table mynnsfc_wrapper_run INFO: Parsed tables in scheme mynnsfc_wrapper with dependencies ['module_sf_mynn.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sgscloud_radpre sgscloud_radpre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sgscloud_radpre_run sgscloud_radpre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_condesate_after_rainout in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_water_mixing_ratio_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_ice_mixing_ratio_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_fraction_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table sgscloud_radpre_run INFO: Parsed tables in scheme sgscloud_radpre with dependencies ['funcphys.f90', 'physcons.F90', 'machine.F', 'module_bfmicrophysics.f', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sgscloud_radpost sgscloud_radpost -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sgscloud_radpost_run sgscloud_radpost -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table sgscloud_radpost_run INFO: Parsed tables in scheme sgscloud_radpost with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True myjsfc_wrapper myjsfc_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False myjsfc_wrapper_run myjsfc_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable u_wind_component_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable v_wind_component_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable baseline_surface_roughness_length in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable heat_exchange_coefficient_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable momentum_exchange_coefficient_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_layer_evaporation_switch in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_latent_heat_flux in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_momentum_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_potental_temperature_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_specific_humidity_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table myjsfc_wrapper_run INFO: Parsed tables in scheme myjsfc_wrapper with dependencies ['module_SF_JSFC.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True myjpbl_wrapper myjpbl_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False myjpbl_wrapper_run myjpbl_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable u_wind_component_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable v_wind_component_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable baseline_surface_roughness_length in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable heat_exchange_coefficient_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable momentum_exchange_coefficient_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_layer_evaporation_switch in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_latent_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_momentum_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_potental_temperature_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_specific_humidity_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table myjpbl_wrapper_run INFO: Parsed tables in scheme myjpbl_wrapper with dependencies ['module_BL_MYJPBL.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_pre mp_thompson_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_pre_run mp_thompson_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table mp_thompson_pre_run INFO: Parsed tables in scheme mp_thompson_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_friendly_aerosol_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_friendly_aerosols_at_surface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_friendly_aerosols_at_surface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table mp_thompson_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: Legacy extension - replacing variable 'horizontal_loop_extent' with 'horizontal_dimension' in table mp_thompson_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson INFO: Parsed tables in scheme mp_thompson with dependencies ['module_mp_thompson.F90', 'module_mp_radar.F90', 'machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table mp_thompson_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mp_thompson_post_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post INFO: Parsed tables in scheme mp_thompson_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_init ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_run ozphys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_updated_by_physics in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_forcing in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table ozphys_run -INFO: Legacy extension - skip empty table for ozphys_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_init ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_run ozphys INFO: Parsed tables in scheme ozphys with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys_2015 ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_init ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_run ozphys_2015 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_updated_by_physics in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_forcing in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table ozphys_2015_run -INFO: Legacy extension - skip empty table for ozphys_2015_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys_2015 ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_init ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_run ozphys_2015 INFO: Parsed tables in scheme ozphys_2015 with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for zhaocarr_precpd_init -INFO: Legacy extension - skip empty table for zhaocarr_precpd_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True zhaocarr_precpd zhaocarr_precpd -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False zhaocarr_precpd_run zhaocarr_precpd -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_rain_water_mixing_ratio_due_to_microphysics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table zhaocarr_precpd_run INFO: Parsed tables in scheme zhaocarr_precpd with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True phys_tend phys_tend -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False phys_tend_run phys_tend -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_longwave_radiation in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shortwave_radiation in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_physics in table phys_tend_run INFO: Parsed tables in scheme phys_tend with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw rrtmg_lw -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_run rrtmg_lw -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_lw in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_longwave_bands_01_16 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_top_atmosphere in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_sfc in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_10mu_band in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmg_lw_run INFO: Parsed tables in scheme rrtmg_lw with dependencies ['physcons.F90', 'physparam.f', 'radlw_param.f', 'mersenne_twister.f', 'radlw_datatb.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw rrtmg_sw -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_run rrtmg_sw -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_sw in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_top_atmosphere in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_sfc in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_0p55mu_band in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmg_sw_run INFO: Parsed tables in scheme rrtmg_sw with dependencies ['physcons.F90', 'physparam.f', 'radsw_datatb.f', 'mersenne_twister.f', 'radsw_param.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable random_number_array in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_interfaces in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table rascnv_run INFO: Parsed tables in scheme rascnv -INFO: Legacy extension - skip empty table for rayleigh_damp_finalize -INFO: Legacy extension - skip empty table for rayleigh_damp_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rayleigh_damp rayleigh_damp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rayleigh_damp_run rayleigh_damp -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_rayleigh_damping in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_rayleigh_damping in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_rayleigh_damping in table rayleigh_damp_run INFO: Parsed tables in scheme rayleigh_damp -INFO: Legacy extension - skip empty table for rrtmg_lw_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw_post rrtmg_lw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_post_run rrtmg_lw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_post_run -INFO: Legacy extension - skip empty table for rrtmg_lw_post_finalize INFO: Parsed tables in scheme rrtmg_lw_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw_pre rrtmg_lw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_pre_run rrtmg_lw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_lw_pre_run -INFO: Legacy extension - skip empty table for rrtmg_lw_pre_init -INFO: Legacy extension - skip empty table for rrtmg_lw_pre_finalize INFO: Parsed tables in scheme rrtmg_lw_pre with dependencies ['iounitdef.f', 'radiation_surface.f', 'machine.F'] -INFO: Legacy extension - skip empty table for rrtmg_sw_post_init -INFO: Legacy extension - skip empty table for rrtmg_sw_post_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw_post rrtmg_sw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_post_run rrtmg_sw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmg_sw_post_run INFO: Parsed tables in scheme rrtmg_sw_post with dependencies ['radsw_param.f', 'machine.F'] -INFO: Legacy extension - skip empty table for rrtmg_sw_pre_init -INFO: Legacy extension - skip empty table for rrtmg_sw_pre_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw_pre rrtmg_sw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_pre_run rrtmg_sw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table rrtmg_sw_pre_run INFO: Parsed tables in scheme rrtmg_sw_pre with dependencies ['iounitdef.f', 'radiation_surface.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diag sfc_diag -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diag_run sfc_diag -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table sfc_diag_run INFO: Parsed tables in scheme sfc_diag with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diag_post sfc_diag_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diag_post_run sfc_diag_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m_from_noahmp in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m_from_noahmp in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_x_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_y_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dewpoint_temperature_at_2m in table sfc_diag_post_run INFO: Parsed tables in scheme sfc_diag_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_area_index in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_weak_cosz_dependency in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_weak_cosz_dependency in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_frozen_soil_physics in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_temperature_bottom_first_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_at_surface in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_condensation_mass in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_mixing_ratio_at_surface in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable density_of_frozen_precipitation in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_runoff in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_water_equivalent_of_frozen_precip in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_accumulated_snowfall in table lsm_ruc_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc INFO: Parsed tables in scheme lsm_ruc with dependencies ['module_sf_ruclsm.F90', 'module_soil_pre.F90', 'namelist_soilveg_ruc.F90', 'machine.F', 'set_soilveg_ruc.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_pre lsm_ruc_sfc_sice_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_pre_run lsm_ruc_sfc_sice_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table lsm_ruc_sfc_sice_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_post lsm_ruc_sfc_sice_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_post_run lsm_ruc_sfc_sice_pre INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_pre lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_pre_run lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_post lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_post_run lsm_ruc_sfc_sice_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table lsm_ruc_sfc_sice_post_run INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_cice sfc_cice -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_cice_run sfc_cice -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table sfc_cice_run INFO: Parsed tables in scheme sfc_cice with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diff sfc_diff -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diff_run sfc_diff -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_from_wave_model in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table sfc_diff_run INFO: Parsed tables in scheme sfc_diff with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_soil_type_b_parameter in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_leaf_area_index in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_vegetation_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness in table lsm_noah_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah INFO: Parsed tables in scheme lsm_noah with dependencies ['surface_perturbation.F90', 'funcphys.f90', 'set_soilveg.f', 'machine.F', 'sflx.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True noahmpdrv noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_init noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_run noahmpdrv -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable explicit_rainfall_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_of_snow_layers in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ground_temperature_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_intercepted_ice_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_intercepted_liquid_water in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_air_vapor_pressure in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_air_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable area_fraction_of_wet_canopy in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_mass_at_previous_time_step in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_albedo_at_previous_time_step in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_at_surface in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_water_storage in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_depth in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_storage_in_aquifer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_storage_in_aquifer_and_saturated_soil in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_bottom_depth_from_snow_surface in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_layer_ice in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_layer_liquid_water in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fine_root_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stem_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wood_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slow_soil_pool_mass_content_of_carbon in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fast_soil_pool_mass_content_of_carbon in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_area_index in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stem_area_index in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nondimensional_snow_age in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable equilibrium_soil_water_content in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_water_content_between_soil_bottom_and_water_table in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_recharge_when_deep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_recharge_when_shallow in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m_from_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m_from_noahmp in table noahmpdrv_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True noahmpdrv noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_init noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_run noahmpdrv INFO: Parsed tables in scheme noahmpdrv with dependencies ['funcphys.f90', 'module_sf_noahmp_glacier.f90', 'module_sf_noahmplsm.f90', 'set_soilveg.f', 'machine.F', 'noahmp_tables.f90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_depth in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table flake_driver_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver INFO: Parsed tables in scheme flake_driver with dependencies ['flake.F90', 'machine.F'] -INFO: Legacy extension - skip empty table for sfc_nst_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_for_nsst in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_water_salinity in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_x_current in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_y_current in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ocean_mixed_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensitivity_of_dtl_heat_content_to_surface_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensitivity_of_dtl_thickness_to_surface_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_c_0 in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_c_d in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_w_0 in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_w_d in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable free_convection_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_dtlm_start in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensible_heat_flux_due_to_rainfall in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table sfc_nst_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst -INFO: Legacy extension - skip empty table for sfc_nst_finalize INFO: Parsed tables in scheme sfc_nst with dependencies ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_for_nsst in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table sfc_nst_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst_pre INFO: Parsed tables in scheme sfc_nst_pre with dependencies ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography_unfiltered in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_change_over_depth_in_sea_water_temperature in table sfc_nst_post_run -INFO: Legacy extension - skip empty table for sfc_nst_post_init -INFO: Legacy extension - skip empty table for sfc_nst_post_finalize INFO: Parsed tables in scheme sfc_nst_post with dependencies ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] -INFO: Legacy extension - skip empty table for sfc_ocean_finalize -INFO: Legacy extension - skip empty table for sfc_ocean_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_ocean sfc_ocean -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_ocean_run sfc_ocean -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table sfc_ocean_run INFO: Parsed tables in scheme sfc_ocean with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_sice sfc_sice -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_sice_run sfc_sice -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_melt in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_cice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table sfc_sice_run INFO: Parsed tables in scheme sfc_sice with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_fer_hires mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_init mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_run mp_fer_hires -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_condensate_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_change_of_air_temperature_due_to_FA_scheme in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_ice_water_cloud in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_rain_water_cloud in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rime_factor in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_weighted_rime_factor_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mp_fer_hires_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_fer_hires mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_init mp_fer_hires -WARNING: Legacy extension - replacing variable 'horizontal_loop_extent' with 'horizontal_dimension' in table mp_fer_hires_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_run mp_fer_hires -INFO: Legacy extension - skip empty table for mp_fer_hires_finalize INFO: Parsed tables in scheme mp_fer_hires with dependencies ['module_MP_FER_HIRES.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_gas_optics rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_init rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_run rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_gas_optics rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_init rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_run rrtmgp_lw_gas_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmgp_lw_gas_optics_run INFO: Parsed tables in scheme rrtmgp_lw_gas_optics with dependencies ['rte-rrtmgp/rte/mo_rte_lw.F90', 'rte-rrtmgp/extensions/mo_compute_bc.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/rte/mo_rte_sw.F90', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_10mu_band in table rrtmgp_lw_cloud_optics_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics INFO: Parsed tables in scheme rrtmgp_lw_cloud_optics with dependencies ['rrtmgp_aux.F90', 'rrtmg_lw_cloud_optics.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_gas_optics rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_init rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_run rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_gas_optics rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_init rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_run rrtmgp_sw_gas_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable toa_incident_sw_flux_by_spectral_point in table rrtmgp_sw_gas_optics_run INFO: Parsed tables in scheme rrtmgp_sw_gas_optics with dependencies ['rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/rte/mo_rte_sw.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'radiation_gases.f', 'rte-rrtmgp/extensions/mo_compute_bc.F90', 'machine.F', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/rte/mo_rte_lw.F90', 'iounitdef.f', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_optics rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_init rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_run rrtmgp_sw_cloud_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band in table rrtmgp_sw_cloud_optics_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_optics rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_init rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_run rrtmgp_sw_cloud_optics INFO: Parsed tables in scheme rrtmgp_sw_cloud_optics with dependencies ['physparam.f', 'rrtmg_sw_cloud_optics.F90', 'machine.F', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_aerosol_optics rrtmgp_sw_aerosol_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_aerosol_optics_run rrtmgp_sw_aerosol_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table rrtmgp_sw_aerosol_optics_run INFO: Parsed tables in scheme rrtmgp_sw_aerosol_optics with dependencies ['iounitdef.f', 'radiation_aerosols.f', 'rrtmgp_aux.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_rte rrtmgp_lw_rte -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_rte_run rrtmgp_lw_rte -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_emissivity_in_each_RRTMGP_LW_band in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_allsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_clrsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_clrsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_upward in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_downward in table rrtmgp_lw_rte_run INFO: Parsed tables in scheme rrtmgp_lw_rte with dependencies ['rte-rrtmgp/rte/mo_rte_lw.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_rte rrtmgp_sw_rte -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_rte_run rrtmgp_sw_rte -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable toa_incident_sw_flux_by_spectral_point in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_allsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_allsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_clrsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_clrsky in table rrtmgp_sw_rte_run INFO: Parsed tables in scheme rrtmgp_sw_rte with dependencies ['rte-rrtmgp/rte/mo_rte_sw.F90', 'radsw_param.f', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_aerosol_optics rrtmgp_lw_aerosol_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_aerosol_optics_run rrtmgp_lw_aerosol_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table rrtmgp_lw_aerosol_optics_run INFO: Parsed tables in scheme rrtmgp_lw_aerosol_optics with dependencies ['iounitdef.f', 'radiation_aerosols.f', 'rrtmgp_aux.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup INFO: Parsed tables in scheme GFS_rrtmgp_setup with dependencies ['physparam.f', 'radiation_gases.f', 'radiation_astronomy.f', 'machine.F', 'module_bfmicrophysics.f', 'radiation_aerosols.f', 'iounitdef.f', 'radiation_surface.f', 'radiation_clouds.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_pre GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_init GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_run GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_pre GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_init GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_run GFS_rrtmgp_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_pre_run INFO: Parsed tables in scheme GFS_rrtmgp_pre with dependencies ['physparam.f', 'funcphys.f90', 'physcons.F90', 'radiation_gases.f', 'radiation_astronomy.f', 'machine.F', 'module_bfmicrophysics.f', 'radiation_aerosols.f', 'rrtmg_lw_cloud_optics.F90', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f', 'radiation_surface.f', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_pre rrtmgp_lw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_pre_run rrtmgp_lw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_emissivity_in_each_RRTMGP_LW_band in table rrtmgp_lw_pre_run INFO: Parsed tables in scheme rrtmgp_lw_pre with dependencies ['iounitdef.f', 'physparam.f', 'radiation_surface.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_sw_pre GFS_rrtmgp_sw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_sw_pre_run GFS_rrtmgp_sw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fractional_coverage_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fractional_coverage_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_surface_physics_perturbation in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_mean_cosz_over_rad_call_period in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table GFS_rrtmgp_sw_pre_run INFO: Parsed tables in scheme GFS_rrtmgp_sw_pre with dependencies ['iounitdef.f', 'physparam.f', 'radiation_surface.f', 'radiation_astronomy.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_lw_post GFS_rrtmgp_lw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_lw_post_run GFS_rrtmgp_lw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_allsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_clrsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_clrsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_10mu_band in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_on_radiation_time_step in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_sfc in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_midlayer_air_temperature_in_longwave_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_top_atmosphere in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_fluxes in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in table GFS_rrtmgp_lw_post_run INFO: Parsed tables in scheme GFS_rrtmgp_lw_post with dependencies ['rte-rrtmgp/extensions/mo_heating_rates.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'radlw_param.f', 'radiation_aerosols.f', 'rte-rrtmgp/rte/mo_fluxes.F90', 'iounitdef.f', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_sampling rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_init rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_run rrtmgp_lw_cloud_sampling -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_lw in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table rrtmgp_lw_cloud_sampling_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_sampling rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_init rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_run rrtmgp_lw_cloud_sampling INFO: Parsed tables in scheme rrtmgp_lw_cloud_sampling with dependencies ['physparam.f', 'machine.F', 'rrtmgp_sampling.F90', 'mersenne_twister.f', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_sampling rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_init rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_run rrtmgp_sw_cloud_sampling -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_sw in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table rrtmgp_sw_cloud_sampling_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_sampling rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_init rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_run rrtmgp_sw_cloud_sampling INFO: Parsed tables in scheme rrtmgp_sw_cloud_sampling with dependencies ['physparam.f', 'machine.F', 'rrtmgp_sampling.F90', 'mersenne_twister.f', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_cloud_diagnostics GFS_cloud_diagnostics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_cloud_diagnostics_run GFS_cloud_diagnostics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_cloud_diagnostics_run INFO: Parsed tables in scheme GFS_cloud_diagnostics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_gfdlmp_pre GFS_rrtmgp_gfdlmp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_gfdlmp_pre_run GFS_rrtmgp_gfdlmp_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_rrtmgp_gfdlmp_pre_run INFO: Parsed tables in scheme GFS_rrtmgp_gfdlmp_pre with dependencies ['rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_zhaocarr_pre GFS_rrtmgp_zhaocarr_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_zhaocarr_pre_run GFS_rrtmgp_zhaocarr_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmgp_zhaocarr_pre_run INFO: Parsed tables in scheme GFS_rrtmgp_zhaocarr_pre with dependencies ['rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_sw_post GFS_rrtmgp_sw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_sw_post_run GFS_rrtmgp_sw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_mean_cosz_over_rad_call_period in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_allsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_allsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_clrsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_clrsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_sfc in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_top_atmosphere in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_fluxes in table GFS_rrtmgp_sw_post_run INFO: Parsed tables in scheme GFS_rrtmgp_sw_post with dependencies ['rte-rrtmgp/extensions/mo_heating_rates.F90', 'radsw_param.f', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'radiation_aerosols.f', 'rte-rrtmgp/rte/mo_fluxes.F90', 'iounitdef.f', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] +INFO: filtering out variable GFS_cldprop_type_instance +INFO: filtering out variable GFS_coupling_type_instance +INFO: filtering out variable GFS_diag_type_instance +INFO: filtering out variable GFS_grid_type_instance +INFO: filtering out variable GFS_radtend_type_instance +INFO: filtering out variable GFS_sfcprop_type_instance +INFO: filtering out variable GFS_statein_type_instance INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable GFS_tbd_type_instance INFO: filtering out variable Gas_concentrations_for_RRTMGP_suite INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_10mu_band @@ -15125,7 +7393,6 @@ INFO: filtering out variable RRTMGP_sw_fluxes 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 active_gases_used_by_RRTMGP -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology INFO: filtering out variable air_pressure_at_interface_for_RRTMGP_in_hPa INFO: filtering out variable air_pressure_at_layer_for_RRTMGP_in_hPa INFO: filtering out variable air_temperature_at_interface_for_RRTMGP @@ -15140,7 +7407,6 @@ 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 @@ -15153,7 +7419,6 @@ INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_ 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_overlap_param INFO: filtering out variable cloud_phase_transition_denominator INFO: filtering out variable cloud_phase_transition_threshold_temperature @@ -15180,7 +7445,6 @@ INFO: filtering out variable cumulative_change_in_temperature_due_to_physics INFO: filtering out variable cumulative_change_in_water_vapor_specific_humidity_due_to_physics INFO: filtering out variable cumulative_change_in_x_wind_due_to_physics INFO: filtering out variable cumulative_change_in_y_wind_due_to_physics -INFO: filtering out variable daytime_mean_cosz_over_rad_call_period 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 @@ -15192,7 +7456,6 @@ INFO: filtering out variable diurnal_thermocline_layer_thickness INFO: filtering out variable diurnal_thermocline_layer_x_current INFO: filtering out variable diurnal_thermocline_layer_y_current INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnedmf INFO: filtering out variable do_mynnsfclay INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme INFO: filtering out variable edmf_flag @@ -15222,10 +7485,7 @@ 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_lmfshal INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_output_of_longwave_heating_rate -INFO: filtering out variable flag_for_output_of_shortwave_heating_rate 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 @@ -15238,7 +7498,6 @@ INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_op 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_uni_cld INFO: filtering out variable flag_mg3_as_mg2 INFO: filtering out variable flag_skip_macro INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMG @@ -15246,11 +7505,10 @@ INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMGP_LUT INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMGP_PADE INFO: filtering out variable forecast_month INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_ice_water_cloud +INFO: filtering out variable fraction_of_rain_water_cloud INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable fractional_coverage_with_strong_cosz_dependency -INFO: filtering out variable fractional_coverage_with_weak_cosz_dependency INFO: filtering out variable free_convection_layer_thickness -INFO: filtering out variable frequency_for_longwave_radiation INFO: filtering out variable gf_memory_counter INFO: filtering out variable graupel_mixing_ratio INFO: filtering out variable graupel_number_concentration_updated_by_physics @@ -15260,11 +7518,10 @@ 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_nucleation_number 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_of_dtlm_start INFO: filtering out variable initial_permutation_seed_lw INFO: filtering out variable initial_permutation_seed_sw @@ -15307,10 +7564,6 @@ 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_change_over_depth_in_sea_water_temperature -INFO: filtering out variable mean_nir_albedo_with_strong_cosz_dependency -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_strong_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 @@ -15350,7 +7603,6 @@ INFO: filtering out variable normalized_soil_wetness_for_land_surface_model INFO: filtering out variable number_of_active_gases_used_by_RRTMGP INFO: filtering out variable number_of_aerosol_tracers_MG INFO: filtering out variable number_of_angles_used_in_gaussian_quadrature -INFO: filtering out variable number_of_cloud_condensate_types 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 @@ -15372,6 +7624,7 @@ INFO: filtering out variable rain_number_concentration_updated_by_physics INFO: filtering out variable rain_water_mixing_ratio INFO: filtering out variable reciprocal_of_obukhov_length INFO: filtering out variable relative_humidity +INFO: filtering out variable rime_factor INFO: filtering out variable rrtmgp_coeff_lw_cloud_optics INFO: filtering out variable rrtmgp_coeff_sw_cloud_optics INFO: filtering out variable rrtmgp_kdistribution_lw @@ -15439,6 +7692,7 @@ 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_ccn_activated_number 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 @@ -15460,6 +7714,7 @@ INFO: filtering out variable tke_budget INFO: filtering out variable tke_dissipative_heating_factor INFO: filtering out variable toa_incident_sw_flux_by_spectral_point INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable total_cloud_condensate_mixing_ratio_updated_by_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 @@ -15496,24 +7751,24 @@ 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 /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Metadata table for model FV3 written to /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex INFO: Comparing metadata for requested and provided variables ... INFO: Generating list of Fortran modules containing CCPP type definitions ... INFO: Generating typedefs makefile/cmakefile snippet ... -INFO: Added 10 typedefs to /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_TYPEDEFS.sh +INFO: Added 10 typedefs to /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 146 schemes to /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_SCHEMES.mk, /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Added 146 schemes to /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk, /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics ... +INFO: Generating static API ccpp_static_api.F90 in /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics ... INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 16 auto-generated caps to /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_CAPS.mk and /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_CAPS.cmake, /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_CAPS.sh +INFO: Added 16 auto-generated caps to /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk and /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake, /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh INFO: CCPP prebuild step completed successfully. -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -+ ./build_ccpp.sh hera.intel /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk 'CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp' NO NO ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp ++ ./build_ccpp.sh hera.intel /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk 'CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp' NO NO MACHINE_ID=hera.intel is valid. Compilers set for hera.intel. Obtained ESMF_LIB=/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib from /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -DNETCDF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=OFF' ... +Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp -DNETCDF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=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 @@ -15554,8 +7809,8 @@ Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/scratch2/BMC/gsd-fv3-dev/sun -- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp -- Enable OpenMP support for C/C++/Fortran compiler -- Got CCPP TYPEDEFS from cmakefile include file: gfs_typedefs.mod;mo_cloud_optics.mod;mo_optical_props.mod;ccpp_typedefs.mod;mo_gas_concentrations.mod;machine.mod;mo_source_functions.mod;module_radlw_parameters.mod;module_radsw_parameters.mod;mo_gas_optics_rrtmgp.mod --- Got CCPP SCHEMES from cmakefile include file: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sflx.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radcons.f90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/machine.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ozphys.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gscond.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/machine.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/mfscu.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/precpd.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/physcons.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/machine.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gwdps.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src/ccpp_types.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/physcons.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/physparam.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/tridi.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/machine.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_data.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src/ccpp_types.F90 --- Got CCPP CAPS from cmakefile include file: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 +-- Got CCPP SCHEMES from cmakefile include file: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 +-- Got CCPP CAPS from cmakefile include file: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -- Configuring done -- Generating done CMake Warning: @@ -15564,57 +7819,57 @@ CMake Warning: LEGACY_INTEL --- Build files have been written to: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build -make[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -S/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -B/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_progress_start /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/CMakeFiles /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/CMakeFiles/progress.marks +-- Build files have been written to: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build +make[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -S/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp -B/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_progress_start /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -Dependee "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". -Dependee "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +make[3]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_depends "Unix Makefiles" /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +Dependee "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Dependee "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". Scanning dependencies of target ccpp -make[3]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' [ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_types.mod framework/src/CMakeFiles/ccpp.dir/ccpp_types.mod.stamp Intel [ 1%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_api.mod framework/src/CMakeFiles/ccpp.dir/ccpp_api.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build [ 2%] Linking Fortran static library libccpp.a -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 /usr/bin/ar qc libccpp.a CMakeFiles/ccpp.dir/ccpp_types.F90.o CMakeFiles/ccpp.dir/ccpp_api.F90.o /usr/bin/ranlib libccpp.a -make[3]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' [ 2%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -Dependee "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". -Dependee "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +make[3]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_depends "Unix Makefiles" /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +Dependee "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Dependee "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". Scanning dependencies of target ccppphys -make[3]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' [ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_types.mod physics/CMakeFiles/ccppphys.dir/ccpp_types.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o.provides.build -[ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/machine.mod physics/CMakeFiles/ccppphys.dir/machine.mod.stamp Intel -[ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/physcons.mod physics/CMakeFiles/ccppphys.dir/physcons.mod.stamp Intel -[ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ugwp_common.mod physics/CMakeFiles/ccppphys.dir/ugwp_common.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ugwp_conv_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_conv_init.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ugwp_fjet_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_fjet_init.mod.stamp Intel @@ -15622,116 +7877,116 @@ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/int /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ugwp_okw_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_okw_init.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ugwp_oro_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_oro_init.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ugwp_wmsdis_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_wmsdis_init.mod.stamp Intel -[ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_module.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_module.mod.stamp Intel -[ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gwdps.mod physics/CMakeFiles/ccppphys.dir/gwdps.mod.stamp Intel -[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp.mod.stamp Intel -[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_post.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_post.mod.stamp Intel -[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/cnvc90.mod physics/CMakeFiles/ccppphys.dir/cnvc90.mod.stamp Intel -[ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/dcyc2t3.mod physics/CMakeFiles/ccppphys.dir/dcyc2t3.mod.stamp Intel -[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/get_phi_fv3.mod physics/CMakeFiles/ccppphys.dir/get_phi_fv3.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/get_prs_fv3.mod physics/CMakeFiles/ccppphys.dir/get_prs_fv3.mod.stamp Intel -[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_post.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_pre.mod.stamp Intel -[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_post.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_pre.mod.stamp Intel -[ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_post.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_pre.mod.stamp Intel -[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_post.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_pre.mod.stamp Intel -[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_post.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_pre.mod.stamp Intel -[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mersenne_twister.mod physics/CMakeFiles/ccppphys.dir/mersenne_twister.mod.stamp Intel -[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_kind.mod physics/CMakeFiles/ccppphys.dir/mo_rte_kind.mod.stamp Intel -[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props_kernels.mod.stamp Intel -[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_util_array.mod physics/CMakeFiles/ccppphys.dir/mo_rte_util_array.mod.stamp Intel -[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props.mod.stamp Intel -[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_config.mod physics/CMakeFiles/ccppphys.dir/mo_rte_config.mod.stamp Intel -[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_cloud_optics.mod.stamp Intel -[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_string.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_string.mod.stamp Intel -[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_concentrations.mod physics/CMakeFiles/ccppphys.dir/mo_gas_concentrations.mod.stamp Intel -[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_source_functions.mod physics/CMakeFiles/ccppphys.dir/mo_source_functions.mod.stamp Intel -[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics.mod.stamp Intel -[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_kernels.mod.stamp Intel -[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_constants.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_constants.mod.stamp Intel -[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder_kernels.mod.stamp Intel -[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder.mod.stamp Intel -[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_rrtmgp.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_rrtmgp.mod.stamp Intel -[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/physparam.mod physics/CMakeFiles/ccppphys.dir/physparam.mod.stamp Intel -[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radlw_parameters.mod.stamp Intel -[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radsw_parameters.mod.stamp Intel -[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/parse_tracers.mod physics/CMakeFiles/ccppphys.dir/parse_tracers.mod.stamp Intel -[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_typedefs.mod physics/CMakeFiles/ccppphys.dir/gfs_typedefs.mod.stamp Intel -[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson_make_number_concentrations.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson_make_number_concentrations.mod.stamp Intel -[ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_1.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_1.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_2.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_2.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_3.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_3.mod.stamp Intel @@ -15739,124 +7994,124 @@ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/int /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_phys_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_phys_reset.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_reset.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_update.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_update.mod.stamp Intel -[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_inter.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_inter.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_post.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_pre.mod.stamp Intel -[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/surface_perturbation.mod physics/CMakeFiles/ccppphys.dir/surface_perturbation.mod.stamp Intel -[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_post.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_pre.mod.stamp Intel -[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part1.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part1.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part2.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part2.mod.stamp Intel -[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/funcphys.mod physics/CMakeFiles/ccppphys.dir/funcphys.mod.stamp Intel [ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/hedmf.mod physics/CMakeFiles/ccppphys.dir/hedmf.mod.stamp Intel [ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg.mod physics/CMakeFiles/ccppphys.dir/namelist_soilveg.mod.stamp Intel -[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_mod.mod physics/CMakeFiles/ccppphys.dir/set_soilveg_mod.mod.stamp Intel [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/lsm_noah.mod physics/CMakeFiles/ccppphys.dir/lsm_noah.mod.stamp Intel -[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/maximum_hourly_diagnostics.mod physics/CMakeFiles/ccppphys.dir/maximum_hourly_diagnostics.mod.stamp Intel -[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ozphys.mod physics/CMakeFiles/ccppphys.dir/ozphys.mod.stamp Intel -[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/rayleigh_damp.mod physics/CMakeFiles/ccppphys.dir/rayleigh_damp.mod.stamp Intel -[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/samfcnv_aerosols.mod physics/CMakeFiles/ccppphys.dir/samfcnv_aerosols.mod.stamp Intel -[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/samfdeepcnv.mod physics/CMakeFiles/ccppphys.dir/samfdeepcnv.mod.stamp Intel -[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/samfshalcnv.mod physics/CMakeFiles/ccppphys.dir/samfshalcnv.mod.stamp Intel [ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/sfc_cice.mod physics/CMakeFiles/ccppphys.dir/sfc_cice.mod.stamp Intel [ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag.mod physics/CMakeFiles/ccppphys.dir/sfc_diag.mod.stamp Intel -[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag_post.mod physics/CMakeFiles/ccppphys.dir/sfc_diag_post.mod.stamp Intel -[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/sfc_diff.mod physics/CMakeFiles/ccppphys.dir/sfc_diff.mod.stamp Intel [ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/sfc_ocean.mod physics/CMakeFiles/ccppphys.dir/sfc_ocean.mod.stamp Intel -[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/sfc_sice.mod physics/CMakeFiles/ccppphys.dir/sfc_sice.mod.stamp Intel -[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_gscond.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_gscond.mod.stamp Intel -[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_precpd.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_precpd.mod.stamp Intel -[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_physics_cap.mod.stamp Intel -[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def.mod physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel -[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef.mod physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel -[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX-I -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols.mod physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel -[ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_post.mod.stamp Intel -[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_mp_radar.mod physics/CMakeFiles/ccppphys.dir/module_mp_radar.mod.stamp Intel -[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson.mod.stamp Intel +[ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def.mod physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel +[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef.mod physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel +[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols.mod physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel [ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_astronomy.mod physics/CMakeFiles/ccppphys.dir/module_radiation_astronomy.mod.stamp Intel [ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_microphysics.mod physics/CMakeFiles/ccppphys.dir/module_microphysics.mod.stamp Intel [ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_clouds.mod physics/CMakeFiles/ccppphys.dir/module_radiation_clouds.mod.stamp Intel -[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ozne_def.mod physics/CMakeFiles/ccppphys.dir/ozne_def.mod.stamp Intel -[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_gases.mod physics/CMakeFiles/ccppphys.dir/module_radiation_gases.mod.stamp Intel [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/radcons.mod physics/CMakeFiles/ccppphys.dir/radcons.mod.stamp Intel -[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_pre.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_rad_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_rad_reset.mod.stamp Intel [ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_avplank.mod physics/CMakeFiles/ccppphys.dir/module_radlw_avplank.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_cldprlw.mod physics/CMakeFiles/ccppphys.dir/module_radlw_cldprlw.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb01.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb01.mod.stamp Intel @@ -15876,20 +8131,20 @@ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/int /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb15.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb15.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb16.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radlw_ref.mod.stamp Intel -[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw.mod.stamp Intel -[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_post.mod.stamp Intel -[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_surface.mod physics/CMakeFiles/ccppphys.dir/module_radiation_surface.mod.stamp Intel -[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_pre.mod.stamp Intel -[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_cldprtb.mod physics/CMakeFiles/ccppphys.dir/module_radsw_cldprtb.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb16.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb17.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb17.mod.stamp Intel @@ -15907,123 +8162,123 @@ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/int /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb29.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb29.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radsw_ref.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_sflux.mod physics/CMakeFiles/ccppphys.dir/module_radsw_sflux.mod.stamp Intel -[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw.mod.stamp Intel -[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_post.mod.stamp Intel [ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_pre.mod.stamp Intel [ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod.stamp Intel [ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_stochastics.mod physics/CMakeFiles/ccppphys.dir/gfs_stochastics.mod.stamp Intel [ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod.stamp Intel -[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/aerinterp.mod physics/CMakeFiles/ccppphys.dir/aerinterp.mod.stamp Intel -[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/h2o_def.mod physics/CMakeFiles/ccppphys.dir/h2o_def.mod.stamp Intel -[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/h2ointerp.mod physics/CMakeFiles/ccppphys.dir/h2ointerp.mod.stamp Intel -[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/iccn_def.mod physics/CMakeFiles/ccppphys.dir/iccn_def.mod.stamp Intel -[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/iccninterp.mod physics/CMakeFiles/ccppphys.dir/iccninterp.mod.stamp Intel -[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ozinterp.mod physics/CMakeFiles/ccppphys.dir/ozinterp.mod.stamp Intel -[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_phys_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_phys_time_vary.mod.stamp Intel -[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_rad_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_rad_time_vary.mod.stamp Intel -[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_setup.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_setup.mod.stamp Intel -[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_time_vary_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_time_vary_pre.mod.stamp Intel -[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod.stamp Intel -[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_cap.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build -[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdif.mod physics/CMakeFiles/ccppphys.dir/satmedmfvdif.mod.stamp Intel -[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod.stamp Intel -[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod.stamp Intel -[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod.stamp Intel -[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod.stamp Intel -[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build -[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_typedefs.mod physics/CMakeFiles/ccppphys.dir/ccpp_typedefs.mod.stamp Intel -[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys_mod.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys_mod.mod.stamp Intel -[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/fv_sat_adj.mod physics/CMakeFiles/ccppphys.dir/fv_sat_adj.mod.stamp Intel -[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod.stamp Intel -[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/h2ophys.mod physics/CMakeFiles/ccppphys.dir/h2ophys.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ozphys_2015.mod physics/CMakeFiles/ccppphys.dir/ozphys_2015.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod.stamp Intel -[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod.stamp Intel -[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod.stamp Intel -[ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod.stamp Intel -[ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_cap.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build @@ -16079,8 +8334,8 @@ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/int /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build -[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_multi_gases_mod.mod physics/CMakeFiles/ccppphys.dir/ccpp_multi_gases_mod.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build @@ -16135,130 +8390,130 @@ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/int /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build -[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/sfccyc_module.mod physics/CMakeFiles/ccppphys.dir/sfccyc_module.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build -[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/sso_coorde.mod physics/CMakeFiles/ccppphys.dir/sso_coorde.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o.provides.build -[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_data.F90 -o CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90 -o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_data.mod physics/CMakeFiles/ccppphys.dir/ccpp_data.mod.stamp Intel -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o.provides.build -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build -[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o.provides.build +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o [ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o [100%] Linking Fortran static library libccppphys.a -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 -/usr/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 +/usr/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /usr/bin/ranlib libccppphys.a -make[3]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_progress_start /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/CMakeFiles 0 -make[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -make[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -S/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -B/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_progress_start /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/CMakeFiles /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/CMakeFiles/progress.marks +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_progress_start /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 +make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +make[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -S/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp -B/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_progress_start /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_depends "Unix Makefiles" /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make[3]: Nothing to be done for `framework/src/CMakeFiles/ccpp.dir/build'. -make[3]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' [ 2%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_depends "Unix Makefiles" /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make[3]: Nothing to be done for `physics/CMakeFiles/ccppphys.dir/build'. -make[3]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_progress_start /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/CMakeFiles 0 +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_progress_start /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make[2]: Nothing to be done for `preinstall'. -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' Install the project... /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -P cmake_install.cmake -- Install configuration: "Release" --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib/libccpp.a --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib/cmake/ccpp-config.cmake --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib/cmake/ccpp-config-release.cmake --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_types.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_api.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib/libccppphys.a --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib/cmake/ccppphys-config.cmake --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib/cmake/ccppphys-config-release.cmake --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/gfs_typedefs.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/mo_cloud_optics.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/mo_optical_props.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_typedefs.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/mo_gas_concentrations.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/machine.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/mo_source_functions.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/module_radlw_parameters.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/module_radsw_parameters.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod -make[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -+ test -d /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -+ test -d /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs ; \ -exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" all +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib/libccpp.a +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config.cmake +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config-release.cmake +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_types.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_api.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib/libccppphys.a +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config.cmake +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config-release.cmake +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/gfs_typedefs.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/mo_cloud_optics.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/mo_optical_props.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_typedefs.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/mo_gas_concentrations.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/machine.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/mo_source_functions.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/module_radlw_parameters.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/module_radsw_parameters.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod +make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' ++ test -d /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include ++ test -d /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs ; \ +exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" all Currently Loaded Modules: 1) sutils/default 14) esmf/8_1_0_beta_snapshot_27 @@ -16277,213 +8532,221 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs' -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 @@ -16571,18 +8834,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL" -mv fms.mk "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs' -test -d /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" into /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL on hera -cp -fp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems \ - "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3"/conf/configure.fv3 -cp -fp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems \ - "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3"/conf/modules.fv3 -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 COMP_BINDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" nemsinstall +mkdir -p "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL" +mv fms.mk "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs' +test -d /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL +Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" into /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL on hera +cp -fp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems \ + "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3"/conf/configure.fv3 +cp -fp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems \ + "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3"/conf/modules.fv3 +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 COMP_BINDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" nemsinstall Currently Loaded Modules: 1) sutils/default 14) esmf/8_1_0_beta_snapshot_27 @@ -16601,53 +8864,77 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' -gmake -C cpl FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' +gmake -C cpl FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl' +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -c module_cap_cpl.F90 +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics' +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics' -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -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/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics' +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -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/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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/mersenne_twister.o physics/namelist_soilveg.o physics/physparam.o physics/set_soilveg.o physics/noahmp_tables.o physics/GFDL_parse_tracers.o physics/physcons.o CCPP_layer/CCPP_data.o ../ccpp/physics/ccpp_static_api.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_restart.o ar: creating libgfsphys.a a - physics/mersenne_twister.o @@ -16663,65 +8950,89 @@ a - GFS_layer/GFS_abstraction_layer.o a - GFS_layer/GFS_diagnostics.o a - GFS_layer/GFS_driver.o a - GFS_layer/GFS_restart.o -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics' -gmake -C ccpp/driver FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics' +gmake -C ccpp/driver FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build CCPP layer ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver' +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver' Build CCPP layer ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver' -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP CCPP_driver.F90 > CCPP_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver' +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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP CCPP_driver.F90 > CCPP_driver.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o ar rv libccppdriver.a CCPP_driver.o ar: creating libccppdriver.a a - CCPP_driver.o -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver' -gmake -C ipd FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver' +gmake -C ipd FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd' +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd' -gmake -C io FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd' +gmake -C io FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include] -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io' +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include] -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -c module_fv3_io_def.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nemsio/2.5.2/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -c module_wrt_grid_comp.F90 +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -c module_fv3_io_def.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nemsio/2.5.2/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 @@ -16734,65 +9045,73 @@ 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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere' +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -c model/fv_arrays.F90 -o model/fv_arrays.o +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -16838,52 +9157,60 @@ 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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/stochastic_physics' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/stochastic_physics' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/stochastic_physics' +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/stochastic_physics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c kinddef.F90 -o kinddef.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c glats_stochy.f -o glats_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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c mpi_wrapper.F90 -o mpi_wrapper.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c halo_exchange.fv3.F90 -o halo_exchange.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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c lndp_apply_perts.F90 -o lndp_apply_perts.o +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/stochastic_physics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c kinddef.F90 -o kinddef.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c glats_stochy.f -o glats_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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c mpi_wrapper.F90 -o mpi_wrapper.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c halo_exchange.fv3.F90 -o halo_exchange.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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c lndp_apply_perts.F90 -o lndp_apply_perts.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 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 plumes.o kinddef.o mpi_wrapper.o halo_exchange.fv3.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 cellular_automata_global.o cellular_automata_sgs.o update_ca.o lndp_apply_perts.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -16920,25 +9247,25 @@ a - cellular_automata_global.o a - cellular_automata_sgs.o a - update_ca.o a - lndp_apply_perts.o -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/stochastic_physics' -gmake -C stochastic_physics FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/stochastic_physics' +gmake -C stochastic_physics FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 io ... $ESMF_INC is [-I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include] -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/stochastic_physics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I ../../stochastic_physics -I../ccpp/physics -I../ccpp/build/physics -I../atmos_cubed_sphere -c stochastic_physics_wrapper.F90 -o stochastic_physics_wrapper.o +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/stochastic_physics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I ../../stochastic_physics -I../ccpp/physics -I../ccpp/build/physics -I../atmos_cubed_sphere -c stochastic_physics_wrapper.F90 -o stochastic_physics_wrapper.o ar rv libstochastic_physics_wrapper.a stochastic_physics_wrapper.o ar: creating libstochastic_physics_wrapper.a a - stochastic_physics_wrapper.o -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 @@ -16946,24 +9273,24 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' -gmake esmf_make_fragment FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' +gmake esmf_make_fragment FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' -Installation into "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' +Installation into "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' -test -d /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -rm -fr /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/exec -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface" COMP_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="hera" ; \ +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' +test -d /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL +rm -fr /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/exec +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="hera" ; \ set -e ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface ; \ -./compile.sh --platform hera --fms-dir "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL" +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface ; \ +./compile.sh --platform hera --fms-dir "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL" Currently Loaded Modules: 1) sutils/default 14) esmf/8_1_0_beta_snapshot_27 @@ -16982,9 +9309,9 @@ Currently Loaded Modules: -Will use FMS from: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL +Will use FMS from: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL ++ pwd -+ BASEDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface ++ BASEDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface + MACHINE_ID=hera + COMPILE_OPTION=hera-intel.mk + DEBUG= @@ -16999,262 +9326,270 @@ MOM6 compile.sh ... DEBUG=, REPRO=1 + [[ 1 == 1 ]] + echo 'compile MOM6 library ...' compile MOM6 library ... -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface + mkdir -p build/intel/MOM6_LIB/repro + cd build/intel/MOM6_LIB/repro + [[ -f path_names ]] + rm -f path_names + echo 'generating file_paths ...' generating file_paths ... -+ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/mkmf/bin/list_paths /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ice_shelf/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/initialization/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ocean_data_assim/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ocean_data_assim/core/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 ++ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/mkmf/bin/list_paths /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 A list of the files you checked out is in the file path_names. + echo 'generating makefile ...' generating makefile ... -+ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/mkmf/bin/mkmf -t /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/mkmf/templates/hera-intel.mk -p lib_ocean.a -o -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL path_names ++ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/mkmf/bin/mkmf -t /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/mkmf/templates/hera-intel.mk -p lib_ocean.a -o -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL path_names +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). ........................................................................................................................................................................................................................................... Makefile is ready. + echo 'compiling MOM6 library...' compiling MOM6 library... + make NETCDF=4 REPRO=1 DEBUG= lib_ocean.a -make[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/build/intel/MOM6_LIB/repro' -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_error_handler.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_array_transform.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_cpu_clock.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_time_manager.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_string_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/polynomial_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/PLM_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_math.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_safe_alloc.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_diag_vkernels.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/PCM_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/coord_zlike.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/coord_sigma.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_diag_manager_wrapper.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_intrinsic_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_constants.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_coms.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_document.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/regrid_solvers.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/regrid_consts.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/MOM_TFreeze.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/regrid_edge_values.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_file_parser.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_background.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/PPM_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/PQM_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/P1M_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/P3M_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_domains.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_unit_scaling.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_params.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_verticalGrid.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/regrid_interp.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/MOM_remapping.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_hor_index.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_linear.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_checksums.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_grid.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_dyn_horgrid.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_random.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_io.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_spatial_means.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/baroclinic_zone_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_transcribe_grid.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ice_shelf/user_shelf_init.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/MOM_debugging.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_get_input.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_transform_FMS.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/initialization/MOM_grid_initialize.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/initialization/MOM_shared_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_write_cputime.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_restart.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/coord_hycom.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/coord_rho.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/coord_slight.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_tracer_Z_init.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_variables.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/coord_adapt.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_horizontal_regridding.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_interface_heights.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_checksum_packages.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_isopycnal_slopes.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/adjustment_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/Rossby_front_2d_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/soliton_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/MOM_regridding.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_diag_remap.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_diag_mediator.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_opacity.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_tracer_registry.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_sponge.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/MOM_wave_structure.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/user_change_diffusivity.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/MOM_wave_speed.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_PressureForce_Montgomery.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/MOM_PointAccel.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_open_boundary.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/lock_exchange_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/external_gwave_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_forcing_type.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/BFB_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/benchmark_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/Neverland_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/sloshing_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/seamount_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/Phillips_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/circle_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/MOM_diagnostics.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/RGC_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/ISOMIP_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/DOME2d_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/dumbbell_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/dense_water_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_tracer_diabatic.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/MOM_wave_interface.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/SCM_CVMix_tests.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_offline_aux.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ice_shelf/MOM_marine_ice.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/MOM_controlled_forcing.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/Idealized_Hurricane.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/tracer_example.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/DOME_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/ISOMIP_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/RGC_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/ideal_age_example.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/dye_example.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/oil_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/advection_test_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/dyed_obc_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/MOM_ALE.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/pseudo_salt_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/boundary_impulse_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/user_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_barotropic.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/tidal_bay_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/Kelvin_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/shelfwave_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/dyed_channel_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_continuity_PPM.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_CoriolisAdv.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/DOME_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/dyed_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/supercritical_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_tracer_advect.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/initialization/MOM_coord_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_boundary_update.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/initialization/MOM_fixed_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/initialization/MOM_state_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_generic_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_tracer_flow_control.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_continuity.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_PressureForce.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/dumbbell_surface_forcing.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/MOM_sum_output.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/user_revise_forcing.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/BFB_surface_forcing.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_dynamics_split_RK2.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_offline_main.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_neutral_diffusion.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_tracer_hor_diff.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_unit_tests.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 -ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_cpu_clock.o MOM_checksums.o gsw_mod_gibbs_ice_coefficients.o MOM_array_transform.o cvmix_math.o dumbbell_surface_forcing.o user_initialization.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o MOM_random.o ocean_da_types.o baroclinic_zone_initialization.o MOM_ice_shelf_dynamics.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_open_boundary.o MOM_set_viscosity.o MOM_tracer_hor_diff.o cvmix_shear.o MOM_full_convection.o MOM_regularize_layers.o MOM_string_functions.o mom_ocean_model_nuopc.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o gsw_chem_potential_water_t_exact.o MOM_transform_FMS.o PLM_functions.o MOM_EOS.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_state_initialization.o coord_rho.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_safe_alloc.o MOM_restart.o MOM_coord_initialization.o MOM_intrinsic_functions.o MOM_continuity.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o MOM_OCMIP2_CFC.o gsw_ct_freezing_exact.o MOM_time_manager.o MOM_diag_manager_wrapper.o MOM_obsolete_params.o regrid_interp.o MOM_checksum_packages.o dumbbell_initialization.o MOM_EOS_NEMO.o MOM_CVMix_conv.o MOM_dyn_horgrid.o gsw_mod_freezing_poly_coefficients.o gsw_pt0_from_t.o MOM_wave_structure.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o MOM_unit_scaling.o tidal_bay_initialization.o MOM_EOS_Wright.o PPM_functions.o gsw_gibbs.o supercritical_initialization.o user_change_diffusivity.o MOM_tracer_registry.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o coord_zlike.o gsw_gibbs_ice.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_MEKE_types.o MOM_error_handler.o MOM_CVMix_ddiff.o MOM_PointAccel.o gsw_pt_from_ct.o gsw_gibbs_pt0_pt0.o dyed_channel_initialization.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o gsw_t_freezing_exact.o regrid_consts.o MOM_diag_mediator.o MOM_thickness_diffuse.o gsw_rho_second_derivatives.o MOM_file_parser.o MOM_wave_speed.o ISOMIP_initialization.o MOM_unit_tests.o polynomial_functions.o MOM_offline_main.o ideal_age_example.o user_shelf_init.o DOME_initialization.o MOM_set_diffusivity.o gsw_rho_first_derivatives.o gsw_specvol_first_derivatives.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o MOM_neutral_diffusion.o BFB_surface_forcing.o coord_sigma.o write_ocean_obs.o advection_test_tracer.o dyed_obcs_initialization.o pseudo_salt_tracer.o MOM_EOS_UNESCO.o seamount_initialization.o MOM_dynamics_unsplit.o MOM_PressureForce.o MOM_verticalGrid.o MOM_diagnostics.o gsw_mod_specvol_coefficients.o gsw_mod_toolbox.o MOM_regridding.o MOM_boundary_update.o MOM_barotropic.o coord_adapt.o MOM_forcing_type.o soliton_initialization.o MOM_tracer_Z_init.o Kelvin_initialization.o MOM_controlled_forcing.o MOM_bulk_mixed_layer.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o gsw_sr_from_sp.o MOM_shared_initialization.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_generic_tracer.o MOM_lateral_boundary_diffusion.o MOM_bkgnd_mixing.o MOM_kappa_shear.o circle_obcs_initialization.o MOM_ALE_sponge.o gsw_entropy_part.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o MOM_ice_shelf_state.o P1M_functions.o gsw_mod_teos10_constants.o MOM_ALE.o MOM_PressureForce_analytic_FV.o boundary_impulse_tracer.o MOM_lateral_mixing_coeffs.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o Idealized_Hurricane.o MOM_diag_remap.o gsw_mod_kinds.o MOM_write_cputime.o MOM_domains.o Neverland_initialization.o MOM_sponge.o MOM_tidal_mixing.o oil_tracer.o MOM_continuity_PPM.o gsw_pt_from_t.o MOM.o dense_water_initialization.o MOM_entrain_diffusive.o MOM_EOS_linear.o Phillips_initialization.o MOM_internal_tide_input.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o MOM_marine_ice.o MOM_debugging.o kdtree.o gsw_rho.o MOM_document.o dyed_obc_tracer.o MOM_variables.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o adjustment_initialization.o MOM_constants.o MOM_tracer_flow_control.o MOM_coms.o shelfwave_initialization.o cvmix_background.o MOM_diabatic_driver.o gsw_ct_from_pt.o MOM_horizontal_regridding.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_remapping.o MOM_spatial_means.o benchmark_initialization.o lock_exchange_initialization.o dye_example.o MOM_io.o RGC_tracer.o MOM_ice_shelf.o mom_surface_forcing_nuopc.o cvmix_tidal.o cvmix_ddiff.o gsw_specvol_second_derivatives.o MOM_obsolete_diagnostics.o gsw_ct_freezing_poly.o MOM_sum_output.o MOM_PressureForce_Montgomery.o MOM_isopycnal_slopes.o gsw_t_deriv_chem_potential_water_t_exact.o +make[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_error_handler.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_array_transform.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_cpu_clock.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_time_manager.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_string_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/polynomial_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PLM_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_math.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_safe_alloc.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_vkernels.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PCM_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_zlike.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_sigma.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_manager_wrapper.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_intrinsic_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_constants.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_coms.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_document.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_solvers.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_consts.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_file_parser.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_TFreeze.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_edge_values.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_background.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_domains.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_unit_scaling.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PPM_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PQM_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P1M_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P3M_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_params.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_verticalGrid.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_remapping.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_interp.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_hor_index.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_linear.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_checksums.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_grid.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_dyn_horgrid.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_random.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_io.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_spatial_means.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/baroclinic_zone_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_transcribe_grid.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/user_shelf_init.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_debugging.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_get_input.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_transform_FMS.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_grid_initialize.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_shared_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_write_cputime.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_hycom.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_rho.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_slight.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_restart.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_Z_init.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_variables.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_adapt.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_horizontal_regridding.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_interface_heights.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_checksum_packages.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_isopycnal_slopes.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/adjustment_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/Rossby_front_2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/soliton_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_regridding.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_remap.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_mediator.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_opacity.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_registry.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_sponge.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_structure.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_change_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_speed.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_Montgomery.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_PointAccel.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_open_boundary.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/lock_exchange_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/external_gwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_forcing_type.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/benchmark_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/Neverland_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/sloshing_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/seamount_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/Phillips_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/circle_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/RGC_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/ISOMIP_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/dense_water_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_diabatic.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_wave_interface.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/SCM_CVMix_tests.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_aux.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_marine_ice.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_controlled_forcing.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/Idealized_Hurricane.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/tracer_example.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/DOME_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ISOMIP_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/RGC_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ideal_age_example.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dye_example.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/oil_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/advection_test_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dyed_obc_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_ALE.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/pseudo_salt_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/boundary_impulse_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_barotropic.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/tidal_bay_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/Kelvin_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/shelfwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_channel_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity_PPM.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_CoriolisAdv.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/supercritical_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_advect.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_coord_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_boundary_update.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_fixed_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_state_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_generic_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_flow_control.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_sum_output.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_revise_forcing.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_main.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_split_RK2.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_neutral_diffusion.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_hor_diff.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_unit_tests.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 +ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_checksums.o MOM_cpu_clock.o gsw_mod_gibbs_ice_coefficients.o MOM_array_transform.o cvmix_math.o dumbbell_surface_forcing.o user_initialization.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o MOM_random.o ocean_da_types.o baroclinic_zone_initialization.o MOM_ice_shelf_dynamics.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_open_boundary.o MOM_set_viscosity.o MOM_tracer_hor_diff.o cvmix_shear.o MOM_full_convection.o MOM_regularize_layers.o MOM_string_functions.o mom_ocean_model_nuopc.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o gsw_chem_potential_water_t_exact.o MOM_transform_FMS.o PLM_functions.o MOM_EOS.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_state_initialization.o coord_rho.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_safe_alloc.o MOM_restart.o MOM_coord_initialization.o MOM_intrinsic_functions.o MOM_continuity.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o MOM_OCMIP2_CFC.o gsw_ct_freezing_exact.o MOM_time_manager.o MOM_diag_manager_wrapper.o MOM_obsolete_params.o regrid_interp.o MOM_checksum_packages.o dumbbell_initialization.o MOM_EOS_NEMO.o MOM_CVMix_conv.o MOM_dyn_horgrid.o gsw_mod_freezing_poly_coefficients.o gsw_pt0_from_t.o MOM_wave_structure.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o MOM_unit_scaling.o tidal_bay_initialization.o MOM_EOS_Wright.o gsw_gibbs.o PPM_functions.o user_change_diffusivity.o supercritical_initialization.o MOM_tracer_registry.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o coord_zlike.o gsw_gibbs_ice.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_MEKE_types.o MOM_error_handler.o MOM_CVMix_ddiff.o MOM_PointAccel.o gsw_gibbs_pt0_pt0.o gsw_pt_from_ct.o dyed_channel_initialization.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o gsw_t_freezing_exact.o regrid_consts.o MOM_diag_mediator.o MOM_thickness_diffuse.o gsw_rho_second_derivatives.o MOM_file_parser.o MOM_wave_speed.o ISOMIP_initialization.o MOM_unit_tests.o polynomial_functions.o ideal_age_example.o MOM_offline_main.o user_shelf_init.o DOME_initialization.o MOM_set_diffusivity.o gsw_rho_first_derivatives.o gsw_specvol_first_derivatives.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o MOM_neutral_diffusion.o BFB_surface_forcing.o coord_sigma.o write_ocean_obs.o advection_test_tracer.o dyed_obcs_initialization.o pseudo_salt_tracer.o MOM_EOS_UNESCO.o seamount_initialization.o MOM_dynamics_unsplit.o MOM_PressureForce.o MOM_verticalGrid.o MOM_diagnostics.o gsw_mod_specvol_coefficients.o gsw_mod_toolbox.o MOM_regridding.o MOM_boundary_update.o MOM_barotropic.o coord_adapt.o MOM_forcing_type.o soliton_initialization.o MOM_tracer_Z_init.o Kelvin_initialization.o MOM_controlled_forcing.o MOM_bulk_mixed_layer.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o gsw_sr_from_sp.o MOM_shared_initialization.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_lateral_boundary_diffusion.o MOM_generic_tracer.o MOM_bkgnd_mixing.o MOM_kappa_shear.o circle_obcs_initialization.o MOM_ALE_sponge.o gsw_entropy_part.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o MOM_ice_shelf_state.o P1M_functions.o gsw_mod_teos10_constants.o MOM_ALE.o MOM_PressureForce_analytic_FV.o boundary_impulse_tracer.o MOM_lateral_mixing_coeffs.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o Idealized_Hurricane.o MOM_diag_remap.o gsw_mod_kinds.o MOM_domains.o MOM_write_cputime.o Neverland_initialization.o MOM_sponge.o MOM_tidal_mixing.o oil_tracer.o MOM_continuity_PPM.o MOM.o gsw_pt_from_t.o dense_water_initialization.o MOM_entrain_diffusive.o MOM_EOS_linear.o Phillips_initialization.o MOM_internal_tide_input.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o MOM_marine_ice.o MOM_debugging.o kdtree.o gsw_rho.o MOM_document.o dyed_obc_tracer.o MOM_variables.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o adjustment_initialization.o MOM_constants.o MOM_tracer_flow_control.o MOM_coms.o shelfwave_initialization.o cvmix_background.o MOM_diabatic_driver.o gsw_ct_from_pt.o MOM_horizontal_regridding.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_remapping.o MOM_spatial_means.o benchmark_initialization.o lock_exchange_initialization.o dye_example.o MOM_io.o RGC_tracer.o MOM_ice_shelf.o mom_surface_forcing_nuopc.o cvmix_tidal.o cvmix_ddiff.o gsw_specvol_second_derivatives.o MOM_obsolete_diagnostics.o gsw_ct_freezing_poly.o MOM_sum_output.o MOM_PressureForce_Montgomery.o MOM_isopycnal_slopes.o gsw_t_deriv_chem_potential_water_t_exact.o ar: creating lib_ocean.a a - cvmix_utils.o a - coord_hycom.o -a - MOM_cpu_clock.o a - MOM_checksums.o +a - MOM_cpu_clock.o a - gsw_mod_gibbs_ice_coefficients.o a - MOM_array_transform.o a - cvmix_math.o @@ -17328,10 +9663,10 @@ a - MOM_get_input.o a - MOM_unit_scaling.o a - tidal_bay_initialization.o a - MOM_EOS_Wright.o -a - PPM_functions.o a - gsw_gibbs.o -a - supercritical_initialization.o +a - PPM_functions.o a - user_change_diffusivity.o +a - supercritical_initialization.o a - MOM_tracer_registry.o a - MOM_offline_aux.o a - MOM_EOS_TEOS10.o @@ -17346,8 +9681,8 @@ a - MOM_MEKE_types.o a - MOM_error_handler.o a - MOM_CVMix_ddiff.o a - MOM_PointAccel.o -a - gsw_pt_from_ct.o a - gsw_gibbs_pt0_pt0.o +a - gsw_pt_from_ct.o a - dyed_channel_initialization.o a - MOM_fixed_initialization.o a - gsw_t_freezing_poly.o @@ -17362,8 +9697,8 @@ a - MOM_wave_speed.o a - ISOMIP_initialization.o a - MOM_unit_tests.o a - polynomial_functions.o -a - MOM_offline_main.o a - ideal_age_example.o +a - MOM_offline_main.o a - user_shelf_init.o a - DOME_initialization.o a - MOM_set_diffusivity.o @@ -17406,8 +9741,8 @@ a - MOM_shared_initialization.o a - DOME2d_initialization.o a - MOM_tracer_diabatic.o a - MOM_vert_friction.o -a - MOM_generic_tracer.o a - MOM_lateral_boundary_diffusion.o +a - MOM_generic_tracer.o a - MOM_bkgnd_mixing.o a - MOM_kappa_shear.o a - circle_obcs_initialization.o @@ -17428,15 +9763,15 @@ a - cvmix_convection.o a - Idealized_Hurricane.o a - MOM_diag_remap.o a - gsw_mod_kinds.o -a - MOM_write_cputime.o a - MOM_domains.o +a - MOM_write_cputime.o a - Neverland_initialization.o a - MOM_sponge.o a - MOM_tidal_mixing.o a - oil_tracer.o a - MOM_continuity_PPM.o -a - gsw_pt_from_t.o a - MOM.o +a - gsw_pt_from_t.o a - dense_water_initialization.o a - MOM_entrain_diffusive.o a - MOM_EOS_linear.o @@ -17484,25 +9819,25 @@ a - MOM_sum_output.o a - MOM_PressureForce_Montgomery.o a - MOM_isopycnal_slopes.o a - gsw_t_deriv_chem_potential_water_t_exact.o -make[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/build/intel/MOM6_LIB/repro' +make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' + echo 'compiling MOM6 library successful' compiling MOM6 library successful + echo 'compiling MOM6 library done' compiling MOM6 library done -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface + mkdir -p exec/hera/ -+ ln -s /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/build/intel/MOM6_LIB/repro exec/hera/lib_ocean ++ ln -s /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro exec/hera/lib_ocean + [[ 0 == 1 ]] + echo ================================================== ================================================== + [[ 0 == 1 ]] + echo 'Next recommended step is to rejoice out of happiness from a successful compile.' Next recommended step is to rejoice out of happiness from a successful compile. -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface ; \ - exec gmake -f makefile.nuopc COMP_SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface" COMP_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="hera" \ - "FMSDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL" \ - "NEMSMOMDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/exec/hera" \ - "INSTALLDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL" install +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface ; \ + exec gmake -f makefile.nuopc COMP_SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="hera" \ + "FMSDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL" \ + "NEMSMOMDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/exec/hera" \ + "INSTALLDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" install Currently Loaded Modules: 1) sutils/default 14) esmf/8_1_0_beta_snapshot_27 @@ -17521,11 +9856,11 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface' -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/exec/hera/lib_ocean -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/time_utils.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/exec/hera/lib_ocean -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_methods.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/exec/hera/lib_ocean -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_time.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/exec/hera/lib_ocean -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap.F90 +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface' +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/exec/hera/lib_ocean -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/time_utils.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/exec/hera/lib_ocean -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_methods.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/exec/hera/lib_ocean -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_time.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/exec/hera/lib_ocean -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap.F90 ar rv libmom.a mom_cap.o time_utils.o mom_cap_methods.o mom_cap_time.o ar: creating libmom.a a - mom_cap.o @@ -17533,17 +9868,17 @@ a - time_utils.o a - mom_cap_methods.o a - mom_cap_time.o rm -f mom6.mk.install -mkdir -p /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -cp -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/exec/hera/lib_ocean/lib_ocean.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -cp -f libmom.a mom_cap_mod.mod /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -cp -f mom6.mk.install /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface' -test -d "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL" -test -s "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk" -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +mkdir -p /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/exec/hera/lib_ocean/lib_ocean.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f libmom.a mom_cap_mod.mod /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f mom6.mk.install /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface' +test -d "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" +test -s "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE COMP_BINDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL MACHINE_ID="hera" SYSTEM_USERDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL" SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE" EXEDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="hera" SYSTEM_USERDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.libcice Currently Loaded Modules: @@ -17565,14 +9900,14 @@ Currently Loaded Modules: CICE6 ./comp_ice.backend.libcice: ARCH = hera_intel CICE6 ./comp_ice.backend.libcice: DEBUG = false -CICE6 ./comp_ice.backend.libcice: EXEDIR = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.libcice: OBJDIR = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.libcice: MAKEFILE = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.libcice: MACROSFILE = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/machines/Macros.hera_intel -CICE6 ./comp_ice.backend.libcice: DEPFILE = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/makdep.c +CICE6 ./comp_ice.backend.libcice: EXEDIR = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.libcice: OBJDIR = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.libcice: MAKEFILE = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.libcice: MACROSFILE = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.hera_intel +CICE6 ./comp_ice.backend.libcice: DEPFILE = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/makdep.c CICE6 ./comp_ice.backend.libcice: ESMFMKFILE = /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -rm: cannot remove ‘/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk’: No such file or directory -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm: cannot remove '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk': No such file or directory +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' Building dependency for icepack_zsalinity.d Building dependency for icepack_zbgc_shared.d Building dependency for icepack_zbgc.d @@ -17665,107 +10000,107 @@ Building dependency for cice_wrapper_mod.d Building dependency for CICE_RunMod.d Building dependency for CICE_InitMod.d Building dependency for CICE_FinalMod.d -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_kinds.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_warnings.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_parameters.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_tracers.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_mushy_physics.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_therm_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_itd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_fsd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_mechred.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_wavefracspec.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_orbital.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_shortwave.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_brine.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_aerosol.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_algae.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_zsalinity.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_atmo.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_ocean.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_therm_bl99.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_therm_0layer.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_therm_mushy.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_isotope.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_age.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_firstyear.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_flux.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_cesm.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_lvl.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_topo.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_therm_vertical.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_therm_itd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_intfc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_kinds_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_fileunits.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_exit.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_communicate.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_restart_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_constants.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_broadcast.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_domain_size.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_blocks.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_spacecurve.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_distribution.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_gather_scatter.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_reprosum.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_global_reductions.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_boundary.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_domain.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_timers.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_FinalMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_arrays_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/general/ice_state.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_calendar.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_read_write.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_scam.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_grid.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp_1d.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_restart.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_eap.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_mechred.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_pond.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_drag.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_fsd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_history_write.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_restart_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_remap.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_driver.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restoring.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/general/ice_init.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_init_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restart_driver.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_InitMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/cice_wrapper_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/general/ice_step_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_RunMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_shr_methods.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_import_export.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 -mpiicc -c -O2 -fp-model precise -xHost -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_shr_reprosum86.c -ar -r /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o -ar -r /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o -ar: creating /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -test -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/esmf ; \ -export COMP_SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model" COMP_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_kinds.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_warnings.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_parameters.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_tracers.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mushy_physics.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_itd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_fsd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mechred.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_wavefracspec.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_orbital.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_shortwave.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_brine.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_aerosol.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_algae.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zsalinity.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_atmo.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_ocean.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_bl99.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_0layer.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_mushy.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_isotope.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_age.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_firstyear.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_flux.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_cesm.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_lvl.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_topo.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_vertical.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_itd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_intfc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_kinds_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_fileunits.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_exit.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_communicate.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_constants.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_broadcast.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_domain_size.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_blocks.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_spacecurve.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_distribution.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_gather_scatter.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_reprosum.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_global_reductions.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_boundary.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_domain.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_timers.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_FinalMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_arrays_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_state.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_calendar.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_read_write.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_scam.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_grid.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp_1d.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_restart.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_eap.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_mechred.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_pond.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_drag.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_fsd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_history_write.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_remap.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_driver.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restoring.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_init.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_init_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restart_driver.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_InitMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/cice_wrapper_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_step_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_RunMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_shr_methods.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_import_export.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 +mpiicc -c -O2 -fp-model precise -xHost -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_shr_reprosum86.c +ar -r /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o +ar -r /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o +ar: creating /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +test -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/esmf ; \ +export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model" COMP_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ exec gmake -j 1 WW3_COMP="hera" ww3_nemslibonly Currently Loaded Modules: @@ -17785,26 +10120,26 @@ Currently Loaded Modules: -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/esmf -+ export COMP_SRCDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model COMP_BINDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/WW3_INSTALL WW3_COMP=hera -+ COMP_SRCDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model -+ COMP_BINDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/WW3_INSTALL ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/esmf ++ export COMP_SRCDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model COMP_BINDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/WW3_INSTALL WW3_COMP=hera ++ COMP_SRCDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model ++ COMP_BINDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/WW3_INSTALL + WW3_COMP=hera + exec gmake -j 1 WW3_COMP=hera ww3_nemslibonly -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/esmf' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/esmf' ***************************** *** WAVEWATCH III setup *** ***************************** -[INFO] local env file wwatch3.env found in /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/bin/wwatch3.env - Setup file /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/bin/wwatch3.env found +[INFO] local env file wwatch3.env found in /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/bin/wwatch3.env + Setup file /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/bin/wwatch3.env found Printer (listings) : auxiliary FORTRAN compiler : gfortran auxiliary C compiler : gcc - Source directory : /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model - Scratch directory : /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/tmp + Source directory : /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model + Scratch directory : /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/tmp Save source code : yes Save listings : yes @@ -17812,30 +10147,30 @@ gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/mode Compile auxiliary programs -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/aux' -gfortran -o /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/bin/w3adc w3adc.f -gfortran -o /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/bin/w3list w3list.f -gfortran -o /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/bin/w3prnt w3prnt.f -gfortran -o /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/bin/w3split w3split.f -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/aux' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/aux' +gfortran -o /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/bin/w3adc w3adc.f +gfortran -o /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/bin/w3list w3list.f +gfortran -o /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/bin/w3prnt w3prnt.f +gfortran -o /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/bin/w3split w3split.f +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/aux' Setup comp & link files - sed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/bin/comp.tmpl => /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/bin/comp - sed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/bin/link.tmpl => /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/bin/link + sed /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/bin/comp.tmpl => /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/bin/comp + sed /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/bin/link.tmpl => /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/bin/link Create required model subdirectories Finished setting up WAVEWATCH III -/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/bin/w3_make ww3_multi_esmf +/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/bin/w3_make ww3_multi_esmf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model -Scratch directory : /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/tmp +Main directory : /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model +Scratch directory : /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -17847,56 +10182,61 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/bin/switch +switch = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/bin/switch new directive controlled threading Checking all subroutines for modules (this may take a while) ... Processing ww3_multi_esmf --------------------- -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/ftn' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/ftn' ad3 : processing constants ad3 : processing scrip_kindsmod [no w3adc] ad3 : processing w3uqckmd +ad3 : processing w3servmd 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 w3gsrumd -ad3 : processing w3arrymd ad3 : processing w3cspcmd +ad3 : processing w3arrymd ad3 : processing wmunitmd +ad3 : processing scrip_netcdfmod [no w3adc] +ad3 : processing scrip_grids [no w3adc] ad3 : processing scrip_remap_vars [no w3adc] +ad3 : processing w3gdatmd ad3 : processing scrip_remap_conservative [no w3adc] -ad3 : processing scrip_remap_write [no w3adc] ad3 : processing scrip_remap_read [no w3adc] -ad3 : processing scrip_interface -ad3 : processing w3gdatmd +ad3 : processing scrip_remap_write [no w3adc] +ad3 : processing w3sbt1md ad3 : processing w3odatmd -ad3 : processing wmscrpmd ad3 : processing w3idatmd -ad3 : processing w3sbt1md +ad3 : processing scrip_interface ad3 : processing w3dispmd -ad3 : processing w3timemd ad3 : processing wmmdatmd +ad3 : processing w3timemd ad3 : processing w3adatmd -ad3 : processing w3src4md -ad3 : processing w3fldsmd ad3 : processing w3fld1md ad3 : processing w3sdb1md ad3 : processing w3flx1md ad3 : processing w3partmd ad3 : processing w3nmlmultimd +ad3 : processing wmscrpmd +ad3 : processing w3src4md ad3 : processing wmfinlmd +ad3 : processing w3fldsmd ad3 : processing w3fld2md -ad3 : processing w3triamd ad3 : processing w3snl1md +ad3 : processing w3triamd ad3 : processing w3parall ad3 : processing w3wdatmd ad3 : processing w3iogrmd +ad3 : processing wmgridmd ad3 : processing w3iogomd +ad3 : processing w3updtmd +ad3 : processing w3iopomd +ad3 : processing w3iorsmd +ad3 : processing w3iobcmd ad3 : processing wmupdtmd ad3 : processing w3iosfmd ad3 : processing w3iotrmd @@ -17904,11 +10244,6 @@ 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 @@ -17979,22 +10314,22 @@ a - wmscrpmd.o a - scrip_netcdfmod.o a - scrip_remap_write.o a - scrip_remap_read.o -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/ftn' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/esmf' -mkdir -p /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/WW3_INSTALL -cp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/nuopc.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/WW3_INSTALL/. -test -d "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/WW3_INSTALL" -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS" COMP_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/esmf' +mkdir -p /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/WW3_INSTALL +cp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/nuopc.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/WW3_INSTALL/. +test -d "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/WW3_INSTALL" +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS" COMP_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ - . /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS ; \ - exec gmake COMP_SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS" COMP_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" \ - "INSTALLDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL" install + . /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS ; \ + exec gmake COMP_SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS" COMP_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" \ + "INSTALLDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL" install Currently Loaded Modules: 1) sutils/default 14) esmf/8_1_0_beta_snapshot_27 @@ -18031,10 +10366,10 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS' cd nems/util ;\ exec gmake -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/nems/util' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/nems/util' mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I. shr_kind_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I. perf_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I. shr_log_mod.F90 @@ -18071,17 +10406,16 @@ a - shr_mpi_mod.o a - shr_pio_mod.o a - shr_sys_mod.o a - glc_elevclass_mod.o -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/nems/util' +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/nems/util' cd mediator ;\ exec gmake INTERNAL_PIO_INIT=1 -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/mediator' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/mediator' mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_kind_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_utils_mod.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_constants_mod.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_methods_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util esmFlds.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_internalstate_mod.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util esmFldsExchange_hafs_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_constants_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_methods_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_map_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_merge_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_wav_mod.F90 @@ -18090,42 +10424,43 @@ mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -m mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_time_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_profile_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_ocn_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_rof_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_aofluxes_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_fraction_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_lnd_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_io_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_history_mod.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_lnd_mod.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_restart_mod.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_glc_mod.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_rof_mod.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_aofluxes_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_ocnalb_mod.F90 med_phases_ocnalb_mod.F90(586): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [RC] subroutine med_phases_ocnalb_orbital_update(clock, logunit, mastertask, eccen, obliqr, lambm0, mvelpp, rc) ----------------------------------------------------------------------------------------------------------^ +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_restart_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_atm_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util esmFldsExchange_nems_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util esmFldsExchange_hafs_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_glc_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med.F90 -ar rv libcmeps.a esmFldsExchange_hafs_mod.o med_phases_prep_wav_mod.o med_phases_prep_ice_mod.o esmFldsExchange_cesm_mod.o med_phases_profile_mod.o med_utils_mod.o med_methods_mod.o med_constants_mod.o med_phases_prep_ocn_mod.o med_fraction_mod.o med_phases_history_mod.o esmFlds.o med_io_mod.o med_phases_prep_lnd_mod.o med_kind_mod.o med_phases_restart_mod.o med_time_mod.o med_phases_prep_glc_mod.o med.o med_internalstate_mod.o med_phases_prep_atm_mod.o esmFldsExchange_nems_mod.o med_phases_aofluxes_mod.o med_phases_ocnalb_mod.o med_phases_prep_rof_mod.o med_merge_mod.o med_map_mod.o +ar rv libcmeps.a med_phases_prep_wav_mod.o med_phases_prep_ice_mod.o esmFldsExchange_cesm_mod.o esmFlds.o med_phases_profile_mod.o med_utils_mod.o med_methods_mod.o med_phases_prep_ocn_mod.o med.o med_fraction_mod.o med_phases_history_mod.o med_constants_mod.o esmFldsExchange_hafs_mod.o med_io_mod.o med_phases_prep_lnd_mod.o med_kind_mod.o med_phases_restart_mod.o med_time_mod.o med_phases_prep_glc_mod.o med_internalstate_mod.o med_phases_prep_atm_mod.o esmFldsExchange_nems_mod.o med_phases_aofluxes_mod.o med_phases_ocnalb_mod.o med_phases_prep_rof_mod.o med_merge_mod.o med_map_mod.o ar: creating libcmeps.a -a - esmFldsExchange_hafs_mod.o a - med_phases_prep_wav_mod.o a - med_phases_prep_ice_mod.o a - esmFldsExchange_cesm_mod.o +a - esmFlds.o a - med_phases_profile_mod.o a - med_utils_mod.o a - med_methods_mod.o -a - med_constants_mod.o a - med_phases_prep_ocn_mod.o +a - med.o a - med_fraction_mod.o a - med_phases_history_mod.o -a - esmFlds.o +a - med_constants_mod.o +a - esmFldsExchange_hafs_mod.o a - med_io_mod.o a - med_phases_prep_lnd_mod.o a - med_kind_mod.o a - med_phases_restart_mod.o a - med_time_mod.o a - med_phases_prep_glc_mod.o -a - med.o a - med_internalstate_mod.o a - med_phases_prep_atm_mod.o a - esmFldsExchange_nems_mod.o @@ -18134,34 +10469,34 @@ a - med_phases_ocnalb_mod.o a - med_phases_prep_rof_mod.o a - med_merge_mod.o a - med_map_mod.o -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/mediator' +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/mediator' rm -f cmeps.mk.install -mkdir -p /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL -mkdir -p /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -cp -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/nems/util/libcmeps_util.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL -cp -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/mediator/libcmeps.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL -cp -f mediator/*.mod /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -cp -f nems/util/*.mod /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -cp -f cmeps.mk.install /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS' -test -d "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL" -test -s "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk" +mkdir -p /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL +mkdir -p /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include +cp -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/nems/util/libcmeps_util.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL +cp -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/mediator/libcmeps.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL +cp -f mediator/*.mod /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include +cp -f nems/util/*.mod /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include +cp -f cmeps.mk.install /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS' +test -d "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL" +test -s "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ccpp_mk="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk" ; echo fms_mk="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk" ; echo cice6_mk="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk" ; echo ww3_mk="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/WW3_INSTALL/nuopc.mk" ; echo cmeps_mk="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk" ; ) > "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC" -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ccpp_mk="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk" ; echo fms_mk="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" ; echo cice6_mk="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk" ; echo ww3_mk="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk" ; echo cmeps_mk="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" ; ) > "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC" +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/WW3_INSTALL/nuopc.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk ; do \ +for m in /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/WW3_INSTALL/nuopc.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src ; \ +echo build NEMS after /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src ; \ gmake nems \ COMPONENTS="CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS" \ - CCPP_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL FV3_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL MOM6_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL CICE6_DIR= WW3_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/WW3_INSTALL CMEPS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL TARGET="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/exe/NEMS.x" ; \ -test -x /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/exe/NEMS.x + CCPP_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL FV3_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL MOM6_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL CICE6_DIR= WW3_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/WW3_INSTALL CMEPS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL TARGET="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/exe/NEMS.x" ; \ +test -x /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/exe/NEMS.x Currently Loaded Modules: 1) sutils/default 14) esmf/8_1_0_beta_snapshot_27 @@ -18180,15 +10515,15 @@ Currently Loaded Modules: -build NEMS after /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/WW3_INSTALL/nuopc.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk +build NEMS after /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk Components in linker order: CMEPS WW3 CICE6 MOM6 FV3 FMS CCPP -CMEPS: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk -WW3: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/WW3_INSTALL/nuopc.mk -CICE6: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk -MOM6: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk -FV3: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk -FMS: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk -CCPP: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk +CMEPS: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +WW3: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk +CICE6: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +MOM6: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +FV3: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk +CCPP: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION="8_1_0_beta_snapshot_27" @@ -18198,186 +10533,186 @@ CPPFLAGS += ESMF_VERSION_STRING="8.1.0 beta snapshot" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Fri Oct 9 03:03:17 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=283' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/mod_HYB -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 05:49:35 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Fri Oct 9 03:03:17 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=283' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/mod_HYB -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_MEDIATOR_methods.tmp.f90 +'module_NEMS_UTILS.tmp.o' -> 'module_NEMS_UTILS.o' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 05:49:35 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Fri Oct 9 03:03:17 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=283' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/mod_HYB -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 +'module_MEDIATOR_methods.tmp.o' -> 'module_MEDIATOR_methods.o' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 05:49:35 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Fri Oct 9 03:03:17 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=283' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/mod_HYB -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_MEDIATOR_SpaceWeather.tmp.f90 +'module_MEDIATOR.tmp.o' -> 'module_MEDIATOR.o' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 05:49:35 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Fri Oct 9 03:03:17 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=283' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/mod_HYB -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_EARTH_INTERNAL_STATE.tmp.f90 +'module_MEDIATOR_SpaceWeather.tmp.o' -> 'module_MEDIATOR_SpaceWeather.o' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 05:49:35 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Fri Oct 9 03:03:17 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=283' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/mod_HYB -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_EARTH_GRID_COMP.tmp.f90 +'module_EARTH_INTERNAL_STATE.tmp.o' -> 'module_EARTH_INTERNAL_STATE.o' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 05:49:35 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Fri Oct 9 03:03:17 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=283' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/mod_HYB -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_NEMS_INTERNAL_STATE.tmp.f90 +'module_EARTH_GRID_COMP.tmp.o' -> 'module_EARTH_GRID_COMP.o' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 05:49:35 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Fri Oct 9 03:03:17 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=283' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/mod_HYB -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_NEMS_GRID_COMP.tmp.f90 +'module_NEMS_INTERNAL_STATE.tmp.o' -> 'module_NEMS_INTERNAL_STATE.o' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 05:49:35 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Fri Oct 9 03:03:17 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=283' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/mod_HYB -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_NEMS_Rusage.tmp.f90 +'module_NEMS_GRID_COMP.tmp.o' -> 'module_NEMS_GRID_COMP.o' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 05:49:35 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Fri Oct 9 03:03:17 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=283' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/mod_HYB -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 05:49:35 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nceppost/dceca26/lib/libnceppost.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nemsio/2.5.2/lib/libnemsio.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/g2/3.4.1/lib/libg2_4.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/g2tmpl/1.9.1/lib/libg2tmpl.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/bacio/2.4.1/lib/libbacio_4.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/sp/2.3.3/lib/libsp_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/w3emc/2.7.3/lib/libw3emc_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/w3nco/2.4.1/lib/libw3nco_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/crtm/2.3.0/lib/libcrtm.a -lpng -ljasper -lz -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/hdf5/1.10.6/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/zlib/1.2.11/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib -Wl,-rpath,/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -qopenmp -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf extlibs is /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nceppost/dceca26/lib/libnceppost.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nemsio/2.5.2/lib/libnemsio.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/g2/3.4.1/lib/libg2_4.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/g2tmpl/1.9.1/lib/libg2tmpl.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/bacio/2.4.1/lib/libbacio_4.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/sp/2.3.3/lib/libsp_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/w3emc/2.7.3/lib/libw3emc_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/w3nco/2.4.1/lib/libw3nco_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/crtm/2.3.0/lib/libcrtm.a -lpng -ljasper -lz -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/hdf5/1.10.6/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/zlib/1.2.11/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib -Wl,-rpath,/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -qopenmp -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -mpiifort -o /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/libcmeps.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/libcmeps_util.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/lib/libpiof.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/lib/libpioc.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/obj_HYB/libww3_multi_esmf.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/libcice6.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/libmom.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/lib_ocean.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libfv3cap.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libccppdriver.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libfv3core.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libfv3io.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libipd.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libgfsphys.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libstochastic_physics_wrapper.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/libfms.a -L/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nceppost/dceca26/lib/libnceppost.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nemsio/2.5.2/lib/libnemsio.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/g2/3.4.1/lib/libg2_4.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/g2tmpl/1.9.1/lib/libg2tmpl.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/bacio/2.4.1/lib/libbacio_4.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/sp/2.3.3/lib/libsp_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/w3emc/2.7.3/lib/libw3emc_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/w3nco/2.4.1/lib/libw3nco_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/crtm/2.3.0/lib/libcrtm.a -lpng -ljasper -lz -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/hdf5/1.10.6/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/zlib/1.2.11/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib -Wl,-rpath,/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -qopenmp -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src' -set -xe ; cp "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/exe/NEMS.x" "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/tests/fcst_2.exe" -+ cp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/exe/NEMS.x /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/tests/fcst_2.exe +mpiifort -o /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/libcmeps.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/libcmeps_util.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/lib/libpiof.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/lib/libpioc.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/obj_HYB/libww3_multi_esmf.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/libcice6.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/libmom.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/lib_ocean.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cap.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libccppdriver.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libfv3core.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libfv3io.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libipd.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libgfsphys.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics_wrapper.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/libfms.a -L/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nceppost/dceca26/lib/libnceppost.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nemsio/2.5.2/lib/libnemsio.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/g2/3.4.1/lib/libg2_4.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/g2tmpl/1.9.1/lib/libg2tmpl.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/bacio/2.4.1/lib/libbacio_4.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/sp/2.3.3/lib/libsp_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/w3emc/2.7.3/lib/libw3emc_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/w3nco/2.4.1/lib/libw3nco_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/crtm/2.3.0/lib/libcrtm.a -lpng -ljasper -lz -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/hdf5/1.10.6/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/zlib/1.2.11/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib -Wl,-rpath,/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -qopenmp -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf +/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src' +set -xe ; cp "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/exe/NEMS.x" "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/tests/fcst_2.exe" ++ cp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/tests/fcst_2.exe Will copy modules.nems and NEMS.x as fcst_2 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS' > "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS' > "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" ; \ -rm -rf "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build" -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -+ rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build -cat /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs/makefile.temp.clean -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs ; \ - exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs' +cd "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" ; \ +rm -rf "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build" ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp ++ rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build +cat /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs ; \ + exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs' -cat /dev/null > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/conf/configure.fv3 -cat /dev/null > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/conf/modules.fv3 -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs' +cat /dev/null > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/conf/configure.fv3 +cat /dev/null > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/conf/modules.fv3 +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/stochastic_physics' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/stochastic_physics' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/stochastic_physics' (cd stochastic_physics && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include] -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/stochastic_physics' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/stochastic_physics' Cleaning io ... rm -f -f libstochastic_physics_wrapper.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/stochastic_physics' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include] -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' -rm -rf nems_dir FV3_INSTALL /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/conf/configure.fv3 \ - /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/conf/modules.fv3 +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' +rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/conf/configure.fv3 \ + /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/conf/modules.fv3 set -e ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -cp -n /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/modulefiles/hera.intel/fv3 /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems ; \ - . /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +cp -n /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/modulefiles/hera.intel/fv3 /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE COMP_BINDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL MACHINE_ID="hera" SYSTEM_USERDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL" SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE" EXEDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="hera" SYSTEM_USERDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.clean Currently Loaded Modules: @@ -18398,16 +10733,16 @@ Currently Loaded Modules: CICE6 ./comp_ice.backend.clean: ARCH = hera_intel -CICE6 ./comp_ice.backend.clean: EXEDIR = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.clean: OBJDIR = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.clean: MAKEFILE = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.clean: MACROSFILE = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/machines/Macros.hera_intel +CICE6 ./comp_ice.backend.clean: EXEDIR = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.clean: OBJDIR = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.clean: MAKEFILE = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.clean: MACROSFILE = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.hera_intel CICE6 ./comp_ice.backend.clean: ESMFMKFILE = /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -f *.o *.d *.mod /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/esmf ; \ -export COMP_SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model" COMP_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -f *.o *.d *.mod /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/esmf ; \ +export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model" COMP_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ export ESMFMKFILE=/dev/null ; \ exec gmake distclean @@ -18428,39 +10763,39 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/esmf' -\rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/exe/ww3_multi_esmf *.o *.mod -/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/bin/w3_clean -c +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/esmf' +\rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/exe/ww3_multi_esmf *.o *.mod +/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/bin/w3_clean -c ***************************** *** WAVEWATCH III clean *** ***************************** - Clean up /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/tmp - Clean up /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/bin - Clean up /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/ftn - Clean up /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/aux - Remove /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/mod - Remove /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/mod_HYB - Remove /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/obj - Remove /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/obj_HYB - Remove /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/tmp - Clean up /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/bin - Remove /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/exe - Clean up /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/../regtests -\rm -fr /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/tmp -\rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/bin/wwatch3.env -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model/esmf' -cd "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/model" ; \ + Clean up /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/tmp + Clean up /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/bin + Clean up /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/ftn + Clean up /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/aux + Remove /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/mod + Remove /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/mod_HYB + Remove /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/obj + Remove /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/obj_HYB + Remove /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/tmp + Clean up /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/bin + Remove /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/exe + Clean up /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/../regtests +\rm -fr /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/tmp +\rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/bin/wwatch3.env +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/model/esmf' +cd "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -cp -n /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/modulefiles/hera.intel/fv3 /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems ; \ - . /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS" COMP_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +cp -n /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/modulefiles/hera.intel/fv3 /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS" COMP_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS ; \ exec gmake clean Currently Loaded Modules: @@ -18480,40 +10815,40 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS' cd mediator; \ exec gmake clean -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/mediator' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/mediator' rm -f -f libcmeps.a *.i90 *.o *.mod -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/mediator' +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/mediator' cd nems/util; \ exec gmake clean -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/nems/util' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/nems/util' rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod rm -f -f med_constants_mod.* -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/nems/util' -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS' -if ! test -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/nems/util' +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS' +if ! test -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS" \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: CMEPS WW3 CICE6 MOM6 FV3 FMS CCPP -CMEPS: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk -WW3: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/WW3/WW3_INSTALL/nuopc.mk -CICE6: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src' -GNUmakefile:70: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing -MOM6: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk -FV3: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk +CMEPS: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +WW3: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk +CICE6: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src' +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing +MOM6: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +FV3: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION="8_1_0_beta_snapshot_27" @@ -18525,15 +10860,15 @@ CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src' -Elapsed time 1453 seconds. Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y finished +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src' +Elapsed time 1521 seconds. Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y finished + SECONDS=0 + [[ 4 -lt 2 ]] -+ readonly PATHTR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -+ PATHTR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 ++ readonly PATHTR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 ++ PATHTR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 + readonly BUILD_TARGET=hera.intel + BUILD_TARGET=hera.intel + readonly 'MAKE_OPT=CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y' @@ -18545,7 +10880,7 @@ Elapsed time 1453 seconds. Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_ + readonly clean_after=YES + clean_after=YES + hostname -hfe06 +hfe12 + echo 'Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y into fcst_3.exe on hera.intel' Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y into fcst_3.exe on hera.intel + gnu_make=gmake @@ -18555,7 +10890,7 @@ Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupl + [[ hera.intel == stampede.* ]] + MAKE_THREADS=1 + [[ 1 -gt 1 ]] -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../NEMS ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y == *\C\C\P\P\=\Y* ]] + COMPONENTS=FMS,FV3,CCPP @@ -18564,72 +10899,72 @@ Compiling suites FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p ./compile.sh: line 85: MAKE_OPT: readonly variable Will copy modules.nems and NEMS.x as fcst_3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS DEBUG=Y Adding FV3 makeopts to FMS makeopts -/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" ; \ -rm -rf "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build" -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -+ rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build +cd "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" ; \ +rm -rf "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build" ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp ++ rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build set -xue ; \ -export PATH_CCPP="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008 ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ +export PATH_CCPP="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ cd $PATH_CCPP ; \ -rm -rf "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib" ; \ -rm -rf "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include" ; \ -rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk -+ export PATH_CCPP=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -+ PATH_CCPP=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008 -+ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean +rm -rf "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib" ; \ +rm -rf "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include" ; \ +rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk ++ export PATH_CCPP=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp ++ PATH_CCPP=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model ++ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean INFO: Logging level set to DEBUG INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Performing clean .... -DEBUG: Executing "rm -vf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_TYPEDEFS.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_TYPEDEFS.sh /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_SCHEMES.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_SCHEMES.cmake /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_SCHEMES.sh /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_CAPS.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_CAPS.cmake /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_CAPS.sh /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_*_cap.F90 /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_static_api.F90 /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_STATIC_API.sh" -DEBUG: Execution of "rm -vf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_TYPEDEFS.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_TYPEDEFS.sh /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_SCHEMES.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_SCHEMES.cmake /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_SCHEMES.sh /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_CAPS.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_CAPS.cmake /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_CAPS.sh /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_*_cap.F90 /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_static_api.F90 /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_STATIC_API.sh" returned with exit code 0 - stdout: "removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_TYPEDEFS.mk -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_TYPEDEFS.sh -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_SCHEMES.mk -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_SCHEMES.cmake -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_SCHEMES.sh -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_CAPS.mk -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_CAPS.cmake -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_CAPS.sh -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_static_api.F90 -removed /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_STATIC_API.sh" +DEBUG: Executing "rm -vf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_*_cap.F90 /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_static_api.F90 /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_STATIC_API.sh" +DEBUG: Execution of "rm -vf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_*_cap.F90 /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_static_api.F90 /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_STATIC_API.sh" returned with exit code 0 + stdout: "removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_static_api.F90' +removed '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_STATIC_API.sh'" stderr: "" INFO: CCPP prebuild clean completed successfully, exiting. -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -+ rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib -+ rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -+ rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk -cat /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs/makefile.temp.clean -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs ; \ - exec gmake CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs' ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp ++ rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib ++ rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include ++ rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk +cat /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs ; \ + exec gmake CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -18640,112 +10975,112 @@ 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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs' -rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/conf/configure.fv3 -cat /dev/null > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/conf/modules.fv3 -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs' +rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/conf/configure.fv3 +cat /dev/null > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/conf/modules.fv3 +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/stochastic_physics' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/stochastic_physics' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/stochastic_physics' (cd stochastic_physics && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include] -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/stochastic_physics' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/stochastic_physics' Cleaning io ... rm -f -f libstochastic_physics_wrapper.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/stochastic_physics' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include] -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' -rm -rf nems_dir FV3_INSTALL /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/conf/configure.fv3 \ - /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/conf/modules.fv3 -rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' +rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/conf/configure.fv3 \ + /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/conf/modules.fv3 +rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk set -e ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/src/MOM6/config_src/nems_cap/mom5.mk.install -rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk -set -xe ; cp "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems" "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/tests/modules.fcst_3" -+ cp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/tests/modules.fcst_3 -cp -n /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/modulefiles/hera.intel/fv3_debug /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems ; \ - . /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/src/MOM6/config_src/nems_cap/mom5.mk.install +rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +set -xe ; cp "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems" "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/tests/modules.fcst_3" ++ cp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/tests/modules.fcst_3 +cp -n /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/modulefiles/hera.intel/fv3_debug /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE COMP_BINDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL MACHINE_ID="hera" SYSTEM_USERDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL" SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE" EXEDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" DEBUG=Y ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="hera" SYSTEM_USERDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" DEBUG=Y ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.clean Currently Loaded Modules: @@ -18766,19 +11101,19 @@ Currently Loaded Modules: CICE6 ./comp_ice.backend.clean: ARCH = hera_intel -CICE6 ./comp_ice.backend.clean: EXEDIR = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.clean: OBJDIR = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.clean: MAKEFILE = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.clean: MACROSFILE = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/machines/Macros.hera_intel +CICE6 ./comp_ice.backend.clean: EXEDIR = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.clean: OBJDIR = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.clean: MAKEFILE = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.clean: MACROSFILE = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.hera_intel CICE6 ./comp_ice.backend.clean: ESMFMKFILE = /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -f *.o *.d *.mod /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk -cp -n /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/modulefiles/hera.intel/fv3_debug /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems ; \ - . /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS" COMP_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -f *.o *.d *.mod /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +cp -n /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/modulefiles/hera.intel/fv3_debug /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS" COMP_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS ; \ exec gmake clean Currently Loaded Modules: @@ -18798,44 +11133,44 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS' cd mediator; \ exec gmake clean -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/mediator' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/mediator' rm -f -f libcmeps.a *.i90 *.o *.mod -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/mediator' +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/mediator' cd nems/util; \ exec gmake clean -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/nems/util' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/nems/util' rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod rm -f -f med_constants_mod.* -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/nems/util' -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS' -rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL -rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk -if ! test -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/nems/util' +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS' +rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL +rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +if ! test -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 CMEPS" \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 CMEPS" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: CMEPS CICE6 MOM6 FV3 FMS CCPP -CMEPS: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src' -GNUmakefile:70: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk: component CMEPS makefile fragment is missing -CICE6: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk -GNUmakefile:70: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing -MOM6: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk -GNUmakefile:70: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing -FV3: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk -GNUmakefile:70: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing +CMEPS: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src' +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk: component CMEPS makefile fragment is missing +CICE6: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing +MOM6: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing +FV3: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION="8_1_0_beta_snapshot_27" @@ -18847,56 +11182,56 @@ CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src' -rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/exe/NEMS.x /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/externals.nems /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ESMFVersionDefine.h /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems.sh /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems.csh /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/test-results.mk -rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/components.mk -rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src' +rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/externals.nems /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems.sh /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems.csh /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/test-results.mk +rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/components.mk +rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/test_results.mk Will copy modules.nems and NEMS.x as fcst_3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS DEBUG=Y Adding FV3 makeopts to FMS makeopts -/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. -cp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/modulefiles/hera.intel/fv3_debug /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems -set -xe ; cp "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems" "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/tests/modules.fcst_3" -+ cp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/tests/modules.fcst_3 -cp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/conf/configure.fv3.hera.intel /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems -cat /dev/null > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/externals.nems -cp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems.csh" -/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/incmake/configure_rules.mk:3: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS' +/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +cp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/modulefiles/hera.intel/fv3_debug /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems +set -xe ; cp "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems" "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/tests/modules.fcst_3" ++ cp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/tests/modules.fcst_3 +cp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/conf/configure.fv3.hera.intel /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems +cat /dev/null > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/externals.nems +cp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h +( echo '. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems.csh" +/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/incmake/configure_rules.mk:3: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=12000000 ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=12000000 ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 ; \ -) > "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS' -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +) > "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS' +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -xue ; \ -export PATH_CCPP="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008 ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ +export PATH_CCPP="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ cd $PATH_CCPP ; \ -./build_ccpp.sh hera.intel "$PATH_CCPP" /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk \ - "CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp"" NO NO ; \ -test -d "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp"/include ; \ -test -d "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp"/lib +./build_ccpp.sh hera.intel "$PATH_CCPP" /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk \ + "CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp"" NO NO ; \ +test -d "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp"/include ; \ +test -d "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp"/lib Currently Loaded Modules: 1) sutils/default 14) esmf/8_1_0_beta_snapshot_27-debug @@ -18915,16 +11250,16 @@ Currently Loaded Modules: -+ export PATH_CCPP=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -+ PATH_CCPP=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008 -+ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ++ export PATH_CCPP=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp ++ PATH_CCPP=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 ++ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled INFO: Logging level set to DEBUG INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_coupled.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15p2_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_2017_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_v15p2_coupled.xml ... INFO: Parsing metadata tables for variables provided by host model ... DEBUG: Parsing file machine.F with registry OrderedDict([('machine', {})]) DEBUG: Module name: machine @@ -18950,20 +11285,20 @@ DEBUG: Module name: CCPP_typedefs DEBUG: Module variables: CCPP_interstitial_type DEBUG: Variables in derived type CCPP_interstitial_type: kappa_dry_for_fast_physics, cappa_moist_gas_constant_at_Lagrangian_surface, tendency_of_air_temperature_at_Lagrangian_surface, flag_for_inline_cloud_fraction_calculation, flag_for_fast_microphysics_energy_conservation, top_layer_index_for_fast_physics, flag_for_the_last_step_of_k_split_remapping, time_step_for_remapping_for_fast_physics, flag_for_tendency_of_air_temperature_at_Lagrangian_surface, atmosphere_energy_content_in_column, atmosphere_energy_content_at_Lagrangian_surface, ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind, flag_for_saturation_adjustment_for_microphysics_in_dynamics, starting_x_direction_index, ending_x_direction_index, starting_x_direction_index_domain, ending_x_direction_index_domain, starting_y_direction_index, ending_y_direction_index, starting_y_direction_index_domain, ending_y_direction_index_domain, pressure_thickness_at_Lagrangian_surface, thickness_at_Lagrangian_surface, cell_area_for_fast_physics, number_of_ghost_zones, vertical_dimension_for_fast_physics, vertical_dimension_for_fast_physics_plus_one, vertical_dimension_for_thickness_at_Lagrangian_surface, vertical_dimension_for_condensed_water_at_Lagrangian_surface, vertical_dimension_for_cappa_at_Lagrangian_surface, log_pressure_at_Lagrangian_surface, surface_geopotential_at_Lagrangian_surface, finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa, virtual_temperature_at_Lagrangian_surface, gas_tracers_for_multi_gas_physics_at_Lagrangian_surface, water_vapor_specific_humidity_at_Lagrangian_surface, cloud_liquid_water_specific_humidity_at_Lagrangian_surface, cloud_ice_specific_humidity_at_Lagrangian_surface, cloud_rain_specific_humidity_at_Lagrangian_surface, cloud_snow_specific_humidity_at_Lagrangian_surface, cloud_graupel_specific_humidity_at_Lagrangian_surface, cloud_fraction_at_Lagrangian_surface, cloud_condensed_water_specific_humidity_at_Lagrangian_surface, omp_threads_for_fast_physics, flag_for_hydrostatic_solver_for_fast_physics, number_of_water_species, number_of_gases_for_multi_gases_physics, gas_constants_for_multi_gases_physics, specific_heat_capacities_for_multi_gases_physics, mpi_rank_for_fast_physics, mpi_root_for_fast_physics INFO: Parsed variable definition tables in module CCPP_typedefs -DEBUG: Parsing file GFS_typedefs.F90 with registry OrderedDict([('GFS_typedefs', {'GFS_diag_type': [1256, 1510], 'GFS_control_type': [485, 1069], 'GFS_interstitial_type': [1520, 1927], 'GFS_tbd_type': [1122, 1194], 'GFS_sfcprop_type': [200, 363], 'GFS_coupling_type': [371, 476], 'GFS_statein_type': [152, 176], 'GFS_cldprop_type': [1202, 1210], 'GFS_data_type': [1939, 1949], 'GFS_radtend_type': [1218, 1248], 'GFS_grid_type': [1077, 1114], 'GFS_stateout_type': [184, 192], 'GFS_init_type': [101, 144]})]) +DEBUG: Parsing file GFS_typedefs.F90 with registry OrderedDict([('GFS_typedefs', {'GFS_diag_type': [1262, 1516], 'GFS_control_type': [485, 1075], 'GFS_interstitial_type': [1526, 1933], 'GFS_tbd_type': [1128, 1200], 'GFS_sfcprop_type': [200, 363], 'GFS_coupling_type': [371, 476], 'GFS_statein_type': [152, 176], 'GFS_cldprop_type': [1208, 1216], 'GFS_data_type': [1945, 1955], 'GFS_radtend_type': [1224, 1254], 'GFS_grid_type': [1083, 1120], 'GFS_stateout_type': [184, 192], 'GFS_init_type': [101, 144]})]) DEBUG: Module name: GFS_typedefs -DEBUG: Module variables: GFS_cldprop_type, GFS_control_type, GFS_coupling_type, GFS_data_type, GFS_diag_type, GFS_grid_type, GFS_interstitial_type, GFS_radtend_type, GFS_sfcprop_type, GFS_statein_type, GFS_stateout_type, GFS_tbd_type, extra_top_layer, netcdf_float_fillvalue, specific_heat_of_liquid_water_at_constant_pressure, specific_heat_of_dry_air_at_constant_pressure, specific_heat_of_water_vapor_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, minimum_value_of_specific_humidity, minimum_value_of_saturation_mixing_ratio, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gravitational_acceleration, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, pi, gas_constant_dry_air, gas_constant_water_vapor, temperature_at_zero_celsius, triple_point_temperature_of_water, minimum_sea_ice_concentration, air_temperature_lapse_rate_constant, joules_per_calorie_constant, sea_water_reference_density, stefan_boltzmann_constant, freezing_point_temperature_of_seawater, standard_atmospheric_pressure, liquid_water_density, specific_heat_of_ice_at_constant_pressure -DEBUG: Variables in derived type GFS_diag_type: sw_fluxes_top_atmosphere, lw_fluxes_top_atmosphere, surface_runoff, cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep, cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep, cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep, cumulative_transpiration_flux_multiplied_by_timestep, cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep, cumulative_surface_snow_area_fraction_multiplied_by_timestep, soil_moisture_content, minimum_temperature_at_2m, maximum_temperature_at_2m, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep, integrated_x_momentum_flux_from_large_scale_gwd, integrated_y_momentum_flux_from_large_scale_gwd, integrated_x_momentum_flux_from_blocking_drag, integrated_y_momentum_flux_from_blocking_drag, integrated_x_momentum_flux_from_small_scale_gwd, integrated_y_momentum_flux_from_small_scale_gwd, integrated_x_momentum_flux_from_form_drag, integrated_y_momentum_flux_from_form_drag, x_momentum_tendency_from_large_scale_gwd, y_momentum_tendency_from_large_scale_gwd, x_momentum_tendency_from_blocking_drag, y_momentum_tendency_from_blocking_drag, x_momentum_tendency_from_small_scale_gwd, y_momentum_tendency_from_small_scale_gwd, x_momentum_tendency_from_form_drag, y_momentum_tendency_from_form_drag, accumulated_lwe_thickness_of_precipitation_amount, accumulated_lwe_thickness_of_ice_amount, accumulated_lwe_thickness_of_snow_amount, accumulated_lwe_thickness_of_graupel_amount, accumulated_lwe_thickness_of_precipitation_amount_in_bucket, accumulated_lwe_thickness_of_ice_amount_in_bucket, accumulated_lwe_thickness_of_snow_amount_in_bucket, accumulated_lwe_thickness_of_graupel_amount_in_bucket, accumulated_change_of_air_temperature_due_to_FA_scheme, cumulative_surface_ground_heat_flux_multiplied_by_timestep, cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep, cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep, duration_of_sunshine, total_runoff, cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep, cumulative_cloud_work_function, time_integral_of_x_stress_due_to_gravity_wave_drag, time_integral_of_y_stress_due_to_gravity_wave_drag, cumulative_surface_pressure_multiplied_by_timestep, cumulative_lwe_thickness_of_convective_precipitation_amount, cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket, minimum_specific_humidity_at_2m, maximum_specific_humidity_at_2m, maximum_x_wind_at_10m, maximum_y_wind_at_10m, maximum_wind_at_10m, maximum_u_wind_at_10m_over_maximum_hourly_time_interval, maximum_v_wind_at_10m_over_maximum_hourly_time_interval, maximum_wind_at_10m_over_maximum_hourly_time_interval, lwe_thickness_of_precipitation_amount_on_dynamics_timestep, lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep, lwe_thickness_of_ice_amount_on_dynamics_timestep, lwe_thickness_of_snow_amount_on_dynamics_timestep, lwe_thickness_of_graupel_amount_on_dynamics_timestep, x_wind_at_10m, y_wind_at_10m, dewpoint_temperature_at_2m, height_above_ground_at_lowest_model_layer, surface_air_pressure_diag, column_precipitable_water, air_temperature_at_lowest_model_layer_for_diag, water_vapor_specific_humidity_at_lowest_model_layer_for_diag, x_wind_at_lowest_model_layer_for_diag, y_wind_at_lowest_model_layer_for_diag, surface_drag_mass_flux_for_heat_and_moisture_in_air, surface_drag_wind_speed_for_momentum_in_air, surface_downwelling_longwave_flux, surface_upwelling_longwave_flux, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, surface_upwelling_shortwave_flux, instantaneous_surface_x_momentum_flux_for_diag, instantaneous_surface_y_momentum_flux_for_diag, instantaneous_surface_upward_sensible_heat_flux_for_diag, instantaneous_surface_upward_latent_heat_flux_for_diag, instantaneous_surface_ground_heat_flux, instantaneous_surface_potential_evaporation, volume_fraction_of_condensed_water_in_soil_at_wilting_point, threshold_volume_fraction_of_condensed_water_in_soil, ratio_of_snowfall_to_rainfall, normalized_soil_wetness, dominant_rain_type, dominant_freezing_rain_type, dominant_sleet_type, dominant_snow_type, weights_for_stochastic_skeb_perturbation_of_x_wind_flipped, weights_for_stochastic_skeb_perturbation_of_y_wind_flipped, weights_for_stochastic_sppt_perturbation_flipped, weights_for_stochastic_shum_perturbation_flipped, level_of_dividing_streamline, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_x_wind_due_to_deep_convection, cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_x_wind_due_to_rayleigh_damping, cumulative_change_in_x_wind_due_to_shallow_convection, cumulative_change_in_x_wind_due_to_physics, cumulative_change_in_x_wind_due_to_non_physics_processes, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_deep_convection, cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_y_wind_due_to_rayleigh_damping, cumulative_change_in_y_wind_due_to_shallow_convection, cumulative_change_in_y_wind_due_to_physics, cumulative_change_in_y_wind_due_to_non_physics_processes, cumulative_change_in_temperature_due_to_longwave_radiation, cumulative_change_in_temperature_due_to_shortwave_radiation, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_temperature_due_to_deep_convection, cumulative_change_in_temperature_due_to_shallow_convection, cumulative_change_in_temperature_due_to_microphysics, cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag, cumulative_change_in_temperature_due_to_rayleigh_damping, cumulative_change_in_temperature_due_to_convective_gravity_wave_drag, cumulative_change_in_temperature_due_to_physics, cumulative_change_in_temperature_due_to_non_physics_processes, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection, cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection, cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate, cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio, cumulative_change_in_ozone_concentration_due_to_temperature, cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column, cumulative_change_in_water_vapor_specific_humidity_due_to_physics, cumulative_change_in_ozone_concentration_due_to_physics, cumulative_change_in_water_vapor_specific_humidity_due_to_non_physics_processes, cumulative_change_in_ozone_concentration_due_to_non_physics_processes, maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval, maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval, maximum_temperature_at_2m_over_maximum_hourly_time_interval, minimum_temperature_at_2m_over_maximum_hourly_time_interval, maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval, minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval, cumulative_atmosphere_updraft_convective_mass_flux, cumulative_atmosphere_downdraft_convective_mass_flux, cumulative_atmosphere_detrainment_convective_mass_flux, radar_reflectivity_10cm, instantaneous_3d_cloud_fraction, number_of_dust_bins_for_diagnostics, number_of_seasalt_bins_for_diagnostics, number_of_chemical_tracers_for_diagnostics, instantaneous_dust_emission_flux, instantaneous_seasalt_emission_flux, instantaneous_sedimentation, instantaneous_dry_deposition, instantaneous_large_scale_wet_deposition, instantaneous_convective_scale_wet_deposition, instantaneous_anthopogenic_and_biomass_burning_emissions, instantaneous_aerosol_column_mass_densities, emdf_updraft_area, emdf_updraft_vertical_velocity, emdf_updraft_total_water, emdf_updraft_theta_l, emdf_updraft_entrainment_rate, emdf_updraft_cloud_water, theta_subsidence_tendency, water_vapor_subsidence_tendency, theta_detrainment_tendency, water_vapor_detrainment_tendency, number_of_plumes, maximum_mass_flux, k_level_of_highest_reaching_plume, k_level_of_highest_plume, atmosphere_heat_diffusivity_for_mynnpbl, atmosphere_momentum_diffusivity_for_mynnpbl, time_integral_of_height_of_mountain_blocking, time_integral_of_height_of_low_level_wave_breaking, time_integral_of_height_of_launch_level_of_orographic_gravity_wave, time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag, time_integral_of_momentum_flux_due_to_mountain_blocking_drag, time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag, time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave, time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag, time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag, time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag, time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave, time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave, auxiliary_2d_arrays, auxiliary_3d_arrays -DEBUG: Variables in derived type GFS_control_type: mpi_rank, mpi_root, mpi_comm, mpi_size, omp_threads, iounit_namelist, namelist_filename, number_of_lines_of_namelist_filename_for_internal_file_reads, namelist_filename_for_internal_file_reads, iounit_log, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_for_generic_gravity_wave_drag_tendency, flag_for_generic_planetary_boundary_layer_tendency, flag_for_generic_deep_convection_tendency, flag_for_generic_shallow_convection_tendency, flag_diagnostics, number_of_2d_auxiliary_arrays, number_of_3d_auxiliary_arrays, vertical_dimension, a_parameter_of_the_hybrid_coordinate, b_parameter_of_the_hybrid_coordinate, vertical_dimension_plus_one, vertical_dimension_minus_one, number_of_equatorial_longitude_points, number_of_latitude_points, ccpp_block_count, ccpp_block_sizes, horizontal_loop_extent, horizontal_dimension, number_of_tile, flag_for_flux_coupling, flag_for_wave_coupling, flag_for_wave_coupling_to_atm, flag_for_chemistry_coupling, flag_idealized_physics, number_of_timesteps_between_surface_cycling_calls, time_step_for_physics, time_step_for_dynamics, date_and_time_at_model_initialization, date_and_time_at_model_initialization_reordered, number_of_timesteps_between_shortwave_radiation_calls, number_of_timesteps_between_longwave_radiation_calls, frequency_for_shortwave_radiation, frequency_for_longwave_radiation, number_of_timesteps_for_radiation_calls_on_physics_timestep, number_of_vertical_layers_for_radiation_calculations, number_of_vertical_layers_for_radiation_calculations_plus_one, flag_for_aerosol_input_MG_radiation, number_of_aerosol_tracers_MG, array_dimension_of_random_number, flag_for_vertical_index_direction_control, flag_for_solar_constant, flag_for_using_prescribed_global_mean_co2_value, flag_for_using_climatology_albedo, flag_for_surface_emissivity_control, flag_for_default_aerosol_effect_in_shortwave_radiation, flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation, flag_for_cloud_overlap_method_for_radiation, flag_for_cloud_overlap_method_for_shortwave_radiation, flag_for_cloud_overlap_method_for_longwave_radiation, flag_for_initial_time_date_control, flag_for_sw_clouds_without_sub_grid_approximation, flag_for_lw_clouds_without_sub_grid_approximation, flag_for_CRICK_proof_cloud_water, flag_for_cloud_condensate_normalized_by_cloud_cover, flag_for_precipitation_effect_on_radiation, flag_for_output_of_longwave_heating_rate, flag_for_output_of_shortwave_heating_rate, active_gases_used_by_RRTMGP, number_of_active_gases_used_by_RRTMGP, directory_for_rte_rrtmgp_source_code, rrtmgp_kdistribution_lw, rrtmgp_coeff_lw_cloud_optics, number_of_lw_bands_rrtmgp, number_of_lw_spectral_points_rrtmgp, rrtmgp_kdistribution_sw, rrtmgp_coeff_sw_cloud_optics, number_of_sw_bands_rrtmgp, number_of_sw_spectral_points_rrtmgp, flag_to_calc_lw_cld_optics_using_RRTMG, flag_to_calc_lw_cld_optics_using_RRTMGP_PADE, flag_to_calc_lw_cld_optics_using_RRTMGP_LUT, flag_to_calc_RRTMGP_LW_jacobian, number_of_rrtmgp_ice_roughness, number_of_angles_used_in_gaussian_quadrature, flag_for_rrtmgp_radiation_scheme, scheme_flag, number_of_hydrometeors, flag_for_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_zhao_carr_microphysics_scheme, flag_for_zhao_carr_pdf_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, coefficient_from_cloud_ice_to_snow, coefficient_from_cloud_water_to_rain, coefficient_from_cloud_ice_to_snow_ras, coefficient_from_cloud_water_to_rain_ras, coefficient_for_evaporation_of_rainfall, cloud_condensed_water_conversion_threshold, cloud_condensed_water_ice_conversion_threshold_ras, condensate_fraction_detrained_in_updraft_layers, time_interval_for_maximum_hourly_fields, number_of_frozen_precipitation_species, flag_for_pdf_for_morrison_gettelman_microphysics_scheme, mg_autoconversion_size_threshold_ice_snow, mg_cloud_water_variance, mg_time_scale_for_autoconversion_of_ice, mg_minimum_rh_for_ice, mg_drop_concentration_constant, mg_ice_concentration_constant, mg_graupel_concentration_constant, mg_bergeron_efficiency_factor, mg_tuning_factor_for_alphas, mg_minimum_cloud_condensed_water_and_ice_mixing_ratio, mg_minimum_cloud_condensed_water_mixing_ratio, mg_minimum_ice_mixing_ratio, mg_type_of_precip_fraction_method, frozen_cloud_threshold_temperature, cloud_phase_transition_threshold_temperature, cloud_phase_transition_denominator, flag_for_cloud_effective_radii, mg_flag_for_uniform_subcolumns, mg_flag_for_cloud_ice_processes, mg_flag_for_heterogeneous_freezing, mg_flag_drop_concentration_constant, mg_flag_ice_concentration_constant, mg_flag_graupel_concentration_constant, mg_allow_supersat_after_sed, mg_flag_for_sb2001_autoconversion, mg_flag_for_graupel, mg_flag_for_hail, mg_flag_for_gmao_ice_formulation, mg_flag_for_liu_liquid_treatment, shoc_tke_dissipatation_pressure_threshold, shoc_tke_dissipation_tunable_parameter, shoc_tke_dissipation_tunable_parameter_near_surface, shoc_implicit_TKE_integration_uncentering_term, shoc_flag_for_optional_surface_TKE_dissipation, number_of_cloud_condensate_types, flag_for_aerosol_physics, flag_for_radar_reflectivity, limit_for_temperature_tendency_for_microphysics, flag_for_land_surface_scheme, flag_for_noah_land_surface_scheme, flag_for_noahmp_land_surface_scheme, flag_for_ruc_land_surface_scheme, ice_vertical_dimension, soil_vertical_dimension, soil_vertical_dimension_for_land_surface_model, snow_vertical_dimension_for_land_surface_model, lower_bound_of_snow_vertical_dimension_for_land_surface_model, flag_for_reading_leaf_area_index_from_input, vegetation_type_dataset_choice, soil_type_dataset_choice, flag_for_individual_cloud_species_advected, minimum_large_ice_fraction, flag_for_dynamic_vegetation_option, flag_for_canopy_stomatal_resistance_option, flag_for_soil_moisture_factor_stomatal_resistance_option, flag_for_runoff_and_groundwater_option, flag_for_surface_layer_drag_coefficient_option, flag_for_supercooled_liquid_water_option, flag_for_frozen_soil_permeability_option, flag_for_radiation_transfer_option, flag_for_ground_snow_surface_albedo_option, flag_for_precipitation_partition_option, flag_for_lower_boundary_soil_temperature_option, flag_for_soil_and_snow_temperature_time_stepping_option, flag_for_lake_surface_scheme, flag_for_ras_deep_convection, fa_threshold_relative_humidity_for_onset_of_condensation, flag_flip, flag_for_convective_transport_of_tracers, flag_for_old_PBL_scheme, flag_for_moorthi_stratus, flag_for_Chikira_Sugiyama_deep_convection, flag_for_scale_aware_TKE_moist_EDMF_PBL, flag_for_scale_aware_Shinhong_PBL, flag_for_ysu, flag_for_precipitation_type_algorithm, flag_for_Arakawa_Wu_adjustment, flag_arakawa_wu_downdraft, flag_flux_form_CS, flag_for_shoc, flag_for_shoc_after_convection, flag_for_ozone_physics, flag_for_2015_ozone_physics, flag_shallow_convective_cloud, flag_for_reduced_drag_coefficient_over_sea, flag_for_hedmf, flag_TKE_dissipation_heating, flag_for_canopy_heat_storage, flag_for_shallow_convection, flag_for_mass_flux_shallow_convection_scheme, flag_for_sas_shallow_convection_scheme, flag_for_samf_shallow_convection_scheme, flag_for_gf_shallow_convection_scheme, flag_for_ntiedtke_shallow_convection_scheme, flag_for_mass_flux_deep_convection_scheme, flag_for_sas_deep_convection_scheme, flag_for_samf_deep_convection_scheme, flag_for_gf_deep_convection_scheme, flag_for_ntiedtke_deep_convection_scheme, flag_for_hwrf_samfdeepcnv_scheme, flag_for_hwrf_samfshalcnv_scheme, choice_of_scale_aware_TKE_moist_EDMF_PBL, choice_of_original_scale_aware_TKE_moist_EDMF_PBL, choice_of_updated_scale_aware_TKE_moist_EDMF_PBL, number_of_statistical_measures_of_subgrid_orography, number_of_spectral_wave_trancation_for_sas, updraft_velocity_tunable_parameter_1_CS, updraft_velocity_tunable_parameter_2_CS, detrainment_and_precipitation_tunable_parameter_3_CS, detrainment_and_precipitation_tunable_parameter_4_CS, entrainment_efficiency_tunable_parameter_9_CS, multiplication_factors_for_convective_gravity_wave_drag, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, multiplication_factor_for_critical_cloud_workfunction, ice_supersaturation_threshold, critical_cloud_top_entrainment_instability_criteria, critical_relative_humidity_at_surface, critical_relative_humidity_at_PBL_top, critical_relative_humidity_at_top_of_atmosphere, pressure_cutoff_for_rayleigh_damping, time_scale_for_rayleigh_damping, entrainment_rate_coefficient_deep_convection, rain_conversion_parameter_deep_convection, detrainment_conversion_parameter_deep_convection, downdraft_fraction_reaching_surface_over_land_deep_convection, downdraft_fraction_reaching_surface_over_ocean_deep_convection, rain_evaporation_coefficient_deep_convection, rain_evaporation_coefficient_over_land_deep_convection, momentum_transport_reduction_factor_pgf_deep_convection, aerosol_aware_parameter_deep_convection, entrainment_rate_coefficient_shallow_convection, rain_conversion_parameter_shallow_convection, detrainment_conversion_parameter_shallow_convection, momentum_transport_reduction_factor_pgf_shallow_convection, aerosol_aware_parameter_shallow_convection, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, flag_for_nsstm_run, vertical_temperature_average_range_lower_bound, vertical_temperature_average_range_upper_bound, flag_for_fractional_grid, lake_ice_minimum, sea_ice_minimum, density_of_fresh_water, flag_for_surface_roughness_option_over_ocean, atmosphere_heat_diffusivity_background_maximum, atmosphere_diffusivity_coefficient_factor, tke_dissipative_heating_factor, updraft_fraction_in_boundary_layer_mass_flux_scheme, downdraft_fraction_in_boundary_layer_mass_flux_scheme, surface_roughness_fraction_factor, latent_heat_flux_fraction_factor_relative_to_sensible_heat_flux, number_of_independent_cellular_automata, cellular_automata_lifetime, cellular_automata_finer_grid, cellular_automata_seed_probability, cellular_automata_seed_frequency, flag_for_cellular_automata, flag_for_sgs_cellular_automata, flag_for_global_cellular_automata, flag_for_global_cellular_automata_closure, flag_for_global_cellular_automata_entr, flag_for_global_cellular_automata_trigger, flag_for_gaussian_spatial_filter, seed_for_random_number_generation_in_cellular_automata_scheme, number_of_iterations_to_spin_up_cellular_automata, threshold_for_perturbed_vertical_velocity, flag_for_stochastic_physics_perturbations, flag_for_mountain_blocking, flag_for_stochastic_shum_option, flag_for_stochastic_skeb_option, index_for_stochastic_land_surface_perturbation_type, number_of_land_surface_variables_perturbed, magnitude_of_perturbations_for_landperts, variables_to_be_perturbed_for_landperts, number_of_tracers, number_of_tracers_plus_one, index_for_water_vapor, index_for_ozone, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, index_for_cloud_amount, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, index_for_rain_number_concentration, index_for_snow_number_concentration, index_for_graupel_number_concentration, index_for_turbulent_kinetic_energy, index_for_mass_weighted_rime_factor, index_for_water_friendly_aerosols, index_for_ice_friendly_aerosols, number_of_chemical_tracers, index_for_first_chemical_tracer, diagnostics_control_for_chemical_tracers, coefficients_for_aerosol_scavenging, number_of_fields_in_phyf2d, number_of_fields_in_phyf3d, index_for_cloud_fraction_in_3d_arrays_for_microphysics, array_dimension_of_2d_arrays_for_microphysics, array_dimension_of_3d_arrays_for_microphysics, index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d, index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d, index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d, number_of_convective_3d_cloud_fields, number_of_3d_arrays_associated_with_pdf_based_clouds, number_of_cloud_types_CS, index_for_convective_cloud_water_mixing_ratio_in_phy_f3d, index_for_convective_cloud_cover_in_phy_f3d, index_for_cloud_liquid_water_effective_radius, index_for_ice_effective_radius, index_for_rain_effective_radius, index_for_snow_effective_radius, index_for_graupel_effective_radius, flag_debug, index_for_diagnostic_printout, flag_print, flag_to_calc_sw, flag_to_calc_lw, forecast_hour_of_the_day, solar_constant, equation_of_time, sine_of_solar_declination_angle, cosine_of_solar_declination_angle, convective_cloud_switch, forecast_time_at_previous_timestep, forecast_time, time_since_diagnostics_zeroed, index_of_time_step, flag_for_first_time_step, flag_for_restart, flag_for_hydrostatic_solver, forecast_date_and_time, forecast_month, number_of_days_in_year, julian_day, flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics, seconds_elapsed_since_model_initialization, vertical_sigma_coordinate_for_radiation_initialization, inverse_scaling_factor_for_critical_relative_humidity, maximum_scaling_factor_for_critical_relative_humidity, minimum_scaling_factor_for_critical_relative_humidity, maximum_critical_relative_humidity, gwd_opt, do_mynnedmf, do_mynnsfclay, do_myjsfc, do_myjpbl, grav_settling, tke_budget, tke_advect, cloudpdf, mixing_length_flag, edmf_flag, edmf_momentum_transport_flag, edmf_tke_transport_flag, edmf_partition_flag, cloud_specie_mix_flag, mix_total_water_flag, mynn_output_flag, couple_sgs_clouds_to_radiation_flag, do_ugwp, turb_oro_form_drag_flag, flag_for_gravity_wave_drag, flag_for_convective_gravity_wave_drag, diag_ugwp_flag, flag_for_uni_cld, flag_for_lmfshal +DEBUG: Module variables: GFS_cldprop_type, GFS_control_type, GFS_coupling_type, GFS_data_type, GFS_diag_type, GFS_grid_type, GFS_interstitial_type, GFS_radtend_type, GFS_sfcprop_type, GFS_statein_type, GFS_stateout_type, GFS_tbd_type, extra_top_layer, netcdf_float_fillvalue, specific_heat_of_liquid_water_at_constant_pressure, specific_heat_of_dry_air_at_constant_pressure, specific_heat_of_water_vapor_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, minimum_value_of_specific_humidity, minimum_value_of_saturation_mixing_ratio, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_gas_constant_dry_air_to_specific_heat_of_dry_air_at_constant_pressure, ratio_of_gas_constant_dry_air_to_gravitational_acceleration, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gravitational_acceleration, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, pi, gas_constant_dry_air, gas_constant_water_vapor, temperature_at_zero_celsius, triple_point_temperature_of_water, minimum_sea_ice_concentration, air_temperature_lapse_rate_constant, joules_per_calorie_constant, sea_water_reference_density, stefan_boltzmann_constant, freezing_point_temperature_of_seawater, standard_atmospheric_pressure, liquid_water_density, specific_heat_of_ice_at_constant_pressure +DEBUG: Variables in derived type GFS_diag_type: cumulative_radiation_diagnostic, sw_fluxes_top_atmosphere, lw_fluxes_top_atmosphere, surface_runoff, cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep, cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep, cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep, cumulative_transpiration_flux_multiplied_by_timestep, cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep, cumulative_surface_snow_area_fraction_multiplied_by_timestep, soil_moisture_content, minimum_temperature_at_2m, maximum_temperature_at_2m, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep, integrated_x_momentum_flux_from_large_scale_gwd, integrated_y_momentum_flux_from_large_scale_gwd, integrated_x_momentum_flux_from_blocking_drag, integrated_y_momentum_flux_from_blocking_drag, integrated_x_momentum_flux_from_small_scale_gwd, integrated_y_momentum_flux_from_small_scale_gwd, integrated_x_momentum_flux_from_form_drag, integrated_y_momentum_flux_from_form_drag, x_momentum_tendency_from_large_scale_gwd, y_momentum_tendency_from_large_scale_gwd, x_momentum_tendency_from_blocking_drag, y_momentum_tendency_from_blocking_drag, x_momentum_tendency_from_small_scale_gwd, y_momentum_tendency_from_small_scale_gwd, x_momentum_tendency_from_form_drag, y_momentum_tendency_from_form_drag, accumulated_lwe_thickness_of_precipitation_amount, accumulated_lwe_thickness_of_ice_amount, accumulated_lwe_thickness_of_snow_amount, accumulated_lwe_thickness_of_graupel_amount, accumulated_lwe_thickness_of_precipitation_amount_in_bucket, accumulated_lwe_thickness_of_ice_amount_in_bucket, accumulated_lwe_thickness_of_snow_amount_in_bucket, accumulated_lwe_thickness_of_graupel_amount_in_bucket, accumulated_change_of_air_temperature_due_to_FA_scheme, cumulative_surface_ground_heat_flux_multiplied_by_timestep, cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep, cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep, duration_of_sunshine, total_runoff, cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep, cumulative_cloud_work_function, time_integral_of_x_stress_due_to_gravity_wave_drag, time_integral_of_y_stress_due_to_gravity_wave_drag, cumulative_surface_pressure_multiplied_by_timestep, cumulative_lwe_thickness_of_convective_precipitation_amount, cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket, minimum_specific_humidity_at_2m, maximum_specific_humidity_at_2m, maximum_x_wind_at_10m, maximum_y_wind_at_10m, maximum_wind_at_10m, maximum_u_wind_at_10m_over_maximum_hourly_time_interval, maximum_v_wind_at_10m_over_maximum_hourly_time_interval, maximum_wind_at_10m_over_maximum_hourly_time_interval, lwe_thickness_of_precipitation_amount_on_dynamics_timestep, lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep, lwe_thickness_of_ice_amount_on_dynamics_timestep, lwe_thickness_of_snow_amount_on_dynamics_timestep, lwe_thickness_of_graupel_amount_on_dynamics_timestep, x_wind_at_10m, y_wind_at_10m, dewpoint_temperature_at_2m, height_above_ground_at_lowest_model_layer, surface_air_pressure_diag, column_precipitable_water, air_temperature_at_lowest_model_layer_for_diag, water_vapor_specific_humidity_at_lowest_model_layer_for_diag, x_wind_at_lowest_model_layer_for_diag, y_wind_at_lowest_model_layer_for_diag, surface_drag_mass_flux_for_heat_and_moisture_in_air, surface_drag_wind_speed_for_momentum_in_air, surface_downwelling_longwave_flux, surface_upwelling_longwave_flux, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, surface_upwelling_shortwave_flux, instantaneous_surface_x_momentum_flux_for_diag, instantaneous_surface_y_momentum_flux_for_diag, instantaneous_surface_upward_sensible_heat_flux_for_diag, instantaneous_surface_upward_latent_heat_flux_for_diag, instantaneous_surface_ground_heat_flux, instantaneous_surface_potential_evaporation, volume_fraction_of_condensed_water_in_soil_at_wilting_point, threshold_volume_fraction_of_condensed_water_in_soil, ratio_of_snowfall_to_rainfall, normalized_soil_wetness, dominant_rain_type, dominant_freezing_rain_type, dominant_sleet_type, dominant_snow_type, weights_for_stochastic_skeb_perturbation_of_x_wind_flipped, weights_for_stochastic_skeb_perturbation_of_y_wind_flipped, weights_for_stochastic_sppt_perturbation_flipped, weights_for_stochastic_shum_perturbation_flipped, level_of_dividing_streamline, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_x_wind_due_to_deep_convection, cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_x_wind_due_to_rayleigh_damping, cumulative_change_in_x_wind_due_to_shallow_convection, cumulative_change_in_x_wind_due_to_physics, cumulative_change_in_x_wind_due_to_non_physics_processes, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_deep_convection, cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_y_wind_due_to_rayleigh_damping, cumulative_change_in_y_wind_due_to_shallow_convection, cumulative_change_in_y_wind_due_to_physics, cumulative_change_in_y_wind_due_to_non_physics_processes, cumulative_change_in_temperature_due_to_longwave_radiation, cumulative_change_in_temperature_due_to_shortwave_radiation, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_temperature_due_to_deep_convection, cumulative_change_in_temperature_due_to_shallow_convection, cumulative_change_in_temperature_due_to_microphysics, cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag, cumulative_change_in_temperature_due_to_rayleigh_damping, cumulative_change_in_temperature_due_to_convective_gravity_wave_drag, cumulative_change_in_temperature_due_to_physics, cumulative_change_in_temperature_due_to_non_physics_processes, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection, cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection, cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate, cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio, cumulative_change_in_ozone_concentration_due_to_temperature, cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column, cumulative_change_in_water_vapor_specific_humidity_due_to_physics, cumulative_change_in_ozone_concentration_due_to_physics, cumulative_change_in_water_vapor_specific_humidity_due_to_non_physics_processes, cumulative_change_in_ozone_concentration_due_to_non_physics_processes, maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval, maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval, maximum_temperature_at_2m_over_maximum_hourly_time_interval, minimum_temperature_at_2m_over_maximum_hourly_time_interval, maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval, minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval, cumulative_atmosphere_updraft_convective_mass_flux, cumulative_atmosphere_downdraft_convective_mass_flux, cumulative_atmosphere_detrainment_convective_mass_flux, radar_reflectivity_10cm, instantaneous_3d_cloud_fraction, number_of_dust_bins_for_diagnostics, number_of_seasalt_bins_for_diagnostics, number_of_chemical_tracers_for_diagnostics, instantaneous_dust_emission_flux, instantaneous_seasalt_emission_flux, instantaneous_sedimentation, instantaneous_dry_deposition, instantaneous_large_scale_wet_deposition, instantaneous_convective_scale_wet_deposition, instantaneous_anthopogenic_and_biomass_burning_emissions, instantaneous_aerosol_column_mass_densities, emdf_updraft_area, emdf_updraft_vertical_velocity, emdf_updraft_total_water, emdf_updraft_theta_l, emdf_updraft_entrainment_rate, emdf_updraft_cloud_water, theta_subsidence_tendency, water_vapor_subsidence_tendency, theta_detrainment_tendency, water_vapor_detrainment_tendency, number_of_plumes, maximum_mass_flux, k_level_of_highest_reaching_plume, k_level_of_highest_plume, atmosphere_heat_diffusivity_for_mynnpbl, atmosphere_momentum_diffusivity_for_mynnpbl, time_integral_of_height_of_mountain_blocking, time_integral_of_height_of_low_level_wave_breaking, time_integral_of_height_of_launch_level_of_orographic_gravity_wave, time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag, time_integral_of_momentum_flux_due_to_mountain_blocking_drag, time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag, time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave, time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag, time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag, time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag, time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave, time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave, auxiliary_2d_arrays, auxiliary_3d_arrays +DEBUG: Variables in derived type GFS_control_type: mpi_rank, mpi_root, mpi_comm, mpi_size, omp_threads, iounit_namelist, namelist_filename, number_of_lines_of_namelist_filename_for_internal_file_reads, namelist_filename_for_internal_file_reads, iounit_log, frequency_for_diagnostic_clearing, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_for_generic_gravity_wave_drag_tendency, flag_for_generic_planetary_boundary_layer_tendency, flag_for_generic_deep_convection_tendency, flag_for_generic_shallow_convection_tendency, flag_diagnostics, starting_x_index_for_this_MPI_rank, starting_y_index_for_this_MPI_rank, number_of_points_in_x_direction_for_this_MPI_rank, number_of_points_in_y_direction_for_this_MPI_rank, number_of_points_in_x_direction_for_this_cubed_sphere_face, number_of_points_in_y_direction_for_this_cubed_sphere_face, number_of_2d_auxiliary_arrays, number_of_3d_auxiliary_arrays, vertical_dimension, a_parameter_of_the_hybrid_coordinate, b_parameter_of_the_hybrid_coordinate, vertical_dimension_plus_one, vertical_dimension_minus_one, number_of_equatorial_longitude_points, number_of_latitude_points, ccpp_block_count, ccpp_block_sizes, horizontal_loop_extent, horizontal_dimension, number_of_tile, flag_for_flux_coupling, flag_for_wave_coupling, flag_for_wave_coupling_to_atm, flag_for_chemistry_coupling, flag_idealized_physics, number_of_timesteps_between_surface_cycling_calls, number_of_timesteps_between_diagnostic_clearing, time_step_for_physics, time_step_for_dynamics, date_and_time_at_model_initialization, date_and_time_at_model_initialization_reordered, number_of_timesteps_between_shortwave_radiation_calls, number_of_timesteps_between_longwave_radiation_calls, frequency_for_shortwave_radiation, frequency_for_longwave_radiation, number_of_timesteps_for_radiation_calls_on_physics_timestep, number_of_vertical_layers_for_radiation_calculations, number_of_vertical_layers_for_radiation_calculations_plus_one, number_of_radiation_diagnostic_variables, flag_for_aerosol_input_MG_radiation, number_of_aerosol_tracers_MG, array_dimension_of_random_number, flag_for_vertical_index_direction_control, flag_for_solar_constant, flag_for_using_prescribed_global_mean_co2_value, flag_for_using_climatology_albedo, flag_for_surface_emissivity_control, flag_for_default_aerosol_effect_in_shortwave_radiation, flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation, flag_for_cloud_overlap_method_for_radiation, flag_for_cloud_overlap_method_for_shortwave_radiation, flag_for_cloud_overlap_method_for_longwave_radiation, flag_for_initial_time_date_control, flag_for_sw_clouds_without_sub_grid_approximation, flag_for_lw_clouds_without_sub_grid_approximation, flag_for_CRICK_proof_cloud_water, flag_for_cloud_condensate_normalized_by_cloud_cover, flag_for_precipitation_effect_on_radiation, flag_for_output_of_longwave_heating_rate, flag_for_output_of_shortwave_heating_rate, active_gases_used_by_RRTMGP, number_of_active_gases_used_by_RRTMGP, directory_for_rte_rrtmgp_source_code, rrtmgp_kdistribution_lw, rrtmgp_coeff_lw_cloud_optics, number_of_lw_bands_rrtmgp, number_of_lw_spectral_points_rrtmgp, rrtmgp_kdistribution_sw, rrtmgp_coeff_sw_cloud_optics, number_of_sw_bands_rrtmgp, number_of_sw_spectral_points_rrtmgp, flag_to_calc_lw_cld_optics_using_RRTMG, flag_to_calc_lw_cld_optics_using_RRTMGP_PADE, flag_to_calc_lw_cld_optics_using_RRTMGP_LUT, flag_to_calc_RRTMGP_LW_jacobian, number_of_rrtmgp_ice_roughness, number_of_angles_used_in_gaussian_quadrature, flag_for_rrtmgp_radiation_scheme, scheme_flag, number_of_hydrometeors, flag_for_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_zhao_carr_microphysics_scheme, flag_for_zhao_carr_pdf_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, coefficient_from_cloud_ice_to_snow, coefficient_from_cloud_water_to_rain, coefficient_from_cloud_ice_to_snow_ras, coefficient_from_cloud_water_to_rain_ras, coefficient_for_evaporation_of_rainfall, cloud_condensed_water_conversion_threshold, cloud_condensed_water_ice_conversion_threshold_ras, seed_random_numbers_RAS, condensate_fraction_detrained_in_updraft_layers, time_interval_for_maximum_hourly_fields, number_of_frozen_precipitation_species, flag_for_pdf_for_morrison_gettelman_microphysics_scheme, mg_autoconversion_size_threshold_ice_snow, mg_cloud_water_variance, mg_time_scale_for_autoconversion_of_ice, mg_minimum_rh_for_ice, mg_drop_concentration_constant, mg_ice_concentration_constant, mg_graupel_concentration_constant, mg_bergeron_efficiency_factor, mg_tuning_factor_for_alphas, mg_minimum_cloud_condensed_water_and_ice_mixing_ratio, mg_minimum_cloud_condensed_water_mixing_ratio, mg_minimum_ice_mixing_ratio, mg_type_of_precip_fraction_method, frozen_cloud_threshold_temperature, cloud_phase_transition_threshold_temperature, cloud_phase_transition_denominator, flag_for_cloud_effective_radii, mg_flag_for_uniform_subcolumns, mg_flag_for_cloud_ice_processes, mg_flag_for_heterogeneous_freezing, mg_flag_drop_concentration_constant, mg_flag_ice_concentration_constant, mg_flag_graupel_concentration_constant, mg_allow_supersat_after_sed, mg_flag_for_sb2001_autoconversion, mg_flag_for_graupel, mg_flag_for_hail, mg_flag_for_gmao_ice_formulation, mg_flag_for_liu_liquid_treatment, shoc_tke_dissipatation_pressure_threshold, shoc_tke_dissipation_tunable_parameter, shoc_tke_dissipation_tunable_parameter_near_surface, shoc_implicit_TKE_integration_uncentering_term, shoc_flag_for_optional_surface_TKE_dissipation, number_of_cloud_condensate_types, flag_for_aerosol_physics, flag_for_radar_reflectivity, limit_for_temperature_tendency_for_microphysics, flag_for_GFDL_microphysics_radiation_interaction, flag_for_land_surface_scheme, flag_for_noah_land_surface_scheme, flag_for_noahmp_land_surface_scheme, flag_for_ruc_land_surface_scheme, ice_vertical_dimension, soil_vertical_dimension, soil_vertical_dimension_for_land_surface_model, snow_vertical_dimension_for_land_surface_model, lower_bound_of_snow_vertical_dimension_for_land_surface_model, flag_for_reading_leaf_area_index_from_input, vegetation_type_dataset_choice, soil_type_dataset_choice, flag_for_individual_cloud_species_advected, minimum_large_ice_fraction, flag_for_dynamic_vegetation_option, flag_for_canopy_stomatal_resistance_option, flag_for_soil_moisture_factor_stomatal_resistance_option, flag_for_runoff_and_groundwater_option, flag_for_surface_layer_drag_coefficient_option, flag_for_supercooled_liquid_water_option, flag_for_frozen_soil_permeability_option, flag_for_radiation_transfer_option, flag_for_ground_snow_surface_albedo_option, flag_for_precipitation_partition_option, flag_for_lower_boundary_soil_temperature_option, flag_for_soil_and_snow_temperature_time_stepping_option, flag_for_lake_surface_scheme, flag_for_ras_deep_convection, fa_threshold_relative_humidity_for_onset_of_condensation, flag_flip, flag_for_convective_transport_of_tracers, flag_for_old_PBL_scheme, flag_for_moorthi_stratus, flag_for_Chikira_Sugiyama_deep_convection, flag_for_scale_aware_TKE_moist_EDMF_PBL, flag_for_scale_aware_Shinhong_PBL, flag_for_ysu, flag_for_precipitation_type_algorithm, flag_for_Arakawa_Wu_adjustment, flag_arakawa_wu_downdraft, flag_flux_form_CS, flag_for_shoc, flag_for_shoc_after_convection, flag_for_ozone_physics, flag_for_2015_ozone_physics, flag_for_stratospheric_water_vapor_physics, flag_shallow_convective_cloud, flag_for_reduced_drag_coefficient_over_sea, flag_for_hedmf, flag_TKE_dissipation_heating, flag_for_canopy_heat_storage, flag_for_random_clouds_for_RAS, flag_for_shallow_convection, flag_for_mass_flux_shallow_convection_scheme, flag_for_sas_shallow_convection_scheme, flag_for_samf_shallow_convection_scheme, flag_for_gf_shallow_convection_scheme, flag_for_ntiedtke_shallow_convection_scheme, flag_for_mass_flux_deep_convection_scheme, flag_for_sas_deep_convection_scheme, flag_for_samf_deep_convection_scheme, flag_for_gf_deep_convection_scheme, flag_for_ntiedtke_deep_convection_scheme, flag_for_hwrf_samfdeepcnv_scheme, flag_for_hwrf_samfshalcnv_scheme, choice_of_scale_aware_TKE_moist_EDMF_PBL, choice_of_original_scale_aware_TKE_moist_EDMF_PBL, choice_of_updated_scale_aware_TKE_moist_EDMF_PBL, number_of_statistical_measures_of_subgrid_orography, number_of_spectral_wave_trancation_for_sas, updraft_velocity_tunable_parameter_1_CS, updraft_velocity_tunable_parameter_2_CS, detrainment_and_precipitation_tunable_parameter_3_CS, detrainment_and_precipitation_tunable_parameter_4_CS, entrainment_efficiency_tunable_parameter_9_CS, multiplication_factors_for_convective_gravity_wave_drag, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, multiplication_factor_for_critical_cloud_workfunction, ice_supersaturation_threshold, critical_cloud_top_entrainment_instability_criteria, critical_relative_humidity_at_surface, critical_relative_humidity_at_PBL_top, critical_relative_humidity_at_top_of_atmosphere, pressure_cutoff_for_rayleigh_damping, time_scale_for_rayleigh_damping, entrainment_rate_coefficient_deep_convection, rain_conversion_parameter_deep_convection, detrainment_conversion_parameter_deep_convection, downdraft_fraction_reaching_surface_over_land_deep_convection, downdraft_fraction_reaching_surface_over_ocean_deep_convection, rain_evaporation_coefficient_deep_convection, rain_evaporation_coefficient_over_land_deep_convection, momentum_transport_reduction_factor_pgf_deep_convection, aerosol_aware_parameter_deep_convection, entrainment_rate_coefficient_shallow_convection, rain_conversion_parameter_shallow_convection, detrainment_conversion_parameter_shallow_convection, momentum_transport_reduction_factor_pgf_shallow_convection, aerosol_aware_parameter_shallow_convection, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, flag_for_nsstm_run, vertical_temperature_average_range_lower_bound, vertical_temperature_average_range_upper_bound, flag_for_fractional_grid, lake_ice_minimum, sea_ice_minimum, density_of_fresh_water, flag_for_surface_roughness_option_over_ocean, atmosphere_heat_diffusivity_background_maximum, atmosphere_diffusivity_coefficient_factor, tke_dissipative_heating_factor, updraft_fraction_in_boundary_layer_mass_flux_scheme, downdraft_fraction_in_boundary_layer_mass_flux_scheme, surface_roughness_fraction_factor, latent_heat_flux_fraction_factor_relative_to_sensible_heat_flux, number_of_independent_cellular_automata, cellular_automata_lifetime, cellular_automata_finer_grid, cellular_automata_seed_probability, cellular_automata_seed_frequency, flag_for_cellular_automata, flag_for_sgs_cellular_automata, flag_for_global_cellular_automata, flag_for_global_cellular_automata_closure, flag_for_global_cellular_automata_entr, flag_for_global_cellular_automata_trigger, flag_for_gaussian_spatial_filter, seed_for_random_number_generation_in_cellular_automata_scheme, number_of_iterations_to_spin_up_cellular_automata, threshold_for_perturbed_vertical_velocity, flag_for_stochastic_physics_perturbations, flag_for_mountain_blocking, flag_for_stochastic_shum_option, flag_for_stochastic_skeb_option, index_for_stochastic_land_surface_perturbation_type, number_of_land_surface_variables_perturbed, magnitude_of_perturbations_for_landperts, variables_to_be_perturbed_for_landperts, number_of_tracers, number_of_tracers_plus_one, index_for_water_vapor, index_for_ozone, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, index_for_cloud_amount, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, index_for_rain_number_concentration, index_for_snow_number_concentration, index_for_graupel_number_concentration, index_for_turbulent_kinetic_energy, index_for_mass_weighted_rime_factor, index_for_water_friendly_aerosols, index_for_ice_friendly_aerosols, number_of_chemical_tracers, index_for_first_chemical_tracer, diagnostics_control_for_chemical_tracers, coefficients_for_aerosol_scavenging, number_of_fields_in_phyf2d, number_of_fields_in_phyf3d, index_for_cloud_fraction_in_3d_arrays_for_microphysics, array_dimension_of_2d_arrays_for_microphysics, array_dimension_of_3d_arrays_for_microphysics, index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d, index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d, index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d, number_of_convective_3d_cloud_fields, number_of_3d_arrays_associated_with_pdf_based_clouds, number_of_cloud_types_CS, index_for_convective_cloud_water_mixing_ratio_in_phy_f3d, index_for_convective_cloud_cover_in_phy_f3d, index_for_cloud_liquid_water_effective_radius, index_for_ice_effective_radius, index_for_rain_effective_radius, index_for_snow_effective_radius, index_for_graupel_effective_radius, index_for_air_temperature_two_timesteps_back, index_for_air_temperature_at_previous_timestep, index_for_specific_humidity_two_timesteps_back, index_for_specific_humidity_at_previous_timestep, index_for_surface_air_pressure_two_timesteps_back, index_for_surface_air_pressure_at_previous_timestep, flag_debug, index_for_diagnostic_printout, flag_print, flag_to_calc_sw, flag_to_calc_lw, forecast_hour_of_the_day, solar_constant, equation_of_time, sine_of_solar_declination_angle, cosine_of_solar_declination_angle, convective_cloud_switch, forecast_time_at_previous_timestep, forecast_time, time_since_diagnostics_zeroed, index_of_time_step, flag_for_first_time_step, flag_for_restart, flag_for_hydrostatic_solver, forecast_date_and_time, forecast_month, number_of_days_in_year, julian_day, flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics, seconds_elapsed_since_model_initialization, vertical_sigma_coordinate_for_radiation_initialization, inverse_scaling_factor_for_critical_relative_humidity, maximum_scaling_factor_for_critical_relative_humidity, minimum_scaling_factor_for_critical_relative_humidity, maximum_critical_relative_humidity, gwd_opt, do_mynnedmf, do_mynnsfclay, do_myjsfc, do_myjpbl, grav_settling, tke_budget, tke_advect, cloudpdf, mixing_length_flag, edmf_flag, edmf_momentum_transport_flag, edmf_tke_transport_flag, edmf_partition_flag, cloud_specie_mix_flag, mix_total_water_flag, mynn_output_flag, couple_sgs_clouds_to_radiation_flag, do_ugwp, turb_oro_form_drag_flag, flag_for_gravity_wave_drag, flag_for_convective_gravity_wave_drag, diag_ugwp_flag, flag_for_uni_cld, flag_for_lmfshal, flag_for_scale_aware_mass_flux_convection DEBUG: Variables in derived type GFS_interstitial_type: humidity_mixing_ratio, cloud_liquid_water_mixing_ratio, cloud_rain_water_mixing_ratio, cloud_ice_mixing_ratio, cloud_snow_mixing_ratio, mass_weighted_rime_factor_mixing_ratio, fraction_of_ice_water_cloud, fraction_of_rain_water_cloud, rime_factor, total_cloud_condensate_mixing_ratio_updated_by_physics, surface_upwelling_longwave_flux_over_ocean_interstitial, surface_upwelling_longwave_flux_over_land_interstitial, surface_upwelling_longwave_flux_over_ice_interstitial, surface_downwelling_direct_near_infrared_shortwave_flux, surface_upwelling_direct_near_infrared_shortwave_flux, surface_downwelling_diffuse_near_infrared_shortwave_flux, surface_upwelling_diffuse_near_infrared_shortwave_flux, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, surface_albedo_perturbation, cloud_overlap_decorrelation_parameter, perturbation_of_soil_type_b_parameter, surface_drag_coefficient_for_momentum_in_air, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice, convective_cloud_fraction_for_microphysics, convective_cloud_volume_fraction, cloud_area_fraction, cloud_area_fraction_for_radiation, cloud_optical_depth_layers_at_10mu_band, cloud_optical_depth_layers_at_0p55mu_band, cloud_work_function, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_snow_water_path, mean_effective_radius_for_snow_flake, convective_transportable_tracers, ice_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_convective_transport_tracer, turbulent_kinetic_energy_convective_transport_tracer, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale, surface_drag_wind_speed_for_momentum_in_air_over_ocean, surface_drag_wind_speed_for_momentum_in_air_over_land, surface_drag_wind_speed_for_momentum_in_air_over_ice, tendency_of_cloud_water_due_to_convective_microphysics, ice_fraction_in_convective_tower, detrained_mass_flux, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, convective_cloud_cover, convective_cloud_water_mixing_ratio, cloud_top_entrainment_instability_value, grid_sensitive_critical_cloud_top_entrainment_instability_criteria, maximum_column_heating_rate, instantaneous_atmosphere_downdraft_convective_mass_flux, cloud_decorrelation_length, air_pressure_difference_between_midlayers, geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature, layer_pressure_thickness_for_radiation, atmosphere_heat_diffusivity, characteristic_grid_length_scale, tendency_of_tracers_due_to_model_physics, tendency_of_water_vapor_specific_humidity_due_to_model_physics, tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ozone_mixing_ratio_due_to_model_physics, tendency_of_cloud_droplet_number_concentration_due_to_model_physics, tendency_of_ice_number_concentration_due_to_model_physics, tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics, tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics, tendency_of_rain_water_mixing_ratio_due_to_model_physics, tendency_of_snow_water_mixing_ratio_due_to_model_physics, tendency_of_graupel_mixing_ratio_due_to_model_physics, tendency_of_turbulent_kinetic_energy_due_to_model_physics, instantaneous_surface_upward_latent_heat_flux, subsurface_runoff_flux, tendency_of_air_temperature_due_to_model_physics, tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky, instantaneous_surface_upward_sensible_heat_flux, mean_change_over_depth_in_sea_water_temperature, instantaneous_atmosphere_detrainment_convective_mass_flux, tendency_of_x_wind_due_to_model_physics, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_surface_x_momentum_flux, tendency_of_vertically_diffused_tracer_concentration, tendency_of_y_wind_due_to_model_physics, instantaneous_y_stress_due_to_gravity_wave_drag, instantaneous_surface_y_momentum_flux, layer_thickness_for_radiation, maximum_subgrid_orography, surface_longwave_emissivity_over_ocean_interstitial, surface_longwave_emissivity_over_land_interstitial, surface_longwave_emissivity_over_ice_interstitial, surface_upward_potential_latent_heat_flux, surface_upward_potential_latent_heat_flux_over_ocean, surface_upward_potential_latent_heat_flux_over_land, surface_upward_potential_latent_heat_flux_over_ice, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_land, kinematic_surface_upward_latent_heat_flux_over_ice, soil_upward_latent_heat_flux, canopy_upward_latent_heat_flux, aerosol_optical_properties_for_longwave_bands_01_16, aerosol_optical_depth_for_longwave_bands_01_16, aerosol_single_scattering_albedo_for_longwave_bands_01_16, aerosol_asymmetry_parameter_for_longwave_bands_01_16, aerosol_optical_properties_for_shortwave_bands_01_16, aerosol_optical_depth_for_shortwave_bands_01_16, aerosol_single_scattering_albedo_for_shortwave_bands_01_16, aerosol_asymmetry_parameter_for_shortwave_bands_01_16, Monin_Obukhov_similarity_function_for_heat_over_ocean, Monin_Obukhov_similarity_function_for_heat_over_land, Monin_Obukhov_similarity_function_for_heat_over_ice, Monin_Obukhov_similarity_function_for_heat_at_2m, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean, Monin_Obukhov_similarity_function_for_heat_at_2m_over_land, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice, flag_for_cice, flag_for_guess_run, flag_for_iteration, Monin_Obukhov_similarity_function_for_momentum_over_ocean, Monin_Obukhov_similarity_function_for_momentum_over_land, Monin_Obukhov_similarity_function_for_momentum_over_ice, Monin_Obukhov_similarity_function_for_momentum_at_10m, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice, dynamics_to_physics_timestep_ratio, land_area_fraction_for_microphysics, fraction_of_tracer_scavenged, fraction_of_cloud_top_water_scavenged, surface_downwelling_longwave_flux_absorbed_by_ground, surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean, surface_downwelling_longwave_flux_absorbed_by_ground_over_land, surface_downwelling_longwave_flux_absorbed_by_ground_over_ice, anisotropy_of_subgrid_orography, countergradient_mixing_term_for_water_vapor, countergradient_mixing_term_for_temperature, volume_mixing_ratio_co2, volume_mixing_ratio_n2o, volume_mixing_ratio_ch4, volume_mixing_ratio_o2, volume_mixing_ratio_co, volume_mixing_ratio_cfc11, volume_mixing_ratio_cfc12, volume_mixing_ratio_cfc22, volume_mixing_ratio_ccl4, volume_mixing_ratio_cfc113, upward_heat_flux_in_soil, upward_heat_flux_in_soil_over_ocean, upward_heat_flux_in_soil_over_land, upward_heat_flux_in_soil_over_ice, lwe_thickness_of_graupel_amount, tendency_of_x_wind_due_to_convective_gravity_wave_drag, tendency_of_y_wind_due_to_convective_gravity_wave_drag, number_of_coefficients_in_h2o_forcing_data, natural_log_of_h2o_forcing_data_pressure_levels, surface_upward_latent_heat_flux_reduction_factor, surface_upward_sensible_heat_flux_reduction_factor, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_land, kinematic_surface_upward_sensible_heat_flux_over_ice, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, lwe_thickness_of_ice_amount, flag_nonzero_land_surface_fraction, daytime_points, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_lake_surface_fraction, flag_nonzero_ocean_surface_fraction, horizontal_index_of_printed_column, sea_land_ice_mask, sea_land_ice_mask_cice, number_of_aerosol_tracers_for_convection, flag_nonzero_wet_surface_fraction, vertical_index_difference_between_layer_and_lower_bound, vertical_index_at_cloud_base, flag_deep_convection, vertical_index_difference_between_inout_and_local, index_of_highest_temperature_inversion, vertical_index_at_top_of_atmosphere_boundary_layer, vertical_index_difference_between_layer_and_upper_bound, vertical_index_at_cloud_top, latitude_index_in_debug_printouts, vertical_interface_dimension, vertical_dimension_of_h2o_forcing_data, vertical_dimension_of_ozone_forcing_data, adjusted_vertical_layer_dimension_for_radiation, adjusted_vertical_level_dimension_for_radiation, model_layer_number_at_cloud_base, flag_mg3_as_mg2, model_layer_number_at_cloud_top, number_of_aerosol_bands_for_longwave_radiation, number_of_aerosol_bands_for_shortwave_radiation, local_graupel_number_concentration, local_ice_number_concentration, local_condesed_water_number_concentration, local_rain_number_concentration, local_snow_number_concentration, number_of_tracers_for_CS, daytime_points_dimension, number_of_aerosol_output_fields_for_longwave_radiation, number_of_aerosol_output_fields_for_shortwave_radiation, number_of_tracers_for_convective_transport, number_of_tracers_for_cloud_condensate, number_of_tracers_for_samf, number_of_tracers_scavenged, number_of_species_for_aerosol_optical_depth, index_for_ice_cloud_condensate_vertical_diffusion_tracer, index_for_turbulent_kinetic_energy_convective_transport_tracer, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, number_of_vertical_diffusion_tracers, asymmetry_of_subgrid_orography, standard_deviation_of_subgrid_orography_small_scale, asymmetry_of_subgrid_orography_small_scale, convexity_of_subgrid_orography, convexity_of_subgrid_orography_small_scale, ozone_concentration_at_layer_for_radiation, flag_convective_tracer_transport, number_of_coefficients_in_ozone_forcing_data, number_of_coefficients_in_ozone_forcing_data_plus_five, natural_log_of_ozone_forcing_data_pressure_levels, flag_for_hydrostatic_heating_from_physics, air_pressure_at_interface_for_radiation_in_hPa, air_pressure_at_layer_for_radiation_in_hPa, prandtl_number, specific_humidity_at_2m_from_noahmp, local_graupel_mixing_ratio, mass_fraction_of_convective_cloud_ice, mass_fraction_of_convective_cloud_liquid_water, water_vapor_specific_humidity_at_layer_for_radiation, local_rain_water_mixing_ratio, local_snow_water_mixing_ratio, lwe_thickness_of_explicit_precipitation_amount, surface_specific_humidity_over_ocean, surface_specific_humidity_over_land, surface_specific_humidity_over_ice, flag_for_resetting_radar_reflectivity_calculation, time_step_for_radiation, lwe_thickness_of_deep_convective_precipitation_amount, lwe_thickness_of_shallow_convective_precipitation_amount, lwe_thickness_of_moist_convective_adj_precipitation_amount, lwe_thickness_of_explicit_rain_amount, tendency_of_rain_water_mixing_ratio_due_to_microphysics, bulk_richardson_number_at_lowest_model_level, bulk_richardson_number_at_lowest_model_level_over_ocean, bulk_richardson_number_at_lowest_model_level_over_land, bulk_richardson_number_at_lowest_model_level_over_ice, flag_reset_maximum_hourly_fields, critical_relative_humidity, surface_runoff_flux, ozone_mixing_ratio_save, cloud_condensed_water_mixing_ratio_save, ice_water_mixing_ratio_save, water_vapor_specific_humidity_save, tracer_concentration_save, air_temperature_save, air_temperature_save_from_convective_parameterization, x_wind_save, y_wind_save, snow_deposition_sublimation_upward_latent_heat_flux, components_of_surface_downward_shortwave_fluxes, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, slope_of_subgrid_orography, bounded_vegetation_area_fraction, convective_updraft_area_fraction, convective_updraft_area_fraction_at_model_interfaces, flag_skip_macro, surface_slope_classification, surface_snow_area_fraction, surface_snow_thickness_water_equivalent_over_ocean, surface_snow_thickness_water_equivalent_over_land, surface_snow_thickness_water_equivalent_over_ice, snow_freezing_rain_upward_latent_heat_flux, lwe_thickness_of_snow_amount, surface_snow_melt, soil_type_classification, surface_wind_stress, surface_wind_stress_over_ocean, surface_wind_stress_over_land, surface_wind_stress_over_ice, temperature_at_2m_from_noahmp, angle_from_east_of_maximum_subgrid_orographic_variations, sea_ice_temperature_interstitial, air_temperature_at_interface_for_radiation, air_temperature_at_layer_for_radiation, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice, start_index_of_other_tracers, number_of_total_tracers, flag_for_aerosol_convective_transport_and_PBL_diffusion, transpiration_flux, surface_skin_temperature_for_nsst, surface_air_temperature_for_radiation, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ice_interstitial, surface_ground_temperature_for_radiation, surface_skin_temperature_after_iteration, surface_skin_temperature_after_iteration_over_ocean, surface_skin_temperature_after_iteration_over_land, surface_skin_temperature_after_iteration_over_ice, number_of_water_tracers, instantaneous_atmosphere_updraft_convective_mass_flux, surface_friction_velocity_over_ocean, surface_friction_velocity_over_land, surface_friction_velocity_over_ice, vertically_diffused_tracer_concentration, magnitude_of_perturbation_of_vegetation_fraction, perturbation_of_vegetation_fraction, vegetation_type_classification, vertical_velocity_for_updraft, maximum_updraft_velocity_at_cloud_base, water_equivalent_accumulated_snow_depth_over_ocean, water_equivalent_accumulated_snow_depth_over_land, water_equivalent_accumulated_snow_depth_over_ice, wind_speed_at_lowest_model_layer, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, instantaneous_cosine_of_zenith_angle, perturbation_of_leaf_area_index, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, perturbation_of_momentum_roughness_length, surface_roughness_length_over_ocean_interstitial, surface_roughness_length_over_land_interstitial, surface_roughness_length_over_ice_interstitial, perturbation_of_heat_to_momentum_roughness_length_ratio, tendency_of_x_wind_due_to_ugwp, tendency_of_y_wind_due_to_ugwp, tendency_of_air_temperature_due_to_ugwp, eddy_mixing_due_to_ugwp, height_of_mountain_blocking, height_of_low_level_wave_breaking, height_of_launch_level_of_orographic_gravity_wave, instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag, instantaneous_momentum_flux_due_to_mountain_blocking_drag, instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag, instantaneous_momentum_flux_due_to_nonstationary_gravity_wave, instantaneous_change_in_x_wind_due_to_mountain_blocking_drag, instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag, instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, air_temperature_at_interface_for_RRTMGP, virtual_temperature, relative_humidity, layer_thickness, chemical_tracers, cloud_overlap_param, precip_overlap_param, initial_permutation_seed_sw, initial_permutation_seed_lw, RRTMGP_cloud_optical_depth_layers_at_0_55mu_band, RRTMGP_cloud_optical_depth_layers_at_10mu_band, RRTMGP_lw_flux_profile_upward_allsky, RRTMGP_lw_flux_profile_downward_allsky, RRTMGP_lw_flux_profile_upward_clrsky, RRTMGP_lw_flux_profile_downward_clrsky, surface_skin_temperature_at_previous_time_step, RRTMGP_jacobian_of_lw_flux_profile_upward, RRTMGP_jacobian_of_lw_flux_profile_downward, RRTMGP_sw_flux_profile_upward_allsky, RRTMGP_sw_flux_profile_downward_allsky, RRTMGP_sw_flux_profile_upward_clrsky, RRTMGP_sw_flux_profile_downward_clrsky, RRTMGP_lw_fluxes, RRTMGP_sw_fluxes, RRTMGP_aerosol_optical_properties_for_longwave_bands_01_16, RRTMGP_aerosol_optical_depth_for_longwave_bands_01_16, RRTMGP_aerosol_single_scattering_albedo_for_longwave_bands_01_16, RRTMGP_aerosol_asymmetry_parameter_for_longwave_bands_01_16, RRTMGP_aerosol_optical_properties_for_shortwave_bands_01_16, RRTMGP_aerosol_optical_depth_for_shortwave_bands_01_16, RRTMGP_aerosol_single_scattering_albedo_for_shortwave_bands_01_16, RRTMGP_aerosol_asymmetry_parameter_for_shortwave_bands_01_16, seed_random_numbers_lw_for_RRTMGP, seed_random_numbers_sw_for_RRTMGP, precipitation_fraction_by_layer, coefficients_for_sw_gas_optics, coefficients_for_sw_cloud_optics, shortwave_optical_properties_for_clear_sky, shortwave_optical_properties_for_cloudy_atmosphere_by_band, shortwave_optical_properties_for_precipitation_by_band, shortwave_optical_properties_for_precipitation, shortwave_optical_properties_for_cloudy_atmosphere, shortwave_optical_properties_for_aerosols, Gas_concentrations_for_RRTMGP_suite, longwave_source_function, coefficients_for_lw_gas_optics, coefficients_for_lw_cloud_optics, longwave_optical_properties_for_clear_sky, longwave_optical_properties_for_cloudy_atmosphere, longwave_optical_properties_for_precipitation, longwave_optical_properties_for_cloudy_atmosphere_by_band, longwave_optical_properties_for_precipitation_by_band, longwave_optical_properties_for_aerosols, surface_emissivity_in_each_RRTMGP_LW_band, secant_of_diffusivity_angle_each_RRTMGP_LW_band, surface_albedo_nearIR_direct, surface_albedo_nearIR_diffuse, surface_albedo_uvvis_dir, surface_albedo_uvvis_dif, toa_incident_lw_flux_by_spectral_point, toa_incident_sw_flux_by_spectral_point, list_of_active_gases_used_by_RRTMGP -DEBUG: Variables in derived type GFS_tbd_type: seed_random_numbers_sw, seed_random_numbers_lw, ozone_forcing, h2o_forcing, atmosphere_boundary_layer_thickness, in_number_concentration, ccn_number_concentration, aerosol_number_concentration_from_gocart_aerosol_climatology, map_of_block_column_number_to_global_i_index, map_of_block_column_number_to_global_j_index, random_number_array, accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90, smallest_cloud_base_vertical_index_encountered_thus_far, largest_cloud_top_vertical_index_encountered_thus_far, tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step, tendency_of_lwe_thickness_of_precipitation_amount_for_coupling, tendency_of_lwe_thickness_of_snow_amount_for_coupling, cloud_base_mass_flux, surface_air_pressure_two_time_steps_back, surface_air_pressure_at_previous_time_step, surface_wind_enhancement_due_to_convection, air_temperature_two_time_steps_back, water_vapor_specific_humidity_two_time_steps_back, air_temperature_at_previous_time_step, water_vapor_specific_humidity_at_previous_time_step, convective_cloud_water_mixing_ratio_in_phy_f3d, convective_cloud_cover_in_phy_f3d, kinematic_buoyancy_flux_from_shoc, atmosphere_heat_diffusivity_from_shoc, subgrid_scale_cloud_fraction_from_shoc, cloud_fraction_for_MG, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, effective_radius_of_stratiform_cloud_graupel_particle_in_um, temperature_tendency_due_to_dynamics, moisture_tendency_due_to_dynamics, temperature_from_previous_timestep, moisture_from_previous_timestep, conv_activity_counter, subgrid_cloud_fraction_pbl, subgrid_cloud_water_mixing_ratio_pbl, subgrid_cloud_ice_mixing_ratio_pbl, mixing_length, stability_function_for_heat, tke_at_mass_points, t_prime_squared, q_prime_squared, t_prime_q_prime, surface_specific_humidity_for_MYJ_schemes, potential_temperature_at_viscous_sublayer_top, specific_humidity_at_viscous_sublayer_top, u_wind_component_at_viscous_sublayer_top, v_wind_component_at_viscous_sublayer_top, baseline_surface_roughness_length, heat_exchange_coefficient_for_MYJ_schemes, momentum_exchange_coefficient_for_MYJ_schemes, surface_layer_evaporation_switch, kinematic_surface_latent_heat_flux, weight_for_momentum_at_viscous_sublayer_top, weight_for_potental_temperature_at_viscous_sublayer_top, weight_for_specific_humidity_at_viscous_sublayer_top +DEBUG: Variables in derived type GFS_tbd_type: seed_random_numbers_sw, seed_random_numbers_lw, ozone_forcing, h2o_forcing, atmosphere_boundary_layer_thickness, ice_nucleation_number, tendency_of_ccn_activated_number, aerosol_number_concentration_from_gocart_aerosol_climatology, map_of_block_column_number_to_global_i_index, map_of_block_column_number_to_global_j_index, random_number_array, accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90, smallest_cloud_base_vertical_index_encountered_thus_far, largest_cloud_top_vertical_index_encountered_thus_far, tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step, tendency_of_lwe_thickness_of_precipitation_amount_for_coupling, tendency_of_lwe_thickness_of_snow_amount_for_coupling, cloud_base_mass_flux, surface_air_pressure_two_timesteps_back, surface_air_pressure_at_previous_timestep, surface_wind_enhancement_due_to_convection, air_temperature_two_timesteps_back, water_vapor_specific_humidity_two_timesteps_back, air_temperature_at_previous_timestep, water_vapor_specific_humidity_at_previous_timestep, convective_cloud_water_mixing_ratio_in_phy_f3d, convective_cloud_cover_in_phy_f3d, kinematic_buoyancy_flux_from_shoc, atmosphere_heat_diffusivity_from_shoc, subgrid_scale_cloud_fraction_from_shoc, cloud_fraction_for_MG, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, effective_radius_of_stratiform_cloud_graupel_particle_in_um, temperature_tendency_due_to_dynamics, moisture_tendency_due_to_dynamics, temperature_from_previous_timestep, moisture_from_previous_timestep, conv_activity_counter, subgrid_cloud_fraction_pbl, subgrid_cloud_water_mixing_ratio_pbl, subgrid_cloud_ice_mixing_ratio_pbl, mixing_length, stability_function_for_heat, tke_at_mass_points, t_prime_squared, q_prime_squared, t_prime_q_prime, surface_specific_humidity_for_MYJ_schemes, potential_temperature_at_viscous_sublayer_top, specific_humidity_at_viscous_sublayer_top, u_wind_component_at_viscous_sublayer_top, v_wind_component_at_viscous_sublayer_top, baseline_surface_roughness_length, heat_exchange_coefficient_for_MYJ_schemes, momentum_exchange_coefficient_for_MYJ_schemes, surface_layer_evaporation_switch, kinematic_surface_latent_heat_flux, weight_for_momentum_at_viscous_sublayer_top, weight_for_potental_temperature_at_viscous_sublayer_top, weight_for_specific_humidity_at_viscous_sublayer_top DEBUG: Variables in derived type GFS_sfcprop_type: sea_land_ice_mask_real, sea_area_fraction, land_area_fraction, lake_area_fraction, lake_depth, surface_skin_temperature, sea_surface_temperature, surface_skin_temperature_over_land, sea_ice_temperature, internal_ice_temperature, surface_snow_thickness_water_equivalent, surface_roughness_length, surface_roughness_length_over_ocean, surface_roughness_length_over_land, surface_roughness_length_over_ice, surface_roughness_length_from_wave_model, sea_ice_concentration, statistical_measures_of_subgrid_orography, standard_deviation_of_subgrid_orography, surface_snow_area_fraction_over_land, upper_bound_on_max_albedo_over_deep_snow, mean_vis_albedo_with_weak_cosz_dependency, mean_nir_albedo_with_weak_cosz_dependency, surface_slope_classification_real, minimum_vegetation_area_fraction, maximum_vegetation_area_fraction, deep_soil_temperature, vegetation_area_fraction, vegetation_type_classification_real, soil_type_classification_real, surface_friction_velocity, orography, orography_unfiltered, gf_memory_counter, sea_ice_thickness, water_equivalent_accumulated_snow_depth, canopy_water_amount, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, ratio_of_wind_at_lowest_model_layer_and_wind_at_10m, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep, flag_for_precipitation_type, volume_fraction_of_unfrozen_soil_moisture, volume_fraction_of_soil_moisture, soil_temperature, temperature_at_2m, potential_temperature_at_2m, specific_humidity_at_2m, sea_surface_reference_temperature, sub_layer_cooling_thickness, coefficient_c_0, coefficient_c_d, coefficient_w_0, coefficient_w_d, diurnal_thermocline_layer_heat_content, sea_water_salinity, diurnal_thermocline_layer_x_current, diurnal_thermocline_layer_y_current, diurnal_thermocline_layer_thickness, ocean_mixed_layer_thickness, sensitivity_of_dtl_heat_content_to_surface_temperature, sensitivity_of_dtl_thickness_to_surface_temperature, free_convection_layer_thickness, index_of_dtlm_start, sub_layer_cooling_amount, sensible_heat_flux_due_to_rainfall, number_of_snow_layers, vegetation_temperature, ground_temperature_for_noahmp, canopy_intercepted_ice_mass, canopy_intercepted_liquid_water, canopy_air_vapor_pressure, canopy_air_temperature, surface_drag_coefficient_for_momentum_for_noahmp, surface_drag_coefficient_for_heat_and_moisture_for_noahmp, area_fraction_of_wet_canopy, snow_mass_at_previous_time_step, snow_albedo_at_previous_time_step, snow_precipitation_rate_at_surface, lake_water_storage, water_table_depth, water_storage_in_aquifer, water_storage_in_aquifer_and_saturated_soil, snow_temperature, layer_bottom_depth_from_snow_surface, snow_layer_ice, snow_layer_liquid_water, leaf_mass, fine_root_mass, stem_mass, wood_mass, slow_soil_pool_mass_content_of_carbon, fast_soil_pool_mass_content_of_carbon, leaf_area_index, stem_area_index, nondimensional_snow_age, equilibrium_soil_water_content, soil_water_content_between_soil_bottom_and_water_table, water_table_recharge_when_deep, water_table_recharge_when_shallow, normalized_soil_wetness_for_land_surface_model, volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model, volume_fraction_of_frozen_soil_moisture_for_land_surface_model, volume_fraction_of_soil_moisture_for_land_surface_model, soil_temperature_for_land_surface_model, depth_of_soil_levels_for_land_surface_model, cloud_condensed_water_mixing_ratio_at_surface, water_vapor_mixing_ratio_at_surface, surface_condensation_mass, flag_for_frozen_soil_physics, density_of_frozen_precipitation, snow_temperature_bottom_first_layer, total_accumulated_snowfall, accumulated_water_equivalent_of_frozen_precip, surface_friction_velocity_drag, surface_stability_parameter, theta_star, reciprocal_of_obukhov_length, surface_exchange_coefficient_for_heat, surface_exchange_coefficient_for_moisture, surface_exchange_coefficient_for_heat_at_2m, surface_exchange_coefficient_for_moisture_at_2m, surface_latent_heat, kinematic_surface_upward_latent_heat_flux, kinematic_surface_upward_sensible_heat_flux, surface_specific_humidity, lwe_thickness_of_convective_precipitation_amount_from_previous_timestep, lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep, lwe_thickness_of_ice_amount_from_previous_timestep, lwe_thickness_of_snow_amount_from_previous_timestep, lwe_thickness_of_graupel_amount_from_previous_timestep, convective_precipitation_rate_from_previous_timestep, explicit_rainfall_rate_from_previous_timestep, ice_precipitation_rate_from_previous_timestep, snow_precipitation_rate_from_previous_timestep, graupel_precipitation_rate_from_previous_timestep, mean_vis_albedo_with_strong_cosz_dependency, mean_nir_albedo_with_strong_cosz_dependency, fractional_coverage_with_strong_cosz_dependency, fractional_coverage_with_weak_cosz_dependency DEBUG: Variables in derived type GFS_coupling_type: surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_shortwave_flux_on_radiation_time_step, surface_net_downwelling_shortwave_flux_on_radiation_time_step, surface_downwelling_longwave_flux_on_radiation_time_step, lwe_thickness_of_precipitation_amount_for_coupling, lwe_thickness_of_convective_precipitation_amount_for_coupling, lwe_thickness_of_snow_amount_for_coupling, cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, instantaneous_surface_x_momentum_flux_for_coupling, instantaneous_surface_y_momentum_flux_for_coupling, instantaneous_surface_upward_sensible_heat_flux_for_coupling, instantaneous_surface_upward_latent_heat_flux_for_coupling, instantaneous_surface_downwelling_longwave_flux_for_coupling, instantaneous_surface_downwelling_shortwave_flux_for_coupling, instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_surface_net_downward_longwave_flux_for_coupling, instantaneous_surface_net_downward_shortwave_flux_for_coupling, instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_temperature_at_2m_for_coupling, instantaneous_specific_humidity_at_2m_for_coupling, instantaneous_x_wind_at_10m_for_coupling, instantaneous_y_wind_at_10m_for_coupling, instantaneous_surface_skin_temperature_for_coupling, instantaneous_surface_air_pressure_for_coupling, surface_upwelling_longwave_flux_for_coupling, surface_x_momentum_flux_for_coupling, surface_y_momentum_flux_for_coupling, surface_upward_sensible_heat_flux_for_coupling, surface_upward_latent_heat_flux_for_coupling, surface_snow_thickness_for_coupling, sea_land_ice_mask_in, fraction_of_cellular_automata_for_deep_convection, vertical_weight_for_ca, cellular_automata_global_pattern, physics_field_for_coupling, weights_for_stochastic_shum_perturbation, weights_for_stochastic_sppt_perturbation, weights_for_stochastic_skeb_perturbation_of_x_wind, weights_for_stochastic_skeb_perturbation_of_y_wind, weights_for_stochastic_surface_physics_perturbation, instantaneous_water_vapor_specific_humidity_tendency_due_to_convection, tendency_of_water_friendly_aerosols_at_surface, tendency_of_ice_friendly_aerosols_at_surface, instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling, instantaneous_atmosphere_heat_diffusivity, convective_cloud_condesate_after_rainout DEBUG: Variables in derived type GFS_statein_type: geopotential_at_interface, air_pressure_at_interface, dimensionless_exner_function_at_model_interfaces, dimensionless_exner_function_at_lowest_model_interface, geopotential, air_pressure, air_pressure_at_lowest_model_layer, dimensionless_exner_function_at_model_layers, dimensionless_exner_function_at_lowest_model_layer, surface_air_pressure, x_wind, x_wind_at_lowest_model_layer, y_wind, y_wind_at_lowest_model_layer, omega, air_temperature, air_temperature_at_lowest_model_layer, tracer_concentration, water_vapor_specific_humidity, water_vapor_specific_humidity_at_lowest_model_layer, cloud_condensed_water_mixing_ratio, cloud_condensed_water_mixing_ratio_at_lowest_model_layer, ice_water_mixing_ratio, rain_water_mixing_ratio, snow_water_mixing_ratio, graupel_mixing_ratio, ozone_mixing_ratio, water_friendly_aerosol_number_concentration, ice_friendly_aerosol_number_concentration, cloud_droplet_number_concentration, ice_number_concentration, rain_number_concentration, snow_number_concentration, graupel_number_concentration, turbulent_kinetic_energy, dissipation_estimate_of_air_temperature_at_model_layers DEBUG: Variables in derived type GFS_cldprop_type: fraction_of_convective_cloud, pressure_at_top_of_convective_cloud, pressure_at_bottom_of_convective_cloud DEBUG: Variables in derived type GFS_data_type: GFS_statein_type_instance, GFS_stateout_type_instance, GFS_sfcprop_type_instance, GFS_coupling_type_instance, GFS_grid_type_instance, GFS_tbd_type_instance, GFS_cldprop_type_instance, GFS_radtend_type_instance, GFS_diag_type_instance DEBUG: Variables in derived type GFS_radtend_type: sw_fluxes_sfc, lw_fluxes_sfc, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, surface_diffused_shortwave_albedo, cosine_of_zenith_angle, daytime_mean_cosz_over_rad_call_period, surface_midlayer_air_temperature_in_longwave_radiation, surface_longwave_emissivity, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_for_idea -DEBUG: Variables in derived type GFS_grid_type: cell_area, cell_size, latitude, longitude, cosine_of_latitude, sine_of_latitude, latitude_in_degree, longitude_in_degree +DEBUG: Variables in derived type GFS_grid_type: cell_area, cell_size, latitude, longitude, cosine_of_latitude, sine_of_latitude, latitude_in_degree, longitude_in_degree, lower_ozone_interpolation_index, upper_ozone_interpolation_index, ozone_interpolation_weight, lower_water_vapor_interpolation_index, upper_water_vapor_interpolation_index, water_vapor_interpolation_weight, lower_aerosol_y_interpolation_index, upper_aerosol_y_interpolation_index, aerosol_y_interpolation_weight, lower_aerosol_x_interpolation_index, upper_aerosol_x_interpolation_index, aerosol_x_interpolation_weight, lower_cloud_nuclei_y_interpolation_index, upper_cloud_nuclei_y_interpolation_index, cloud_nuclei_y_interpolation_weight, lower_cloud_nuclei_x_interpolation_index, upper_cloud_nuclei_x_interpolation_index, cloud_nuclei_x_interpolation_weight DEBUG: Variables in derived type GFS_stateout_type: x_wind_updated_by_physics, x_wind_at_lowest_model_layer_updated_by_physics, y_wind_updated_by_physics, y_wind_at_lowest_model_layer_updated_by_physics, air_temperature_updated_by_physics, air_temperature_at_lowest_model_layer_updated_by_physics, tracer_concentration_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics, ozone_concentration_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, ice_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, snow_water_mixing_ratio_updated_by_physics, graupel_mixing_ratio_updated_by_physics, mass_weighted_rime_factor_updated_by_physics, water_friendly_aerosol_number_concentration_updated_by_physics, ice_friendly_aerosol_number_concentration_updated_by_physics, cloud_droplet_number_concentration_updated_by_physics, ice_number_concentration_updated_by_physics, rain_number_concentration_updated_by_physics, snow_number_concentration_updated_by_physics, graupel_number_concentration_updated_by_physics, cloud_fraction_updated_by_physics DEBUG: Variables in derived type GFS_init_type: INFO: Parsed variable definition tables in module GFS_typedefs @@ -19068,6 +11403,8 @@ INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of DEBUG: Updating local name of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from tprcp_ocean to GFS_Interstitial(cdata%thrd_no)%tprcp_ocean INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata DEBUG: Updating local name of variable log_pressure_at_Lagrangian_surface from peln to CCPP_interstitial%peln +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 +DEBUG: Updating local name of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from du3dt_tms to GFS_Data(cdata%blk_no)%Intdiag%du3dt_tms INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata DEBUG: Updating local name of variable height_of_launch_level_of_orographic_gravity_wave from zogw to GFS_Interstitial(cdata%thrd_no)%zogw INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata @@ -19121,6 +11458,8 @@ INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_ DEBUG: Updating local name of variable number_of_statistical_measures_of_subgrid_orography from nmtvr to GFS_Control%nmtvr INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata DEBUG: Updating local name of variable snow_precipitation_rate_at_surface from qsnowxy to GFS_Data(cdata%blk_no)%Sfcprop%qsnowxy +INFO: Converting local name jindx1_ci of variable lower_cloud_nuclei_y_interpolation_index from new to old metadata +DEBUG: Updating local name of variable lower_cloud_nuclei_y_interpolation_index from jindx1_ci to GFS_Data(cdata%blk_no)%Grid%jindx1_ci INFO: Converting local name do_sppt of variable flag_for_stochastic_physics_perturbations from new to old metadata DEBUG: Updating local name of variable flag_for_stochastic_physics_perturbations from do_sppt to GFS_Control%do_sppt INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata @@ -19152,6 +11491,8 @@ INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_ DEBUG: Updating local name of variable surface_upwelling_longwave_flux_for_coupling from ulwsfcin_cpl to GFS_Data(cdata%blk_no)%Coupling%ulwsfcin_cpl INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata DEBUG: Updating local name of variable do_ugwp from do_ugwp to GFS_Control%do_ugwp +INFO: Converting local name in_nm of variable ice_nucleation_number from new to old metadata +DEBUG: Updating local name of variable ice_nucleation_number from in_nm to GFS_Data(cdata%blk_no)%Tbd%in_nm INFO: Converting local name rrtmgp_nGptsLW of variable number_of_lw_spectral_points_rrtmgp from new to old metadata DEBUG: Updating local name of variable number_of_lw_spectral_points_rrtmgp from rrtmgp_nGptsLW to GFS_Control%rrtmgp_nGptsLW INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata @@ -19174,8 +11515,8 @@ INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from DEBUG: Updating local name of variable cloud_ice_water_path from clouds(:,:,4) to GFS_Interstitial(cdata%thrd_no)%clouds(:,:,4) INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata DEBUG: Updating local name of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from refdmax to GFS_Data(cdata%blk_no)%Intdiag%refdmax -INFO: Converting local name flxprf_sw of variable RRTMGP_sw_fluxes from new to old metadata -DEBUG: Updating local name of variable RRTMGP_sw_fluxes from flxprf_sw to GFS_Interstitial(cdata%thrd_no)%flxprf_sw +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from tau_ogw to GFS_Data(cdata%blk_no)%Intdiag%tau_ogw INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata DEBUG: Updating local name of variable integrated_y_momentum_flux_from_large_scale_gwd from dvsfc_ls to GFS_Data(cdata%blk_no)%Intdiag%dvsfc_ls INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata @@ -19202,6 +11543,8 @@ INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from ne DEBUG: Updating local name of variable ratio_of_snowfall_to_rainfall from sr to GFS_Data(cdata%blk_no)%Intdiag%sr INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata DEBUG: Updating local name of variable multiplication_factors_for_convective_gravity_wave_drag from cgwf to GFS_Control%cgwf +INFO: Converting local name jindx1_aer of variable lower_aerosol_y_interpolation_index from new to old metadata +DEBUG: Updating local name of variable lower_aerosol_y_interpolation_index from jindx1_aer to GFS_Data(cdata%blk_no)%Grid%jindx1_aer INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata DEBUG: Updating local name of variable flag_for_precipitation_partition_option from iopt_snf to GFS_Control%iopt_snf INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata @@ -19210,6 +11553,8 @@ INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from DEBUG: Updating local name of variable layer_thickness_for_radiation from dzlyr to GFS_Interstitial(cdata%thrd_no)%dzlyr INFO: Converting local name ty_cloud_optics of variable ty_cloud_optics from new to old metadata DEBUG: Variable index_for_liquid_cloud_condensate was in old metadata format and has already been converted +INFO: Converting local name fluxr of variable cumulative_radiation_diagnostic from new to old metadata +DEBUG: Updating local name of variable cumulative_radiation_diagnostic from fluxr to GFS_Data(cdata%blk_no)%Intdiag%fluxr INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata DEBUG: Updating local name of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from nnirdfi_cpl to GFS_Data(cdata%blk_no)%Coupling%nnirdfi_cpl INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata @@ -19297,8 +11642,6 @@ INFO: Converting local name deeprechxy of variable water_table_recharge_when_dee DEBUG: Updating local name of variable water_table_recharge_when_deep from deeprechxy to GFS_Data(cdata%blk_no)%Sfcprop%deeprechxy INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata DEBUG: Updating local name of variable flag_for_sas_shallow_convection_scheme from imfshalcnv_sas to GFS_Control%imfshalcnv_sas -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -DEBUG: Updating local name of variable air_temperature_at_previous_time_step from phy_f3d(:,:,3) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,3) INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata DEBUG: Updating local name of variable surface_skin_temperature_after_iteration from tsurf to GFS_Interstitial(cdata%thrd_no)%tsurf INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata @@ -19347,6 +11690,8 @@ INFO: Converting local name bl_mynn_output of variable mynn_output_flag from new DEBUG: Updating local name of variable mynn_output_flag from bl_mynn_output to GFS_Control%bl_mynn_output INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata DEBUG: Updating local name of variable weights_for_stochastic_skeb_perturbation_of_x_wind from skebu_wts to GFS_Data(cdata%blk_no)%Coupling%skebu_wts +INFO: Converting local name jindx2_ci of variable upper_cloud_nuclei_y_interpolation_index from new to old metadata +DEBUG: Updating local name of variable upper_cloud_nuclei_y_interpolation_index from jindx2_ci to GFS_Data(cdata%blk_no)%Grid%jindx2_ci INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata DEBUG: Updating local name of variable flag_for_sgs_cellular_automata from ca_sgs to GFS_Control%ca_sgs INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata @@ -19362,6 +11707,8 @@ INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_functio DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from fh2_ice to GFS_Interstitial(cdata%thrd_no)%fh2_ice INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata DEBUG: Updating local name of variable flag_to_calc_lw from lslwr to GFS_Control%lslwr +INFO: Converting local name nfxr of variable number_of_radiation_diagnostic_variables from new to old metadata +DEBUG: Updating local name of variable number_of_radiation_diagnostic_variables from nfxr to GFS_Control%nfxr INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata DEBUG: Updating local name of variable soil_moisture_content from soilm to GFS_Data(cdata%blk_no)%Intdiag%soilm INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata @@ -19535,6 +11882,8 @@ DEBUG: Variable index_for_ice_cloud_condensate was in old metadata format and ha DEBUG: Updating local name of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from dqdt(:,:,index_for_ice_cloud_condensate) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntiw) INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata DEBUG: Updating local name of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from snow to GFS_Data(cdata%blk_no)%Intdiag%snow +INFO: Converting local name iindx2_aer of variable upper_aerosol_x_interpolation_index from new to old metadata +DEBUG: Updating local name of variable upper_aerosol_x_interpolation_index from iindx2_aer to GFS_Data(cdata%blk_no)%Grid%iindx2_aer INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata DEBUG: Updating local name of variable cellular_automata_finer_grid from ncells to GFS_Control%ncells INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata @@ -19550,6 +11899,8 @@ INFO: Converting local name clxss of variable fraction_of_grid_box_with_subgrid_ DEBUG: Updating local name of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale from clxss to GFS_Interstitial(cdata%thrd_no)%clxss INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata DEBUG: Updating local name of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from mg_qcmin to GFS_Control%mg_qcmin +INFO: Converting local name iindx2_ci of variable upper_cloud_nuclei_x_interpolation_index from new to old metadata +DEBUG: Updating local name of variable upper_cloud_nuclei_x_interpolation_index from iindx2_ci to GFS_Data(cdata%blk_no)%Grid%iindx2_ci INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata DEBUG: Updating local name of variable k_level_of_highest_reaching_plume from ktop_shallow to GFS_Data(cdata%blk_no)%Intdiag%ktop_shallow INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata @@ -19618,6 +11969,8 @@ INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new DEBUG: Updating local name of variable flag_for_ozone_physics from oz_phys to GFS_Control%oz_phys INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata DEBUG: Updating local name of variable array_dimension_of_2d_arrays_for_microphysics from num_p2d to GFS_Control%num_p2d +INFO: Converting local name ddy_ci of variable cloud_nuclei_y_interpolation_weight from new to old metadata +DEBUG: Updating local name of variable cloud_nuclei_y_interpolation_weight from ddy_ci to GFS_Data(cdata%blk_no)%Grid%ddy_ci INFO: Converting local name flag_for_scnv_generic_tend of variable flag_for_generic_shallow_convection_tendency from new to old metadata DEBUG: Updating local name of variable flag_for_generic_shallow_convection_tendency from flag_for_scnv_generic_tend to GFS_Control%flag_for_scnv_generic_tend INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata @@ -19637,6 +11990,8 @@ INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to DEBUG: Updating local name of variable tke_advect from bl_mynn_tkeadvect to GFS_Control%bl_mynn_tkeadvect INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata DEBUG: Updating local name of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from du3dt(:,:,4) to GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,4) +INFO: Converting local name lgfdlmprad of variable flag_for_GFDL_microphysics_radiation_interaction from new to old metadata +DEBUG: Updating local name of variable flag_for_GFDL_microphysics_radiation_interaction from lgfdlmprad to GFS_Control%lgfdlmprad INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata DEBUG: Updating local name of variable surface_specific_humidity_for_MYJ_schemes from phy_myj_qsfc to GFS_Data(cdata%blk_no)%Tbd%phy_myj_qsfc INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata @@ -19714,6 +12069,8 @@ DEBUG: Updating local name of variable flag_for_restart from restart to GFS_Cont INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata INFO: Converting local name alpha of variable cloud_overlap_decorrelation_parameter from new to old metadata DEBUG: Updating local name of variable cloud_overlap_decorrelation_parameter from alpha to GFS_Interstitial(cdata%thrd_no)%alpha +INFO: Converting local name nqvdelt of variable index_for_specific_humidity_at_previous_timestep from new to old metadata +DEBUG: Updating local name of variable index_for_specific_humidity_at_previous_timestep from nqvdelt to GFS_Control%nqvdelt 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 DEBUG: Updating local name of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from dvisbm_cpl to GFS_Data(cdata%blk_no)%Coupling%dvisbm_cpl INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata @@ -19724,6 +12081,10 @@ INFO: Converting local name det_sqv of variable water_vapor_detrainment_tendency DEBUG: Updating local name of variable water_vapor_detrainment_tendency from det_sqv to GFS_Data(cdata%blk_no)%Intdiag%det_sqv INFO: Converting local name dq3dt(:,:,13) of variable cumulative_change_in_ozone_concentration_due_to_non_physics_processes from new to old metadata DEBUG: Updating local name of variable cumulative_change_in_ozone_concentration_due_to_non_physics_processes from dq3dt(:,:,13) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,13) +INFO: Converting local name lmfdeep2 of variable flag_for_scale_aware_mass_flux_convection from new to old metadata +DEBUG: Updating local name of variable flag_for_scale_aware_mass_flux_convection from lmfdeep2 to GFS_Control%lmfdeep2 +INFO: Converting local name iindx1_ci of variable lower_cloud_nuclei_x_interpolation_index from new to old metadata +DEBUG: Updating local name of variable lower_cloud_nuclei_x_interpolation_index from iindx1_ci to GFS_Data(cdata%blk_no)%Grid%iindx1_ci INFO: Converting local name ty_gas_concs of variable ty_gas_concs 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 DEBUG: Updating local name of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from visdfdi to GFS_Data(cdata%blk_no)%Coupling%visdfdi @@ -19752,6 +12113,8 @@ DEBUG: Updating local name of variable index_for_liquid_cloud_number_concentrati DEBUG: Updating local name of variable cloud_droplet_number_concentration from qgrs(:,:,index_for_liquid_cloud_number_concentration) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntlnc) INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata DEBUG: Updating local name of variable cumulative_change_in_y_wind_due_to_PBL from dv3dt(:,:,1) to GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) +INFO: Converting local name ddx_aer of variable aerosol_x_interpolation_weight from new to old metadata +DEBUG: Updating local name of variable aerosol_x_interpolation_weight from ddx_aer to GFS_Data(cdata%blk_no)%Grid%ddx_aer INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata DEBUG: Updating local name of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from dudt_tms to GFS_Interstitial(cdata%thrd_no)%dudt_tms INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata @@ -19824,8 +12187,6 @@ DEBUG: Variable index_for_snow_water was in old metadata format and has already DEBUG: Updating local name of variable snow_water_mixing_ratio from qgrs(:,:,index_for_snow_water) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntsw) INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata DEBUG: Updating local name of variable cloud_optical_depth_layers_at_0p55mu_band from cldtausw to GFS_Interstitial(cdata%thrd_no)%cldtausw -INFO: Converting local name qdiag3d of variable flag_tracer_diagnostics_3D from new to old metadata -DEBUG: Updating local name of variable flag_tracer_diagnostics_3D from qdiag3d to GFS_Control%qdiag3d INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata DEBUG: Updating local name of variable nondimensional_snow_age from taussxy to GFS_Data(cdata%blk_no)%Sfcprop%taussxy INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata @@ -19874,6 +12235,8 @@ INFO: Converting local name lprnt of variable flag_print from new to old metadat DEBUG: Updating local name of variable flag_print from lprnt to GFS_Control%lprnt INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata DEBUG: Updating local name of variable critical_cloud_top_entrainment_instability_criteria from ctei_rm to GFS_Control%ctei_rm +INFO: Converting local name nTdelt of variable index_for_air_temperature_at_previous_timestep from new to old metadata +DEBUG: Updating local name of variable index_for_air_temperature_at_previous_timestep from nTdelt to GFS_Control%nTdelt INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata DEBUG: Updating local name of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from tau_ngw to GFS_Data(cdata%blk_no)%Intdiag%tau_ngw INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata @@ -19905,6 +12268,8 @@ INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwa DEBUG: Updating local name of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from gabsbdlw_land to GFS_Interstitial(cdata%thrd_no)%gabsbdlw_land INFO: Converting local name kice of variable ice_vertical_dimension from new to old metadata DEBUG: Updating local name of variable ice_vertical_dimension from kice to GFS_Control%kice +INFO: Converting local name ccn_nm of variable tendency_of_ccn_activated_number from new to old metadata +DEBUG: Updating local name of variable tendency_of_ccn_activated_number from ccn_nm to GFS_Data(cdata%blk_no)%Tbd%ccn_nm INFO: Converting local name ca_trigger of variable flag_for_global_cellular_automata_trigger from new to old metadata DEBUG: Updating local name of variable flag_for_global_cellular_automata_trigger from ca_trigger to GFS_Control%ca_trigger INFO: Converting local name sw_optical_props_precipByBand of variable shortwave_optical_properties_for_precipitation_by_band from new to old metadata @@ -19941,6 +12306,8 @@ INFO: Converting local name save_q(:,:,index_for_ozone) of variable ozone_mixing INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata DEBUG: Updating local name of variable index_for_ozone from ntoz to GFS_Control%ntoz DEBUG: Updating local name of variable ozone_mixing_ratio_save from save_q(:,:,index_for_ozone) to GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntoz) +INFO: Converting local name ny of variable number_of_points_in_y_direction_for_this_MPI_rank from new to old metadata +DEBUG: Updating local name of variable number_of_points_in_y_direction_for_this_MPI_rank from ny to GFS_Control%ny INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata DEBUG: Updating local name of variable ending_y_direction_index_domain from jed to CCPP_interstitial%jed INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata @@ -19963,6 +12330,8 @@ DEBUG: Updating local name of variable GFS_cldprop_type_instance from Cldprop to INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata DEBUG: Variable index_for_ice_cloud_number_concentration was in old metadata format and has already been converted DEBUG: Updating local name of variable ice_number_concentration_updated_by_physics from gq0(:,:,index_for_ice_cloud_number_concentration) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntinc) +INFO: Converting local name jindx2_h of variable upper_water_vapor_interpolation_index from new to old metadata +DEBUG: Updating local name of variable upper_water_vapor_interpolation_index from jindx2_h to GFS_Data(cdata%blk_no)%Grid%jindx2_h INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata DEBUG: Updating local name of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from icliq_sw to GFS_Control%icliq_sw INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata @@ -19981,6 +12350,8 @@ INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_de DEBUG: Updating local name of variable upper_bound_on_max_albedo_over_deep_snow from snoalb to GFS_Data(cdata%blk_no)%Sfcprop%snoalb INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata DEBUG: Updating local name of variable total_cloud_fraction from clouds(:,:,1) to GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) +INFO: Converting local name nps2delt of variable index_for_surface_air_pressure_two_timesteps_back from new to old metadata +DEBUG: Updating local name of variable index_for_surface_air_pressure_two_timesteps_back from nps2delt to GFS_Control%nps2delt DEBUG: Variable index_for_ozone was in old metadata format and has already been converted INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata DEBUG: Updating local name of variable normalized_soil_wetness from wet1 to GFS_Data(cdata%blk_no)%Intdiag%wet1 @@ -19999,8 +12370,8 @@ INFO: Converting local name prsik of variable dimensionless_exner_function_at_mo DEBUG: Updating local name of variable dimensionless_exner_function_at_model_interfaces from prsik to GFS_Data(cdata%blk_no)%Statein%prsik INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata DEBUG: Updating local name of variable temperature_at_2m_from_noahmp from t2mmp to GFS_Interstitial(cdata%thrd_no)%t2mmp -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -DEBUG: Updating local name of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from tau_ogw to GFS_Data(cdata%blk_no)%Intdiag%tau_ogw +INFO: Converting local name flxprf_sw of variable RRTMGP_sw_fluxes from new to old metadata +DEBUG: Updating local name of variable RRTMGP_sw_fluxes from flxprf_sw to GFS_Interstitial(cdata%thrd_no)%flxprf_sw INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata DEBUG: Updating local name of variable surface_downwelling_longwave_flux from dlwsfci to GFS_Data(cdata%blk_no)%Intdiag%dlwsfci INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata @@ -20015,6 +12386,8 @@ INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_a DEBUG: Updating local name of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from chxy to GFS_Data(cdata%blk_no)%Sfcprop%chxy INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata DEBUG: Updating local name of variable upward_heat_flux_in_soil_over_ocean from gflx_ocean to GFS_Interstitial(cdata%thrd_no)%gflx_ocean +INFO: Converting local name cny of variable number_of_points_in_y_direction_for_this_cubed_sphere_face from new to old metadata +DEBUG: Updating local name of variable number_of_points_in_y_direction_for_this_cubed_sphere_face from cny to GFS_Control%cny INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata DEBUG: Updating local name of variable flag_convective_tracer_transport from otspt to GFS_Interstitial(cdata%thrd_no)%otspt INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata @@ -20043,6 +12416,8 @@ INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_mom DEBUG: Updating local name of variable surface_drag_wind_speed_for_momentum_in_air_over_land from cmm_land to GFS_Interstitial(cdata%thrd_no)%cmm_land INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_at_2m from fh2 to GFS_Interstitial(cdata%thrd_no)%fh2 +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +DEBUG: Updating local name of variable time_since_diagnostics_zeroed from zhour to GFS_Control%zhour INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata DEBUG: Updating local name of variable cumulative_change_in_x_wind_due_to_PBL from du3dt(:,:,1) to GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata @@ -20216,8 +12591,6 @@ INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiat DEBUG: Updating local name of variable air_temperature_at_layer_for_radiation from tlyr to GFS_Interstitial(cdata%thrd_no)%tlyr INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata DEBUG: Updating local name of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from nirbmdi to GFS_Data(cdata%blk_no)%Coupling%nirbmdi -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -DEBUG: Updating local name of variable sea_land_ice_mask from islmsk to GFS_Interstitial(cdata%thrd_no)%islmsk INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata DEBUG: Updating local name of variable vertical_temperature_average_range_upper_bound from nstf_name(5) to GFS_Control%nstf_name(5) INFO: Converting local name rrtmgp_root of variable directory_for_rte_rrtmgp_source_code from new to old metadata @@ -20238,8 +12611,8 @@ INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_ DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from lwhd to GFS_Data(cdata%blk_no)%Radtend%lwhd INFO: Converting local name flipv of variable flag_flip from new to old metadata DEBUG: Updating local name of variable flag_flip from flipv to GFS_Control%flipv -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -DEBUG: Updating local name of variable ccn_number_concentration from ccn_nm to GFS_Data(cdata%blk_no)%Tbd%ccn_nm +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +DEBUG: Updating local name of variable local_condesed_water_number_concentration from ncpl to GFS_Interstitial(cdata%thrd_no)%ncpl INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata DEBUG: Updating local name of variable edmf_flag from bl_mynn_edmf to GFS_Control%bl_mynn_edmf INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata @@ -20283,6 +12656,9 @@ DEBUG: Variable index_for_ice_cloud_number_concentration was in old metadata for DEBUG: Updating local name of variable ice_number_concentration from qgrs(:,:,index_for_ice_cloud_number_concentration) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntinc) INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata DEBUG: Updating local name of variable mean_change_over_depth_in_sea_water_temperature from dtzm to GFS_Interstitial(cdata%thrd_no)%dtzm +INFO: Converting local name phy_f2d(:,index_for_surface_air_pressure_two_timesteps_back) of variable surface_air_pressure_two_timesteps_back from new to old metadata +DEBUG: Variable index_for_surface_air_pressure_two_timesteps_back was in old metadata format and has already been converted +DEBUG: Updating local name of variable surface_air_pressure_two_timesteps_back from phy_f2d(:,index_for_surface_air_pressure_two_timesteps_back) to GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,GFS_Control%nps2delt) INFO: Converting local name lw_optical_props_aerosol of variable longwave_optical_properties_for_aerosols from new to old metadata DEBUG: Updating local name of variable longwave_optical_properties_for_aerosols from lw_optical_props_aerosol to GFS_Interstitial(cdata%thrd_no)%lw_optical_props_aerosol INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata @@ -20312,6 +12688,8 @@ INFO: Converting local name do_GPsw_Glw of variable scheme_flag from new to old DEBUG: Updating local name of variable scheme_flag from do_GPsw_Glw to GFS_Control%do_GPsw_Glw INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels from new to old metadata DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels from htsw0 to GFS_Interstitial(cdata%thrd_no)%htsw0 +INFO: Converting local name jindx2_aer of variable upper_aerosol_y_interpolation_index from new to old metadata +DEBUG: Updating local name of variable upper_aerosol_y_interpolation_index from jindx2_aer to GFS_Data(cdata%blk_no)%Grid%jindx2_aer INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata DEBUG: Updating local name of variable seed_for_random_number_generation_in_cellular_automata_scheme from iseed_ca to GFS_Control%iseed_ca INFO: Converting local name cldfra of variable instantaneous_3d_cloud_fraction from new to old metadata @@ -20324,8 +12702,8 @@ INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat DEBUG: Updating local name of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from evbsa to GFS_Data(cdata%blk_no)%Intdiag%evbsa INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata DEBUG: Updating local name of variable cumulative_cloud_work_function from cldwrk to GFS_Data(cdata%blk_no)%Intdiag%cldwrk -INFO: Converting local name hwrf_samfdeep of variable flag_for_hwrf_samfdeepcnv_scheme from new to old metadata -DEBUG: Updating local name of variable flag_for_hwrf_samfdeepcnv_scheme from hwrf_samfdeep to GFS_Control%hwrf_samfdeep +INFO: Converting local name qdiag3d of variable flag_tracer_diagnostics_3D from new to old metadata +DEBUG: Updating local name of variable flag_tracer_diagnostics_3D from qdiag3d to GFS_Control%qdiag3d INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata DEBUG: Updating local name of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from ql to CCPP_interstitial%ql INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata @@ -20339,6 +12717,8 @@ INFO: Converting local name gt0 of variable air_temperature_updated_by_physics f DEBUG: Updating local name of variable air_temperature_updated_by_physics from gt0 to GFS_Data(cdata%blk_no)%Stateout%gt0 INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata DEBUG: Updating local name of variable v_wind_component_at_viscous_sublayer_top from phy_myj_vz0 to GFS_Data(cdata%blk_no)%Tbd%phy_myj_vz0 +INFO: Converting local name seed0 of variable seed_random_numbers_RAS from new to old metadata +DEBUG: Updating local name of variable seed_random_numbers_RAS from seed0 to GFS_Control%seed0 INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata DEBUG: Updating local name of variable ending_x_direction_index_domain from ied to CCPP_interstitial%ied INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata @@ -20360,15 +12740,18 @@ DEBUG: Updating local name of variable time_integral_of_height_of_mountain_block DEBUG: Variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d was in old metadata format and has already been converted 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 DEBUG: Updating local name of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from dv3dt_ngw to GFS_Data(cdata%blk_no)%Intdiag%dv3dt_ngw +INFO: Converting local name phy_f3d(:,:,index_for_air_temperature_two_timesteps_back) of variable air_temperature_two_timesteps_back from new to old metadata +INFO: Converting local name nT2delt of variable index_for_air_temperature_two_timesteps_back from new to old metadata +DEBUG: Updating local name of variable index_for_air_temperature_two_timesteps_back from nT2delt to GFS_Control%nT2delt +DEBUG: Updating local name of variable air_temperature_two_timesteps_back from phy_f3d(:,:,index_for_air_temperature_two_timesteps_back) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nT2delt) INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata DEBUG: Updating local name of variable volume_fraction_of_soil_moisture from smc to GFS_Data(cdata%blk_no)%Sfcprop%smc INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata DEBUG: Updating local name of variable limit_for_temperature_tendency_for_microphysics from ttendlim to GFS_Control%ttendlim INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata DEBUG: Updating local name of variable snow_vertical_dimension_for_land_surface_model from lsnow_lsm to GFS_Control%lsnow_lsm -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 -DEBUG: Variable index_for_ice_friendly_aerosols was in old metadata format and has already been converted -DEBUG: Updating local name of variable ice_friendly_aerosol_number_concentration_updated_by_physics from gq0(:,:,index_for_ice_friendly_aerosols) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntia) +INFO: Converting local name facwf of variable fractional_coverage_with_weak_cosz_dependency from new to old metadata +DEBUG: Updating local name of variable fractional_coverage_with_weak_cosz_dependency from facwf to GFS_Data(cdata%blk_no)%Sfcprop%facwf INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata DEBUG: Updating local name of variable number_of_aerosol_output_fields_for_shortwave_radiation from nf_aesw to GFS_Interstitial(cdata%thrd_no)%nf_aesw INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata @@ -20377,6 +12760,8 @@ INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwe DEBUG: Updating local name of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from dswsfci_cpl to GFS_Data(cdata%blk_no)%Coupling%dswsfci_cpl INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata DEBUG: Updating local name of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from u10max to GFS_Data(cdata%blk_no)%Intdiag%u10max +INFO: Converting local name nszero of variable number_of_timesteps_between_diagnostic_clearing from new to old metadata +DEBUG: Updating local name of variable number_of_timesteps_between_diagnostic_clearing from nszero to GFS_Control%nszero INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata DEBUG: Updating local name of variable x_wind_at_lowest_model_layer from ugrs(:,1) to GFS_Data(cdata%blk_no)%Statein%ugrs(:,1) INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata @@ -20395,6 +12780,8 @@ INFO: Converting local name ncols of variable horizontal_dimension from new to o DEBUG: Updating local name of variable horizontal_dimension from ncols to GFS_Control%ncols INFO: Converting local name p_lay of variable air_pressure_at_layer_for_RRTMGP_in_hPa from new to old metadata DEBUG: Updating local name of variable air_pressure_at_layer_for_RRTMGP_in_hPa from p_lay to GFS_Interstitial(cdata%thrd_no)%p_lay +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +DEBUG: Updating local name of variable vertical_index_difference_between_inout_and_local from kd to GFS_Interstitial(cdata%thrd_no)%kd INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata DEBUG: Updating local name of variable flag_reset_maximum_hourly_fields from reset to GFS_Interstitial(cdata%thrd_no)%reset INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata @@ -20432,8 +12819,6 @@ INFO: Converting local name scmpsw of variable components_of_surface_downward_sh DEBUG: Updating local name of variable components_of_surface_downward_shortwave_fluxes from scmpsw to GFS_Interstitial(cdata%thrd_no)%scmpsw INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata DEBUG: Updating local name of variable weights_for_stochastic_shum_perturbation_flipped from shum_wts to GFS_Data(cdata%blk_no)%Intdiag%shum_wts -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -DEBUG: Updating local name of variable mg_flag_for_hail from mg_do_hail to GFS_Control%mg_do_hail INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata DEBUG: Updating local name of variable index_for_convective_cloud_cover_in_phy_f3d from ncnvc to GFS_Control%ncnvc INFO: Converting local name sktp1r of variable surface_skin_temperature_at_previous_time_step from new to old metadata @@ -20477,8 +12862,6 @@ INFO: Converting local name imap of variable map_of_block_column_number_to_globa DEBUG: Updating local name of variable map_of_block_column_number_to_global_i_index from imap to GFS_Data(cdata%blk_no)%Tbd%imap INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata DEBUG: Updating local name of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from skebu_wts to GFS_Data(cdata%blk_no)%Intdiag%skebu_wts -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -DEBUG: Updating local name of variable local_condesed_water_number_concentration from ncpl to GFS_Interstitial(cdata%thrd_no)%ncpl INFO: Converting local name lakedepth of variable lake_depth from new to old metadata DEBUG: Updating local name of variable lake_depth from lakedepth to GFS_Data(cdata%blk_no)%Sfcprop%lakedepth INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata @@ -20535,6 +12918,8 @@ INFO: Converting local name nthreads of variable omp_threads_for_fast_physics fr DEBUG: Updating local name of variable omp_threads_for_fast_physics from nthreads to CCPP_interstitial%nthreads INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata DEBUG: Updating local name of variable x_wind_at_lowest_model_layer_for_diag from u1 to GFS_Data(cdata%blk_no)%Intdiag%u1 +INFO: Converting local name nqv2delt of variable index_for_specific_humidity_two_timesteps_back from new to old metadata +DEBUG: Updating local name of variable index_for_specific_humidity_two_timesteps_back from nqv2delt to GFS_Control%nqv2delt INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata DEBUG: Updating local name of variable maximum_mass_flux from maxMF to GFS_Data(cdata%blk_no)%Intdiag%maxMF INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata @@ -20569,13 +12954,12 @@ INFO: Converting local name fscav of variable coefficients_for_aerosol_scavengin DEBUG: Updating local name of variable coefficients_for_aerosol_scavenging from fscav to GFS_Control%fscav INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata DEBUG: Updating local name of variable frozen_cloud_threshold_temperature from tf to GFS_Control%tf -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -DEBUG: Updating local name of variable surface_air_pressure_two_time_steps_back from phy_f2d(:,1) to GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,1) INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata DEBUG: Updating local name of variable vertical_dimension_plus_one from levsp1 to GFS_Control%levsp1 INFO: Converting local name GFS_grid_type of variable GFS_grid_type 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 DEBUG: Updating local name of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from faerlw(:,:,:,2) to GFS_Interstitial(cdata%thrd_no)%faerlw(:,:,:,2) +DEBUG: Variable index_for_air_temperature_two_timesteps_back was in old metadata format and has already been converted INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata DEBUG: Updating local name of variable coefficient_from_cloud_ice_to_snow_ras from psauras to GFS_Control%psauras INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata @@ -20604,6 +12988,8 @@ INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_he DEBUG: Updating local name of variable flag_for_hydrostatic_heating_from_physics from phys_hydrostatic to GFS_Interstitial(cdata%thrd_no)%phys_hydrostatic INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata DEBUG: Updating local name of variable weights_for_stochastic_sppt_perturbation from sppt_wts to GFS_Data(cdata%blk_no)%Coupling%sppt_wts +INFO: Converting local name jindx2_o3 of variable upper_ozone_interpolation_index from new to old metadata +DEBUG: Updating local name of variable upper_ozone_interpolation_index from jindx2_o3 to GFS_Data(cdata%blk_no)%Grid%jindx2_o3 INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata DEBUG: Updating local name of variable kappa_dry_for_fast_physics from akap to CCPP_interstitial%akap INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata @@ -20701,14 +13087,19 @@ INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_ DEBUG: Updating local name of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from aerodp to GFS_Interstitial(cdata%thrd_no)%aerodp INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata DEBUG: Updating local name of variable tke_dissipative_heating_factor from dspfac to GFS_Control%dspfac -INFO: Converting local name facwf of variable fractional_coverage_with_weak_cosz_dependency from new to old metadata -DEBUG: Updating local name of variable fractional_coverage_with_weak_cosz_dependency from facwf to GFS_Data(cdata%blk_no)%Sfcprop%facwf +INFO: Converting local name ddy_o3 of variable ozone_interpolation_weight from new to old metadata +DEBUG: Updating local name of variable ozone_interpolation_weight from ddy_o3 to GFS_Data(cdata%blk_no)%Grid%ddy_o3 +INFO: Converting local name phy_f3d(:,:,index_for_specific_humidity_at_previous_timestep) of variable water_vapor_specific_humidity_at_previous_timestep from new to old metadata +DEBUG: Variable index_for_specific_humidity_at_previous_timestep was in old metadata format and has already been converted +DEBUG: Updating local name of variable water_vapor_specific_humidity_at_previous_timestep from phy_f3d(:,:,index_for_specific_humidity_at_previous_timestep) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nqvdelt) INFO: Converting local name nblks of variable ccpp_block_count from new to old metadata DEBUG: Updating local name of variable ccpp_block_count from nblks to GFS_Control%nblks INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata DEBUG: Updating local name of variable flag_for_gf_shallow_convection_scheme from imfshalcnv_gf to GFS_Control%imfshalcnv_gf INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata DEBUG: Updating local name of variable aerosol_optical_properties_for_longwave_bands_01_16 from faerlw to GFS_Interstitial(cdata%thrd_no)%faerlw +INFO: Converting local name ddx_ci of variable cloud_nuclei_x_interpolation_weight from new to old metadata +DEBUG: Updating local name of variable cloud_nuclei_x_interpolation_weight from ddx_ci to GFS_Data(cdata%blk_no)%Grid%ddx_ci INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata DEBUG: Updating local name of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from zvir to CCPP_interstitial%zvir INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata @@ -20741,6 +13132,8 @@ INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ DEBUG: Updating local name of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from clw(:,:,2) to GFS_Interstitial(cdata%thrd_no)%clw(:,:,2) INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata DEBUG: Updating local name of variable shoc_tke_dissipatation_pressure_threshold from shoc_parm(1) to GFS_Control%shoc_parm(1) +INFO: Converting local name fhzero of variable frequency_for_diagnostic_clearing from new to old metadata +DEBUG: Updating local name of variable frequency_for_diagnostic_clearing from fhzero to GFS_Control%fhzero INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata DEBUG: Updating local name of variable vertical_index_difference_between_layer_and_upper_bound from kt to GFS_Interstitial(cdata%thrd_no)%kt INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata @@ -20750,6 +13143,8 @@ DEBUG: Updating local name of variable mg_autoconversion_size_threshold_ice_snow INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata DEBUG: Updating local name of variable lwe_thickness_of_snow_amount_for_coupling from snow_cpl to GFS_Data(cdata%blk_no)%Coupling%snow_cpl DEBUG: Variable index_for_water_vapor was in old metadata format and has already been converted +INFO: Converting local name nx of variable number_of_points_in_x_direction_for_this_MPI_rank from new to old metadata +DEBUG: Updating local name of variable number_of_points_in_x_direction_for_this_MPI_rank from nx to GFS_Control%nx INFO: Converting local name topflw_type of variable topflw_type 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 DEBUG: Updating local name of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from cdq_land to GFS_Interstitial(cdata%thrd_no)%cdq_land @@ -20849,12 +13244,13 @@ DEBUG: Variable index_for_ozone was in old metadata format and has already been DEBUG: Updating local name of variable ozone_concentration_updated_by_physics from gq0(:,:,index_for_ozone) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntoz) INFO: Converting local name debug of variable flag_debug from new to old metadata DEBUG: Updating local name of variable flag_debug from debug to GFS_Control%debug +INFO: Converting local name phy_f3d(:,:,index_for_specific_humidity_two_timesteps_back) of variable water_vapor_specific_humidity_two_timesteps_back from new to old metadata +DEBUG: Variable index_for_specific_humidity_two_timesteps_back was in old metadata format and has already been converted +DEBUG: Updating local name of variable water_vapor_specific_humidity_two_timesteps_back from phy_f3d(:,:,index_for_specific_humidity_two_timesteps_back) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nqv2delt) INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata DEBUG: Updating local name of variable coefficient_from_cloud_ice_to_snow from psautco to GFS_Control%psautco INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata DEBUG: Updating local name of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from cd_ocean to GFS_Interstitial(cdata%thrd_no)%cd_ocean -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -DEBUG: Updating local name of variable water_vapor_specific_humidity_two_time_steps_back from phy_f3d(:,:,2) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,2) INFO: Converting local name save_v of variable y_wind_save from new to old metadata DEBUG: Updating local name of variable y_wind_save from save_v to GFS_Interstitial(cdata%thrd_no)%save_v INFO: Converting local name dt3dt(:,:,10) of variable cumulative_change_in_temperature_due_to_physics from new to old metadata @@ -20874,8 +13270,8 @@ DEBUG: Updating local name of variable flag_for_ras_deep_convection from ras to DEBUG: Variable topfsw_type is in old metadata format, no conversion necessary INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata DEBUG: Updating local name of variable surface_albedo_perturbation from alb1d to GFS_Interstitial(cdata%thrd_no)%alb1d -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -DEBUG: Updating local name of variable pressure_at_bottom_of_convective_cloud from cvb to GFS_Data(cdata%blk_no)%Cldprop%cvb +INFO: Converting local name jsc of variable starting_y_index_for_this_MPI_rank from new to old metadata +DEBUG: Updating local name of variable starting_y_index_for_this_MPI_rank from jsc to GFS_Control%jsc INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata DEBUG: Updating local name of variable water_table_recharge_when_shallow from rechxy to GFS_Data(cdata%blk_no)%Sfcprop%rechxy @@ -20883,6 +13279,8 @@ INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed DEBUG: Updating local name of variable mg_allow_supersat_after_sed from sed_supersat to GFS_Control%sed_supersat INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata DEBUG: Updating local name of variable date_and_time_at_model_initialization_reordered from idate to GFS_Control%idate +INFO: Converting local name h2o_phys of variable flag_for_stratospheric_water_vapor_physics from new to old metadata +DEBUG: Updating local name of variable flag_for_stratospheric_water_vapor_physics from h2o_phys to GFS_Control%h2o_phys INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_ugwp from gw_dtdt to GFS_Interstitial(cdata%thrd_no)%gw_dtdt INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata @@ -20932,8 +13330,8 @@ INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_ DEBUG: Updating local name of variable coefficient_from_cloud_water_to_rain from prautco to GFS_Control%prautco INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_over_ice from ffhh_ice to GFS_Interstitial(cdata%thrd_no)%ffhh_ice -INFO: Converting local name toa_src_lw of variable toa_incident_lw_flux_by_spectral_point from new to old metadata -DEBUG: Updating local name of variable toa_incident_lw_flux_by_spectral_point from toa_src_lw to GFS_Interstitial(cdata%thrd_no)%toa_src_lw +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from dq3dt(:,:,1) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) 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 clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata DEBUG: Updating local name of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from clx to GFS_Interstitial(cdata%thrd_no)%clx @@ -21043,6 +13441,8 @@ INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from DEBUG: Updating local name of variable mix_total_water_flag from bl_mynn_mixqt to GFS_Control%bl_mynn_mixqt INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata DEBUG: Updating local name of variable mg_flag_graupel_concentration_constant from mg_ngcons to GFS_Control%mg_ngcons +INFO: Converting local name jindx1_o3 of variable lower_ozone_interpolation_index from new to old metadata +DEBUG: Updating local name of variable lower_ozone_interpolation_index from jindx1_o3 to GFS_Data(cdata%blk_no)%Grid%jindx1_o3 INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata DEBUG: Updating local name of variable number_of_tracers_plus_one from ntracp1 to GFS_Control%ntracp1 INFO: Converting local name aux2d of variable auxiliary_2d_arrays from new to old metadata @@ -21054,6 +13454,9 @@ DEBUG: Variable index_for_convective_cloud_cover_in_phy_f3d was in old metadata DEBUG: Updating local name of variable convective_cloud_cover_in_phy_f3d from phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvc) INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata DEBUG: Updating local name of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from work2 to GFS_Interstitial(cdata%thrd_no)%work2 +INFO: Converting local name phy_f3d(:,:,index_for_air_temperature_at_previous_timestep) of variable air_temperature_at_previous_timestep from new to old metadata +DEBUG: Variable index_for_air_temperature_at_previous_timestep was in old metadata format and has already been converted +DEBUG: Updating local name of variable air_temperature_at_previous_timestep from phy_f3d(:,:,index_for_air_temperature_at_previous_timestep) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nTdelt) INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata DEBUG: Updating local name of variable vertical_dimension_of_h2o_forcing_data from levh2o to GFS_Interstitial(cdata%thrd_no)%levh2o INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata @@ -21121,6 +13524,8 @@ INFO: Converting local name kcnv of variable flag_deep_convection from new to ol DEBUG: Updating local name of variable flag_deep_convection from kcnv to GFS_Interstitial(cdata%thrd_no)%kcnv INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata DEBUG: Updating local name of variable dynamics_to_physics_timestep_ratio from frain to GFS_Interstitial(cdata%thrd_no)%frain +INFO: Converting local name jindx1_h of variable lower_water_vapor_interpolation_index from new to old metadata +DEBUG: Updating local name of variable lower_water_vapor_interpolation_index from jindx1_h to GFS_Data(cdata%blk_no)%Grid%jindx1_h INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata DEBUG: Updating local name of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from dsnow_cpl to GFS_Data(cdata%blk_no)%Tbd%dsnow_cpl INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata @@ -21130,6 +13535,7 @@ DEBUG: Updating local name of variable sub_layer_cooling_thickness from z_c to G INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata DEBUG: Updating local name of variable flag_for_convective_gravity_wave_drag from do_cnvgwd to GFS_Control%do_cnvgwd INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name con_rocp of variable ratio_of_gas_constant_dry_air_to_specific_heat_of_dry_air_at_constant_pressure from new to old metadata INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata DEBUG: Variable index_for_ozone was in old metadata format and has already been converted DEBUG: Updating local name of variable ozone_mixing_ratio from qgrs(:,:,index_for_ozone) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntoz) @@ -21141,14 +13547,13 @@ INFO: Converting local name aerosolssw(:,:,:,3) of variable RRTMGP_aerosol_asymm DEBUG: Updating local name of variable RRTMGP_aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from aerosolssw(:,:,:,3) to GFS_Interstitial(cdata%thrd_no)%aerosolssw(:,:,:,3) INFO: Converting local name levs of variable vertical_dimension from new to old metadata DEBUG: Updating local name of variable vertical_dimension from levs to GFS_Control%levs -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -DEBUG: Updating local name of variable air_temperature_two_time_steps_back from phy_f3d(:,:,1) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,1) INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata DEBUG: Updating local name of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from isatmedmf_vdif to GFS_Control%isatmedmf_vdif INFO: Converting local name cldtaulw of variable RRTMGP_cloud_optical_depth_layers_at_10mu_band from new to old metadata DEBUG: Updating local name of variable RRTMGP_cloud_optical_depth_layers_at_10mu_band from cldtaulw to GFS_Interstitial(cdata%thrd_no)%cldtaulw -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -DEBUG: Updating local name of variable vertical_index_difference_between_inout_and_local from kd to GFS_Interstitial(cdata%thrd_no)%kd +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 +DEBUG: Variable index_for_ice_friendly_aerosols was in old metadata format and has already been converted +DEBUG: Updating local name of variable ice_friendly_aerosol_number_concentration_updated_by_physics from gq0(:,:,index_for_ice_friendly_aerosols) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntia) DEBUG: Variable index_for_graupel_number_concentration was in old metadata format and has already been converted INFO: Converting local name dv3dt(:,:,6) of variable cumulative_change_in_y_wind_due_to_shallow_convection from new to old metadata DEBUG: Updating local name of variable cumulative_change_in_y_wind_due_to_shallow_convection from dv3dt(:,:,6) to GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,6) @@ -21205,6 +13610,10 @@ INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_tre DEBUG: Updating local name of variable mg_flag_for_liu_liquid_treatment from mg_do_liq_liu to GFS_Control%mg_do_liq_liu INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata DEBUG: Updating local name of variable soil_water_content_between_soil_bottom_and_water_table from smcwtdxy to GFS_Data(cdata%blk_no)%Sfcprop%smcwtdxy +INFO: Converting local name phy_f2d(:,index_for_surface_air_pressure_at_previous_timestep) of variable surface_air_pressure_at_previous_timestep from new to old metadata +INFO: Converting local name npsdelt of variable index_for_surface_air_pressure_at_previous_timestep from new to old metadata +DEBUG: Updating local name of variable index_for_surface_air_pressure_at_previous_timestep from npsdelt to GFS_Control%npsdelt +DEBUG: Updating local name of variable surface_air_pressure_at_previous_timestep from phy_f2d(:,index_for_surface_air_pressure_at_previous_timestep) to GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,GFS_Control%npsdelt) INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata DEBUG: Updating local name of variable surface_midlayer_air_temperature_in_longwave_radiation from tsflw to GFS_Data(cdata%blk_no)%Radtend%tsflw INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata @@ -21294,6 +13703,8 @@ INFO: Converting local name do_RRTMGP of variable flag_for_rrtmgp_radiation_sche DEBUG: Updating local name of variable flag_for_rrtmgp_radiation_scheme from do_RRTMGP to GFS_Control%do_RRTMGP INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata DEBUG: Updating local name of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from nirdfui to GFS_Data(cdata%blk_no)%Coupling%nirdfui +INFO: Converting local name ddy_aer of variable aerosol_y_interpolation_weight from new to old metadata +DEBUG: Updating local name of variable aerosol_y_interpolation_weight from ddy_aer to GFS_Data(cdata%blk_no)%Grid%ddy_aer INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata DEBUG: Updating local name of variable number_of_plumes from nupdraft to GFS_Data(cdata%blk_no)%Intdiag%nupdraft INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata @@ -21303,8 +13714,6 @@ DEBUG: Updating local name of variable upward_heat_flux_in_soil_over_land from g INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata INFO: Converting local name lw_file_clouds of variable rrtmgp_coeff_lw_cloud_optics from new to old metadata DEBUG: Updating local name of variable rrtmgp_coeff_lw_cloud_optics from lw_file_clouds to GFS_Control%lw_file_clouds -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -DEBUG: Updating local name of variable in_number_concentration from in_nm to GFS_Data(cdata%blk_no)%Tbd%in_nm DEBUG: Variable ccpp_thread_number was in old metadata format and has already been converted INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata DEBUG: Updating local name of variable number_of_equatorial_longitude_points from lonr to GFS_Control%lonr @@ -21320,8 +13729,12 @@ INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag fr DEBUG: Updating local name of variable edmf_partition_flag from bl_mynn_edmf_part to GFS_Control%bl_mynn_edmf_part INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata DEBUG: Updating local name of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from dq3dt(:,:,7) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,7) +INFO: Converting local name random_clds of variable flag_for_random_clouds_for_RAS from new to old metadata +DEBUG: Updating local name of variable flag_for_random_clouds_for_RAS from random_clds to GFS_Control%random_clds INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata DEBUG: Updating local name of variable accumulated_lwe_thickness_of_graupel_amount from totgrp to GFS_Data(cdata%blk_no)%Intdiag%totgrp +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +DEBUG: Updating local name of variable pressure_at_bottom_of_convective_cloud from cvb to GFS_Data(cdata%blk_no)%Cldprop%cvb INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata DEBUG: Updating local name of variable kinematic_surface_upward_latent_heat_flux from evap to GFS_Data(cdata%blk_no)%Sfcprop%evap INFO: Converting local name lw_file_gas of variable rrtmgp_kdistribution_lw from new to old metadata @@ -21339,6 +13752,8 @@ INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of v DEBUG: Variable index_for_graupel_effective_radius was in old metadata format and has already been converted DEBUG: Updating local name of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from phy_f3d(:,:,index_for_graupel_effective_radius) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ngeffr) INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +DEBUG: Updating local name of variable tracer_concentration_save from save_q to GFS_Interstitial(cdata%thrd_no)%save_q INFO: Converting local name p_lev of variable air_pressure_at_interface_for_RRTMGP_in_hPa from new to old metadata DEBUG: Updating local name of variable air_pressure_at_interface_for_RRTMGP_in_hPa from p_lev to GFS_Interstitial(cdata%thrd_no)%p_lev INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata @@ -21365,10 +13780,10 @@ INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_st DEBUG: Updating local name of variable snow_albedo_at_previous_time_step from alboldxy to GFS_Data(cdata%blk_no)%Sfcprop%alboldxy INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata DEBUG: Updating local name of variable flag_for_shoc from do_shoc to GFS_Control%do_shoc -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 -DEBUG: Updating local name of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from du3dt_tms to GFS_Data(cdata%blk_no)%Intdiag%du3dt_tms INFO: Converting local name du3dt(:,:,6) of variable cumulative_change_in_x_wind_due_to_shallow_convection from new to old metadata DEBUG: Updating local name of variable cumulative_change_in_x_wind_due_to_shallow_convection from du3dt(:,:,6) to GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,6) +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +DEBUG: Updating local name of variable number_of_tracers_for_convective_transport from nn to GFS_Interstitial(cdata%thrd_no)%nn INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata DEBUG: Updating local name of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from do_sat_adj to CCPP_interstitial%do_sat_adj INFO: Converting local name sec_diff_byband of variable secant_of_diffusivity_angle_each_RRTMGP_LW_band from new to old metadata @@ -21393,6 +13808,8 @@ INFO: Converting local name flag_cice of variable flag_for_cice from new to old DEBUG: Updating local name of variable flag_for_cice from flag_cice to GFS_Interstitial(cdata%thrd_no)%flag_cice INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata DEBUG: Updating local name of variable snow_precipitation_rate_from_previous_timestep from dsnowprv to GFS_Data(cdata%blk_no)%Sfcprop%dsnowprv +INFO: Converting local name toa_src_lw of variable toa_incident_lw_flux_by_spectral_point from new to old metadata +DEBUG: Updating local name of variable toa_incident_lw_flux_by_spectral_point from toa_src_lw to GFS_Interstitial(cdata%thrd_no)%toa_src_lw INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata DEBUG: Updating local name of variable number_of_3d_arrays_associated_with_pdf_based_clouds from npdf3d to GFS_Control%npdf3d INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata @@ -21445,6 +13862,7 @@ INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_ DEBUG: Updating local name of variable surface_geopotential_at_Lagrangian_surface from phis to CCPP_interstitial%phis INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata DEBUG: Updating local name of variable instantaneous_specific_humidity_at_2m_for_coupling from q2mi_cpl to GFS_Data(cdata%blk_no)%Coupling%q2mi_cpl +INFO: Converting local name con_rog of variable ratio_of_gas_constant_dry_air_to_gravitational_acceleration 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 DEBUG: Updating local name of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from dswsfc_cpl to GFS_Data(cdata%blk_no)%Coupling%dswsfc_cpl INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata @@ -21516,6 +13934,8 @@ INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_funct DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from fh2_ocean to GFS_Interstitial(cdata%thrd_no)%fh2_ocean INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata DEBUG: Updating local name of variable seed_random_numbers_sw from icsdsw to GFS_Data(cdata%blk_no)%Tbd%icsdsw +INFO: Converting local name iindx1_aer of variable lower_aerosol_x_interpolation_index from new to old metadata +DEBUG: Updating local name of variable lower_aerosol_x_interpolation_index from iindx1_aer to GFS_Data(cdata%blk_no)%Grid%iindx1_aer INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata DEBUG: Updating local name of variable critical_relative_humidity_at_surface from crtrh(1) to GFS_Control%crtrh(1) INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata @@ -21551,6 +13971,8 @@ INFO: Converting local name work3 of variable ratio_of_exner_function_between_mi DEBUG: Updating local name of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from work3 to GFS_Interstitial(cdata%thrd_no)%work3 INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata DEBUG: Updating local name of variable surface_downwelling_direct_near_infrared_shortwave_flux from adjnirbmd to GFS_Interstitial(cdata%thrd_no)%adjnirbmd +INFO: Converting local name cnx of variable number_of_points_in_x_direction_for_this_cubed_sphere_face from new to old metadata +DEBUG: Updating local name of variable number_of_points_in_x_direction_for_this_cubed_sphere_face from cnx to GFS_Control%cnx INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata DEBUG: Updating local name of variable volume_mixing_ratio_ch4 from gasvmr(:,:,3) to GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,3) INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata @@ -21583,6 +14005,7 @@ INFO: Converting local name fn_nml of variable namelist_filename from new to old DEBUG: Updating local name of variable namelist_filename from fn_nml to GFS_Control%fn_nml INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata DEBUG: Updating local name of variable surface_air_pressure_diag from psurf to GFS_Data(cdata%blk_no)%Intdiag%psurf +DEBUG: Variable index_for_surface_air_pressure_at_previous_timestep was in old metadata format and has already been converted INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata DEBUG: Updating local name of variable surface_snow_thickness_water_equivalent from snowd to GFS_Data(cdata%blk_no)%Sfcprop%snowd INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata @@ -21602,8 +14025,6 @@ DEBUG: Updating local name of variable cumulative_atmosphere_downdraft_convectiv INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata DEBUG: Variable index_for_snow_water was in old metadata format and has already been converted DEBUG: Updating local name of variable snow_water_mixing_ratio_updated_by_physics from gq0(:,:,index_for_snow_water) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntsw) -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -DEBUG: Updating local name of variable water_vapor_specific_humidity_at_previous_time_step from phy_f3d(:,:,4) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,4) INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata DEBUG: Updating local name of variable number_of_cloud_types_CS from nctp to GFS_Control%nctp 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 @@ -21672,12 +14093,14 @@ INFO: Converting local name fluxlwUP_allsky of variable RRTMGP_lw_flux_profile_u DEBUG: Updating local name of variable RRTMGP_lw_flux_profile_upward_allsky from fluxlwUP_allsky to GFS_Interstitial(cdata%thrd_no)%fluxlwUP_allsky INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata DEBUG: Updating local name of variable cumulative_change_in_x_wind_due_to_deep_convection from du3dt(:,:,3) to GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,3) +INFO: Converting local name isc of variable starting_x_index_for_this_MPI_rank from new to old metadata +DEBUG: Updating local name of variable starting_x_index_for_this_MPI_rank from isc to GFS_Control%isc INFO: Converting local name tiice of variable internal_ice_temperature from new to old metadata DEBUG: Updating local name of variable internal_ice_temperature from tiice to GFS_Data(cdata%blk_no)%Sfcprop%tiice INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata DEBUG: Updating local name of variable weight_for_specific_humidity_at_viscous_sublayer_top from phy_myj_a1q to GFS_Data(cdata%blk_no)%Tbd%phy_myj_a1q -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -DEBUG: Updating local name of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from dq3dt(:,:,1) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +DEBUG: Updating local name of variable sea_land_ice_mask from islmsk to GFS_Interstitial(cdata%thrd_no)%islmsk INFO: Converting local name con_epsqs of variable minimum_value_of_saturation_mixing_ratio 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 wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata @@ -21699,8 +14122,8 @@ INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to DEBUG: Updating local name of variable tke_budget from bl_mynn_tkebudget to GFS_Control%bl_mynn_tkebudget INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata DEBUG: Updating local name of variable coefficient_w_0 from w_0 to GFS_Data(cdata%blk_no)%Sfcprop%w_0 -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -DEBUG: Updating local name of variable time_since_diagnostics_zeroed from zhour to GFS_Control%zhour +INFO: Converting local name hwrf_samfdeep of variable flag_for_hwrf_samfdeepcnv_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_hwrf_samfdeepcnv_scheme from hwrf_samfdeep to GFS_Control%hwrf_samfdeep INFO: Converting local name aerosolssw(:,:,:,1) of variable RRTMGP_aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata DEBUG: Updating local name of variable RRTMGP_aerosol_optical_depth_for_shortwave_bands_01_16 from aerosolssw(:,:,:,1) to GFS_Interstitial(cdata%thrd_no)%aerosolssw(:,:,:,1) INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata @@ -21728,8 +14151,6 @@ DEBUG: Updating local name of variable latitude_in_degree from xlat_d to GFS_Dat INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata DEBUG: Variable index_for_water_vapor was in old metadata format and has already been converted DEBUG: Updating local name of variable water_vapor_specific_humidity_save from save_q(:,:,index_for_water_vapor) to GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -DEBUG: Updating local name of variable number_of_tracers_for_convective_transport from nn to GFS_Interstitial(cdata%thrd_no)%nn INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata DEBUG: Updating local name of variable emdf_updraft_cloud_water from edmf_qc to GFS_Data(cdata%blk_no)%Intdiag%edmf_qc INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata @@ -21810,6 +14231,8 @@ INFO: Converting local name lndp_var_list of variable variables_to_be_perturbed_ DEBUG: Updating local name of variable variables_to_be_perturbed_for_landperts from lndp_var_list to GFS_Control%lndp_var_list INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata DEBUG: Updating local name of variable instantaneous_surface_upward_latent_heat_flux_for_diag from dqsfci to GFS_Data(cdata%blk_no)%Intdiag%dqsfci +INFO: Converting local name ddy_h of variable water_vapor_interpolation_weight from new to old metadata +DEBUG: Updating local name of variable water_vapor_interpolation_weight from ddy_h to GFS_Data(cdata%blk_no)%Grid%ddy_h INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata DEBUG: Updating local name of variable gas_constants_for_multi_gases_physics from rilist to CCPP_interstitial%rilist INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata @@ -21946,8 +14369,6 @@ INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from n DEBUG: Updating local name of variable mg_flag_for_graupel from mg_do_graupel to GFS_Control%mg_do_graupel INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata DEBUG: Updating local name of variable diurnal_thermocline_layer_thickness from xz to GFS_Data(cdata%blk_no)%Sfcprop%xz -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -DEBUG: Updating local name of variable surface_air_pressure_at_previous_time_step from phy_f2d(:,2) to GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,2) INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata DEBUG: Updating local name of variable shoc_implicit_TKE_integration_uncentering_term from shoc_parm(4) to GFS_Control%shoc_parm(4) INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata @@ -22006,24 +14427,11 @@ INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer fr DEBUG: Updating local name of variable wind_speed_at_lowest_model_layer from wind to GFS_Interstitial(cdata%thrd_no)%wind INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata DEBUG: Updating local name of variable soil_upward_latent_heat_flux from evbs to GFS_Interstitial(cdata%thrd_no)%evbs -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -DEBUG: Updating local name of variable tracer_concentration_save from save_q to GFS_Interstitial(cdata%thrd_no)%save_q -INFO: Metadata table for model FV3 written to /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +DEBUG: Updating local name of variable mg_flag_for_hail from mg_do_hail to GFS_Control%mg_do_hail +INFO: Metadata table for model FV3 written to /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html INFO: Parsing metadata tables in physics scheme files ... DEBUG: Parsing file GFS_DCNV_generic.F90 with registry OrderedDict([('GFS_DCNV_generic_pre', {'GFS_DCNV_generic_pre': {'GFS_DCNV_generic_pre_run': [12, 59], 'GFS_DCNV_generic_pre_init': [4, 5], 'GFS_DCNV_generic_pre_finalize': [6, 7]}}), ('GFS_DCNV_generic_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_pre GFS_DCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_pre_run GFS_DCNV_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_DCNV_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_post GFS_DCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_post_run GFS_DCNV_generic_pre DEBUG: Module name: GFS_DCNV_generic_pre DEBUG: Scheme name: GFS_DCNV_generic_pre DEBUG: Scheme dependencies: ['machine.F'] @@ -22031,36 +14439,6 @@ DEBUG: Variables in subroutine GFS_DCNV_generic_pre_run: horizontal_loop_extent, DEBUG: Variables in subroutine GFS_DCNV_generic_pre_init: DEBUG: Variables in subroutine GFS_DCNV_generic_pre_finalize: DEBUG: Parsing file GFS_DCNV_generic.F90 with registry OrderedDict([('GFS_DCNV_generic_pre', {'GFS_DCNV_generic_pre': {'GFS_DCNV_generic_pre_run': [12, 59], 'GFS_DCNV_generic_pre_init': [4, 5], 'GFS_DCNV_generic_pre_finalize': [6, 7]}}), ('GFS_DCNV_generic_post', {'GFS_DCNV_generic_post': {'GFS_DCNV_generic_post_init': [63, 64], 'GFS_DCNV_generic_post_run': [70, 146], 'GFS_DCNV_generic_post_finalize': [65, 66]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_pre GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_pre_run GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_post GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_post_run GFS_DCNV_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_cloud_work_function in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_updraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_downdraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_detrainment_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover_in_phy_f3d in table GFS_DCNV_generic_post_run DEBUG: Module name: GFS_DCNV_generic_post DEBUG: Scheme name: GFS_DCNV_generic_post DEBUG: Scheme dependencies: ['machine.F'] @@ -22068,28 +14446,6 @@ DEBUG: Variables in subroutine GFS_DCNV_generic_post_init: DEBUG: Variables in subroutine GFS_DCNV_generic_post_run: horizontal_loop_extent, vertical_dimension, flag_diagnostics_3D, flag_tracer_diagnostics_3D, x_wind_updated_by_physics, y_wind_updated_by_physics, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, x_wind_save, y_wind_save, air_temperature_save, water_vapor_specific_humidity_save, ccpp_error_message, ccpp_error_flag, flag_diagnostics, flag_for_ras_deep_convection, flag_for_Chikira_Sugiyama_deep_convection, dynamics_to_physics_timestep_ratio, lwe_thickness_of_deep_convective_precipitation_amount, time_step_for_dynamics, cloud_work_function, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, gravitational_acceleration, number_of_3d_arrays_associated_with_pdf_based_clouds, array_dimension_of_3d_arrays_for_microphysics, number_of_convective_3d_cloud_fields, lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep, cumulative_cloud_work_function, cumulative_change_in_temperature_due_to_deep_convection, cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection, cumulative_change_in_x_wind_due_to_deep_convection, cumulative_change_in_y_wind_due_to_deep_convection, cumulative_atmosphere_updraft_convective_mass_flux, cumulative_atmosphere_downdraft_convective_mass_flux, cumulative_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, convective_cloud_water_mixing_ratio_in_phy_f3d, convective_cloud_cover_in_phy_f3d, flag_for_generic_deep_convection_tendency DEBUG: Variables in subroutine GFS_DCNV_generic_post_finalize: DEBUG: Parsing file GFS_GWD_generic.F90 with registry OrderedDict([('GFS_GWD_generic_pre', {'GFS_GWD_generic_pre': {'GFS_GWD_generic_pre_run': [13, 104], 'GFS_GWD_generic_pre_finalize': [106, 107], 'GFS_GWD_generic_pre_init': [5, 6]}}), ('GFS_GWD_generic_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_pre GFS_GWD_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_pre_run GFS_GWD_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable statistical_measures_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_post GFS_GWD_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_post_run GFS_GWD_generic_pre DEBUG: Module name: GFS_GWD_generic_pre DEBUG: Scheme name: GFS_GWD_generic_pre DEBUG: Scheme dependencies: ['machine.F'] @@ -22097,110 +14453,20 @@ DEBUG: Variables in subroutine GFS_GWD_generic_pre_run: horizontal_loop_extent, DEBUG: Variables in subroutine GFS_GWD_generic_pre_finalize: DEBUG: Variables in subroutine GFS_GWD_generic_pre_init: DEBUG: Parsing file GFS_GWD_generic.F90 with registry OrderedDict([('GFS_GWD_generic_pre', {'GFS_GWD_generic_pre': {'GFS_GWD_generic_pre_run': [13, 104], 'GFS_GWD_generic_pre_finalize': [106, 107], 'GFS_GWD_generic_pre_init': [5, 6]}}), ('GFS_GWD_generic_post', {'GFS_GWD_generic_post': {'GFS_GWD_generic_post_init': [113, 114], 'GFS_GWD_generic_post_finalize': [146, 147], 'GFS_GWD_generic_post_run': [121, 144]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_pre GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_pre_run GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_post GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_post_run GFS_GWD_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_x_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_y_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run DEBUG: Module name: GFS_GWD_generic_post DEBUG: Scheme name: GFS_GWD_generic_post DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine GFS_GWD_generic_post_init: DEBUG: Variables in subroutine GFS_GWD_generic_post_finalize: DEBUG: Variables in subroutine GFS_GWD_generic_post_run: flag_diagnostics, flag_diagnostics_3D, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag, time_step_for_dynamics, flag_for_generic_gravity_wave_drag_tendency, ccpp_error_message, ccpp_error_flag, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag, time_integral_of_x_stress_due_to_gravity_wave_drag, time_integral_of_y_stress_due_to_gravity_wave_drag -DEBUG: Parsing file GFS_MP_generic.F90 with registry OrderedDict([('GFS_MP_generic_pre', {'GFS_MP_generic_pre': {'GFS_MP_generic_pre_finalize': [55, 56], 'GFS_MP_generic_pre_init': [8, 9], 'GFS_MP_generic_pre_run': [13, 52]}}), ('GFS_MP_generic_post', {})]) -INFO: Legacy extension - skip empty table for GFS_MP_generic_pre_finalize -INFO: Legacy extension - skip empty table for GFS_MP_generic_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_pre GFS_MP_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_pre_run GFS_MP_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_MP_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_post GFS_MP_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_post_run GFS_MP_generic_pre +DEBUG: Parsing file GFS_MP_generic.F90 with registry OrderedDict([('GFS_MP_generic_pre', {'GFS_MP_generic_pre': {'GFS_MP_generic_pre_finalize': [51, 52], 'GFS_MP_generic_pre_init': [6, 7], 'GFS_MP_generic_pre_run': [11, 50]}}), ('GFS_MP_generic_post', {})]) DEBUG: Module name: GFS_MP_generic_pre DEBUG: Scheme name: GFS_MP_generic_pre DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine GFS_MP_generic_pre_finalize: DEBUG: Variables in subroutine GFS_MP_generic_pre_init: DEBUG: Variables in subroutine GFS_MP_generic_pre_run: horizontal_loop_extent, vertical_dimension, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_for_Arakawa_Wu_adjustment, index_for_liquid_cloud_condensate, number_of_tracers_for_cloud_condensate, number_of_tracers, air_temperature_updated_by_physics, tracer_concentration_updated_by_physics, air_temperature_save, water_vapor_specific_humidity_save, tracer_concentration_save, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file GFS_MP_generic.F90 with registry OrderedDict([('GFS_MP_generic_pre', {'GFS_MP_generic_pre': {'GFS_MP_generic_pre_finalize': [55, 56], 'GFS_MP_generic_pre_init': [8, 9], 'GFS_MP_generic_pre_run': [13, 52]}}), ('GFS_MP_generic_post', {'GFS_MP_generic_post': {'GFS_MP_generic_post_init': [65, 66], 'GFS_MP_generic_post_run': [77, 338], 'GFS_MP_generic_post_finalize': [342, 343]}})]) -INFO: Legacy extension - skip empty table for GFS_MP_generic_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_pre GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_pre_run GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_post GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_post_run GFS_MP_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable random_number_array in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_rain_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_freezing_rain_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_sleet_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_snow_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_ice_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_snow_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_graupel_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_ice_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_snow_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_graupel_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable column_precipitable_water in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable explicit_rainfall_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -INFO: Legacy extension - skip empty table for GFS_MP_generic_post_finalize +DEBUG: Parsing file GFS_MP_generic.F90 with registry OrderedDict([('GFS_MP_generic_pre', {'GFS_MP_generic_pre': {'GFS_MP_generic_pre_finalize': [51, 52], 'GFS_MP_generic_pre_init': [6, 7], 'GFS_MP_generic_pre_run': [11, 50]}}), ('GFS_MP_generic_post', {'GFS_MP_generic_post': {'GFS_MP_generic_post_init': [59, 60], 'GFS_MP_generic_post_run': [71, 332], 'GFS_MP_generic_post_finalize': [334, 335]}})]) DEBUG: Module name: GFS_MP_generic_post DEBUG: Scheme name: GFS_MP_generic_post DEBUG: Scheme dependencies: ['machine.F', 'calpreciptype.f90'] @@ -22209,19 +14475,6 @@ DEBUG: Variables in subroutine GFS_MP_generic_post_run: horizontal_loop_extent, DEBUG: Variables in subroutine GFS_MP_generic_post_finalize: DEBUG: Parsing file GFS_PBL_generic.F90 with registry OrderedDict([('GFS_PBL_generic_common', {}), ('GFS_PBL_generic_pre', {}), ('GFS_PBL_generic_post', {})]) DEBUG: Parsing file GFS_PBL_generic.F90 with registry OrderedDict([('GFS_PBL_generic_common', {}), ('GFS_PBL_generic_pre', {'GFS_PBL_generic_pre': {'GFS_PBL_generic_pre_run': [58, 244], 'GFS_PBL_generic_pre_finalize': [52, 53], 'GFS_PBL_generic_pre_init': [50, 51]}}), ('GFS_PBL_generic_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_pre GFS_PBL_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_pre_run GFS_PBL_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_PBL_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_post GFS_PBL_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_post_run GFS_PBL_generic_pre DEBUG: Module name: GFS_PBL_generic_pre DEBUG: Scheme name: GFS_PBL_generic_pre DEBUG: Scheme dependencies: ['machine.F', 'GFS_PBL_generic.F90'] @@ -22229,77 +14482,6 @@ DEBUG: Variables in subroutine GFS_PBL_generic_pre_run: horizontal_loop_extent, DEBUG: Variables in subroutine GFS_PBL_generic_pre_finalize: DEBUG: Variables in subroutine GFS_PBL_generic_pre_init: DEBUG: Parsing file GFS_PBL_generic.F90 with registry OrderedDict([('GFS_PBL_generic_common', {}), ('GFS_PBL_generic_pre', {'GFS_PBL_generic_pre': {'GFS_PBL_generic_pre_run': [58, 244], 'GFS_PBL_generic_pre_finalize': [52, 53], 'GFS_PBL_generic_pre_init': [50, 51]}}), ('GFS_PBL_generic_post', {'GFS_PBL_generic_post': {'GFS_PBL_generic_post_init': [248, 249], 'GFS_PBL_generic_post_finalize': [250, 251], 'GFS_PBL_generic_post_run': [255, 540]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_pre GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_pre_run GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_post GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_post_run GFS_PBL_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_heat_diffusivity in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_reduction_factor in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_reduction_factor in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_PBL_generic_post_run DEBUG: Module name: GFS_PBL_generic_post DEBUG: Scheme name: GFS_PBL_generic_post DEBUG: Scheme dependencies: ['machine.F', 'GFS_PBL_generic.F90'] @@ -22307,18 +14489,6 @@ DEBUG: Variables in subroutine GFS_PBL_generic_post_init: DEBUG: Variables in subroutine GFS_PBL_generic_post_finalize: DEBUG: Variables in subroutine GFS_PBL_generic_post_run: horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, number_of_tracers, index_for_water_vapor, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, index_for_rain_number_concentration, index_for_snow_number_concentration, index_for_graupel_number_concentration, index_for_water_friendly_aerosols, index_for_ice_friendly_aerosols, index_for_graupel, index_for_ozone, index_for_turbulent_kinetic_energy, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, index_for_mass_weighted_rime_factor, flag_for_aerosol_convective_transport_and_PBL_diffusion, index_for_first_chemical_tracer, number_of_chemical_tracers, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_zhao_carr_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, flag_for_chemistry_coupling, flag_for_aerosol_physics, flag_for_hedmf, flag_for_shoc, flag_for_scale_aware_TKE_moist_EDMF_PBL, tracer_concentration, x_wind_save, y_wind_save, air_temperature_save, tracer_concentration_save, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_diagnostics, x_wind, y_wind, air_temperature, ccpp_error_message, ccpp_error_flag, flag_for_flux_coupling, flag_for_generic_planetary_boundary_layer_tendency, flag_idealized_physics, flag_for_scale_aware_Shinhong_PBL, flag_for_ysu, tendency_of_vertically_diffused_tracer_concentration, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, time_step_for_dynamics, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, tendency_of_tracers_due_to_model_physics, cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep, instantaneous_surface_x_momentum_flux_for_coupling, instantaneous_surface_y_momentum_flux_for_coupling, instantaneous_surface_upward_sensible_heat_flux_for_coupling, instantaneous_surface_upward_latent_heat_flux_for_coupling, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep, instantaneous_surface_x_momentum_flux_for_diag, instantaneous_surface_y_momentum_flux_for_diag, instantaneous_surface_upward_sensible_heat_flux_for_diag, instantaneous_surface_upward_latent_heat_flux_for_diag, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, ratio_of_vapor_to_dry_air_gas_constants_minus_one, latent_heat_of_vaporization_of_water_at_0C, air_temperature_at_lowest_model_layer_for_diag, water_vapor_specific_humidity_at_lowest_model_layer_for_diag, air_pressure, kinematic_surface_upward_sensible_heat_flux, instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling, sea_area_fraction, flag_for_cice, surface_x_momentum_flux_for_coupling, surface_y_momentum_flux_for_coupling, surface_upward_sensible_heat_flux_for_coupling, surface_upward_latent_heat_flux_for_coupling, flag_nonzero_wet_surface_fraction, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, wind_speed_at_lowest_model_layer, surface_wind_stress_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_ocean, x_wind_at_lowest_model_layer, y_wind_at_lowest_model_layer, instantaneous_atmosphere_heat_diffusivity, atmosphere_heat_diffusivity, surface_upward_latent_heat_flux_reduction_factor, surface_upward_sensible_heat_flux_reduction_factor DEBUG: Parsing file GFS_SCNV_generic.F90 with registry OrderedDict([('GFS_SCNV_generic_pre', {'GFS_SCNV_generic_pre': {'GFS_SCNV_generic_pre_finalize': [6, 7], 'GFS_SCNV_generic_pre_init': [4, 5], 'GFS_SCNV_generic_pre_run': [11, 40]}}), ('GFS_SCNV_generic_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_pre GFS_SCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_pre_run GFS_SCNV_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_SCNV_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_post GFS_SCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_post_run GFS_SCNV_generic_pre DEBUG: Module name: GFS_SCNV_generic_pre DEBUG: Scheme name: GFS_SCNV_generic_pre DEBUG: Scheme dependencies: ['machine.F'] @@ -22326,32 +14496,6 @@ DEBUG: Variables in subroutine GFS_SCNV_generic_pre_finalize: DEBUG: Variables in subroutine GFS_SCNV_generic_pre_init: DEBUG: Variables in subroutine GFS_SCNV_generic_pre_run: horizontal_loop_extent, vertical_dimension, flag_diagnostics_3D, flag_tracer_diagnostics_3D, x_wind_updated_by_physics, y_wind_updated_by_physics, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, x_wind_save, y_wind_save, air_temperature_save, water_vapor_specific_humidity_save, flag_for_generic_shallow_convection_tendency, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file GFS_SCNV_generic.F90 with registry OrderedDict([('GFS_SCNV_generic_pre', {'GFS_SCNV_generic_pre': {'GFS_SCNV_generic_pre_finalize': [6, 7], 'GFS_SCNV_generic_pre_init': [4, 5], 'GFS_SCNV_generic_pre_run': [11, 40]}}), ('GFS_SCNV_generic_post', {'GFS_SCNV_generic_post': {'GFS_SCNV_generic_post_run': [51, 135], 'GFS_SCNV_generic_post_init': [44, 45], 'GFS_SCNV_generic_post_finalize': [46, 47]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_pre GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_pre_run GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_post GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_post_run GFS_SCNV_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover_in_phy_f3d in table GFS_SCNV_generic_post_run DEBUG: Module name: GFS_SCNV_generic_post DEBUG: Scheme name: GFS_SCNV_generic_post DEBUG: Scheme dependencies: ['machine.F'] @@ -22360,14 +14504,6 @@ DEBUG: Variables in subroutine GFS_SCNV_generic_post_init: DEBUG: Variables in subroutine GFS_SCNV_generic_post_finalize: DEBUG: Parsing file GFS_debug.F90 with registry OrderedDict([('print_var_chksum', {}), ('GFS_diagtoscreen', {}), ('GFS_interstitialtoscreen', {}), ('GFS_abort', {}), ('GFS_checkland', {})]) DEBUG: Parsing file GFS_debug.F90 with registry OrderedDict([('print_var_chksum', {}), ('GFS_diagtoscreen', {'GFS_diagtoscreen': {'GFS_diagtoscreen_init': [235, 236], 'GFS_diagtoscreen_finalize': [237, 238], 'GFS_diagtoscreen_run': [242, 719]}}), ('GFS_interstitialtoscreen', {}), ('GFS_abort', {}), ('GFS_checkland', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_diagtoscreen DEBUG: Module name: GFS_diagtoscreen DEBUG: Scheme name: GFS_diagtoscreen DEBUG: Scheme dependencies: ['machine.F'] @@ -22375,14 +14511,6 @@ DEBUG: Variables in subroutine GFS_diagtoscreen_init: DEBUG: Variables in subroutine GFS_diagtoscreen_finalize: DEBUG: Variables in subroutine GFS_diagtoscreen_run: GFS_control_type_instance, GFS_statein_type_instance, GFS_stateout_type_instance, GFS_sfcprop_type_instance, GFS_coupling_type_instance, GFS_grid_type_instance, GFS_tbd_type_instance, GFS_cldprop_type_instance, GFS_radtend_type_instance, GFS_diag_type_instance, GFS_interstitial_type_instance, omp_threads, ccpp_block_number, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file GFS_debug.F90 with registry OrderedDict([('print_var_chksum', {}), ('GFS_diagtoscreen', {'GFS_diagtoscreen': {'GFS_diagtoscreen_init': [235, 236], 'GFS_diagtoscreen_finalize': [237, 238], 'GFS_diagtoscreen_run': [242, 719]}}), ('GFS_interstitialtoscreen', {'GFS_interstitialtoscreen': {'GFS_interstitialtoscreen_finalize': [729, 730], 'GFS_interstitialtoscreen_run': [734, 1175], 'GFS_interstitialtoscreen_init': [727, 728]}}), ('GFS_abort', {}), ('GFS_checkland', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_interstitialtoscreen DEBUG: Module name: GFS_interstitialtoscreen DEBUG: Scheme name: GFS_interstitialtoscreen DEBUG: Scheme dependencies: ['machine.F'] @@ -22390,14 +14518,6 @@ DEBUG: Variables in subroutine GFS_interstitialtoscreen_finalize: DEBUG: Variables in subroutine GFS_interstitialtoscreen_run: GFS_control_type_instance, GFS_statein_type_instance, GFS_stateout_type_instance, GFS_sfcprop_type_instance, GFS_coupling_type_instance, GFS_grid_type_instance, GFS_tbd_type_instance, GFS_cldprop_type_instance, GFS_radtend_type_instance, GFS_diag_type_instance, GFS_interstitial_type_instance, omp_threads, ccpp_block_number, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_interstitialtoscreen_init: DEBUG: Parsing file GFS_debug.F90 with registry OrderedDict([('print_var_chksum', {}), ('GFS_diagtoscreen', {'GFS_diagtoscreen': {'GFS_diagtoscreen_init': [235, 236], 'GFS_diagtoscreen_finalize': [237, 238], 'GFS_diagtoscreen_run': [242, 719]}}), ('GFS_interstitialtoscreen', {'GFS_interstitialtoscreen': {'GFS_interstitialtoscreen_finalize': [729, 730], 'GFS_interstitialtoscreen_run': [734, 1175], 'GFS_interstitialtoscreen_init': [727, 728]}}), ('GFS_abort', {'GFS_abort': {'GFS_abort_init': [1181, 1182], 'GFS_abort_run': [1188, 1205], 'GFS_abort_finalize': [1183, 1184]}}), ('GFS_checkland', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_abort DEBUG: Module name: GFS_abort DEBUG: Scheme name: GFS_abort DEBUG: Scheme dependencies: ['machine.F'] @@ -22405,32 +14525,6 @@ DEBUG: Variables in subroutine GFS_abort_init: DEBUG: Variables in subroutine GFS_abort_run: GFS_control_type_instance, ccpp_block_number, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_abort_finalize: DEBUG: Parsing file GFS_debug.F90 with registry OrderedDict([('print_var_chksum', {}), ('GFS_diagtoscreen', {'GFS_diagtoscreen': {'GFS_diagtoscreen_init': [235, 236], 'GFS_diagtoscreen_finalize': [237, 238], 'GFS_diagtoscreen_run': [242, 719]}}), ('GFS_interstitialtoscreen', {'GFS_interstitialtoscreen': {'GFS_interstitialtoscreen_finalize': [729, 730], 'GFS_interstitialtoscreen_run': [734, 1175], 'GFS_interstitialtoscreen_init': [727, 728]}}), ('GFS_abort', {'GFS_abort': {'GFS_abort_init': [1181, 1182], 'GFS_abort_run': [1188, 1205], 'GFS_abort_finalize': [1183, 1184]}}), ('GFS_checkland', {'GFS_checkland': {'GFS_checkland_run': [1218, 1290], 'GFS_checkland_finalize': [1213, 1214], 'GFS_checkland_init': [1211, 1212]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_checkland -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_ocean_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_checkland_run DEBUG: Module name: GFS_checkland DEBUG: Scheme name: GFS_checkland DEBUG: Scheme dependencies: ['machine.F'] @@ -22438,125 +14532,34 @@ DEBUG: Variables in subroutine GFS_checkland_run: ccpp_block_number, ccpp_error_ DEBUG: Variables in subroutine GFS_checkland_finalize: DEBUG: Variables in subroutine GFS_checkland_init: DEBUG: Parsing file GFS_phys_time_vary.fv3.F90 with registry OrderedDict([('GFS_phys_time_vary', {'GFS_phys_time_vary': {'GFS_phys_time_vary_finalize': [212, 239], 'GFS_phys_time_vary_init': [32, 207], 'GFS_phys_time_vary_run': [245, 407]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary DEBUG: Module name: GFS_phys_time_vary DEBUG: Scheme name: GFS_phys_time_vary DEBUG: Scheme dependencies: ['iccninterp.F90', 'h2ointerp.f90', 'ozne_def.f', 'sfcsub.F', 'aerinterp.F90', 'mersenne_twister.f', 'h2o_def.f', 'gcycle.F90', 'machine.F', 'aerclm_def.F', 'ozinterp.f90', 'namelist_soilveg.f', 'iccn_def.F'] DEBUG: Variables in subroutine GFS_phys_time_vary_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_phys_time_vary_init: ccpp_error_message, ccpp_error_flag, GFS_data_type_instance_all_blocks, GFS_control_type_instance, GFS_interstitial_type_instance_all_threads, omp_threads DEBUG: Variables in subroutine GFS_phys_time_vary_run: ccpp_error_message, ccpp_error_flag, GFS_data_type_instance_all_blocks, GFS_control_type_instance, omp_threads, flag_for_first_time_step -DEBUG: Parsing file GFS_rad_time_vary.fv3.F90 with registry OrderedDict([('GFS_rad_time_vary', {'GFS_rad_time_vary': {'GFS_rad_time_vary_init': [9, 10], 'GFS_rad_time_vary_run': [16, 74], 'GFS_rad_time_vary_finalize': [78, 79]}})]) -INFO: Legacy extension - skip empty table for GFS_rad_time_vary_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rad_time_vary GFS_rad_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rad_time_vary_run GFS_rad_time_vary -INFO: Legacy extension - skip empty table for GFS_rad_time_vary_finalize +DEBUG: Parsing file GFS_rad_time_vary.fv3.F90 with registry OrderedDict([('GFS_rad_time_vary', {'GFS_rad_time_vary': {'GFS_rad_time_vary_init': [7, 8], 'GFS_rad_time_vary_run': [14, 72], 'GFS_rad_time_vary_finalize': [74, 75]}})]) DEBUG: Module name: GFS_rad_time_vary DEBUG: Scheme name: GFS_rad_time_vary DEBUG: Scheme dependencies: ['physparam.f', 'radcons.f90', 'mersenne_twister.f', 'machine.F'] DEBUG: Variables in subroutine GFS_rad_time_vary_init: DEBUG: Variables in subroutine GFS_rad_time_vary_run: GFS_control_type_instance, GFS_data_type_instance_all_blocks, omp_threads, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_rad_time_vary_finalize: -DEBUG: Parsing file GFS_rrtmg_post.F90 with registry OrderedDict([('GFS_rrtmg_post', {'GFS_rrtmg_post': {'GFS_rrtmg_post_init': [8, 9], 'GFS_rrtmg_post_run': [13, 166], 'GFS_rrtmg_post_finalize': [169, 170]}})]) -INFO: Legacy extension - skip empty table for GFS_rrtmg_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_post GFS_rrtmg_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_post_run GFS_rrtmg_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_10mu_band in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_0p55mu_band in table GFS_rrtmg_post_run -INFO: Legacy extension - skip empty table for GFS_rrtmg_post_finalize +DEBUG: Parsing file GFS_rrtmg_post.F90 with registry OrderedDict([('GFS_rrtmg_post', {'GFS_rrtmg_post': {'GFS_rrtmg_post_init': [6, 7], 'GFS_rrtmg_post_run': [11, 164], 'GFS_rrtmg_post_finalize': [165, 166]}})]) DEBUG: Module name: GFS_rrtmg_post DEBUG: Scheme name: GFS_rrtmg_post DEBUG: Scheme dependencies: ['iounitdef.f', 'radlw_param.f', 'radiation_aerosols.f', 'radsw_param.f', 'machine.F'] DEBUG: Variables in subroutine GFS_rrtmg_post_init: -DEBUG: Variables in subroutine GFS_rrtmg_post_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_diag_type_instance, GFS_radtend_type_instance, GFS_statein_type_instance, GFS_coupling_type_instance, components_of_surface_downward_shortwave_fluxes, horizontal_loop_extent, number_of_vertical_layers_for_radiation_calculations, extra_top_layer, vertical_index_difference_between_layer_and_upper_bound, vertical_index_difference_between_layer_and_lower_bound, vertical_index_difference_between_inout_and_local, time_step_for_radiation, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, total_cloud_fraction, cloud_optical_depth_layers_at_10mu_band, cloud_optical_depth_layers_at_0p55mu_band, daytime_points_dimension, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmg_post_run: horizontal_loop_extent, vertical_dimension, vertical_dimension_plus_one, number_of_vertical_layers_for_radiation_calculations, extra_top_layer, vertical_index_difference_between_layer_and_upper_bound, vertical_index_difference_between_layer_and_lower_bound, vertical_index_difference_between_inout_and_local, number_of_species_for_aerosol_optical_depth, number_of_radiation_diagnostic_variables, daytime_points_dimension, flag_to_calc_sw, flag_to_calc_lw, flag_diagnostics, frequency_for_longwave_radiation, frequency_for_shortwave_radiation, time_step_for_radiation, cosine_of_zenith_angle, daytime_mean_cosz_over_rad_call_period, air_pressure_at_interface, air_temperature, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, total_cloud_fraction, cloud_optical_depth_layers_at_10mu_band, cloud_optical_depth_layers_at_0p55mu_band, lw_fluxes_sfc, sw_fluxes_sfc, lw_fluxes_top_atmosphere, sw_fluxes_top_atmosphere, components_of_surface_downward_shortwave_fluxes, cumulative_radiation_diagnostic, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_rrtmg_post_finalize: -DEBUG: Parsing file GFS_rrtmg_pre.F90 with registry OrderedDict([('GFS_rrtmg_pre', {'GFS_rrtmg_pre': {'GFS_rrtmg_pre_finalize': [759, 760], 'GFS_rrtmg_pre_init': [9, 10], 'GFS_rrtmg_pre_run': [16, 756]}})]) -INFO: Legacy extension - skip empty table for GFS_rrtmg_pre_finalize -INFO: Legacy extension - skip empty table for GFS_rrtmg_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_pre GFS_rrtmg_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_pre_run GFS_rrtmg_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_ice_water_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_rain_water_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rime_factor in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_condensate_mixing_ratio_updated_by_physics in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc113 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_3d_cloud_fraction in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table GFS_rrtmg_pre_run +DEBUG: Parsing file GFS_rrtmg_pre.F90 with registry OrderedDict([('GFS_rrtmg_pre', {'GFS_rrtmg_pre': {'GFS_rrtmg_pre_finalize': [737, 738], 'GFS_rrtmg_pre_init': [7, 8], 'GFS_rrtmg_pre_run': [14, 736]}})]) DEBUG: Module name: GFS_rrtmg_pre DEBUG: Scheme name: GFS_rrtmg_pre DEBUG: Scheme dependencies: ['physparam.f', 'funcphys.f90', 'surface_perturbation.F90', 'module_mp_radar.F90', 'physcons.F90', 'radiation_gases.f', 'radiation_astronomy.f', 'radsw_param.f', 'machine.F', 'module_bfmicrophysics.f', 'radlw_param.f', 'radiation_aerosols.f', 'module_mp_thompson_make_number_concentrations.F90', 'iounitdef.f', 'module_mp_thompson.F90', 'radiation_clouds.f', 'radcons.f90'] DEBUG: Variables in subroutine GFS_rrtmg_pre_finalize: DEBUG: Variables in subroutine GFS_rrtmg_pre_init: -DEBUG: Variables in subroutine GFS_rrtmg_pre_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_sfcprop_type_instance, GFS_statein_type_instance, GFS_tbd_type_instance, GFS_cldprop_type_instance, GFS_coupling_type_instance, GFS_radtend_type_instance, fraction_of_ice_water_cloud, fraction_of_rain_water_cloud, rime_factor, minimum_large_ice_fraction, total_cloud_condensate_mixing_ratio_updated_by_physics, number_of_vertical_layers_for_radiation_calculations, horizontal_loop_extent, adjusted_vertical_layer_dimension_for_radiation, adjusted_vertical_level_dimension_for_radiation, vertical_index_difference_between_inout_and_local, vertical_index_difference_between_layer_and_upper_bound, vertical_index_difference_between_layer_and_lower_bound, time_step_for_radiation, layer_pressure_thickness_for_radiation, layer_thickness_for_radiation, air_pressure_at_interface_for_radiation_in_hPa, air_pressure_at_layer_for_radiation_in_hPa, air_temperature_at_interface_for_radiation, air_temperature_at_layer_for_radiation, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, water_vapor_specific_humidity_at_layer_for_radiation, ozone_concentration_at_layer_for_radiation, flag_for_mass_flux_deep_convection_scheme, flag_for_gf_deep_convection_scheme, volume_mixing_ratio_co2, volume_mixing_ratio_n2o, volume_mixing_ratio_ch4, volume_mixing_ratio_o2, volume_mixing_ratio_co, volume_mixing_ratio_cfc11, volume_mixing_ratio_cfc12, volume_mixing_ratio_cfc22, volume_mixing_ratio_ccl4, volume_mixing_ratio_cfc113, aerosol_optical_depth_for_shortwave_bands_01_16, aerosol_single_scattering_albedo_for_shortwave_bands_01_16, aerosol_asymmetry_parameter_for_shortwave_bands_01_16, aerosol_optical_depth_for_longwave_bands_01_16, aerosol_single_scattering_albedo_for_longwave_bands_01_16, aerosol_asymmetry_parameter_for_longwave_bands_01_16, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_snow_water_path, mean_effective_radius_for_snow_flake, cloud_area_fraction_for_radiation, instantaneous_3d_cloud_fraction, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, cloud_decorrelation_length, cloud_overlap_decorrelation_parameter, surface_albedo_perturbation, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmg_pre_run: horizontal_loop_extent, vertical_dimension, number_of_vertical_layers_for_radiation_calculations, adjusted_vertical_layer_dimension_for_radiation, adjusted_vertical_level_dimension_for_radiation, number_of_land_surface_variables_perturbed, flag_for_mass_flux_deep_convection_scheme, flag_for_gf_deep_convection_scheme, mpi_rank, number_of_cloud_condensate_types, number_of_tracers, array_dimension_of_3d_arrays_for_microphysics, number_of_3d_arrays_associated_with_pdf_based_clouds, number_of_convective_3d_cloud_fields, index_for_water_vapor, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, number_of_hydrometeors, index_for_rain_water, index_for_snow_water, index_for_graupel, index_for_water_friendly_aerosols, index_for_ozone, index_for_cloud_amount, index_for_cloud_liquid_water_effective_radius, index_for_ice_effective_radius, index_for_snow_effective_radius, index_for_stochastic_land_surface_perturbation_type, index_of_time_step, flag_for_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_zhao_carr_microphysics_scheme, flag_for_zhao_carr_pdf_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, julian_day, number_of_days_in_year, variables_to_be_perturbed_for_landperts, flag_to_calc_sw, flag_to_calc_lw, flag_for_aerosol_physics, flag_for_GFDL_microphysics_radiation_interaction, flag_for_uni_cld, flag_for_cloud_effective_radii, do_mynnedmf, flag_for_lmfshal, flag_for_scale_aware_mass_flux_convection, frequency_for_shortwave_radiation, frequency_for_longwave_radiation, forecast_hour_of_the_day, ice_supersaturation_threshold, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_gas_constant_dry_air_to_gravitational_acceleration, ratio_of_gas_constant_dry_air_to_specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, latitude_in_degree, latitude, longitude, cosine_of_latitude, sine_of_latitude, surface_skin_temperature, sea_land_ice_mask_real, air_pressure_at_interface, air_pressure, dimensionless_exner_function_at_model_layers, air_temperature, weights_for_stochastic_surface_physics_perturbation, cloud_fraction_for_MG, effective_radius_of_stratiform_cloud_rain_particle_in_um, convective_cloud_water_mixing_ratio_in_phy_f3d, convective_cloud_cover_in_phy_f3d, tracer_concentration, aerosol_number_concentration_from_gocart_aerosol_climatology, cosine_of_zenith_angle, daytime_mean_cosz_over_rad_call_period, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, vertical_index_difference_between_inout_and_local, vertical_index_difference_between_layer_and_upper_bound, vertical_index_difference_between_layer_and_lower_bound, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, time_step_for_radiation, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, cloud_decorrelation_length, surface_albedo_perturbation, layer_pressure_thickness_for_radiation, layer_thickness_for_radiation, air_pressure_at_interface_for_radiation_in_hPa, air_pressure_at_layer_for_radiation_in_hPa, air_temperature_at_interface_for_radiation, air_temperature_at_layer_for_radiation, water_vapor_specific_humidity_at_layer_for_radiation, ozone_concentration_at_layer_for_radiation, volume_mixing_ratio_co2, volume_mixing_ratio_n2o, volume_mixing_ratio_ch4, volume_mixing_ratio_o2, volume_mixing_ratio_co, volume_mixing_ratio_cfc11, volume_mixing_ratio_cfc12, volume_mixing_ratio_cfc22, volume_mixing_ratio_ccl4, volume_mixing_ratio_cfc113, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_snow_water_path, mean_effective_radius_for_snow_flake, cloud_area_fraction_for_radiation, instantaneous_3d_cloud_fraction, aerosol_optical_depth_for_shortwave_bands_01_16, aerosol_single_scattering_albedo_for_shortwave_bands_01_16, aerosol_asymmetry_parameter_for_shortwave_bands_01_16, aerosol_optical_depth_for_longwave_bands_01_16, aerosol_single_scattering_albedo_for_longwave_bands_01_16, aerosol_asymmetry_parameter_for_longwave_bands_01_16, cloud_overlap_decorrelation_parameter, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file GFS_rrtmg_setup.F90 with registry OrderedDict([('GFS_rrtmg_setup', {'GFS_rrtmg_setup': {'GFS_rrtmg_setup_run': [259, 284], 'GFS_rrtmg_setup_finalize': [288, 298], 'GFS_rrtmg_setup_init': [27, 255]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup DEBUG: Module name: GFS_rrtmg_setup DEBUG: Scheme name: GFS_rrtmg_setup DEBUG: Scheme dependencies: ['physparam.f', 'radsw_main.f', 'radsw_param.f', 'radiation_gases.f', 'radiation_astronomy.f', 'module_bfmicrophysics.f', 'radlw_param.f', 'radiation_aerosols.f', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f', 'radiation_surface.f', 'radlw_main.f'] @@ -22564,39 +14567,6 @@ DEBUG: Variables in subroutine GFS_rrtmg_setup_run: date_and_time_at_model_initi DEBUG: Variables in subroutine GFS_rrtmg_setup_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_rrtmg_setup_init: mpi_rank, ccpp_error_message, ccpp_error_flag, vertical_sigma_coordinate_for_radiation_initialization, number_of_vertical_layers_for_radiation_calculations, flag_for_initial_time_date_control, flag_for_solar_constant, flag_for_using_prescribed_global_mean_co2_value, flag_for_default_aerosol_effect_in_shortwave_radiation, flag_for_using_climatology_albedo, flag_for_surface_emissivity_control, index_for_liquid_cloud_condensate, array_dimension_of_2d_arrays_for_microphysics, array_dimension_of_3d_arrays_for_microphysics, number_of_3d_arrays_associated_with_pdf_based_clouds, index_for_ozone, flag_for_cloud_overlap_method_for_shortwave_radiation, flag_for_cloud_overlap_method_for_longwave_radiation, flag_for_sw_clouds_without_sub_grid_approximation, flag_for_lw_clouds_without_sub_grid_approximation, flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation, flag_for_CRICK_proof_cloud_water, flag_for_cloud_condensate_normalized_by_cloud_cover, flag_for_microphysics_scheme, flag_for_precipitation_effect_on_radiation, date_and_time_at_model_initialization_reordered, flag_for_vertical_index_direction_control, horizontal_dimension, aerosol_optical_properties_for_longwave_bands_01_16, aerosol_optical_properties_for_shortwave_bands_01_16, atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Parsing file GFS_stochastics.F90 with registry OrderedDict([('GFS_stochastics', {'GFS_stochastics': {'GFS_stochastics_run': [22, 210], 'GFS_stochastics_finalize': [6, 7], 'GFS_stochastics_init': [4, 5]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_stochastics GFS_stochastics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_stochastics_run GFS_stochastics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cellular_automata_global_pattern in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_sppt_perturbation in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_x_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_y_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_shum_perturbation in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_sppt_perturbation_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_shum_perturbation_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dissipation_estimate_of_air_temperature_at_model_layers in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_stochastics_run DEBUG: Module name: GFS_stochastics DEBUG: Scheme name: GFS_stochastics DEBUG: Scheme dependencies: ['machine.F'] @@ -22604,24 +14574,6 @@ DEBUG: Variables in subroutine GFS_stochastics_run: horizontal_loop_extent, vert DEBUG: Variables in subroutine GFS_stochastics_finalize: DEBUG: Variables in subroutine GFS_stochastics_init: DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {}), ('GFS_suite_interstitial_1', {}), ('GFS_suite_interstitial_2', {}), ('GFS_suite_stateout_reset', {}), ('GFS_suite_stateout_update', {}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_rad_reset DEBUG: Module name: GFS_suite_interstitial_rad_reset DEBUG: Scheme name: GFS_suite_interstitial_rad_reset DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22629,24 +14581,6 @@ DEBUG: Variables in subroutine GFS_suite_interstitial_rad_reset_finalize: DEBUG: Variables in subroutine GFS_suite_interstitial_rad_reset_run: GFS_interstitial_type_instance, GFS_control_type_instance, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_suite_interstitial_rad_reset_init: DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {}), ('GFS_suite_interstitial_2', {}), ('GFS_suite_stateout_reset', {}), ('GFS_suite_stateout_update', {}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_phys_reset DEBUG: Module name: GFS_suite_interstitial_phys_reset DEBUG: Scheme name: GFS_suite_interstitial_phys_reset DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22654,36 +14588,6 @@ DEBUG: Variables in subroutine GFS_suite_interstitial_phys_reset_finalize: DEBUG: Variables in subroutine GFS_suite_interstitial_phys_reset_run: GFS_interstitial_type_instance, GFS_control_type_instance, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_suite_interstitial_phys_reset_init: DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 96]}}), ('GFS_suite_interstitial_2', {}), ('GFS_suite_stateout_reset', {}), ('GFS_suite_stateout_update', {}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_1 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_diag in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_1 DEBUG: Module name: GFS_suite_interstitial_1 DEBUG: Scheme name: GFS_suite_interstitial_1 DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22691,68 +14595,6 @@ DEBUG: Variables in subroutine GFS_suite_interstitial_1_init: DEBUG: Variables in subroutine GFS_suite_interstitial_1_finalize: DEBUG: Variables in subroutine GFS_suite_interstitial_1_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, time_step_for_dynamics, time_step_for_physics, sea_land_ice_mask_real, cell_area, minimum_scaling_factor_for_critical_relative_humidity, inverse_scaling_factor_for_critical_relative_humidity, surface_air_pressure, sea_land_ice_mask, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, surface_air_pressure_diag, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky, tendency_of_tracers_due_to_model_physics DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 96]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [103, 104], 'GFS_suite_interstitial_2_finalize': [105, 106], 'GFS_suite_interstitial_2_run': [112, 278]}}), ('GFS_suite_stateout_reset', {}), ('GFS_suite_stateout_update', {}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_2 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_for_coupling in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_for_idea in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable duration_of_sunshine in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_land_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ice_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_pressure_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_longwave_radiation in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shortwave_radiation in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_top_entrainment_instability_value in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_at_previous_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_upward in table GFS_suite_interstitial_2_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_2 DEBUG: Module name: GFS_suite_interstitial_2 DEBUG: Scheme name: GFS_suite_interstitial_2 DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22760,32 +14602,6 @@ DEBUG: Variables in subroutine GFS_suite_interstitial_2_init: DEBUG: Variables in subroutine GFS_suite_interstitial_2_finalize: DEBUG: Variables in subroutine GFS_suite_interstitial_2_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, time_step_for_dynamics, surface_air_pressure, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, flag_diagnostics, flag_diagnostics_3D, flag_idealized_physics, flag_for_flux_coupling, flag_for_cice, flag_for_shallow_convection, flag_for_old_PBL_scheme, flag_for_moorthi_stratus, flag_for_shoc, flag_for_fractional_grid, flag_for_mass_flux_shallow_convection_scheme, instantaneous_cosine_of_zenith_angle, surface_downwelling_shortwave_flux, surface_downwelling_longwave_flux, sea_ice_concentration, surface_upwelling_longwave_flux_for_coupling, tendency_of_air_temperature_due_to_longwave_heating_for_idea, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, critical_cloud_top_entrainment_instability_criteria, air_pressure_at_interface, air_temperature, air_pressure, water_vapor_specific_humidity, cloud_condensed_water_mixing_ratio, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_vaporization_of_water_at_0C, dimensionless_exner_function_at_model_layers, duration_of_sunshine, surface_upwelling_longwave_flux, surface_upwelling_longwave_flux_over_land_interstitial, surface_upwelling_longwave_flux_over_ice_interstitial, surface_upwelling_longwave_flux_over_ocean_interstitial, cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep, cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep, cumulative_surface_pressure_multiplied_by_timestep, cumulative_change_in_temperature_due_to_longwave_radiation, cumulative_change_in_temperature_due_to_shortwave_radiation, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_temperature_due_to_deep_convection, cumulative_change_in_temperature_due_to_shallow_convection, cumulative_change_in_temperature_due_to_microphysics, grid_sensitive_critical_cloud_top_entrainment_instability_criteria, cloud_top_entrainment_instability_value, index_of_highest_temperature_inversion, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_wet_surface_fraction, land_area_fraction_for_microphysics, netcdf_float_fillvalue, flag_to_calc_RRTMGP_LW_jacobian, air_temperature_at_lowest_model_layer, surface_skin_temperature_at_previous_time_step, RRTMGP_lw_flux_profile_upward_allsky, RRTMGP_jacobian_of_lw_flux_profile_upward DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 96]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [103, 104], 'GFS_suite_interstitial_2_finalize': [105, 106], 'GFS_suite_interstitial_2_run': [112, 278]}}), ('GFS_suite_stateout_reset', {'GFS_suite_stateout_reset': {'GFS_suite_stateout_reset_finalize': [284, 285], 'GFS_suite_stateout_reset_init': [282, 283], 'GFS_suite_stateout_reset_run': [289, 309]}}), ('GFS_suite_stateout_update', {}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_stateout_reset -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_stateout_reset DEBUG: Module name: GFS_suite_stateout_reset DEBUG: Scheme name: GFS_suite_stateout_reset DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22793,36 +14609,6 @@ DEBUG: Variables in subroutine GFS_suite_stateout_reset_finalize: DEBUG: Variables in subroutine GFS_suite_stateout_reset_init: DEBUG: Variables in subroutine GFS_suite_stateout_reset_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, air_temperature, x_wind, y_wind, tracer_concentration, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, tracer_concentration_updated_by_physics DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 96]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [103, 104], 'GFS_suite_interstitial_2_finalize': [105, 106], 'GFS_suite_interstitial_2_run': [112, 278]}}), ('GFS_suite_stateout_reset', {'GFS_suite_stateout_reset': {'GFS_suite_stateout_reset_finalize': [284, 285], 'GFS_suite_stateout_reset_init': [282, 283], 'GFS_suite_stateout_reset_run': [289, 309]}}), ('GFS_suite_stateout_update', {'GFS_suite_stateout_update': {'GFS_suite_stateout_update_init': [313, 314], 'GFS_suite_stateout_update_run': [320, 343], 'GFS_suite_stateout_update_finalize': [315, 316]}}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_stateout_update -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_stateout_update DEBUG: Module name: GFS_suite_stateout_update DEBUG: Scheme name: GFS_suite_stateout_update DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22830,41 +14616,6 @@ DEBUG: Variables in subroutine GFS_suite_stateout_update_init: DEBUG: Variables in subroutine GFS_suite_stateout_update_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, time_step_for_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_tracers_due_to_model_physics, air_temperature, x_wind, y_wind, tracer_concentration, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, tracer_concentration_updated_by_physics DEBUG: Variables in subroutine GFS_suite_stateout_update_finalize: DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 96]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [103, 104], 'GFS_suite_interstitial_2_finalize': [105, 106], 'GFS_suite_interstitial_2_run': [112, 278]}}), ('GFS_suite_stateout_reset', {'GFS_suite_stateout_reset': {'GFS_suite_stateout_reset_finalize': [284, 285], 'GFS_suite_stateout_reset_init': [282, 283], 'GFS_suite_stateout_reset_run': [289, 309]}}), ('GFS_suite_stateout_update', {'GFS_suite_stateout_update': {'GFS_suite_stateout_update_init': [313, 314], 'GFS_suite_stateout_update_run': [320, 343], 'GFS_suite_stateout_update_finalize': [315, 316]}}), ('GFS_suite_interstitial_3', {'GFS_suite_interstitial_3': {'GFS_suite_interstitial_3_run': [356, 479], 'GFS_suite_interstitial_3_finalize': [349, 350], 'GFS_suite_interstitial_3_init': [347, 348]}}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_3 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save_from_convective_parameterization in table GFS_suite_interstitial_3_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_3 DEBUG: Module name: GFS_suite_interstitial_3 DEBUG: Scheme name: GFS_suite_interstitial_3 DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22872,33 +14623,6 @@ DEBUG: Variables in subroutine GFS_suite_interstitial_3_run: ccpp_error_message, DEBUG: Variables in subroutine GFS_suite_interstitial_3_finalize: DEBUG: Variables in subroutine GFS_suite_interstitial_3_init: DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 96]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [103, 104], 'GFS_suite_interstitial_2_finalize': [105, 106], 'GFS_suite_interstitial_2_run': [112, 278]}}), ('GFS_suite_stateout_reset', {'GFS_suite_stateout_reset': {'GFS_suite_stateout_reset_finalize': [284, 285], 'GFS_suite_stateout_reset_init': [282, 283], 'GFS_suite_stateout_reset_run': [289, 309]}}), ('GFS_suite_stateout_update', {'GFS_suite_stateout_update': {'GFS_suite_stateout_update_init': [313, 314], 'GFS_suite_stateout_update_run': [320, 343], 'GFS_suite_stateout_update_finalize': [315, 316]}}), ('GFS_suite_interstitial_3', {'GFS_suite_interstitial_3': {'GFS_suite_interstitial_3_run': [356, 479], 'GFS_suite_interstitial_3_finalize': [349, 350], 'GFS_suite_interstitial_3_init': [347, 348]}}), ('GFS_suite_interstitial_4', {'GFS_suite_interstitial_4': {'GFS_suite_interstitial_4_finalize': [485, 486], 'GFS_suite_interstitial_4_run': [490, 600], 'GFS_suite_interstitial_4_init': [483, 484]}}), ('GFS_suite_interstitial_5', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_4 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save_from_convective_parameterization in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_suite_interstitial_4_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_4 DEBUG: Module name: GFS_suite_interstitial_4 DEBUG: Scheme name: GFS_suite_interstitial_4 DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22906,26 +14630,6 @@ DEBUG: Variables in subroutine GFS_suite_interstitial_4_finalize: DEBUG: Variables in subroutine GFS_suite_interstitial_4_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, time_step_for_dynamics, air_pressure, water_vapor_specific_humidity, tracer_concentration_updated_by_physics, number_of_tracers_for_convective_transport, flag_for_aerosol_physics, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_cloud_amount, index_for_rain_water, index_for_snow_water, index_for_rain_number_concentration, index_for_snow_number_concentration, index_for_graupel, index_for_graupel_number_concentration, flag_for_microphysics_scheme, flag_for_zhao_carr_microphysics_scheme, flag_for_zhao_carr_pdf_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, convective_transportable_tracers, cloud_condensed_water_mixing_ratio_save, ice_water_mixing_ratio_save, air_temperature_save_from_convective_parameterization, flag_for_chemistry_coupling, number_of_total_tracers, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, pi, gas_constant_dry_air, water_friendly_aerosol_number_concentration, instantaneous_water_vapor_specific_humidity_tendency_due_to_convection DEBUG: Variables in subroutine GFS_suite_interstitial_4_init: DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 96]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [103, 104], 'GFS_suite_interstitial_2_finalize': [105, 106], 'GFS_suite_interstitial_2_run': [112, 278]}}), ('GFS_suite_stateout_reset', {'GFS_suite_stateout_reset': {'GFS_suite_stateout_reset_finalize': [284, 285], 'GFS_suite_stateout_reset_init': [282, 283], 'GFS_suite_stateout_reset_run': [289, 309]}}), ('GFS_suite_stateout_update', {'GFS_suite_stateout_update': {'GFS_suite_stateout_update_init': [313, 314], 'GFS_suite_stateout_update_run': [320, 343], 'GFS_suite_stateout_update_finalize': [315, 316]}}), ('GFS_suite_interstitial_3', {'GFS_suite_interstitial_3': {'GFS_suite_interstitial_3_run': [356, 479], 'GFS_suite_interstitial_3_finalize': [349, 350], 'GFS_suite_interstitial_3_init': [347, 348]}}), ('GFS_suite_interstitial_4', {'GFS_suite_interstitial_4': {'GFS_suite_interstitial_4_finalize': [485, 486], 'GFS_suite_interstitial_4_run': [490, 600], 'GFS_suite_interstitial_4_init': [483, 484]}}), ('GFS_suite_interstitial_5', {'GFS_suite_interstitial_5': {'GFS_suite_interstitial_5_finalize': [606, 607], 'GFS_suite_interstitial_5_run': [611, 631], 'GFS_suite_interstitial_5_init': [604, 605]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_5 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_5_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_5_run DEBUG: Module name: GFS_suite_interstitial_5 DEBUG: Scheme name: GFS_suite_interstitial_5 DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22933,50 +14637,6 @@ DEBUG: Variables in subroutine GFS_suite_interstitial_5_finalize: DEBUG: Variables in subroutine GFS_suite_interstitial_5_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, tracer_concentration_updated_by_physics, number_of_tracers_for_convective_transport, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, convective_transportable_tracers DEBUG: Variables in subroutine GFS_suite_interstitial_5_init: DEBUG: Parsing file GFS_surface_generic.F90 with registry OrderedDict([('GFS_surface_generic_pre', {'GFS_surface_generic_pre': {'GFS_surface_generic_pre_finalize': [11, 12], 'GFS_surface_generic_pre_run': [16, 136], 'GFS_surface_generic_pre_init': [9, 10]}}), ('GFS_surface_generic_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_pre GFS_surface_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_pre_run GFS_surface_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_area_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_surface_physics_perturbation in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_soil_type_b_parameter in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_leaf_area_index in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_vegetation_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_cice in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_in in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table GFS_surface_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_post GFS_surface_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_post_run GFS_surface_generic_pre DEBUG: Module name: GFS_surface_generic_pre DEBUG: Scheme name: GFS_surface_generic_pre DEBUG: Scheme dependencies: ['surface_perturbation.F90', 'machine.F'] @@ -22984,99 +14644,6 @@ DEBUG: Variables in subroutine GFS_surface_generic_pre_finalize: DEBUG: Variables in subroutine GFS_surface_generic_pre_run: horizontal_loop_extent, vertical_dimension, vegetation_area_fraction, sea_land_ice_mask, soil_type_dataset_choice, vegetation_type_dataset_choice, soil_type_classification_real, vegetation_type_classification_real, surface_slope_classification_real, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, surface_skin_temperature, geopotential, gravitational_acceleration, bounded_vegetation_area_fraction, soil_type_classification, vegetation_type_classification, surface_slope_classification, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, surface_skin_temperature_after_iteration, height_above_ground_at_lowest_model_layer, flag_for_stochastic_physics_perturbations, flag_for_global_cellular_automata, tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step, tendency_of_lwe_thickness_of_precipitation_amount_for_coupling, tendency_of_lwe_thickness_of_snow_amount_for_coupling, lwe_thickness_of_precipitation_amount_for_coupling, lwe_thickness_of_snow_amount_for_coupling, index_for_stochastic_land_surface_perturbation_type, number_of_land_surface_variables_perturbed, weights_for_stochastic_surface_physics_perturbation, magnitude_of_perturbations_for_landperts, variables_to_be_perturbed_for_landperts, perturbation_of_momentum_roughness_length, perturbation_of_heat_to_momentum_roughness_length_ratio, perturbation_of_soil_type_b_parameter, perturbation_of_leaf_area_index, perturbation_of_vegetation_fraction, magnitude_of_perturbation_of_vegetation_fraction, flag_for_flux_coupling, flag_for_cice, sea_land_ice_mask_cice, sea_land_ice_mask_in, sea_ice_temperature, sea_surface_temperature, sea_ice_concentration, sea_ice_thickness, wind_speed_at_lowest_model_layer, x_wind_at_lowest_model_layer, y_wind_at_lowest_model_layer, surface_wind_enhancement_due_to_convection, volume_fraction_of_condensed_water_in_soil_at_wilting_point, threshold_volume_fraction_of_condensed_water_in_soil, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_surface_generic_pre_init: DEBUG: Parsing file GFS_surface_generic.F90 with registry OrderedDict([('GFS_surface_generic_pre', {'GFS_surface_generic_pre': {'GFS_surface_generic_pre_finalize': [11, 12], 'GFS_surface_generic_pre_run': [16, 136], 'GFS_surface_generic_pre_init': [9, 10]}}), ('GFS_surface_generic_post', {'GFS_surface_generic_post': {'GFS_surface_generic_post_run': [152, 295], 'GFS_surface_generic_post_finalize': [147, 148], 'GFS_surface_generic_post_init': [145, 146]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_pre GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_pre_run GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_post GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_post_run GFS_surface_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_potential_evaporation in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_ground_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_longwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_longwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_temperature_at_2m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_specific_humidity_at_2m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_wind_at_10m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_wind_at_10m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_skin_temperature_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_air_pressure_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_ground_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_transpiration_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_snow_area_fraction_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_runoff in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_reduction_factor in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_reduction_factor in table GFS_surface_generic_post_run DEBUG: Module name: GFS_surface_generic_post DEBUG: Scheme name: GFS_surface_generic_post DEBUG: Scheme dependencies: ['surface_perturbation.F90', 'machine.F'] @@ -23084,74 +14651,6 @@ DEBUG: Variables in subroutine GFS_surface_generic_post_run: horizontal_loop_ext DEBUG: Variables in subroutine GFS_surface_generic_post_finalize: DEBUG: Variables in subroutine GFS_surface_generic_post_init: DEBUG: Parsing file GFS_surface_composites.F90 with registry OrderedDict([('GFS_surface_composites_pre', {'GFS_surface_composites_pre': {'GFS_surface_composites_pre_run': [16, 184], 'GFS_surface_composites_pre_finalize': [11, 12], 'GFS_surface_composites_pre_init': [9, 10]}}), ('GFS_surface_composites_inter', {}), ('GFS_surface_composites_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_depth in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_ocean_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table GFS_surface_composites_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_pre DEBUG: Module name: GFS_surface_composites_pre DEBUG: Scheme name: GFS_surface_composites_pre DEBUG: Scheme dependencies: ['machine.F'] @@ -23159,25 +14658,6 @@ DEBUG: Variables in subroutine GFS_surface_composites_pre_run: horizontal_loop_e DEBUG: Variables in subroutine GFS_surface_composites_pre_finalize: DEBUG: Variables in subroutine GFS_surface_composites_pre_init: DEBUG: Parsing file GFS_surface_composites.F90 with registry OrderedDict([('GFS_surface_composites_pre', {'GFS_surface_composites_pre': {'GFS_surface_composites_pre_run': [16, 184], 'GFS_surface_composites_pre_finalize': [11, 12], 'GFS_surface_composites_pre_init': [9, 10]}}), ('GFS_surface_composites_inter', {'GFS_surface_composites_inter': {'GFS_surface_composites_inter_run': [199, 238], 'GFS_surface_composites_inter_init': [192, 193], 'GFS_surface_composites_inter_finalize': [194, 195]}}), ('GFS_surface_composites_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_inter -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_inter DEBUG: Module name: GFS_surface_composites_inter DEBUG: Scheme name: GFS_surface_composites_inter DEBUG: Scheme dependencies: ['machine.F'] @@ -23185,119 +14665,6 @@ DEBUG: Variables in subroutine GFS_surface_composites_inter_run: horizontal_loop DEBUG: Variables in subroutine GFS_surface_composites_inter_init: DEBUG: Variables in subroutine GFS_surface_composites_inter_finalize: DEBUG: Parsing file GFS_surface_composites.F90 with registry OrderedDict([('GFS_surface_composites_pre', {'GFS_surface_composites_pre': {'GFS_surface_composites_pre_run': [16, 184], 'GFS_surface_composites_pre_finalize': [11, 12], 'GFS_surface_composites_pre_init': [9, 10]}}), ('GFS_surface_composites_inter', {'GFS_surface_composites_inter': {'GFS_surface_composites_inter_run': [199, 238], 'GFS_surface_composites_inter_init': [192, 193], 'GFS_surface_composites_inter_finalize': [194, 195]}}), ('GFS_surface_composites_post', {'GFS_surface_composites_post': {'GFS_surface_composites_post_init': [247, 248], 'GFS_surface_composites_post_finalize': [249, 250], 'GFS_surface_composites_post_run': [256, 480]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table GFS_surface_composites_post_run DEBUG: Module name: GFS_surface_composites_post DEBUG: Scheme name: GFS_surface_composites_post DEBUG: Scheme dependencies: ['machine.F'] @@ -23305,12 +14672,6 @@ DEBUG: Variables in subroutine GFS_surface_composites_post_init: DEBUG: Variables in subroutine GFS_surface_composites_post_finalize: DEBUG: Variables in subroutine GFS_surface_composites_post_run: horizontal_loop_extent, flag_for_fractional_grid, flag_for_cice, flag_for_flux_coupling, flag_for_wave_coupling_to_atm, land_area_fraction, lake_area_fraction, sea_area_fraction, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_wet_surface_fraction, sea_ice_concentration, surface_roughness_length, surface_roughness_length_over_ocean, surface_roughness_length_over_land, surface_roughness_length_over_ice, surface_roughness_length_over_ocean_interstitial, surface_roughness_length_over_land_interstitial, surface_roughness_length_over_ice_interstitial, surface_snow_thickness_water_equivalent, surface_snow_thickness_water_equivalent_over_ocean, surface_snow_thickness_water_equivalent_over_land, surface_snow_thickness_water_equivalent_over_ice, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice, surface_friction_velocity, surface_friction_velocity_over_ocean, surface_friction_velocity_over_land, surface_friction_velocity_over_ice, water_equivalent_accumulated_snow_depth, water_equivalent_accumulated_snow_depth_over_ocean, water_equivalent_accumulated_snow_depth_over_land, water_equivalent_accumulated_snow_depth_over_ice, surface_upward_potential_latent_heat_flux_over_ice, surface_skin_temperature, sea_surface_temperature, surface_skin_temperature_over_land, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ice_interstitial, sea_ice_temperature, sea_ice_temperature_interstitial, surface_skin_temperature_after_iteration, surface_skin_temperature_after_iteration_over_ocean, surface_skin_temperature_after_iteration_over_land, surface_skin_temperature_after_iteration_over_ice, upward_heat_flux_in_soil_over_ice, sea_land_ice_mask, surface_specific_humidity, surface_specific_humidity_over_ocean, surface_specific_humidity_over_land, surface_specific_humidity_over_ice, kinematic_surface_upward_sensible_heat_flux, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_land, kinematic_surface_upward_sensible_heat_flux_over_ice, sea_ice_minimum, ccpp_error_message, ccpp_error_flag, ice_vertical_dimension, soil_vertical_dimension, surface_drag_coefficient_for_momentum_in_air, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, bulk_richardson_number_at_lowest_model_level, bulk_richardson_number_at_lowest_model_level_over_ocean, bulk_richardson_number_at_lowest_model_level_over_land, bulk_richardson_number_at_lowest_model_level_over_ice, surface_wind_stress, surface_wind_stress_over_ocean, surface_wind_stress_over_land, surface_wind_stress_over_ice, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_momentum_over_ocean, Monin_Obukhov_similarity_function_for_momentum_over_land, Monin_Obukhov_similarity_function_for_momentum_over_ice, Monin_Obukhov_similarity_function_for_heat, Monin_Obukhov_similarity_function_for_heat_over_ocean, Monin_Obukhov_similarity_function_for_heat_over_land, Monin_Obukhov_similarity_function_for_heat_over_ice, Monin_Obukhov_similarity_function_for_momentum_at_10m, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice, Monin_Obukhov_similarity_function_for_heat_at_2m, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean, Monin_Obukhov_similarity_function_for_heat_at_2m_over_land, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice, surface_drag_wind_speed_for_momentum_in_air, surface_drag_wind_speed_for_momentum_in_air_over_ocean, surface_drag_wind_speed_for_momentum_in_air_over_land, surface_drag_wind_speed_for_momentum_in_air_over_ice, surface_drag_mass_flux_for_heat_and_moisture_in_air, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice, upward_heat_flux_in_soil, upward_heat_flux_in_soil_over_ocean, upward_heat_flux_in_soil_over_land, surface_upward_potential_latent_heat_flux, surface_upward_potential_latent_heat_flux_over_ocean, surface_upward_potential_latent_heat_flux_over_land, kinematic_surface_upward_latent_heat_flux, kinematic_surface_upward_latent_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_land, kinematic_surface_upward_latent_heat_flux_over_ice, sea_ice_thickness, internal_ice_temperature, soil_temperature DEBUG: Parsing file GFS_surface_loop_control.F90 with registry OrderedDict([('GFS_surface_loop_control_part1', {'GFS_surface_loop_control_part1': {'GFS_surface_loop_control_part1_run': [20, 40], 'GFS_surface_loop_control_part1_finalize': [8, 9], 'GFS_surface_loop_control_part1_init': [6, 7]}}), ('GFS_surface_loop_control_part2', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part1 GFS_surface_loop_control_part1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part1_run GFS_surface_loop_control_part1 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_loop_control_part1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_surface_loop_control_part1_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part2 GFS_surface_loop_control_part1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part2_run GFS_surface_loop_control_part1 DEBUG: Module name: GFS_surface_loop_control_part1 DEBUG: Scheme name: GFS_surface_loop_control_part1 DEBUG: Scheme dependencies: ['machine.F'] @@ -23318,16 +14679,6 @@ DEBUG: Variables in subroutine GFS_surface_loop_control_part1_run: horizontal_lo DEBUG: Variables in subroutine GFS_surface_loop_control_part1_finalize: DEBUG: Variables in subroutine GFS_surface_loop_control_part1_init: DEBUG: Parsing file GFS_surface_loop_control.F90 with registry OrderedDict([('GFS_surface_loop_control_part1', {'GFS_surface_loop_control_part1': {'GFS_surface_loop_control_part1_run': [20, 40], 'GFS_surface_loop_control_part1_finalize': [8, 9], 'GFS_surface_loop_control_part1_init': [6, 7]}}), ('GFS_surface_loop_control_part2', {'GFS_surface_loop_control_part2': {'GFS_surface_loop_control_part2_run': [62, 90], 'GFS_surface_loop_control_part2_finalize': [50, 51], 'GFS_surface_loop_control_part2_init': [48, 49]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part1 GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part1_run GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part2 GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part2_run GFS_surface_loop_control_part2 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_loop_control_part2_run DEBUG: Module name: GFS_surface_loop_control_part2 DEBUG: Scheme name: GFS_surface_loop_control_part2 DEBUG: Scheme dependencies: ['machine.F'] @@ -23335,18 +14686,6 @@ DEBUG: Variables in subroutine GFS_surface_loop_control_part2_run: horizontal_lo DEBUG: Variables in subroutine GFS_surface_loop_control_part2_finalize: DEBUG: Variables in subroutine GFS_surface_loop_control_part2_init: DEBUG: Parsing file GFS_time_vary_pre.fv3.F90 with registry OrderedDict([('GFS_time_vary_pre', {'GFS_time_vary_pre': {'GFS_time_vary_pre_finalize': [27, 37], 'GFS_time_vary_pre_run': [41, 143], 'GFS_time_vary_pre_init': [12, 23]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre DEBUG: Module name: GFS_time_vary_pre DEBUG: Scheme name: GFS_time_vary_pre DEBUG: Scheme dependencies: ['funcphys.f90', 'machine.F'] @@ -23354,221 +14693,41 @@ DEBUG: Variables in subroutine GFS_time_vary_pre_finalize: ccpp_error_message, c DEBUG: Variables in subroutine GFS_time_vary_pre_run: ccpp_error_message, ccpp_error_flag, forecast_date_and_time, date_and_time_at_model_initialization, time_step_for_physics, flag_for_lake_surface_scheme, flag_for_land_surface_scheme, flag_for_noahmp_land_surface_scheme, number_of_timesteps_between_shortwave_radiation_calls, number_of_timesteps_between_longwave_radiation_calls, number_of_timesteps_for_radiation_calls_on_physics_timestep, date_and_time_at_model_initialization_reordered, flag_debug, mpi_rank, mpi_root, number_of_timesteps_between_surface_cycling_calls, seconds_elapsed_since_model_initialization, forecast_time_at_previous_timestep, time_since_diagnostics_zeroed, forecast_time, index_of_time_step, julian_day, number_of_days_in_year, index_for_diagnostic_printout, flag_print, flag_diagnostics, flag_to_calc_sw, flag_to_calc_lw, forecast_hour_of_the_day DEBUG: Variables in subroutine GFS_time_vary_pre_init: ccpp_error_message, ccpp_error_flag DEBUG: Parsing file cires_ugwp.F90 with registry OrderedDict([('cires_ugwp', {'cires_ugwp': {'cires_ugwp_run': [113, 297], 'cires_ugwp_finalize': [81, 92], 'cires_ugwp_init': [29, 71]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography_unfiltered in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude_in_degree in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable eddy_mixing_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_mountain_blocking in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_low_level_wave_breaking in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_turbulent_kinetic_energy_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp DEBUG: Module name: cires_ugwp DEBUG: Scheme name: cires_ugwp DEBUG: Scheme dependencies: ['cires_vert_orodis.F90', 'cires_ugwp_solvers.F90', 'cires_ugwp_utils.F90', 'cires_vert_wmsdis.F90', 'cires_orowam2017.f', 'cires_vert_lsatdis.F90', 'machine.F', 'cires_ugwp_triggers.F90', 'gwdps.f', 'ugwp_driver_v0.F', 'cires_ugwp_module.F90', 'cires_ugwp_initialize.F90'] DEBUG: Variables in subroutine cires_ugwp_run: do_ugwp, mpi_rank, mpi_root, horizontal_loop_extent, vertical_dimension, number_of_tracers, time_step_for_physics, index_of_time_step, number_of_equatorial_longitude_points, orography, orography_unfiltered, standard_deviation_of_subgrid_orography, number_of_statistical_measures_of_subgrid_orography, convexity_of_subgrid_orography, angle_from_east_of_maximum_subgrid_orographic_variations, slope_of_subgrid_orography, anisotropy_of_subgrid_orography, maximum_subgrid_orography, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height, asymmetry_of_subgrid_orography, turb_oro_form_drag_flag, diag_ugwp_flag, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, latitude, latitude_in_degree, sine_of_latitude, cosine_of_latitude, cell_area, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure_at_interface, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, air_pressure_difference_between_midlayers, vertical_index_at_top_of_atmosphere_boundary_layer, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag, tendency_of_x_wind_due_to_ugwp, tendency_of_y_wind_due_to_ugwp, tendency_of_air_temperature_due_to_ugwp, eddy_mixing_due_to_ugwp, instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag, instantaneous_momentum_flux_due_to_mountain_blocking_drag, instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag, instantaneous_momentum_flux_due_to_nonstationary_gravity_wave, height_of_mountain_blocking, height_of_low_level_wave_breaking, height_of_launch_level_of_orographic_gravity_wave, instantaneous_change_in_x_wind_due_to_mountain_blocking_drag, instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag, instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag, time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag, time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag, time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, level_of_dividing_streamline, gravitational_acceleration, pi, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, lwe_thickness_of_precipitation_amount_on_dynamics_timestep, index_for_turbulent_kinetic_energy, turbulent_kinetic_energy, tendency_of_turbulent_kinetic_energy_due_to_model_physics, flag_print, horizontal_index_of_printed_column, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag, cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_temperature_due_to_convective_gravity_wave_drag, flag_diagnostics_3D, flag_diagnostics, flag_for_generic_gravity_wave_drag_tendency, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine cires_ugwp_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine cires_ugwp_init: do_ugwp, mpi_rank, mpi_root, vertical_dimension, time_step_for_physics, number_of_equatorial_longitude_points, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, ccpp_error_message, ccpp_error_flag, iounit_namelist, namelist_filename_for_internal_file_reads, iounit_log, namelist_filename, number_of_latitude_points, a_parameter_of_the_hybrid_coordinate, b_parameter_of_the_hybrid_coordinate, multiplication_factors_for_convective_gravity_wave_drag, pressure_cutoff_for_rayleigh_damping, time_scale_for_rayleigh_damping, standard_atmospheric_pressure -DEBUG: Parsing file cires_ugwp_post.F90 with registry OrderedDict([('cires_ugwp_post', {'cires_ugwp_post': {'cires_ugwp_post_init': [8, 9], 'cires_ugwp_post_run': [16, 52], 'cires_ugwp_post_finalize': [55, 56]}})]) -INFO: Legacy extension - skip empty table for cires_ugwp_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp_post cires_ugwp_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_post_run cires_ugwp_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_mountain_blocking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_low_level_wave_breaking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_mountain_blocking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_low_level_wave_breaking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table cires_ugwp_post_run -INFO: Legacy extension - skip empty table for cires_ugwp_post_finalize +DEBUG: Parsing file cires_ugwp_post.F90 with registry OrderedDict([('cires_ugwp_post', {'cires_ugwp_post': {'cires_ugwp_post_init': [6, 7], 'cires_ugwp_post_run': [12, 48], 'cires_ugwp_post_finalize': [49, 50]}})]) DEBUG: Module name: cires_ugwp_post DEBUG: Scheme name: cires_ugwp_post DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine cires_ugwp_post_init: DEBUG: Variables in subroutine cires_ugwp_post_run: diag_ugwp_flag, time_step_for_dynamics, horizontal_loop_extent, vertical_dimension, tendency_of_air_temperature_due_to_ugwp, tendency_of_x_wind_due_to_ugwp, tendency_of_y_wind_due_to_ugwp, instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag, instantaneous_momentum_flux_due_to_mountain_blocking_drag, instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag, instantaneous_momentum_flux_due_to_nonstationary_gravity_wave, height_of_mountain_blocking, height_of_low_level_wave_breaking, height_of_launch_level_of_orographic_gravity_wave, instantaneous_change_in_x_wind_due_to_mountain_blocking_drag, instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag, instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag, time_integral_of_height_of_mountain_blocking, time_integral_of_height_of_low_level_wave_breaking, time_integral_of_height_of_launch_level_of_orographic_gravity_wave, time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag, time_integral_of_momentum_flux_due_to_mountain_blocking_drag, time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag, time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave, time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag, time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag, time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag, time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave, time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave, tendency_of_air_temperature_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine cires_ugwp_post_finalize: -DEBUG: Parsing file cnvc90.f with registry OrderedDict([('cnvc90', {'cnvc90': {'cnvc90_finalize': [124, 125], 'cnvc90_init': [8, 9], 'cnvc90_run': [19, 120]}})]) -INFO: Legacy extension - skip empty table for cnvc90_finalize -INFO: Legacy extension - skip empty table for cnvc90_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cnvc90 cnvc90 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cnvc90_run cnvc90 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable smallest_cloud_base_vertical_index_encountered_thus_far in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable largest_cloud_top_vertical_index_encountered_thus_far in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_convective_cloud in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable pressure_at_bottom_of_convective_cloud in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable pressure_at_top_of_convective_cloud in table cnvc90_run +DEBUG: Parsing file cnvc90.f with registry OrderedDict([('cnvc90', {'cnvc90': {'cnvc90_finalize': [120, 121], 'cnvc90_init': [6, 7], 'cnvc90_run': [17, 118]}})]) DEBUG: Module name: cnvc90 DEBUG: Scheme name: cnvc90 DEBUG: Scheme dependencies: [] DEBUG: Variables in subroutine cnvc90_finalize: DEBUG: Variables in subroutine cnvc90_init: DEBUG: Variables in subroutine cnvc90_run: convective_cloud_switch, horizontal_loop_extent, lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep, vertical_index_at_cloud_base, vertical_index_at_cloud_top, vertical_dimension, air_pressure_at_interface, accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90, smallest_cloud_base_vertical_index_encountered_thus_far, largest_cloud_top_vertical_index_encountered_thus_far, fraction_of_convective_cloud, pressure_at_bottom_of_convective_cloud, pressure_at_top_of_convective_cloud, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file cs_conv.F90 with registry OrderedDict([('cs_conv_pre', {'cs_conv_pre': {'cs_conv_pre_run': [17, 55], 'cs_conv_pre_finalize': [10, 11], 'cs_conv_pre_init': [6, 7]}}), ('cs_conv_post', {}), ('cs_conv', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv_pre -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_updraft_velocity_at_cloud_base in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table cs_conv_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv_pre -INFO: Legacy extension - skip empty table for cs_conv_pre_finalize -INFO: Legacy extension - skip empty table for cs_conv_pre_init +DEBUG: Parsing file cs_conv.F90 with registry OrderedDict([('cs_conv_pre', {'cs_conv_pre': {'cs_conv_pre_run': [11, 49], 'cs_conv_pre_finalize': [6, 7], 'cs_conv_pre_init': [4, 5]}}), ('cs_conv_post', {}), ('cs_conv', {})]) DEBUG: Module name: cs_conv_pre DEBUG: Scheme name: cs_conv_pre DEBUG: Scheme dependencies: ['physcons.F90', 'funcphys.f90', 'machine.F'] DEBUG: Variables in subroutine cs_conv_pre_run: horizontal_loop_extent, vertical_dimension, number_of_tracers, number_of_hydrometeors, water_vapor_specific_humidity_updated_by_physics, ice_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_convective_transport_tracer, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, updraft_velocity_tunable_parameter_1_CS, updraft_velocity_tunable_parameter_2_CS, maximum_updraft_velocity_at_cloud_base, fraction_of_cloud_top_water_scavenged, fraction_of_tracer_scavenged, water_vapor_specific_humidity_save, cloud_condensed_water_mixing_ratio_save, ice_water_mixing_ratio_save, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine cs_conv_pre_finalize: DEBUG: Variables in subroutine cs_conv_pre_init: -DEBUG: Parsing file cs_conv.F90 with registry OrderedDict([('cs_conv_pre', {'cs_conv_pre': {'cs_conv_pre_run': [17, 55], 'cs_conv_pre_finalize': [10, 11], 'cs_conv_pre_init': [6, 7]}}), ('cs_conv_post', {'cs_conv_post': {'cs_conv_post_init': [61, 62], 'cs_conv_post_finalize': [65, 66], 'cs_conv_post_run': [71, 96]}}), ('cs_conv', {})]) -INFO: Legacy extension - skip empty table for cs_conv_post_init -INFO: Legacy extension - skip empty table for cs_conv_post_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv_post -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction_at_model_interfaces in table cs_conv_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction in table cs_conv_post_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv_post +DEBUG: Parsing file cs_conv.F90 with registry OrderedDict([('cs_conv_pre', {'cs_conv_pre': {'cs_conv_pre_run': [11, 49], 'cs_conv_pre_finalize': [6, 7], 'cs_conv_pre_init': [4, 5]}}), ('cs_conv_post', {'cs_conv_post': {'cs_conv_post_init': [53, 54], 'cs_conv_post_finalize': [55, 56], 'cs_conv_post_run': [61, 86]}}), ('cs_conv', {})]) DEBUG: Module name: cs_conv_post DEBUG: Scheme name: cs_conv_post DEBUG: Scheme dependencies: ['physcons.F90', 'funcphys.f90', 'machine.F'] DEBUG: Variables in subroutine cs_conv_post_init: DEBUG: Variables in subroutine cs_conv_post_finalize: DEBUG: Variables in subroutine cs_conv_post_run: horizontal_loop_extent, vertical_dimension, ccpp_error_message, ccpp_error_flag, flag_for_Arakawa_Wu_adjustment, convective_updraft_area_fraction_at_model_interfaces, convective_updraft_area_fraction -DEBUG: Parsing file cs_conv.F90 with registry OrderedDict([('cs_conv_pre', {'cs_conv_pre': {'cs_conv_pre_run': [17, 55], 'cs_conv_pre_finalize': [10, 11], 'cs_conv_pre_init': [6, 7]}}), ('cs_conv_post', {'cs_conv_post': {'cs_conv_post_init': [61, 62], 'cs_conv_post_finalize': [65, 66], 'cs_conv_post_run': [71, 96]}}), ('cs_conv', {'cs_conv': {'cs_conv_init': [165, 166], 'cs_conv_finalize': [169, 170], 'cs_conv_run': [232, 571]}})]) -INFO: Legacy extension - skip empty table for cs_conv_init -INFO: Legacy extension - skip empty table for cs_conv_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_base_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_updraft_velocity_at_cloud_base in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction_at_model_interfaces in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table cs_conv_run +DEBUG: Parsing file cs_conv.F90 with registry OrderedDict([('cs_conv_pre', {'cs_conv_pre': {'cs_conv_pre_run': [11, 49], 'cs_conv_pre_finalize': [6, 7], 'cs_conv_pre_init': [4, 5]}}), ('cs_conv_post', {'cs_conv_post': {'cs_conv_post_init': [53, 54], 'cs_conv_post_finalize': [55, 56], 'cs_conv_post_run': [61, 86]}}), ('cs_conv', {'cs_conv': {'cs_conv_init': [153, 154], 'cs_conv_finalize': [155, 156], 'cs_conv_run': [218, 557]}})]) DEBUG: Module name: cs_conv DEBUG: Scheme name: cs_conv DEBUG: Scheme dependencies: ['physcons.F90', 'funcphys.f90', 'machine.F'] @@ -23576,18 +14735,6 @@ DEBUG: Variables in subroutine cs_conv_init: DEBUG: Variables in subroutine cs_conv_finalize: DEBUG: Variables in subroutine cs_conv_run: horizontal_loop_extent, vertical_dimension, water_vapor_specific_humidity_updated_by_physics, maximum_updraft_velocity_at_cloud_base, fraction_of_cloud_top_water_scavenged, fraction_of_tracer_scavenged, ccpp_error_message, ccpp_error_flag, flag_for_Arakawa_Wu_adjustment, convective_updraft_area_fraction_at_model_interfaces, number_of_tracers_plus_one, number_of_tracers_for_convective_transport, number_of_tracers_for_CS, number_of_cloud_types_CS, flag_convective_tracer_transport, latitude_index_in_debug_printouts, index_of_time_step, air_temperature_updated_by_physics, lwe_thickness_of_deep_convective_precipitation_amount, convective_transportable_tracers, geopotential, geopotential_at_interface, air_pressure, air_pressure_at_interface, time_step_for_physics, time_step_for_dynamics, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, x_wind_updated_by_physics, y_wind_updated_by_physics, cloud_base_mass_flux, mpi_rank, detrainment_and_precipitation_tunable_parameter_3_CS, detrainment_and_precipitation_tunable_parameter_4_CS, entrainment_efficiency_tunable_parameter_9_CS, flag_arakawa_wu_downdraft, flag_flux_form_CS, flag_print, horizontal_index_of_printed_column, flag_deep_convection, mass_fraction_of_convective_cloud_liquid_water, mass_fraction_of_convective_cloud_ice, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, flag_for_microphysics_scheme DEBUG: Parsing file cs_conv_aw_adj.F90 with registry OrderedDict([('cs_conv_aw_adj', {'cs_conv_aw_adj': {'cs_conv_aw_adj_run': [20, 92], 'cs_conv_aw_adj_finalize': [12, 13], 'cs_conv_aw_adj_init': [10, 11]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_aw_adj cs_conv_aw_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_aw_adj_run cs_conv_aw_adj -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table cs_conv_aw_adj_run DEBUG: Module name: cs_conv_aw_adj DEBUG: Scheme name: cs_conv_aw_adj DEBUG: Scheme dependencies: ['machine.F'] @@ -23595,55 +14742,13 @@ DEBUG: Variables in subroutine cs_conv_aw_adj_run: horizontal_loop_extent, verti DEBUG: Variables in subroutine cs_conv_aw_adj_finalize: DEBUG: Variables in subroutine cs_conv_aw_adj_init: DEBUG: Parsing file cu_ntiedtke_pre.F90 with registry OrderedDict([('cu_ntiedtke_pre', {'cu_ntiedtke_pre': {'cu_ntiedtke_pre_run': [14, 51], 'cu_ntiedtke_pre_finalize': [9, 10], 'cu_ntiedtke_pre_init': [7, 8]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke_pre cu_ntiedtke_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_pre_run cu_ntiedtke_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_ntiedtke_pre_run DEBUG: Module name: cu_ntiedtke_pre DEBUG: Scheme name: cu_ntiedtke_pre DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine cu_ntiedtke_pre_run: flag_for_first_time_step, flag_for_restart, index_of_time_step, forecast_time, time_step_for_physics, air_temperature, water_vapor_specific_humidity, temperature_from_previous_timestep, moisture_from_previous_timestep, temperature_tendency_due_to_dynamics, moisture_tendency_due_to_dynamics, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine cu_ntiedtke_pre_finalize: DEBUG: Variables in subroutine cu_ntiedtke_pre_init: -DEBUG: Parsing file cu_ntiedtke.F90 with registry OrderedDict([('cu_ntiedtke', {'cu_ntiedtke': {'cu_ntiedtke_init': [77, 93], 'cu_ntiedtke_finalize': [98, 99], 'cu_ntiedtke_run': [112, 311]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_init cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_run cu_ntiedtke -INFO: Legacy extension - skip empty table for cu_ntiedtke_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_init cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_run cu_ntiedtke -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table cu_ntiedtke_run +DEBUG: Parsing file cu_ntiedtke.F90 with registry OrderedDict([('cu_ntiedtke', {'cu_ntiedtke': {'cu_ntiedtke_init': [77, 93], 'cu_ntiedtke_finalize': [94, 95], 'cu_ntiedtke_run': [108, 307]}})]) DEBUG: Module name: cu_ntiedtke DEBUG: Scheme name: cu_ntiedtke DEBUG: Scheme dependencies: ['physcons.F90', 'machine.F'] @@ -23651,131 +14756,20 @@ DEBUG: Variables in subroutine cu_ntiedtke_init: mpi_rank, mpi_root, ccpp_error_ DEBUG: Variables in subroutine cu_ntiedtke_finalize: DEBUG: Variables in subroutine cu_ntiedtke_run: ccpp_error_message, ccpp_error_flag, x_wind_updated_by_physics, y_wind_updated_by_physics, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, air_temperature, water_vapor_specific_humidity, moisture_tendency_due_to_dynamics, temperature_tendency_due_to_dynamics, convective_transportable_tracers, geopotential, geopotential_at_interface, air_pressure, air_pressure_at_interface, omega, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, lwe_thickness_of_deep_convective_precipitation_amount, sea_land_ice_mask, horizontal_loop_extent, vertical_dimension, time_step_for_physics, cell_size, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, number_of_tracers_for_convective_transport, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover DEBUG: Parsing file cu_ntiedtke_post.F90 with registry OrderedDict([('cu_ntiedtke_post', {'cu_ntiedtke_post': {'cu_ntiedtke_post_init': [7, 8], 'cu_ntiedtke_post_finalize': [9, 10], 'cu_ntiedtke_post_run': [14, 29]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke_post cu_ntiedtke_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_post_run cu_ntiedtke_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_ntiedtke_post_run DEBUG: Module name: cu_ntiedtke_post DEBUG: Scheme name: cu_ntiedtke_post DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine cu_ntiedtke_post_init: DEBUG: Variables in subroutine cu_ntiedtke_post_finalize: DEBUG: Variables in subroutine cu_ntiedtke_post_run: air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, temperature_from_previous_timestep, moisture_from_previous_timestep, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file dcyc2.f with registry OrderedDict([('dcyc2t3', {'dcyc2t3': {'dcyc2t3_init': [14, 15], 'dcyc2t3_run': [166, 298], 'dcyc2t3_finalize': [18, 19]}})]) -INFO: Legacy extension - skip empty table for dcyc2t3_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True dcyc2t3 dcyc2t3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False dcyc2t3_run dcyc2t3 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_midlayer_air_temperature_in_longwave_radiation in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -INFO: Legacy extension - skip empty table for dcyc2t3_finalize +DEBUG: Parsing file dcyc2.f with registry OrderedDict([('dcyc2t3', {'dcyc2t3': {'dcyc2t3_init': [12, 13], 'dcyc2t3_run': [162, 294], 'dcyc2t3_finalize': [14, 15]}})]) DEBUG: Module name: dcyc2t3 DEBUG: Scheme name: dcyc2t3 DEBUG: Scheme dependencies: ['physcons.F90', 'machine.F'] DEBUG: Variables in subroutine dcyc2t3_init: DEBUG: Variables in subroutine dcyc2t3_run: forecast_hour_of_the_day, equation_of_time, sine_of_solar_declination_angle, cosine_of_solar_declination_angle, sine_of_latitude, cosine_of_latitude, longitude, cosine_of_zenith_angle, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_over_ice_interstitial, air_temperature_at_lowest_model_layer, surface_midlayer_air_temperature_in_longwave_radiation, surface_longwave_emissivity_over_land_interstitial, surface_longwave_emissivity_over_ice_interstitial, surface_longwave_emissivity_over_ocean_interstitial, surface_downwelling_shortwave_flux_on_radiation_time_step, surface_net_downwelling_shortwave_flux_on_radiation_time_step, surface_downwelling_longwave_flux_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step, surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, horizontal_loop_extent, vertical_dimension, time_step_for_dynamics, frequency_for_shortwave_radiation, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_wet_surface_fraction, tendency_of_air_temperature_due_to_model_physics, tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, surface_downwelling_longwave_flux, surface_upwelling_longwave_flux_over_land_interstitial, surface_upwelling_longwave_flux_over_ice_interstitial, surface_upwelling_longwave_flux_over_ocean_interstitial, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, instantaneous_cosine_of_zenith_angle, surface_upwelling_direct_near_infrared_shortwave_flux, surface_upwelling_diffuse_near_infrared_shortwave_flux, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux, surface_downwelling_direct_near_infrared_shortwave_flux, surface_downwelling_diffuse_near_infrared_shortwave_flux, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine dcyc2t3_finalize: -DEBUG: Parsing file drag_suite.F90 with registry OrderedDict([('drag_suite', {'drag_suite': {'drag_suite_finalize': [1168, 1169], 'drag_suite_run': [186, 1163], 'drag_suite_init': [8, 9]}})]) -INFO: Legacy extension - skip empty table for drag_suite_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True drag_suite drag_suite -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False drag_suite_run drag_suite -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table drag_suite_run -INFO: Legacy extension - skip empty table for drag_suite_init +DEBUG: Parsing file drag_suite.F90 with registry OrderedDict([('drag_suite', {'drag_suite': {'drag_suite_finalize': [1164, 1165], 'drag_suite_run': [184, 1161], 'drag_suite_init': [6, 7]}})]) DEBUG: Module name: drag_suite DEBUG: Scheme name: drag_suite DEBUG: Scheme dependencies: [] @@ -23783,64 +14777,20 @@ DEBUG: Variables in subroutine drag_suite_finalize: DEBUG: Variables in subroutine drag_suite_run: horizontal_loop_extent, vertical_dimension, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, x_wind, y_wind, air_temperature, water_vapor_specific_humidity, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, index_of_time_step, standard_deviation_of_subgrid_orography, convexity_of_subgrid_orography, asymmetry_of_subgrid_orography, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height, standard_deviation_of_subgrid_orography_small_scale, convexity_of_subgrid_orography_small_scale, asymmetry_of_subgrid_orography_small_scale, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale, angle_from_east_of_maximum_subgrid_orographic_variations, slope_of_subgrid_orography, anisotropy_of_subgrid_orography, maximum_subgrid_orography, x_momentum_tendency_from_large_scale_gwd, y_momentum_tendency_from_large_scale_gwd, x_momentum_tendency_from_blocking_drag, y_momentum_tendency_from_blocking_drag, x_momentum_tendency_from_small_scale_gwd, y_momentum_tendency_from_small_scale_gwd, x_momentum_tendency_from_form_drag, y_momentum_tendency_from_form_drag, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag, integrated_x_momentum_flux_from_large_scale_gwd, integrated_y_momentum_flux_from_large_scale_gwd, integrated_x_momentum_flux_from_blocking_drag, integrated_y_momentum_flux_from_blocking_drag, integrated_x_momentum_flux_from_small_scale_gwd, integrated_y_momentum_flux_from_small_scale_gwd, integrated_x_momentum_flux_from_form_drag, integrated_y_momentum_flux_from_form_drag, sea_land_ice_mask_real, bulk_richardson_number_at_lowest_model_level, atmosphere_boundary_layer_thickness, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, pi, number_of_equatorial_longitude_points, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, mpi_rank, mpi_root, flag_print, horizontal_index_of_printed_column, level_of_dividing_streamline, cell_size, gwd_opt, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine drag_suite_init: DEBUG: Parsing file gcm_shoc.F90 with registry OrderedDict([('shoc', {'shoc': {'shoc_finalize': [12, 13], 'shoc_init': [10, 11], 'shoc_run': [17, 114]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shoc shoc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shoc_run shoc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable prandtl_number in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy_convective_transport_tracer in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_from_shoc in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_buoyancy_flux_from_shoc in table shoc_run DEBUG: Module name: shoc DEBUG: Scheme name: shoc DEBUG: Scheme dependencies: ['funcphys.f90', 'machine.F'] DEBUG: Variables in subroutine shoc_finalize: DEBUG: Variables in subroutine shoc_init: DEBUG: Variables in subroutine shoc_run: horizontal_loop_extent, vertical_dimension, cloud_phase_transition_threshold_temperature, cloud_phase_transition_denominator, specific_heat_of_dry_air_at_constant_pressure, gravitational_acceleration, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, gas_constant_water_vapor, gas_constant_dry_air, pi, ratio_of_vapor_to_dry_air_gas_constants_minus_one, time_step_for_physics, air_pressure, air_pressure_difference_between_midlayers, geopotential_at_interface, geopotential, x_wind_updated_by_physics, y_wind_updated_by_physics, omega, critical_relative_humidity, ice_supersaturation_threshold, shoc_tke_dissipatation_pressure_threshold, shoc_tke_dissipation_tunable_parameter, shoc_tke_dissipation_tunable_parameter_near_surface, shoc_implicit_TKE_integration_uncentering_term, shoc_flag_for_optional_surface_TKE_dissipation, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, prandtl_number, air_temperature_updated_by_physics, tracer_concentration_updated_by_physics, number_of_tracers, index_for_water_vapor, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, subgrid_scale_cloud_fraction_from_shoc, turbulent_kinetic_energy_convective_transport_tracer, atmosphere_heat_diffusivity_from_shoc, kinematic_buoyancy_flux_from_shoc, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file get_prs_fv3.F90 with registry OrderedDict([('get_prs_fv3', {'get_prs_fv3': {'get_prs_fv3_init': [11, 12], 'get_prs_fv3_finalize': [44, 45], 'get_prs_fv3_run': [16, 41]}}), ('get_phi_fv3', {})]) -INFO: Legacy extension - skip empty table for get_prs_fv3_init -INFO: Legacy extension - skip empty table for get_prs_fv3_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_prs_fv3 get_prs_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_prs_fv3_run get_prs_fv3 -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature in table get_prs_fv3_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_phi_fv3 get_prs_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_phi_fv3_run get_prs_fv3 +DEBUG: Parsing file get_prs_fv3.F90 with registry OrderedDict([('get_prs_fv3', {'get_prs_fv3': {'get_prs_fv3_init': [9, 10], 'get_prs_fv3_finalize': [40, 41], 'get_prs_fv3_run': [14, 39]}}), ('get_phi_fv3', {})]) DEBUG: Module name: get_prs_fv3 DEBUG: Scheme name: get_prs_fv3 DEBUG: Scheme dependencies: ['physcons.F90', 'machine.F'] DEBUG: Variables in subroutine get_prs_fv3_init: DEBUG: Variables in subroutine get_prs_fv3_finalize: DEBUG: Variables in subroutine get_prs_fv3_run: horizontal_loop_extent, vertical_dimension, geopotential_at_interface, air_pressure_at_interface, air_temperature, water_vapor_specific_humidity, air_pressure_difference_between_midlayers, geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file get_prs_fv3.F90 with registry OrderedDict([('get_prs_fv3', {'get_prs_fv3': {'get_prs_fv3_init': [11, 12], 'get_prs_fv3_finalize': [44, 45], 'get_prs_fv3_run': [16, 41]}}), ('get_phi_fv3', {'get_phi_fv3': {'get_phi_fv3_finalize': [94, 95], 'get_phi_fv3_init': [59, 60], 'get_phi_fv3_run': [64, 91]}})]) -INFO: Legacy extension - skip empty table for get_phi_fv3_finalize -INFO: Legacy extension - skip empty table for get_phi_fv3_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_prs_fv3 get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_prs_fv3_run get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_phi_fv3 get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_phi_fv3_run get_phi_fv3 -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table get_phi_fv3_run +DEBUG: Parsing file get_prs_fv3.F90 with registry OrderedDict([('get_prs_fv3', {'get_prs_fv3': {'get_prs_fv3_init': [9, 10], 'get_prs_fv3_finalize': [40, 41], 'get_prs_fv3_run': [14, 39]}}), ('get_phi_fv3', {'get_phi_fv3': {'get_phi_fv3_finalize': [86, 87], 'get_phi_fv3_init': [53, 54], 'get_phi_fv3_run': [58, 85]}})]) DEBUG: Module name: get_phi_fv3 DEBUG: Scheme name: get_phi_fv3 DEBUG: Scheme dependencies: ['physcons.F90', 'machine.F'] @@ -23848,47 +14798,6 @@ DEBUG: Variables in subroutine get_phi_fv3_finalize: DEBUG: Variables in subroutine get_phi_fv3_init: DEBUG: Variables in subroutine get_phi_fv3_run: horizontal_loop_extent, vertical_dimension, geopotential_at_interface, geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature, ccpp_error_message, ccpp_error_flag, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, geopotential DEBUG: Parsing file gfdl_cloud_microphys.F90 with registry OrderedDict([('gfdl_cloud_microphys', {'gfdl_cloud_microphys': {'gfdl_cloud_microphys_finalize': [56, 66], 'gfdl_cloud_microphys_run': [84, 238], 'gfdl_cloud_microphys_init': [19, 48]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in table gfdl_cloud_microphys_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys DEBUG: Module name: gfdl_cloud_microphys DEBUG: Scheme name: gfdl_cloud_microphys DEBUG: Scheme dependencies: ['module_mp_radar.F90', 'machine.F', 'module_gfdl_cloud_microphys.F90'] @@ -23896,18 +14805,6 @@ DEBUG: Variables in subroutine gfdl_cloud_microphys_finalize: ccpp_error_message DEBUG: Variables in subroutine gfdl_cloud_microphys_run: ccpp_error_message, ccpp_error_flag, vertical_dimension, horizontal_loop_extent, gravitational_acceleration, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gas_constant_dry_air, land_area_fraction_for_microphysics, cell_area, sea_land_ice_mask, water_vapor_specific_humidity_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, ice_water_mixing_ratio_updated_by_physics, snow_water_mixing_ratio_updated_by_physics, graupel_mixing_ratio_updated_by_physics, cloud_fraction_updated_by_physics, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, omega, air_pressure, geopotential_at_interface, air_pressure_difference_between_midlayers, lwe_thickness_of_explicit_rain_amount, lwe_thickness_of_ice_amount, lwe_thickness_of_snow_amount, lwe_thickness_of_graupel_amount, lwe_thickness_of_explicit_precipitation_amount, ratio_of_snowfall_to_rainfall, time_step_for_physics, flag_for_hydrostatic_solver, flag_for_hydrostatic_heating_from_physics, flag_for_radar_reflectivity, radar_reflectivity_10cm, flag_reset_maximum_hourly_fields, flag_for_cloud_effective_radii, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, effective_radius_of_stratiform_cloud_graupel_particle_in_um DEBUG: Variables in subroutine gfdl_cloud_microphys_init: ccpp_error_message, ccpp_error_flag, mpi_rank, mpi_root, iounit_namelist, namelist_filename_for_internal_file_reads, iounit_log, namelist_filename, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_shoc DEBUG: Parsing file gfdl_fv_sat_adj.F90 with registry OrderedDict([('fv_sat_adj', {'fv_sat_adj': {'fv_sat_adj_finalize': [160, 177], 'fv_sat_adj_run': [191, 312], 'fv_sat_adj_init': [104, 154]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj DEBUG: Module name: fv_sat_adj DEBUG: Scheme name: fv_sat_adj DEBUG: Scheme dependencies: ['physcons.F90', 'module_mp_radar.F90', 'multi_gases.F90', 'machine.F', 'module_gfdl_cloud_microphys.F90'] @@ -23915,316 +14812,69 @@ DEBUG: Variables in subroutine fv_sat_adj_finalize: ccpp_error_message, ccpp_err DEBUG: Variables in subroutine fv_sat_adj_run: ccpp_error_message, ccpp_error_flag, time_step_for_remapping_for_fast_physics, ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind, starting_x_direction_index, ending_x_direction_index, starting_x_direction_index_domain, ending_x_direction_index_domain, top_layer_index_for_fast_physics, vertical_dimension_for_fast_physics, vertical_dimension_for_thickness_at_Lagrangian_surface, starting_y_direction_index, ending_y_direction_index, starting_y_direction_index_domain, ending_y_direction_index_domain, number_of_ghost_zones, flag_for_hydrostatic_solver_for_fast_physics, flag_for_fast_microphysics_energy_conservation, atmosphere_energy_content_in_column, atmosphere_energy_content_at_Lagrangian_surface, number_of_gases_for_multi_gases_physics, gas_tracers_for_multi_gas_physics_at_Lagrangian_surface, water_vapor_specific_humidity_at_Lagrangian_surface, cloud_liquid_water_specific_humidity_at_Lagrangian_surface, cloud_ice_specific_humidity_at_Lagrangian_surface, cloud_rain_specific_humidity_at_Lagrangian_surface, cloud_snow_specific_humidity_at_Lagrangian_surface, cloud_graupel_specific_humidity_at_Lagrangian_surface, surface_geopotential_at_Lagrangian_surface, log_pressure_at_Lagrangian_surface, thickness_at_Lagrangian_surface, pressure_thickness_at_Lagrangian_surface, virtual_temperature_at_Lagrangian_surface, finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa, cloud_condensed_water_specific_humidity_at_Lagrangian_surface, kappa_dry_for_fast_physics, cappa_moist_gas_constant_at_Lagrangian_surface, cell_area_for_fast_physics, tendency_of_air_temperature_at_Lagrangian_surface, flag_for_tendency_of_air_temperature_at_Lagrangian_surface, flag_for_the_last_step_of_k_split_remapping, flag_for_inline_cloud_fraction_calculation, cloud_fraction_at_Lagrangian_surface, omp_threads_for_fast_physics DEBUG: Variables in subroutine fv_sat_adj_init: ccpp_error_message, ccpp_error_flag, top_layer_index_for_fast_physics, number_of_gases_for_multi_gases_physics, flag_for_saturation_adjustment_for_microphysics_in_dynamics, number_of_water_species, gas_constants_for_multi_gases_physics, specific_heat_capacities_for_multi_gases_physics, mpi_rank_for_fast_physics, mpi_root_for_fast_physics DEBUG: Parsing file gscond.f with registry OrderedDict([('zhaocarr_gscond', {'zhaocarr_gscond': {'zhaocarr_gscond_finalize': [17, 18], 'zhaocarr_gscond_run': [38, 482], 'zhaocarr_gscond_init': [11, 12]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True zhaocarr_gscond zhaocarr_gscond -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False zhaocarr_gscond_run zhaocarr_gscond -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table zhaocarr_gscond_run DEBUG: Module name: zhaocarr_gscond DEBUG: Scheme name: zhaocarr_gscond DEBUG: Scheme dependencies: ['physcons.F90', 'funcphys.f90', 'machine.F'] DEBUG: Variables in subroutine zhaocarr_gscond_finalize: -DEBUG: Variables in subroutine zhaocarr_gscond_run: horizontal_loop_extent, vertical_dimension, time_step_for_physics, time_step_for_dynamics, air_pressure, surface_air_pressure, water_vapor_specific_humidity_updated_by_physics, ice_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_updated_by_physics, air_temperature_updated_by_physics, air_temperature_two_time_steps_back, water_vapor_specific_humidity_two_time_steps_back, surface_air_pressure_two_time_steps_back, air_temperature_at_previous_time_step, water_vapor_specific_humidity_at_previous_time_step, surface_air_pressure_at_previous_time_step, critical_relative_humidity, flag_print, horizontal_index_of_printed_column, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine zhaocarr_gscond_run: horizontal_loop_extent, vertical_dimension, time_step_for_physics, time_step_for_dynamics, air_pressure, surface_air_pressure, water_vapor_specific_humidity_updated_by_physics, ice_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_updated_by_physics, air_temperature_updated_by_physics, air_temperature_two_timesteps_back, water_vapor_specific_humidity_two_timesteps_back, surface_air_pressure_two_timesteps_back, air_temperature_at_previous_timestep, water_vapor_specific_humidity_at_previous_timestep, surface_air_pressure_at_previous_timestep, critical_relative_humidity, flag_print, horizontal_index_of_printed_column, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine zhaocarr_gscond_init: -DEBUG: Parsing file gwdc.f with registry OrderedDict([('gwdc_pre', {'gwdc_pre': {'gwdc_pre_finalize': [70, 71], 'gwdc_pre_init': [11, 12], 'gwdc_pre_run': [18, 65]}}), ('gwdc', {}), ('gwdc_post', {})]) -INFO: Legacy extension - skip empty table for gwdc_pre_finalize -INFO: Legacy extension - skip empty table for gwdc_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable characteristic_grid_length_scale in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_column_heating_rate in table gwdc_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc_pre +DEBUG: Parsing file gwdc.f with registry OrderedDict([('gwdc_pre', {'gwdc_pre': {'gwdc_pre_finalize': [54, 55], 'gwdc_pre_init': [7, 8], 'gwdc_pre_run': [14, 53]}}), ('gwdc', {}), ('gwdc_post', {})]) DEBUG: Module name: gwdc_pre DEBUG: Scheme name: gwdc_pre DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine gwdc_pre_finalize: DEBUG: Variables in subroutine gwdc_pre_init: -DEBUG: Variables in subroutine gwdc_pre_run: horizontal_loop_extent, multiplication_factors_for_convective_gravity_wave_drag, cell_size, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, characteristic_grid_length_scale, cloud_area_fraction, vertical_dimension, vertical_index_at_cloud_base, vertical_index_at_cloud_top, time_step_for_physics, air_temperature_updated_by_physics, air_temperature_save, air_pressure_difference_between_midlayers, maximum_column_heating_rate, flag_for_convective_gravity_wave_drag, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file gwdc.f with registry OrderedDict([('gwdc_pre', {'gwdc_pre': {'gwdc_pre_finalize': [70, 71], 'gwdc_pre_init': [11, 12], 'gwdc_pre_run': [18, 65]}}), ('gwdc', {'gwdc': {'gwdc_run': [117, 1268], 'gwdc_finalize': [1274, 1275], 'gwdc_init': [81, 82]}}), ('gwdc_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_column_heating_rate in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable characteristic_grid_length_scale in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_convective_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_convective_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdc_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc -INFO: Legacy extension - skip empty table for gwdc_finalize -INFO: Legacy extension - skip empty table for gwdc_init +DEBUG: Variables in subroutine gwdc_pre_run: horizontal_loop_extent, multiplication_factors_for_convective_gravity_wave_drag, cell_size, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, characteristic_grid_length_scale, cloud_area_fraction, vertical_dimension, vertical_index_at_cloud_base, vertical_index_at_cloud_top, time_step_for_physics, air_temperature_updated_by_physics, air_temperature_save, air_pressure_difference_between_midlayers, maximum_column_heating_rate, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file gwdc.f with registry OrderedDict([('gwdc_pre', {'gwdc_pre': {'gwdc_pre_finalize': [54, 55], 'gwdc_pre_init': [7, 8], 'gwdc_pre_run': [14, 53]}}), ('gwdc', {'gwdc': {'gwdc_run': [114, 1265], 'gwdc_finalize': [1267, 1268], 'gwdc_init': [66, 79]}}), ('gwdc_post', {})]) DEBUG: Module name: gwdc DEBUG: Scheme name: gwdc DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine gwdc_run: horizontal_loop_extent, characteristic_grid_length_scale, cloud_area_fraction, vertical_dimension, vertical_index_at_cloud_base, vertical_index_at_cloud_top, time_step_for_physics, air_pressure_difference_between_midlayers, maximum_column_heating_rate, ccpp_error_message, ccpp_error_flag, latitude_index_in_debug_printouts, x_wind, y_wind, air_temperature, water_vapor_specific_humidity, air_pressure, air_pressure_at_interface, flag_deep_convection, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, ratio_of_vapor_to_dry_air_gas_constants_minus_one, pi, flag_print, horizontal_index_of_printed_column, forecast_time, tendency_of_x_wind_due_to_convective_gravity_wave_drag, tendency_of_y_wind_due_to_convective_gravity_wave_drag, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag DEBUG: Variables in subroutine gwdc_finalize: -DEBUG: Variables in subroutine gwdc_init: -DEBUG: Parsing file gwdc.f with registry OrderedDict([('gwdc_pre', {'gwdc_pre': {'gwdc_pre_finalize': [70, 71], 'gwdc_pre_init': [11, 12], 'gwdc_pre_run': [18, 65]}}), ('gwdc', {'gwdc': {'gwdc_run': [117, 1268], 'gwdc_finalize': [1274, 1275], 'gwdc_init': [81, 82]}}), ('gwdc_post', {'gwdc_post': {'gwdc_post_finalize': [1334, 1335], 'gwdc_post_init': [1285, 1286], 'gwdc_post_run': [1292, 1329]}})]) -INFO: Legacy extension - skip empty table for gwdc_post_finalize -INFO: Legacy extension - skip empty table for gwdc_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_x_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_y_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gwdc_post_run +DEBUG: Variables in subroutine gwdc_init: ccpp_error_message, ccpp_error_flag, flag_for_convective_gravity_wave_drag +DEBUG: Parsing file gwdc.f with registry OrderedDict([('gwdc_pre', {'gwdc_pre': {'gwdc_pre_finalize': [54, 55], 'gwdc_pre_init': [7, 8], 'gwdc_pre_run': [14, 53]}}), ('gwdc', {'gwdc': {'gwdc_run': [114, 1265], 'gwdc_finalize': [1267, 1268], 'gwdc_init': [66, 79]}}), ('gwdc_post', {'gwdc_post': {'gwdc_post_finalize': [1319, 1320], 'gwdc_post_init': [1274, 1275], 'gwdc_post_run': [1281, 1318]}})]) DEBUG: Module name: gwdc_post DEBUG: Scheme name: gwdc_post DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine gwdc_post_finalize: DEBUG: Variables in subroutine gwdc_post_init: DEBUG: Variables in subroutine gwdc_post_run: horizontal_loop_extent, vertical_dimension, time_step_for_physics, air_temperature_updated_by_physics, ccpp_error_message, ccpp_error_flag, specific_heat_of_dry_air_at_constant_pressure, tendency_of_x_wind_due_to_convective_gravity_wave_drag, tendency_of_y_wind_due_to_convective_gravity_wave_drag, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag, flag_diagnostics, flag_diagnostics_3D, time_step_for_dynamics, time_integral_of_x_stress_due_to_gravity_wave_drag, time_integral_of_y_stress_due_to_gravity_wave_drag, cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag, x_wind_updated_by_physics, y_wind_updated_by_physics -DEBUG: Parsing file gwdps.f with registry OrderedDict([('gwdps', {'gwdps': {'gwdps_init': [8, 9], 'gwdps_run': [193, 1257], 'gwdps_finalize': [1262, 1263]}})]) -INFO: Legacy extension - skip empty table for gwdps_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdps gwdps -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdps_run gwdps -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table gwdps_run -INFO: Legacy extension - skip empty table for gwdps_finalize +DEBUG: Parsing file gwdps.f with registry OrderedDict([('gwdps', {'gwdps': {'gwdps_init': [6, 7], 'gwdps_run': [191, 1255], 'gwdps_finalize': [1257, 1258]}})]) DEBUG: Module name: gwdps DEBUG: Scheme name: gwdps DEBUG: Scheme dependencies: [] DEBUG: Variables in subroutine gwdps_init: DEBUG: Variables in subroutine gwdps_run: horizontal_loop_extent, vertical_dimension, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, x_wind, y_wind, air_temperature, water_vapor_specific_humidity, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, index_of_time_step, standard_deviation_of_subgrid_orography, convexity_of_subgrid_orography, asymmetry_of_subgrid_orography, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height, angle_from_east_of_maximum_subgrid_orographic_variations, slope_of_subgrid_orography, anisotropy_of_subgrid_orography, maximum_subgrid_orography, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, gas_constant_water_vapor, number_of_equatorial_longitude_points, number_of_statistical_measures_of_subgrid_orography, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, mpi_rank, flag_print, horizontal_index_of_printed_column, level_of_dividing_streamline, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine gwdps_finalize: -DEBUG: Parsing file h2ophys.f with registry OrderedDict([('h2ophys', {'h2ophys': {'h2ophys_init': [12, 13], 'h2ophys_run': [21, 125], 'h2ophys_finalize': [131, 132]}})]) -INFO: Legacy extension - skip empty table for h2ophys_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True h2ophys h2ophys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False h2ophys_run h2ophys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table h2ophys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table h2ophys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable h2o_forcing in table h2ophys_run -INFO: Legacy extension - skip empty table for h2ophys_finalize +DEBUG: Parsing file h2ophys.f with registry OrderedDict([('h2ophys', {'h2ophys': {'h2ophys_init': [8, 9], 'h2ophys_run': [17, 121], 'h2ophys_finalize': [123, 124]}})]) DEBUG: Module name: h2ophys DEBUG: Scheme name: h2ophys DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine h2ophys_init: DEBUG: Variables in subroutine h2ophys_run: horizontal_loop_extent, vertical_dimension, vertical_dimension_of_h2o_forcing_data, time_step_for_physics, water_vapor_specific_humidity_updated_by_physics, natural_log_of_h2o_forcing_data_pressure_levels, air_pressure, h2o_forcing, number_of_coefficients_in_h2o_forcing_data, flag_diagnostics_3D, mpi_rank, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine h2ophys_finalize: -DEBUG: Parsing file samfdeepcnv.f with registry OrderedDict([('samfdeepcnv', {'samfdeepcnv': {'samfdeepcnv_run': [63, 2913], 'samfdeepcnv_finalize': [18, 19], 'samfdeepcnv_init': [12, 13]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True samfdeepcnv samfdeepcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False samfdeepcnv_run samfdeepcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_cellular_automata_for_deep_convection in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable physics_field_for_coupling in table samfdeepcnv_run -INFO: Legacy extension - skip empty table for samfdeepcnv_finalize -INFO: Legacy extension - skip empty table for samfdeepcnv_init +DEBUG: Parsing file samfdeepcnv.f with registry OrderedDict([('samfdeepcnv', {'samfdeepcnv': {'samfdeepcnv_run': [55, 2905], 'samfdeepcnv_finalize': [10, 11], 'samfdeepcnv_init': [8, 9]}})]) DEBUG: Module name: samfdeepcnv DEBUG: Scheme name: samfdeepcnv DEBUG: Scheme dependencies: ['funcphys.f90', 'samfaerosols.F', 'machine.F'] DEBUG: Variables in subroutine samfdeepcnv_run: horizontal_loop_extent, vertical_dimension, number_of_aerosol_tracers_for_convection, number_of_chemical_tracers, specific_heat_of_liquid_water_at_constant_pressure, specific_heat_of_dry_air_at_constant_pressure, specific_heat_of_water_vapor_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gravitational_acceleration, latent_heat_of_vaporization_of_water_at_0C, gas_constant_dry_air, gas_constant_water_vapor, temperature_at_zero_celsius, time_step_for_physics, index_for_turbulent_kinetic_energy_convective_transport_tracer, number_of_tracers_for_samf, air_pressure_difference_between_midlayers, air_pressure, surface_air_pressure, geopotential, convective_transportable_tracers, water_vapor_specific_humidity_updated_by_physics, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, coefficients_for_aerosol_scavenging, flag_for_hwrf_samfdeepcnv_scheme, cloud_work_function, lwe_thickness_of_deep_convective_precipitation_amount, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, sea_land_ice_mask, cell_area, omega, number_of_hydrometeors, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, mass_fraction_of_convective_cloud_liquid_water, mass_fraction_of_convective_cloud_ice, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, flag_for_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, entrainment_rate_coefficient_deep_convection, rain_conversion_parameter_deep_convection, detrainment_conversion_parameter_deep_convection, downdraft_fraction_reaching_surface_over_land_deep_convection, downdraft_fraction_reaching_surface_over_ocean_deep_convection, rain_evaporation_coefficient_deep_convection, rain_evaporation_coefficient_over_land_deep_convection, momentum_transport_reduction_factor_pgf_deep_convection, aerosol_aware_parameter_deep_convection, flag_for_cellular_automata, flag_for_global_cellular_automata_closure, flag_for_global_cellular_automata_entr, flag_for_global_cellular_automata_trigger, threshold_for_perturbed_vertical_velocity, fraction_of_cellular_automata_for_deep_convection, physics_field_for_coupling, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine samfdeepcnv_finalize: DEBUG: Variables in subroutine samfdeepcnv_init: -DEBUG: Parsing file samfshalcnv.f with registry OrderedDict([('samfshalcnv', {'samfshalcnv': {'samfshalcnv_run': [43, 1863], 'samfshalcnv_finalize': [17, 18], 'samfshalcnv_init': [11, 12]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True samfshalcnv samfshalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False samfshalcnv_run samfshalcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table samfshalcnv_run -INFO: Legacy extension - skip empty table for samfshalcnv_finalize -INFO: Legacy extension - skip empty table for samfshalcnv_init +DEBUG: Parsing file samfshalcnv.f with registry OrderedDict([('samfshalcnv', {'samfshalcnv': {'samfshalcnv_run': [35, 1855], 'samfshalcnv_finalize': [9, 10], 'samfshalcnv_init': [7, 8]}})]) DEBUG: Module name: samfshalcnv DEBUG: Scheme name: samfshalcnv DEBUG: Scheme dependencies: ['funcphys.f90', 'samfaerosols.F', 'machine.F'] DEBUG: Variables in subroutine samfshalcnv_run: horizontal_loop_extent, vertical_dimension, number_of_aerosol_tracers_for_convection, number_of_chemical_tracers, specific_heat_of_liquid_water_at_constant_pressure, specific_heat_of_dry_air_at_constant_pressure, specific_heat_of_water_vapor_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gravitational_acceleration, latent_heat_of_vaporization_of_water_at_0C, gas_constant_dry_air, gas_constant_water_vapor, temperature_at_zero_celsius, time_step_for_physics, index_for_turbulent_kinetic_energy_convective_transport_tracer, number_of_tracers_for_samf, air_pressure_difference_between_midlayers, air_pressure, surface_air_pressure, geopotential, convective_transportable_tracers, water_vapor_specific_humidity_updated_by_physics, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, coefficients_for_aerosol_scavenging, lwe_thickness_of_shallow_convective_precipitation_amount, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, sea_land_ice_mask, cell_area, omega, number_of_hydrometeors, atmosphere_boundary_layer_thickness, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, entrainment_rate_coefficient_shallow_convection, rain_conversion_parameter_shallow_convection, detrainment_conversion_parameter_shallow_convection, momentum_transport_reduction_factor_pgf_shallow_convection, aerosol_aware_parameter_shallow_convection, flag_for_hwrf_samfshalcnv_scheme, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine samfshalcnv_finalize: DEBUG: Variables in subroutine samfshalcnv_init: -DEBUG: Parsing file sascnvn.F with registry OrderedDict([('sascnvn', {'sascnvn': {'sascnvn_init': [21, 37], 'sascnvn_run': [89, 2092], 'sascnvn_finalize': [42, 43]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sascnvn sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_init sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_run sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sascnvn sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_init sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_run sascnvn -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table sascnvn_run -INFO: Legacy extension - skip empty table for sascnvn_finalize +DEBUG: Parsing file sascnvn.F with registry OrderedDict([('sascnvn', {'sascnvn': {'sascnvn_init': [21, 37], 'sascnvn_run': [85, 2088], 'sascnvn_finalize': [38, 39]}})]) DEBUG: Module name: sascnvn DEBUG: Scheme name: sascnvn DEBUG: Scheme dependencies: ['funcphys.f90', 'machine.F'] DEBUG: Variables in subroutine sascnvn_init: flag_for_mass_flux_deep_convection_scheme, flag_for_sas_deep_convection_scheme, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine sascnvn_run: ccpp_error_message, ccpp_error_flag, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_vaporization_of_water_at_0C, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, temperature_at_zero_celsius, gas_constant_dry_air, specific_heat_of_water_vapor_at_constant_pressure, specific_heat_of_liquid_water_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, horizontal_loop_extent, vertical_dimension, number_of_spectral_wave_trancation_for_sas, time_step_for_physics, air_pressure_difference_between_midlayers, air_pressure, surface_air_pressure, geopotential, cloud_condensed_water_mixing_ratio_convective_transport_tracer, ice_water_mixing_ratio_convective_transport_tracer, water_vapor_specific_humidity_updated_by_physics, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, cloud_work_function, lwe_thickness_of_deep_convective_precipitation_amount, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, sea_land_ice_mask, omega, number_of_hydrometeors, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, mass_fraction_of_convective_cloud_liquid_water, mass_fraction_of_convective_cloud_ice, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, flag_for_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, entrainment_rate_coefficient_deep_convection, rain_conversion_parameter_deep_convection, detrainment_conversion_parameter_deep_convection, downdraft_fraction_reaching_surface_over_land_deep_convection, downdraft_fraction_reaching_surface_over_ocean_deep_convection, rain_evaporation_coefficient_deep_convection, rain_evaporation_coefficient_over_land_deep_convection, momentum_transport_reduction_factor_pgf_deep_convection DEBUG: Variables in subroutine sascnvn_finalize: -DEBUG: Parsing file shalcnv.F with registry OrderedDict([('shalcnv', {'shalcnv': {'shalcnv_init': [21, 38], 'shalcnv_run': [89, 1315], 'shalcnv_finalize': [43, 44]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shalcnv shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_init shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_run shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shalcnv shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_init shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_run shalcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table shalcnv_run -INFO: Legacy extension - skip empty table for shalcnv_finalize +DEBUG: Parsing file shalcnv.F with registry OrderedDict([('shalcnv', {'shalcnv': {'shalcnv_init': [21, 38], 'shalcnv_run': [85, 1311], 'shalcnv_finalize': [39, 40]}})]) DEBUG: Module name: shalcnv DEBUG: Scheme name: shalcnv DEBUG: Scheme dependencies: ['funcphys.f90', 'machine.F'] @@ -24232,157 +14882,27 @@ DEBUG: Variables in subroutine shalcnv_init: flag_for_shoc, flag_for_shallow_con DEBUG: Variables in subroutine shalcnv_run: ccpp_error_message, ccpp_error_flag, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_vaporization_of_water_at_0C, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, temperature_at_zero_celsius, gas_constant_dry_air, specific_heat_of_water_vapor_at_constant_pressure, specific_heat_of_liquid_water_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, horizontal_loop_extent, vertical_dimension, number_of_spectral_wave_trancation_for_sas, time_step_for_physics, air_pressure_difference_between_midlayers, air_pressure, surface_air_pressure, geopotential, cloud_condensed_water_mixing_ratio_convective_transport_tracer, ice_water_mixing_ratio_convective_transport_tracer, water_vapor_specific_humidity_updated_by_physics, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, lwe_thickness_of_shallow_convective_precipitation_amount, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, sea_land_ice_mask, omega, number_of_hydrometeors, atmosphere_boundary_layer_thickness, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, entrainment_rate_coefficient_shallow_convection, rain_conversion_parameter_shallow_convection, detrainment_conversion_parameter_shallow_convection, momentum_transport_reduction_factor_pgf_shallow_convection DEBUG: Variables in subroutine shalcnv_finalize: DEBUG: Parsing file maximum_hourly_diagnostics.F90 with registry OrderedDict([('maximum_hourly_diagnostics', {'maximum_hourly_diagnostics': {'maximum_hourly_diagnostics_run': [18, 102], 'maximum_hourly_diagnostics_finalize': [11, 12], 'maximum_hourly_diagnostics_init': [9, 10]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True maximum_hourly_diagnostics maximum_hourly_diagnostics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False maximum_hourly_diagnostics_run maximum_hourly_diagnostics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_temperature_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_temperature_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run DEBUG: Module name: maximum_hourly_diagnostics DEBUG: Scheme name: maximum_hourly_diagnostics DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine maximum_hourly_diagnostics_run: horizontal_loop_extent, vertical_dimension, flag_reset_maximum_hourly_fields, flag_for_radar_reflectivity, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, gravitational_acceleration, geopotential, air_temperature_updated_by_physics, radar_reflectivity_10cm, maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval, maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval, x_wind_at_10m, y_wind_at_10m, maximum_u_wind_at_10m_over_maximum_hourly_time_interval, maximum_v_wind_at_10m_over_maximum_hourly_time_interval, maximum_wind_at_10m_over_maximum_hourly_time_interval, surface_air_pressure, temperature_at_2m, specific_humidity_at_2m, maximum_temperature_at_2m_over_maximum_hourly_time_interval, minimum_temperature_at_2m_over_maximum_hourly_time_interval, maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval, minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine maximum_hourly_diagnostics_finalize: DEBUG: Variables in subroutine maximum_hourly_diagnostics_init: -DEBUG: Parsing file m_micro.F90 with registry OrderedDict([('m_micro', {'m_micro': {'m_micro_run': [65, 1252], 'm_micro_init': [16, 49], 'm_micro_finalize': [54, 55]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_init m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_run m_micro -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable in_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ccn_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table m_micro_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_init m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_run m_micro -INFO: Legacy extension - skip empty table for m_micro_finalize +DEBUG: Parsing file m_micro.F90 with registry OrderedDict([('m_micro', {'m_micro': {'m_micro_run': [61, 1248], 'm_micro_init': [16, 49], 'm_micro_finalize': [50, 51]}})]) DEBUG: Module name: m_micro DEBUG: Scheme name: m_micro DEBUG: Scheme dependencies: ['cldwat2m_micro.F', 'aer_cloud.F', 'micro_mg_utils.F90', 'cldmacro.F', 'machine.F', 'physcons.F90', 'aerclm_def.F', 'micro_mg2_0.F90', 'micro_mg3_0.F90', 'wv_saturation.F'] -DEBUG: Variables in subroutine m_micro_run: horizontal_loop_extent, vertical_dimension, flag_flip, time_step_for_physics, air_pressure, air_pressure_at_interface, geopotential, geopotential_at_interface, omega, cloud_condensed_water_mixing_ratio_convective_transport_tracer, mass_fraction_of_convective_cloud_liquid_water, ice_water_mixing_ratio_convective_transport_tracer, mass_fraction_of_convective_cloud_ice, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, land_area_fraction_for_microphysics, atmosphere_boundary_layer_thickness, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, x_wind_updated_by_physics, y_wind_updated_by_physics, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, water_vapor_specific_humidity_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, ice_water_mixing_ratio_updated_by_physics, air_temperature_updated_by_physics, lwe_thickness_of_explicit_precipitation_amount, ratio_of_snowfall_to_rainfall, cloud_droplet_number_concentration_updated_by_physics, ice_number_concentration_updated_by_physics, number_of_frozen_precipitation_species, local_rain_water_mixing_ratio, local_snow_water_mixing_ratio, local_graupel_mixing_ratio, local_rain_number_concentration, local_snow_number_concentration, local_graupel_number_concentration, cloud_fraction_for_MG, vertical_index_at_cloud_base, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, effective_radius_of_stratiform_cloud_graupel_particle_in_um, aerosol_number_concentration_from_gocart_aerosol_climatology, in_number_concentration, ccn_number_concentration, flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics, flag_skip_macro, mg_tuning_factor_for_alphas, mg_minimum_cloud_condensed_water_and_ice_mixing_ratio, flag_for_pdf_for_morrison_gettelman_microphysics_scheme, index_of_time_step, latitude, longitude, critical_relative_humidity, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine m_micro_run: horizontal_loop_extent, vertical_dimension, flag_flip, time_step_for_physics, air_pressure, air_pressure_at_interface, geopotential, geopotential_at_interface, omega, cloud_condensed_water_mixing_ratio_convective_transport_tracer, mass_fraction_of_convective_cloud_liquid_water, ice_water_mixing_ratio_convective_transport_tracer, mass_fraction_of_convective_cloud_ice, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, land_area_fraction_for_microphysics, atmosphere_boundary_layer_thickness, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, x_wind_updated_by_physics, y_wind_updated_by_physics, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, water_vapor_specific_humidity_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, ice_water_mixing_ratio_updated_by_physics, air_temperature_updated_by_physics, lwe_thickness_of_explicit_precipitation_amount, ratio_of_snowfall_to_rainfall, cloud_droplet_number_concentration_updated_by_physics, ice_number_concentration_updated_by_physics, number_of_frozen_precipitation_species, local_rain_water_mixing_ratio, local_snow_water_mixing_ratio, local_graupel_mixing_ratio, local_rain_number_concentration, local_snow_number_concentration, local_graupel_number_concentration, cloud_fraction_for_MG, vertical_index_at_cloud_base, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, effective_radius_of_stratiform_cloud_graupel_particle_in_um, aerosol_number_concentration_from_gocart_aerosol_climatology, ice_nucleation_number, tendency_of_ccn_activated_number, flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics, flag_skip_macro, mg_tuning_factor_for_alphas, mg_minimum_cloud_condensed_water_and_ice_mixing_ratio, flag_for_pdf_for_morrison_gettelman_microphysics_scheme, index_of_time_step, latitude, longitude, critical_relative_humidity, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine m_micro_init: number_of_frozen_precipitation_species, ccpp_error_message, ccpp_error_flag, flag_for_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, gravitational_acceleration, gas_constant_dry_air, gas_constant_water_vapor, specific_heat_of_dry_air_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, triple_point_temperature_of_water, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, mg_autoconversion_size_threshold_ice_snow, mg_cloud_water_variance, mg_time_scale_for_autoconversion_of_ice, mg_minimum_rh_for_ice, mg_flag_for_uniform_subcolumns, mg_flag_for_cloud_ice_processes, mg_flag_for_heterogeneous_freezing, mg_type_of_precip_fraction_method, mg_bergeron_efficiency_factor, mg_allow_supersat_after_sed, mg_flag_for_sb2001_autoconversion, mg_flag_for_hail, mg_flag_for_graupel, mg_flag_drop_concentration_constant, mg_flag_ice_concentration_constant, mg_flag_graupel_concentration_constant, mg_drop_concentration_constant, mg_ice_concentration_constant, mg_graupel_concentration_constant, mg_flag_for_gmao_ice_formulation, mg_flag_for_liu_liquid_treatment DEBUG: Variables in subroutine m_micro_finalize: -DEBUG: Parsing file m_micro_interstitial.F90 with registry OrderedDict([('m_micro_pre', {'m_micro_pre': {'m_micro_pre_init': [10, 11], 'm_micro_pre_finalize': [124, 125], 'm_micro_pre_run': [19, 119]}}), ('m_micro_post', {})]) -INFO: Legacy extension - skip empty table for m_micro_pre_init -INFO: Legacy extension - skip empty table for m_micro_pre_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_pre m_micro_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_pre_run m_micro_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table m_micro_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_post m_micro_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_post_run m_micro_pre +DEBUG: Parsing file m_micro_interstitial.F90 with registry OrderedDict([('m_micro_pre', {'m_micro_pre': {'m_micro_pre_init': [6, 7], 'm_micro_pre_finalize': [114, 115], 'm_micro_pre_run': [13, 113]}}), ('m_micro_post', {})]) DEBUG: Module name: m_micro_pre DEBUG: Scheme name: m_micro_pre DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine m_micro_pre_init: DEBUG: Variables in subroutine m_micro_pre_finalize: DEBUG: Variables in subroutine m_micro_pre_run: horizontal_loop_extent, vertical_dimension, flag_for_shoc, flag_skip_macro, number_of_frozen_precipitation_species, flag_mg3_as_mg2, ice_water_mixing_ratio_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, snow_water_mixing_ratio_updated_by_physics, graupel_mixing_ratio_updated_by_physics, rain_number_concentration_updated_by_physics, snow_number_concentration_updated_by_physics, graupel_number_concentration_updated_by_physics, subgrid_scale_cloud_fraction_from_shoc, convective_cloud_cover, convective_cloud_water_mixing_ratio, cloud_phase_transition_threshold_temperature, cloud_phase_transition_denominator, air_temperature_updated_by_physics, local_rain_water_mixing_ratio, local_snow_water_mixing_ratio, local_graupel_mixing_ratio, local_rain_number_concentration, local_snow_number_concentration, local_graupel_number_concentration, cloud_fraction_for_MG, cloud_condensed_water_mixing_ratio_convective_transport_tracer, ice_water_mixing_ratio_convective_transport_tracer, convective_cloud_volume_fraction, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file m_micro_interstitial.F90 with registry OrderedDict([('m_micro_pre', {'m_micro_pre': {'m_micro_pre_init': [10, 11], 'm_micro_pre_finalize': [124, 125], 'm_micro_pre_run': [19, 119]}}), ('m_micro_post', {'m_micro_post': {'m_micro_post_init': [136, 137], 'm_micro_post_run': [143, 237], 'm_micro_post_finalize': [242, 243]}})]) -INFO: Legacy extension - skip empty table for m_micro_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_pre m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_pre_run m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_post m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_post_run m_micro_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_on_dynamics_timestep in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_on_dynamics_timestep in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_on_dynamics_timestep in table m_micro_post_run -INFO: Legacy extension - skip empty table for m_micro_post_finalize +DEBUG: Parsing file m_micro_interstitial.F90 with registry OrderedDict([('m_micro_pre', {'m_micro_pre': {'m_micro_pre_init': [6, 7], 'm_micro_pre_finalize': [114, 115], 'm_micro_pre_run': [13, 113]}}), ('m_micro_post', {'m_micro_post': {'m_micro_post_init': [122, 123], 'm_micro_post_run': [129, 223], 'm_micro_post_finalize': [224, 225]}})]) DEBUG: Module name: m_micro_post DEBUG: Scheme name: m_micro_post DEBUG: Scheme dependencies: ['machine.F'] @@ -24390,69 +14910,13 @@ DEBUG: Variables in subroutine m_micro_post_init: DEBUG: Variables in subroutine m_micro_post_run: horizontal_loop_extent, vertical_dimension, number_of_frozen_precipitation_species, flag_mg3_as_mg2, ice_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, snow_water_mixing_ratio_updated_by_physics, graupel_mixing_ratio_updated_by_physics, rain_number_concentration_updated_by_physics, snow_number_concentration_updated_by_physics, graupel_number_concentration_updated_by_physics, local_rain_water_mixing_ratio, local_snow_water_mixing_ratio, local_graupel_mixing_ratio, local_rain_number_concentration, local_snow_number_concentration, local_graupel_number_concentration, ccpp_error_message, ccpp_error_flag, lwe_thickness_of_ice_amount_on_dynamics_timestep, lwe_thickness_of_snow_amount_on_dynamics_timestep, lwe_thickness_of_graupel_amount_on_dynamics_timestep, time_step_for_physics DEBUG: Variables in subroutine m_micro_post_finalize: DEBUG: Parsing file cu_gf_driver_pre.F90 with registry OrderedDict([('cu_gf_driver_pre', {'cu_gf_driver_pre': {'cu_gf_driver_pre_init': [7, 8], 'cu_gf_driver_pre_finalize': [9, 10], 'cu_gf_driver_pre_run': [14, 54]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver_pre cu_gf_driver_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_pre_run cu_gf_driver_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable gf_memory_counter in table cu_gf_driver_pre_run DEBUG: Module name: cu_gf_driver_pre DEBUG: Scheme name: cu_gf_driver_pre DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine cu_gf_driver_pre_init: DEBUG: Variables in subroutine cu_gf_driver_pre_finalize: DEBUG: Variables in subroutine cu_gf_driver_pre_run: flag_for_first_time_step, flag_for_restart, index_of_time_step, forecast_time, time_step_for_physics, air_temperature, water_vapor_specific_humidity, temperature_from_previous_timestep, moisture_from_previous_timestep, temperature_tendency_due_to_dynamics, moisture_tendency_due_to_dynamics, conv_activity_counter, gf_memory_counter, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file cu_gf_driver.F90 with registry OrderedDict([('cu_gf_driver', {'cu_gf_driver': {'cu_gf_driver_run': [54, 698], 'cu_gf_driver_init': [17, 33], 'cu_gf_driver_finalize': [38, 39]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_init cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_run cu_gf_driver -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_condesate_after_rainout in table cu_gf_driver_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_init cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_run cu_gf_driver -INFO: Legacy extension - skip empty table for cu_gf_driver_finalize +DEBUG: Parsing file cu_gf_driver.F90 with registry OrderedDict([('cu_gf_driver', {'cu_gf_driver': {'cu_gf_driver_run': [50, 698], 'cu_gf_driver_init': [17, 33], 'cu_gf_driver_finalize': [34, 35]}})]) DEBUG: Module name: cu_gf_driver DEBUG: Scheme name: cu_gf_driver DEBUG: Scheme dependencies: ['cu_gf_deep.F90', 'cu_gf_sh.F90', 'machine.F', 'physcons.F90'] @@ -24460,581 +14924,69 @@ DEBUG: Variables in subroutine cu_gf_driver_run: number_of_tracers, cell_area, h DEBUG: Variables in subroutine cu_gf_driver_init: ccpp_error_message, ccpp_error_flag, mpi_rank, mpi_root DEBUG: Variables in subroutine cu_gf_driver_finalize: DEBUG: Parsing file cu_gf_driver_post.F90 with registry OrderedDict([('cu_gf_driver_post', {'cu_gf_driver_post': {'cu_gf_driver_post_init': [7, 8], 'cu_gf_driver_post_run': [14, 41], 'cu_gf_driver_post_finalize': [9, 10]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver_post cu_gf_driver_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_post_run cu_gf_driver_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable gf_memory_counter in table cu_gf_driver_post_run DEBUG: Module name: cu_gf_driver_post DEBUG: Scheme name: cu_gf_driver_post DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine cu_gf_driver_post_init: DEBUG: Variables in subroutine cu_gf_driver_post_run: horizontal_loop_extent, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, temperature_from_previous_timestep, moisture_from_previous_timestep, conv_activity_counter, gf_memory_counter, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine cu_gf_driver_post_finalize: -DEBUG: Parsing file moninedmf.f with registry OrderedDict([('hedmf', {'hedmf': {'hedmf_run': [52, 1139], 'hedmf_init': [10, 24], 'hedmf_finalize': [25, 26]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_init hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_run hedmf -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table hedmf_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_init hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_run hedmf +DEBUG: Parsing file moninedmf.f with registry OrderedDict([('hedmf', {'hedmf': {'hedmf_run': [52, 1135], 'hedmf_init': [10, 24], 'hedmf_finalize': [25, 26]}})]) DEBUG: Module name: hedmf DEBUG: Scheme name: hedmf DEBUG: Scheme dependencies: ['physcons.F90', 'funcphys.f90', 'mfpbl.f', 'tridi.f', 'machine.F'] -DEBUG: Variables in subroutine hedmf_run: horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, countergradient_mixing_term_for_temperature, countergradient_mixing_term_for_water_vapor, atmosphere_heat_diffusivity, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, flag_print, horizontal_index_of_printed_column, atmosphere_heat_diffusivity_background_maximum, atmosphere_diffusivity_coefficient_factor, flag_diagnostics, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_idealized_physics, index_for_ozone, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, flag_for_generic_planetary_boundary_layer_tendency, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine hedmf_run: horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, countergradient_mixing_term_for_temperature, countergradient_mixing_term_for_water_vapor, atmosphere_heat_diffusivity, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, flag_print, horizontal_index_of_printed_column, atmosphere_heat_diffusivity_background_maximum, atmosphere_diffusivity_coefficient_factor, flag_diagnostics, flag_diagnostics_3D, flag_tracer_diagnostics_3D, index_for_ozone, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, flag_for_generic_planetary_boundary_layer_tendency, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine hedmf_init: atmosphere_diffusivity_coefficient_factor, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine hedmf_finalize: DEBUG: Parsing file moninedmf_hafs.f with registry OrderedDict([('hedmf_hafs', {'hedmf_hafs': {'hedmf_hafs_finalize': [24, 25], 'hedmf_hafs_init': [10, 23], 'hedmf_hafs_run': [51, 1322]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf_hafs hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_init hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_run hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf_hafs hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_init hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_run hedmf_hafs -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table hedmf_hafs_run DEBUG: Module name: hedmf_hafs DEBUG: Scheme name: hedmf_hafs DEBUG: Scheme dependencies: ['physcons.F90', 'funcphys.f90', 'mfpbl.f', 'machine.F'] DEBUG: Variables in subroutine hedmf_hafs_finalize: DEBUG: Variables in subroutine hedmf_hafs_init: atmosphere_diffusivity_coefficient_factor, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine hedmf_hafs_run: atmosphere_diffusivity_coefficient_factor, ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, countergradient_mixing_term_for_temperature, countergradient_mixing_term_for_water_vapor, atmosphere_heat_diffusivity, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, flag_print, horizontal_index_of_printed_column, atmosphere_heat_diffusivity_background_maximum, sea_land_ice_mask -DEBUG: Parsing file moninshoc.f with registry OrderedDict([('moninshoc', {'moninshoc': {'moninshoc_run': [21, 527], 'moninshoc_finalize': [7, 8], 'moninshoc_init': [5, 6]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True moninshoc moninshoc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False moninshoc_run moninshoc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_from_shoc in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable prandtl_number in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table moninshoc_run +DEBUG: Parsing file moninshoc.f with registry OrderedDict([('moninshoc', {'moninshoc': {'moninshoc_run': [21, 569], 'moninshoc_finalize': [7, 8], 'moninshoc_init': [5, 6]}})]) DEBUG: Module name: moninshoc DEBUG: Scheme name: moninshoc DEBUG: Scheme dependencies: ['funcphys.f90', 'tridi.f', 'machine.F'] -DEBUG: Variables in subroutine moninshoc_run: horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, number_of_tracers_for_cloud_condensate, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, atmosphere_heat_diffusivity_from_shoc, prandtl_number, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_heat_diffusivity, atmosphere_boundary_layer_thickness, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, atmosphere_heat_diffusivity_background_maximum, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_vaporization_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine moninshoc_run: horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, number_of_tracers_for_cloud_condensate, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, atmosphere_heat_diffusivity_from_shoc, prandtl_number, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_heat_diffusivity, atmosphere_boundary_layer_thickness, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, atmosphere_heat_diffusivity_background_maximum, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_vaporization_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, index_for_ozone, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, flag_for_generic_planetary_boundary_layer_tendency, flag_diagnostics_3D, flag_tracer_diagnostics_3D, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine moninshoc_finalize: DEBUG: Variables in subroutine moninshoc_init: -DEBUG: Parsing file satmedmfvdif.F with registry OrderedDict([('satmedmfvdif', {'satmedmfvdif': {'satmedmfvdif_init': [9, 23], 'satmedmfvdif_finalize': [24, 25], 'satmedmfvdif_run': [46, 1479]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdif satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_init satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_run satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdif satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_init satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_run satmedmfvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table satmedmfvdif_run +DEBUG: Parsing file satmedmfvdif.F with registry OrderedDict([('satmedmfvdif', {'satmedmfvdif': {'satmedmfvdif_init': [9, 23], 'satmedmfvdif_finalize': [24, 25], 'satmedmfvdif_run': [46, 1495]}})]) DEBUG: Module name: satmedmfvdif DEBUG: Scheme name: satmedmfvdif DEBUG: Scheme dependencies: ['funcphys.f90', 'mfpblt.f', 'tridi.f', 'machine.F', 'mfscu.f'] DEBUG: Variables in subroutine satmedmfvdif_init: choice_of_scale_aware_TKE_moist_EDMF_PBL, choice_of_original_scale_aware_TKE_moist_EDMF_PBL, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine satmedmfvdif_finalize: -DEBUG: Variables in subroutine satmedmfvdif_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate_vertical_diffusion_tracer, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, cell_area, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, flag_diagnostics_3D, flag_tracer_diagnostics_3D +DEBUG: Variables in subroutine satmedmfvdif_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate_vertical_diffusion_tracer, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, cell_area, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, flag_for_generic_planetary_boundary_layer_tendency, flag_diagnostics_3D, flag_tracer_diagnostics_3D DEBUG: Parsing file satmedmfvdifq.F with registry OrderedDict([('satmedmfvdifq', {'satmedmfvdifq': {'satmedmfvdifq_init': [17, 31], 'satmedmfvdifq_run': [49, 1526], 'satmedmfvdifq_finalize': [32, 33]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdifq satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_init satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_run satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdifq satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_init satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_run satmedmfvdifq -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table satmedmfvdifq_run DEBUG: Module name: satmedmfvdifq DEBUG: Scheme name: satmedmfvdifq DEBUG: Scheme dependencies: ['funcphys.f90', 'mfscuq.f', 'tridi.f', 'machine.F', 'mfpbltq.f'] DEBUG: Variables in subroutine satmedmfvdifq_init: choice_of_scale_aware_TKE_moist_EDMF_PBL, choice_of_updated_scale_aware_TKE_moist_EDMF_PBL, ccpp_error_message, ccpp_error_flag -DEBUG: Variables in subroutine satmedmfvdifq_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate_vertical_diffusion_tracer, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, cell_area, sea_land_ice_mask, surface_snow_thickness_water_equivalent_over_land, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, tke_dissipative_heating_factor, updraft_fraction_in_boundary_layer_mass_flux_scheme, downdraft_fraction_in_boundary_layer_mass_flux_scheme, index_for_ozone, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, flag_diagnostics_3D, flag_tracer_diagnostics_3D +DEBUG: Variables in subroutine satmedmfvdifq_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate_vertical_diffusion_tracer, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, cell_area, sea_land_ice_mask, surface_snow_thickness_water_equivalent_over_land, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, tke_dissipative_heating_factor, updraft_fraction_in_boundary_layer_mass_flux_scheme, downdraft_fraction_in_boundary_layer_mass_flux_scheme, index_for_ozone, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, flag_for_generic_planetary_boundary_layer_tendency, flag_diagnostics_3D, flag_tracer_diagnostics_3D DEBUG: Variables in subroutine satmedmfvdifq_finalize: -DEBUG: Parsing file shinhongvdif.F90 with registry OrderedDict([('shinhongvdif', {'shinhongvdif': {'shinhongvdif_run': [23, 1183], 'shinhongvdif_finalize': [13, 14], 'shinhongvdif_init': [11, 12]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shinhongvdif shinhongvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shinhongvdif_run shinhongvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table shinhongvdif_run +DEBUG: Parsing file shinhongvdif.F90 with registry OrderedDict([('shinhongvdif', {'shinhongvdif': {'shinhongvdif_run': [23, 1220], 'shinhongvdif_finalize': [13, 14], 'shinhongvdif_init': [11, 12]}})]) DEBUG: Module name: shinhongvdif DEBUG: Scheme name: shinhongvdif DEBUG: Scheme dependencies: ['machine.F'] -DEBUG: Variables in subroutine shinhongvdif_run: horizontal_loop_extent, vertical_dimension, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure, air_pressure_at_interface, dimensionless_exner_function_at_model_layers, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_tracers_due_to_model_physics, number_of_tracers, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, geopotential_at_interface, geopotential, surface_air_pressure, surface_roughness_length, surface_wind_stress, atmosphere_boundary_layer_thickness, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, sea_land_ice_mask, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, latent_heat_of_vaporization_of_water_at_0C, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, time_step_for_physics, vertical_index_at_top_of_atmosphere_boundary_layer, x_wind_at_10m, y_wind_at_10m, cell_size, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine shinhongvdif_run: horizontal_loop_extent, vertical_dimension, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure, air_pressure_at_interface, dimensionless_exner_function_at_model_layers, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_tracers_due_to_model_physics, number_of_tracers, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, geopotential_at_interface, geopotential, surface_air_pressure, surface_roughness_length, surface_wind_stress, atmosphere_boundary_layer_thickness, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, sea_land_ice_mask, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, latent_heat_of_vaporization_of_water_at_0C, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, time_step_for_physics, vertical_index_at_top_of_atmosphere_boundary_layer, x_wind_at_10m, y_wind_at_10m, cell_size, flag_diagnostics, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_for_generic_planetary_boundary_layer_tendency, index_for_ozone, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine shinhongvdif_finalize: DEBUG: Variables in subroutine shinhongvdif_init: -DEBUG: Parsing file ysuvdif.F90 with registry OrderedDict([('ysuvdif', {'ysuvdif': {'ysuvdif_finalize': [13, 14], 'ysuvdif_init': [11, 12], 'ysuvdif_run': [23, 967]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ysuvdif ysuvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ysuvdif_run ysuvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table ysuvdif_run +DEBUG: Parsing file ysuvdif.F90 with registry OrderedDict([('ysuvdif', {'ysuvdif': {'ysuvdif_finalize': [13, 14], 'ysuvdif_init': [11, 12], 'ysuvdif_run': [23, 1004]}})]) DEBUG: Module name: ysuvdif DEBUG: Scheme name: ysuvdif DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine ysuvdif_finalize: DEBUG: Variables in subroutine ysuvdif_init: -DEBUG: Variables in subroutine ysuvdif_run: horizontal_loop_extent, vertical_dimension, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure, air_pressure_at_interface, dimensionless_exner_function_at_model_layers, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_tracers_due_to_model_physics, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, number_of_tracers, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, geopotential_at_interface, geopotential, surface_air_pressure, surface_roughness_length, surface_wind_stress, atmosphere_boundary_layer_thickness, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, sea_land_ice_mask, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, latent_heat_of_vaporization_of_water_at_0C, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, time_step_for_physics, vertical_index_at_top_of_atmosphere_boundary_layer, x_wind_at_10m, y_wind_at_10m, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file module_MYNNPBL_wrapper.F90 with registry OrderedDict([('mynnedmf_wrapper', {'mynnedmf_wrapper': {'mynnedmf_wrapper_init': [9, 22], 'mynnedmf_wrapper_finalize': [23, 24], 'mynnedmf_wrapper_run': [29, 692]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mynnedmf_wrapper mynnedmf_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnedmf_wrapper_init mynnedmf_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnedmf_wrapper_run mynnedmf_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_friendly_aerosol_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable reciprocal_of_obukhov_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tke_at_mass_points in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable t_prime_squared in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable q_prime_squared in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable t_prime_q_prime in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mixing_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stability_function_for_heat in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_for_mynnpbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_momentum_diffusivity_for_mynnpbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_water_mixing_ratio_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_ice_mixing_ratio_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_fraction_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_area in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_vertical_velocity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_total_water in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_theta_l in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_entrainment_rate in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_cloud_water in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_subsidence_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_subsidence_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_detrainment_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_detrainment_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_of_plumes in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_mass_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable k_level_of_highest_plume in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_vapor_specific_humidity_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ozone_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table mynnedmf_wrapper_run +DEBUG: Variables in subroutine ysuvdif_run: horizontal_loop_extent, vertical_dimension, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure, air_pressure_at_interface, dimensionless_exner_function_at_model_layers, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_tracers_due_to_model_physics, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, number_of_tracers, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, geopotential_at_interface, geopotential, surface_air_pressure, surface_roughness_length, surface_wind_stress, atmosphere_boundary_layer_thickness, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, sea_land_ice_mask, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, latent_heat_of_vaporization_of_water_at_0C, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, time_step_for_physics, vertical_index_at_top_of_atmosphere_boundary_layer, x_wind_at_10m, y_wind_at_10m, flag_diagnostics, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_for_generic_planetary_boundary_layer_tendency, index_for_ozone, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file module_MYNNPBL_wrapper.F90 with registry OrderedDict([('mynnedmf_wrapper', {'mynnedmf_wrapper': {'mynnedmf_wrapper_init': [9, 22], 'mynnedmf_wrapper_finalize': [23, 24], 'mynnedmf_wrapper_run': [29, 661]}})]) DEBUG: Module name: mynnedmf_wrapper DEBUG: Scheme name: mynnedmf_wrapper DEBUG: Scheme dependencies: ['physcons.F90', 'machine.F', 'module_bl_mynn.F90'] DEBUG: Variables in subroutine mynnedmf_wrapper_init: DEBUG: Variables in subroutine mynnedmf_wrapper_finalize: -DEBUG: Variables in subroutine mynnedmf_wrapper_run: horizontal_loop_extent, vertical_dimension, flag_for_first_time_step, flag_for_restart, flag_diagnostics, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_idealized_physics, flag_for_flux_coupling, time_step_for_physics, time_step_for_dynamics, cell_size, surface_roughness_length, geopotential_at_interface, x_wind, y_wind, omega, air_temperature, water_vapor_specific_humidity, cloud_condensed_water_mixing_ratio, ice_water_mixing_ratio, cloud_droplet_number_concentration, ice_number_concentration, ozone_mixing_ratio, water_friendly_aerosol_number_concentration, ice_friendly_aerosol_number_concentration, air_pressure, dimensionless_exner_function_at_model_layers, sea_land_ice_mask_real, surface_skin_temperature, surface_specific_humidity, surface_air_pressure, surface_friction_velocity, surface_drag_wind_speed_for_momentum_in_air, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_x_momentum_flux_for_diag, instantaneous_surface_y_momentum_flux_for_diag, instantaneous_surface_upward_sensible_heat_flux_for_diag, instantaneous_surface_upward_latent_heat_flux_for_diag, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep, surface_x_momentum_flux_for_coupling, surface_y_momentum_flux_for_coupling, surface_upward_sensible_heat_flux_for_coupling, surface_upward_latent_heat_flux_for_coupling, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_ocean, surface_wind_stress_over_ocean, sea_area_fraction, sea_ice_concentration, flag_nonzero_wet_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_land_surface_fraction, instantaneous_surface_x_momentum_flux_for_coupling, instantaneous_surface_y_momentum_flux_for_coupling, instantaneous_surface_upward_sensible_heat_flux_for_coupling, instantaneous_surface_upward_latent_heat_flux_for_coupling, cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep, reciprocal_of_obukhov_length, tke_at_mass_points, turbulent_kinetic_energy, t_prime_squared, q_prime_squared, t_prime_q_prime, mixing_length, stability_function_for_heat, atmosphere_heat_diffusivity_for_mynnpbl, atmosphere_momentum_diffusivity_for_mynnpbl, atmosphere_boundary_layer_thickness, vertical_index_at_top_of_atmosphere_boundary_layer, subgrid_cloud_water_mixing_ratio_pbl, subgrid_cloud_ice_mixing_ratio_pbl, subgrid_cloud_fraction_pbl, emdf_updraft_area, emdf_updraft_vertical_velocity, emdf_updraft_total_water, emdf_updraft_theta_l, emdf_updraft_entrainment_rate, emdf_updraft_cloud_water, theta_subsidence_tendency, water_vapor_subsidence_tendency, theta_detrainment_tendency, water_vapor_detrainment_tendency, number_of_plumes, maximum_mass_flux, k_level_of_highest_plume, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_water_vapor_specific_humidity_due_to_model_physics, tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ozone_mixing_ratio_due_to_model_physics, tendency_of_cloud_droplet_number_concentration_due_to_model_physics, tendency_of_ice_number_concentration_due_to_model_physics, tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics, tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_temperature_due_to_PBL, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, grav_settling, tke_budget, tke_advect, cloudpdf, mixing_length_flag, edmf_flag, edmf_momentum_transport_flag, edmf_tke_transport_flag, edmf_partition_flag, cloud_specie_mix_flag, mix_total_water_flag, mynn_output_flag, couple_sgs_clouds_to_radiation_flag, do_mynnsfclay, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_aerosol_physics, flag_print, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine mynnedmf_wrapper_run: horizontal_loop_extent, vertical_dimension, flag_for_first_time_step, flag_for_restart, flag_diagnostics, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_idealized_physics, flag_for_flux_coupling, time_step_for_physics, time_step_for_dynamics, cell_size, surface_roughness_length, geopotential_at_interface, x_wind, y_wind, omega, air_temperature, water_vapor_specific_humidity, cloud_condensed_water_mixing_ratio, ice_water_mixing_ratio, cloud_droplet_number_concentration, ice_number_concentration, ozone_mixing_ratio, water_friendly_aerosol_number_concentration, ice_friendly_aerosol_number_concentration, air_pressure, dimensionless_exner_function_at_model_layers, sea_land_ice_mask_real, surface_skin_temperature, surface_specific_humidity, surface_air_pressure, surface_friction_velocity, surface_drag_wind_speed_for_momentum_in_air, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_x_momentum_flux_for_diag, instantaneous_surface_y_momentum_flux_for_diag, instantaneous_surface_upward_sensible_heat_flux_for_diag, instantaneous_surface_upward_latent_heat_flux_for_diag, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep, surface_x_momentum_flux_for_coupling, surface_y_momentum_flux_for_coupling, surface_upward_sensible_heat_flux_for_coupling, surface_upward_latent_heat_flux_for_coupling, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_ocean, surface_wind_stress_over_ocean, sea_area_fraction, sea_ice_concentration, flag_nonzero_wet_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_land_surface_fraction, instantaneous_surface_x_momentum_flux_for_coupling, instantaneous_surface_y_momentum_flux_for_coupling, instantaneous_surface_upward_sensible_heat_flux_for_coupling, instantaneous_surface_upward_latent_heat_flux_for_coupling, cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep, reciprocal_of_obukhov_length, tke_at_mass_points, turbulent_kinetic_energy, t_prime_squared, q_prime_squared, t_prime_q_prime, mixing_length, stability_function_for_heat, atmosphere_heat_diffusivity_for_mynnpbl, atmosphere_momentum_diffusivity_for_mynnpbl, atmosphere_boundary_layer_thickness, vertical_index_at_top_of_atmosphere_boundary_layer, subgrid_cloud_water_mixing_ratio_pbl, subgrid_cloud_ice_mixing_ratio_pbl, subgrid_cloud_fraction_pbl, emdf_updraft_area, emdf_updraft_vertical_velocity, emdf_updraft_total_water, emdf_updraft_theta_l, emdf_updraft_entrainment_rate, emdf_updraft_cloud_water, theta_subsidence_tendency, water_vapor_subsidence_tendency, theta_detrainment_tendency, water_vapor_detrainment_tendency, number_of_plumes, maximum_mass_flux, k_level_of_highest_plume, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_water_vapor_specific_humidity_due_to_model_physics, tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ozone_mixing_ratio_due_to_model_physics, tendency_of_cloud_droplet_number_concentration_due_to_model_physics, tendency_of_ice_number_concentration_due_to_model_physics, tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics, tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics, flag_for_generic_planetary_boundary_layer_tendency, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_temperature_due_to_PBL, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, grav_settling, tke_budget, tke_advect, cloudpdf, mixing_length_flag, edmf_flag, edmf_momentum_transport_flag, edmf_tke_transport_flag, edmf_partition_flag, cloud_specie_mix_flag, mix_total_water_flag, mynn_output_flag, couple_sgs_clouds_to_radiation_flag, do_mynnsfclay, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_aerosol_physics, flag_print, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file module_MYNNSFC_wrapper.F90 with registry OrderedDict([('mynnsfc_wrapper', {'mynnsfc_wrapper': {'mynnsfc_wrapper_init': [5, 8], 'mynnsfc_wrapper_run': [17, 213], 'mynnsfc_wrapper_finalize': [9, 10]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mynnsfc_wrapper mynnsfc_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnsfc_wrapper_run mynnsfc_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_mixing_ratio_at_surface in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_drag in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_stability_parameter in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_star in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable reciprocal_of_obukhov_length in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_latent_heat in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_heat in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_moisture in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_heat_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_moisture_at_2m in table mynnsfc_wrapper_run DEBUG: Module name: mynnsfc_wrapper DEBUG: Scheme name: mynnsfc_wrapper DEBUG: Scheme dependencies: ['module_sf_mynn.F90', 'machine.F'] @@ -25042,36 +14994,6 @@ DEBUG: Variables in subroutine mynnsfc_wrapper_init: DEBUG: Variables in subroutine mynnsfc_wrapper_run: horizontal_loop_extent, vertical_dimension, index_of_time_step, ccpp_loop_counter, flag_for_first_time_step, flag_for_restart, flag_for_land_surface_scheme, bounded_vegetation_area_fraction, vegetation_type_classification, maximum_vegetation_area_fraction, vegetation_type_dataset_choice, perturbation_of_momentum_roughness_length, perturbation_of_heat_to_momentum_roughness_length_ratio, flag_for_reduced_drag_coefficient_over_sea, flag_for_surface_roughness_option_over_ocean, time_step_for_physics, cell_size, x_wind, y_wind, air_temperature, water_vapor_specific_humidity, cloud_condensed_water_mixing_ratio, air_pressure, geopotential_at_interface, dimensionless_exner_function_at_model_layers, surface_air_pressure, atmosphere_boundary_layer_thickness, sea_land_ice_mask_real, flag_nonzero_wet_surface_fraction, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ice_interstitial, surface_skin_temperature_after_iteration_over_ocean, surface_skin_temperature_after_iteration_over_land, surface_skin_temperature_after_iteration_over_ice, surface_specific_humidity_over_ocean, surface_specific_humidity_over_land, surface_specific_humidity_over_ice, surface_snow_thickness_water_equivalent_over_ocean, surface_snow_thickness_water_equivalent_over_land, surface_snow_thickness_water_equivalent_over_ice, surface_roughness_length_over_ocean_interstitial, surface_roughness_length_over_land_interstitial, surface_roughness_length_over_ice_interstitial, surface_friction_velocity_over_ocean, surface_friction_velocity_over_land, surface_friction_velocity_over_ice, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, bulk_richardson_number_at_lowest_model_level_over_ocean, bulk_richardson_number_at_lowest_model_level_over_land, bulk_richardson_number_at_lowest_model_level_over_ice, surface_wind_stress_over_ocean, surface_wind_stress_over_land, surface_wind_stress_over_ice, Monin_Obukhov_similarity_function_for_momentum_over_ocean, Monin_Obukhov_similarity_function_for_momentum_over_land, Monin_Obukhov_similarity_function_for_momentum_over_ice, Monin_Obukhov_similarity_function_for_heat_over_ocean, Monin_Obukhov_similarity_function_for_heat_over_land, Monin_Obukhov_similarity_function_for_heat_over_ice, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean, Monin_Obukhov_similarity_function_for_heat_at_2m_over_land, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_land, kinematic_surface_upward_sensible_heat_flux_over_ice, kinematic_surface_upward_latent_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_land, kinematic_surface_upward_latent_heat_flux_over_ice, surface_specific_humidity, water_vapor_mixing_ratio_at_surface, surface_friction_velocity_drag, surface_stability_parameter, theta_star, reciprocal_of_obukhov_length, wind_speed_at_lowest_model_layer, surface_drag_wind_speed_for_momentum_in_air, kinematic_surface_upward_sensible_heat_flux, kinematic_surface_upward_latent_heat_flux, surface_latent_heat, surface_exchange_coefficient_for_heat, surface_exchange_coefficient_for_moisture, x_wind_at_10m, y_wind_at_10m, potential_temperature_at_2m, temperature_at_2m, specific_humidity_at_2m, surface_wind_enhancement_due_to_convection, surface_exchange_coefficient_for_heat_at_2m, surface_exchange_coefficient_for_moisture_at_2m, flag_print, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine mynnsfc_wrapper_finalize: DEBUG: Parsing file module_SGSCloud_RadPre.F90 with registry OrderedDict([('sgscloud_radpre', {'sgscloud_radpre': {'sgscloud_radpre_finalize': [11, 12], 'sgscloud_radpre_run': [31, 274], 'sgscloud_radpre_init': [9, 10]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sgscloud_radpre sgscloud_radpre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sgscloud_radpre_run sgscloud_radpre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_condesate_after_rainout in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_water_mixing_ratio_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_ice_mixing_ratio_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_fraction_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table sgscloud_radpre_run DEBUG: Module name: sgscloud_radpre DEBUG: Scheme name: sgscloud_radpre DEBUG: Scheme dependencies: ['funcphys.f90', 'physcons.F90', 'machine.F', 'module_bfmicrophysics.f', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f'] @@ -25079,12 +15001,6 @@ DEBUG: Variables in subroutine sgscloud_radpre_finalize: DEBUG: Variables in subroutine sgscloud_radpre_run: horizontal_loop_extent, vertical_dimension, flag_for_first_time_step, flag_for_restart, cloud_condensed_water_mixing_ratio, ice_water_mixing_ratio, water_vapor_specific_humidity, air_temperature, air_pressure, rain_water_mixing_ratio, snow_water_mixing_ratio, graupel_mixing_ratio, convective_cloud_condesate_after_rainout, flag_for_mass_flux_deep_convection_scheme, flag_for_gf_deep_convection_scheme, cloud_condensed_water_mixing_ratio_save, ice_water_mixing_ratio_save, subgrid_cloud_water_mixing_ratio_pbl, subgrid_cloud_ice_mixing_ratio_pbl, subgrid_cloud_fraction_pbl, layer_pressure_thickness_for_radiation, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, sea_land_ice_mask_real, adjusted_vertical_layer_dimension_for_radiation, air_pressure_at_layer_for_radiation_in_hPa, latitude, layer_thickness_for_radiation, cloud_decorrelation_length, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, do_mynnedmf, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_cloud_overlap_method_for_radiation, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine sgscloud_radpre_init: DEBUG: Parsing file module_SGSCloud_RadPost.F90 with registry OrderedDict([('sgscloud_radpost', {'sgscloud_radpost': {'sgscloud_radpost_run': [15, 47], 'sgscloud_radpost_finalize': [7, 8], 'sgscloud_radpost_init': [5, 6]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sgscloud_radpost sgscloud_radpost -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sgscloud_radpost_run sgscloud_radpost -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table sgscloud_radpost_run DEBUG: Module name: sgscloud_radpost DEBUG: Scheme name: sgscloud_radpost DEBUG: Scheme dependencies: ['machine.F'] @@ -25092,150 +15008,20 @@ DEBUG: Variables in subroutine sgscloud_radpost_run: horizontal_loop_extent, ver DEBUG: Variables in subroutine sgscloud_radpost_finalize: DEBUG: Variables in subroutine sgscloud_radpost_init: DEBUG: Parsing file module_MYJSFC_wrapper.F90 with registry OrderedDict([('myjsfc_wrapper', {'myjsfc_wrapper': {'myjsfc_wrapper_finalize': [7, 8], 'myjsfc_wrapper_init': [5, 6], 'myjsfc_wrapper_run': [15, 329]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True myjsfc_wrapper myjsfc_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False myjsfc_wrapper_run myjsfc_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable u_wind_component_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable v_wind_component_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable baseline_surface_roughness_length in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable heat_exchange_coefficient_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable momentum_exchange_coefficient_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_layer_evaporation_switch in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_latent_heat_flux in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_momentum_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_potental_temperature_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_specific_humidity_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table myjsfc_wrapper_run DEBUG: Module name: myjsfc_wrapper DEBUG: Scheme name: myjsfc_wrapper DEBUG: Scheme dependencies: ['module_SF_JSFC.F90'] DEBUG: Variables in subroutine myjsfc_wrapper_finalize: DEBUG: Variables in subroutine myjsfc_wrapper_init: DEBUG: Variables in subroutine myjsfc_wrapper_run: flag_for_restart, horizontal_loop_extent, vertical_dimension, index_of_time_step, number_of_tracers, index_for_turbulent_kinetic_energy, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, ccpp_loop_counter, flag_for_iteration, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure, air_pressure_at_interface, geopotential_at_interface, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, surface_skin_temperature, surface_specific_humidity, surface_specific_humidity_for_MYJ_schemes, potential_temperature_at_viscous_sublayer_top, specific_humidity_at_viscous_sublayer_top, u_wind_component_at_viscous_sublayer_top, v_wind_component_at_viscous_sublayer_top, baseline_surface_roughness_length, heat_exchange_coefficient_for_MYJ_schemes, momentum_exchange_coefficient_for_MYJ_schemes, surface_layer_evaporation_switch, kinematic_surface_latent_heat_flux, weight_for_momentum_at_viscous_sublayer_top, weight_for_potental_temperature_at_viscous_sublayer_top, weight_for_specific_humidity_at_viscous_sublayer_top, atmosphere_boundary_layer_thickness, sea_land_ice_mask_real, surface_roughness_length, surface_friction_velocity, bulk_richardson_number_at_lowest_model_level, surface_drag_coefficient_for_momentum_in_air, surface_drag_coefficient_for_heat_and_moisture_in_air, surface_wind_stress, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, Monin_Obukhov_similarity_function_for_momentum_at_10m, Monin_Obukhov_similarity_function_for_heat_at_2m, land_area_fraction, lake_area_fraction, sea_area_fraction, sea_ice_concentration, surface_roughness_length_over_ocean_interstitial, surface_roughness_length_over_land_interstitial, surface_roughness_length_over_ice_interstitial, surface_friction_velocity_over_ocean, surface_friction_velocity_over_land, surface_friction_velocity_over_ice, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, bulk_richardson_number_at_lowest_model_level_over_ocean, bulk_richardson_number_at_lowest_model_level_over_land, bulk_richardson_number_at_lowest_model_level_over_ice, surface_wind_stress_over_ocean, surface_wind_stress_over_land, surface_wind_stress_over_ice, Monin_Obukhov_similarity_function_for_momentum_over_ocean, Monin_Obukhov_similarity_function_for_momentum_over_land, Monin_Obukhov_similarity_function_for_momentum_over_ice, Monin_Obukhov_similarity_function_for_heat_over_ocean, Monin_Obukhov_similarity_function_for_heat_over_land, Monin_Obukhov_similarity_function_for_heat_over_ice, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean, Monin_Obukhov_similarity_function_for_heat_at_2m_over_land, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice, wind_speed_at_lowest_model_layer, specific_heat_of_dry_air_at_constant_pressure, gravitational_acceleration, gas_constant_dry_air, mpi_rank, flag_print, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file module_MYJPBL_wrapper.F90 with registry OrderedDict([('myjpbl_wrapper', {'myjpbl_wrapper': {'myjpbl_wrapper_init': [5, 6], 'myjpbl_wrapper_finalize': [7, 8], 'myjpbl_wrapper_run': [15, 644]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True myjpbl_wrapper myjpbl_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False myjpbl_wrapper_run myjpbl_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable u_wind_component_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable v_wind_component_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable baseline_surface_roughness_length in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable heat_exchange_coefficient_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable momentum_exchange_coefficient_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_layer_evaporation_switch in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_latent_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_momentum_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_potental_temperature_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_specific_humidity_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table myjpbl_wrapper_run +DEBUG: Parsing file module_MYJPBL_wrapper.F90 with registry OrderedDict([('myjpbl_wrapper', {'myjpbl_wrapper': {'myjpbl_wrapper_init': [5, 6], 'myjpbl_wrapper_finalize': [7, 8], 'myjpbl_wrapper_run': [15, 663]}})]) DEBUG: Module name: myjpbl_wrapper DEBUG: Scheme name: myjpbl_wrapper DEBUG: Scheme dependencies: ['module_BL_MYJPBL.F90'] DEBUG: Variables in subroutine myjpbl_wrapper_init: DEBUG: Variables in subroutine myjpbl_wrapper_finalize: -DEBUG: Variables in subroutine myjpbl_wrapper_run: flag_for_restart, do_myjsfc, horizontal_loop_extent, vertical_dimension, time_step_for_physics, index_of_time_step, number_of_vertical_diffusion_tracers, index_for_turbulent_kinetic_energy, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, air_pressure, air_pressure_at_interface, geopotential_at_interface, standard_deviation_of_subgrid_orography, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, surface_skin_temperature, surface_specific_humidity, surface_specific_humidity_for_MYJ_schemes, potential_temperature_at_viscous_sublayer_top, specific_humidity_at_viscous_sublayer_top, u_wind_component_at_viscous_sublayer_top, v_wind_component_at_viscous_sublayer_top, baseline_surface_roughness_length, heat_exchange_coefficient_for_MYJ_schemes, momentum_exchange_coefficient_for_MYJ_schemes, surface_layer_evaporation_switch, kinematic_surface_latent_heat_flux, weight_for_momentum_at_viscous_sublayer_top, weight_for_potental_temperature_at_viscous_sublayer_top, weight_for_specific_humidity_at_viscous_sublayer_top, atmosphere_boundary_layer_thickness, vertical_index_at_top_of_atmosphere_boundary_layer, index_of_highest_temperature_inversion, sea_land_ice_mask_real, cell_area, surface_friction_velocity, surface_drag_coefficient_for_momentum_in_air, surface_drag_coefficient_for_heat_and_moisture_in_air, wind_speed_at_lowest_model_layer, surface_snow_thickness_water_equivalent, surface_roughness_length, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_heat_diffusivity, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, countergradient_mixing_term_for_temperature, countergradient_mixing_term_for_water_vapor, specific_heat_of_dry_air_at_constant_pressure, gravitational_acceleration, gas_constant_dry_air, mpi_rank, flag_print, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine myjpbl_wrapper_run: flag_for_restart, do_myjsfc, horizontal_loop_extent, vertical_dimension, time_step_for_physics, index_of_time_step, number_of_vertical_diffusion_tracers, index_for_turbulent_kinetic_energy, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, air_pressure, air_pressure_at_interface, geopotential_at_interface, standard_deviation_of_subgrid_orography, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, surface_skin_temperature, surface_specific_humidity, surface_specific_humidity_for_MYJ_schemes, potential_temperature_at_viscous_sublayer_top, specific_humidity_at_viscous_sublayer_top, u_wind_component_at_viscous_sublayer_top, v_wind_component_at_viscous_sublayer_top, baseline_surface_roughness_length, heat_exchange_coefficient_for_MYJ_schemes, momentum_exchange_coefficient_for_MYJ_schemes, surface_layer_evaporation_switch, kinematic_surface_latent_heat_flux, weight_for_momentum_at_viscous_sublayer_top, weight_for_potental_temperature_at_viscous_sublayer_top, weight_for_specific_humidity_at_viscous_sublayer_top, atmosphere_boundary_layer_thickness, vertical_index_at_top_of_atmosphere_boundary_layer, index_of_highest_temperature_inversion, sea_land_ice_mask_real, cell_area, surface_friction_velocity, surface_drag_coefficient_for_momentum_in_air, surface_drag_coefficient_for_heat_and_moisture_in_air, wind_speed_at_lowest_model_layer, surface_snow_thickness_water_equivalent, surface_roughness_length, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_heat_diffusivity, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, countergradient_mixing_term_for_temperature, countergradient_mixing_term_for_water_vapor, specific_heat_of_dry_air_at_constant_pressure, gravitational_acceleration, gas_constant_dry_air, mpi_rank, flag_print, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, flag_for_generic_planetary_boundary_layer_tendency, flag_diagnostics_3D, flag_tracer_diagnostics_3D, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file mp_thompson_pre.F90 with registry OrderedDict([('mp_thompson_pre', {'mp_thompson_pre': {'mp_thompson_pre_init': [10, 11], 'mp_thompson_pre_finalize': [31, 32], 'mp_thompson_pre_run': [15, 30]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_pre mp_thompson_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_pre_run mp_thompson_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table mp_thompson_pre_run DEBUG: Module name: mp_thompson_pre DEBUG: Scheme name: mp_thompson_pre DEBUG: Scheme dependencies: ['machine.F'] @@ -25243,46 +15029,6 @@ DEBUG: Variables in subroutine mp_thompson_pre_init: DEBUG: Variables in subroutine mp_thompson_pre_finalize: DEBUG: Variables in subroutine mp_thompson_pre_run: horizontal_loop_extent, vertical_dimension, air_temperature_updated_by_physics, air_temperature_save, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file mp_thompson.F90 with registry OrderedDict([('mp_thompson', {'mp_thompson': {'mp_thompson_run': [302, 515], 'mp_thompson_finalize': [520, 530], 'mp_thompson_init': [18, 295]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_friendly_aerosol_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_friendly_aerosols_at_surface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_friendly_aerosols_at_surface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table mp_thompson_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: Legacy extension - replacing variable 'horizontal_loop_extent' with 'horizontal_dimension' in table mp_thompson_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson DEBUG: Module name: mp_thompson DEBUG: Scheme name: mp_thompson DEBUG: Scheme dependencies: ['module_mp_thompson.F90', 'module_mp_radar.F90', 'machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -25290,88 +15036,27 @@ DEBUG: Variables in subroutine mp_thompson_run: horizontal_loop_extent, vertical DEBUG: Variables in subroutine mp_thompson_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine mp_thompson_init: vertical_dimension, gravitational_acceleration, gas_constant_dry_air, flag_for_aerosol_physics, tendency_of_water_friendly_aerosols_at_surface, tendency_of_ice_friendly_aerosols_at_surface, air_pressure, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, mpi_comm, mpi_rank, mpi_root, ccpp_error_message, ccpp_error_flag, horizontal_dimension, flag_for_restart, flag_for_microphysics_scheme, flag_for_thompson_microphysics_scheme, water_vapor_specific_humidity, cloud_condensed_water_mixing_ratio, rain_water_mixing_ratio, ice_water_mixing_ratio, snow_water_mixing_ratio, graupel_mixing_ratio, ice_number_concentration, rain_number_concentration, cloud_droplet_number_concentration, water_friendly_aerosol_number_concentration, ice_friendly_aerosol_number_concentration, air_temperature, geopotential, cell_area, omp_threads DEBUG: Parsing file mp_thompson_post.F90 with registry OrderedDict([('mp_thompson_post', {'mp_thompson_post': {'mp_thompson_post_init': [11, 31], 'mp_thompson_post_finalize': [96, 107], 'mp_thompson_post_run': [35, 92]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table mp_thompson_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mp_thompson_post_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post DEBUG: Module name: mp_thompson_post DEBUG: Scheme name: mp_thompson_post DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine mp_thompson_post_init: limit_for_temperature_tendency_for_microphysics, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine mp_thompson_post_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine mp_thompson_post_run: limit_for_temperature_tendency_for_microphysics, ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, air_temperature_save, air_temperature_updated_by_physics, dimensionless_exner_function_at_model_layers, time_step_for_physics, index_of_time_step, mpi_comm, mpi_rank, mpi_root -DEBUG: Parsing file ozphys.f with registry OrderedDict([('ozphys', {'ozphys': {'ozphys_run': [40, 171], 'ozphys_finalize': [28, 29], 'ozphys_init': [10, 23]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_init ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_run ozphys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_updated_by_physics in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_forcing in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table ozphys_run -INFO: Legacy extension - skip empty table for ozphys_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_init ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_run ozphys +DEBUG: Parsing file ozphys.f with registry OrderedDict([('ozphys', {'ozphys': {'ozphys_run': [36, 167], 'ozphys_finalize': [24, 25], 'ozphys_init': [10, 23]}})]) DEBUG: Module name: ozphys DEBUG: Scheme name: ozphys DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine ozphys_run: horizontal_loop_extent, vertical_dimension, vertical_dimension_of_ozone_forcing_data, time_step_for_physics, ozone_concentration_updated_by_physics, air_temperature_updated_by_physics, natural_log_of_ozone_forcing_data_pressure_levels, air_pressure, ozone_forcing, number_of_coefficients_in_ozone_forcing_data, air_pressure_difference_between_midlayers, flag_diagnostics_3D, flag_tracer_diagnostics_3D, cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate, cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio, cumulative_change_in_ozone_concentration_due_to_temperature, cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column, gravitational_acceleration, mpi_rank, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine ozphys_finalize: DEBUG: Variables in subroutine ozphys_init: ccpp_error_message, ccpp_error_flag, flag_for_ozone_physics -DEBUG: Parsing file ozphys_2015.f with registry OrderedDict([('ozphys_2015', {'ozphys_2015': {'ozphys_2015_run': [44, 149], 'ozphys_2015_finalize': [26, 27], 'ozphys_2015_init': [8, 21]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys_2015 ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_init ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_run ozphys_2015 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_updated_by_physics in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_forcing in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table ozphys_2015_run -INFO: Legacy extension - skip empty table for ozphys_2015_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys_2015 ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_init ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_run ozphys_2015 +DEBUG: Parsing file ozphys_2015.f with registry OrderedDict([('ozphys_2015', {'ozphys_2015': {'ozphys_2015_run': [40, 145], 'ozphys_2015_finalize': [22, 23], 'ozphys_2015_init': [8, 21]}})]) DEBUG: Module name: ozphys_2015 DEBUG: Scheme name: ozphys_2015 DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine ozphys_2015_run: horizontal_loop_extent, vertical_dimension, vertical_dimension_of_ozone_forcing_data, time_step_for_physics, ozone_concentration_updated_by_physics, air_temperature_updated_by_physics, natural_log_of_ozone_forcing_data_pressure_levels, air_pressure, ozone_forcing, number_of_coefficients_in_ozone_forcing_data, air_pressure_difference_between_midlayers, flag_diagnostics_3D, flag_tracer_diagnostics_3D, cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate, cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio, cumulative_change_in_ozone_concentration_due_to_temperature, cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column, gravitational_acceleration, mpi_rank, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine ozphys_2015_finalize: DEBUG: Variables in subroutine ozphys_2015_init: ccpp_error_message, ccpp_error_flag, flag_for_2015_ozone_physics -DEBUG: Parsing file precpd.f with registry OrderedDict([('zhaocarr_precpd', {'zhaocarr_precpd': {'zhaocarr_precpd_init': [10, 11], 'zhaocarr_precpd_finalize': [681, 682], 'zhaocarr_precpd_run': [44, 677]}})]) -INFO: Legacy extension - skip empty table for zhaocarr_precpd_init -INFO: Legacy extension - skip empty table for zhaocarr_precpd_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True zhaocarr_precpd zhaocarr_precpd -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False zhaocarr_precpd_run zhaocarr_precpd -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_rain_water_mixing_ratio_due_to_microphysics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table zhaocarr_precpd_run +DEBUG: Parsing file precpd.f with registry OrderedDict([('zhaocarr_precpd', {'zhaocarr_precpd': {'zhaocarr_precpd_init': [6, 7], 'zhaocarr_precpd_finalize': [675, 676], 'zhaocarr_precpd_run': [40, 673]}})]) DEBUG: Module name: zhaocarr_precpd DEBUG: Scheme name: zhaocarr_precpd DEBUG: Scheme dependencies: ['physcons.F90', 'funcphys.f90', 'machine.F'] @@ -25379,43 +15064,6 @@ DEBUG: Variables in subroutine zhaocarr_precpd_init: DEBUG: Variables in subroutine zhaocarr_precpd_finalize: DEBUG: Variables in subroutine zhaocarr_precpd_run: horizontal_loop_extent, vertical_dimension, time_step_for_physics, air_pressure_difference_between_midlayers, air_pressure, water_vapor_specific_humidity_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, air_temperature_updated_by_physics, lwe_thickness_of_explicit_precipitation_amount, ratio_of_snowfall_to_rainfall, tendency_of_rain_water_mixing_ratio_due_to_microphysics, critical_relative_humidity, coefficient_from_cloud_ice_to_snow, coefficient_from_cloud_water_to_rain, coefficient_for_evaporation_of_rainfall, cloud_condensed_water_conversion_threshold, grid_size_related_coefficient_used_in_scale_sensitive_schemes, flag_print, horizontal_index_of_printed_column, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file phys_tend.F90 with registry OrderedDict([('phys_tend', {'phys_tend': {'phys_tend_run': [13, 62], 'phys_tend_finalize': [8, 9], 'phys_tend_init': [6, 7]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True phys_tend phys_tend -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False phys_tend_run phys_tend -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_longwave_radiation in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shortwave_radiation in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_physics in table phys_tend_run DEBUG: Module name: phys_tend DEBUG: Scheme name: phys_tend DEBUG: Scheme dependencies: ['machine.F'] @@ -25423,46 +15071,6 @@ DEBUG: Variables in subroutine phys_tend_run: flag_diagnostics_3D, flag_tracer_d DEBUG: Variables in subroutine phys_tend_finalize: DEBUG: Variables in subroutine phys_tend_init: DEBUG: Parsing file radlw_main.f with registry OrderedDict([('rrtmg_lw', {'rrtmg_lw': {'rrtmg_lw_init': [355, 356], 'rrtmg_lw_finalize': [1061, 1062], 'rrtmg_lw_run': [385, 1058]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw rrtmg_lw -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_run rrtmg_lw -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_lw in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_longwave_bands_01_16 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_top_atmosphere in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_sfc in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_10mu_band in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmg_lw_run DEBUG: Module name: rrtmg_lw DEBUG: Scheme name: rrtmg_lw DEBUG: Scheme dependencies: ['physcons.F90', 'physparam.f', 'radlw_param.f', 'mersenne_twister.f', 'radlw_datatb.f'] @@ -25470,52 +15078,6 @@ DEBUG: Variables in subroutine rrtmg_lw_init: DEBUG: Variables in subroutine rrtmg_lw_finalize: DEBUG: Variables in subroutine rrtmg_lw_run: air_pressure_at_layer_for_radiation_in_hPa, air_pressure_at_interface_for_radiation_in_hPa, air_temperature_at_layer_for_radiation, air_temperature_at_interface_for_radiation, water_vapor_specific_humidity_at_layer_for_radiation, ozone_concentration_at_layer_for_radiation, volume_mixing_ratio_co2, volume_mixing_ratio_n2o, volume_mixing_ratio_ch4, volume_mixing_ratio_o2, volume_mixing_ratio_co, volume_mixing_ratio_cfc11, volume_mixing_ratio_cfc12, volume_mixing_ratio_cfc22, volume_mixing_ratio_ccl4, seed_random_numbers_lw, aerosol_optical_depth_for_longwave_bands_01_16, aerosol_single_scattering_albedo_for_longwave_bands_01_16, surface_longwave_emissivity, surface_ground_temperature_for_radiation, layer_thickness_for_radiation, layer_pressure_thickness_for_radiation, cloud_decorrelation_length, cloud_overlap_decorrelation_parameter, horizontal_loop_extent, adjusted_vertical_layer_dimension_for_radiation, adjusted_vertical_level_dimension_for_radiation, flag_print, total_cloud_fraction, flag_to_calc_lw, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels, lw_fluxes_top_atmosphere, lw_fluxes_sfc, cloud_optical_depth_layers_at_10mu_band, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_snow_water_path, mean_effective_radius_for_snow_flake, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file radsw_main.f with registry OrderedDict([('rrtmg_sw', {'rrtmg_sw': {'rrtmg_sw_init': [376, 377], 'rrtmg_sw_run': [462, 1134], 'rrtmg_sw_finalize': [1137, 1138]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw rrtmg_sw -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_run rrtmg_sw -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_sw in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_top_atmosphere in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_sfc in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_0p55mu_band in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmg_sw_run DEBUG: Module name: rrtmg_sw DEBUG: Scheme name: rrtmg_sw DEBUG: Scheme dependencies: ['physcons.F90', 'physparam.f', 'radsw_datatb.f', 'mersenne_twister.f', 'radsw_param.f'] @@ -25523,164 +15085,48 @@ DEBUG: Variables in subroutine rrtmg_sw_init: DEBUG: Variables in subroutine rrtmg_sw_run: air_pressure_at_layer_for_radiation_in_hPa, air_pressure_at_interface_for_radiation_in_hPa, air_temperature_at_layer_for_radiation, air_temperature_at_interface_for_radiation, water_vapor_specific_humidity_at_layer_for_radiation, ozone_concentration_at_layer_for_radiation, volume_mixing_ratio_co2, volume_mixing_ratio_n2o, volume_mixing_ratio_ch4, volume_mixing_ratio_o2, volume_mixing_ratio_co, volume_mixing_ratio_cfc11, volume_mixing_ratio_cfc12, volume_mixing_ratio_cfc22, volume_mixing_ratio_ccl4, seed_random_numbers_sw, aerosol_optical_depth_for_shortwave_bands_01_16, aerosol_single_scattering_albedo_for_shortwave_bands_01_16, aerosol_asymmetry_parameter_for_shortwave_bands_01_16, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, layer_thickness_for_radiation, layer_pressure_thickness_for_radiation, cloud_decorrelation_length, cloud_overlap_decorrelation_parameter, cosine_of_zenith_angle, solar_constant, daytime_points_dimension, daytime_points, horizontal_loop_extent, adjusted_vertical_layer_dimension_for_radiation, adjusted_vertical_level_dimension_for_radiation, flag_print, total_cloud_fraction, flag_to_calc_sw, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels, sw_fluxes_top_atmosphere, sw_fluxes_sfc, cloud_optical_depth_layers_at_0p55mu_band, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, components_of_surface_downward_shortwave_fluxes, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_snow_water_path, mean_effective_radius_for_snow_flake, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine rrtmg_sw_finalize: DEBUG: Parsing file rascnv.F90 with registry OrderedDict([('rascnv', {'rascnv': {'rascnv_init': [62, 141], 'rascnv_finalize': [146, 153], 'rascnv_run': [225, 898]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable random_number_array in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_interfaces in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table rascnv_run DEBUG: Module name: rascnv DEBUG: Scheme name: rascnv DEBUG: Scheme dependencies: [] DEBUG: Variables in subroutine rascnv_init: mpi_rank, time_step_for_physics, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, gas_constant_water_vapor, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, temperature_at_zero_celsius, triple_point_temperature_of_water, specific_heat_of_water_vapor_at_constant_pressure, specific_heat_of_liquid_water_at_constant_pressure, specific_heat_of_ice_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine rascnv_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine rascnv_run: mpi_rank, time_step_for_physics, ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers_for_samf, time_step_for_dynamics, multiplication_factor_for_critical_cloud_workfunction, cell_area, minimum_scaling_factor_for_critical_relative_humidity, inverse_scaling_factor_for_critical_relative_humidity, coefficient_from_cloud_ice_to_snow_ras, coefficient_from_cloud_water_to_rain_ras, cloud_condensed_water_ice_conversion_threshold_ras, condensate_fraction_detrained_in_updraft_layers, flag_flip, random_number_array, array_dimension_of_random_number, flag_for_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, index_for_turbulent_kinetic_energy_convective_transport_tracer, index_of_time_step, critical_relative_humidity, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, convective_transportable_tracers, coefficients_for_aerosol_scavenging, air_pressure_at_interface, air_pressure, dimensionless_exner_function_at_model_interfaces, dimensionless_exner_function_at_model_layers, geopotential, geopotential_at_interface, vertical_index_at_top_of_atmosphere_boundary_layer, surface_drag_coefficient_for_momentum_in_air, lwe_thickness_of_deep_convective_precipitation_amount, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, surface_wind_enhancement_due_to_convection, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, mass_fraction_of_convective_cloud_liquid_water, mass_fraction_of_convective_cloud_ice, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment -DEBUG: Parsing file rayleigh_damp.f with registry OrderedDict([('rayleigh_damp', {'rayleigh_damp': {'rayleigh_damp_finalize': [129, 130], 'rayleigh_damp_init': [8, 9], 'rayleigh_damp_run': [22, 125]}})]) -INFO: Legacy extension - skip empty table for rayleigh_damp_finalize -INFO: Legacy extension - skip empty table for rayleigh_damp_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rayleigh_damp rayleigh_damp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rayleigh_damp_run rayleigh_damp -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_rayleigh_damping in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_rayleigh_damping in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_rayleigh_damping in table rayleigh_damp_run +DEBUG: Parsing file rayleigh_damp.f with registry OrderedDict([('rayleigh_damp', {'rayleigh_damp': {'rayleigh_damp_finalize': [125, 126], 'rayleigh_damp_init': [6, 7], 'rayleigh_damp_run': [20, 123]}})]) DEBUG: Module name: rayleigh_damp DEBUG: Scheme name: rayleigh_damp DEBUG: Scheme dependencies: [] DEBUG: Variables in subroutine rayleigh_damp_finalize: DEBUG: Variables in subroutine rayleigh_damp_init: DEBUG: Variables in subroutine rayleigh_damp_run: flag_idealized_physics, horizontal_loop_extent, vertical_dimension, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, x_wind, y_wind, time_step_for_physics, specific_heat_of_dry_air_at_constant_pressure, number_of_vertical_layers_for_radiation_calculations, surface_air_pressure, air_pressure, pressure_cutoff_for_rayleigh_damping, time_scale_for_rayleigh_damping, flag_diagnostics_3D, cumulative_change_in_x_wind_due_to_rayleigh_damping, cumulative_change_in_y_wind_due_to_rayleigh_damping, cumulative_change_in_temperature_due_to_rayleigh_damping, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file rrtmg_lw_post.F90 with registry OrderedDict([('rrtmg_lw_post', {'rrtmg_lw_post': {'rrtmg_lw_post_init': [8, 9], 'rrtmg_lw_post_run': [16, 63], 'rrtmg_lw_post_finalize': [66, 67]}})]) -INFO: Legacy extension - skip empty table for rrtmg_lw_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw_post rrtmg_lw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_post_run rrtmg_lw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_post_run -INFO: Legacy extension - skip empty table for rrtmg_lw_post_finalize +DEBUG: Parsing file rrtmg_lw_post.F90 with registry OrderedDict([('rrtmg_lw_post', {'rrtmg_lw_post': {'rrtmg_lw_post_init': [6, 7], 'rrtmg_lw_post_run': [11, 59], 'rrtmg_lw_post_finalize': [60, 61]}})]) DEBUG: Module name: rrtmg_lw_post DEBUG: Scheme name: rrtmg_lw_post DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine rrtmg_lw_post_init: -DEBUG: Variables in subroutine rrtmg_lw_post_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_radtend_type_instance, GFS_coupling_type_instance, horizontal_loop_extent, extra_top_layer, number_of_vertical_layers_for_radiation_calculations, vertical_index_difference_between_inout_and_local, surface_air_temperature_for_radiation, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rrtmg_lw_post_run: horizontal_loop_extent, vertical_dimension, extra_top_layer, number_of_vertical_layers_for_radiation_calculations, vertical_index_difference_between_inout_and_local, flag_to_calc_lw, flag_for_output_of_longwave_heating_rate, surface_air_temperature_for_radiation, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, lw_fluxes_sfc, surface_midlayer_air_temperature_in_longwave_radiation, surface_downwelling_longwave_flux_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine rrtmg_lw_post_finalize: -DEBUG: Parsing file rrtmg_lw_pre.F90 with registry OrderedDict([('rrtmg_lw_pre', {'rrtmg_lw_pre': {'rrtmg_lw_pre_run': [14, 36], 'rrtmg_lw_pre_init': [9, 10], 'rrtmg_lw_pre_finalize': [39, 40]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw_pre rrtmg_lw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_pre_run rrtmg_lw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_lw_pre_run -INFO: Legacy extension - skip empty table for rrtmg_lw_pre_init -INFO: Legacy extension - skip empty table for rrtmg_lw_pre_finalize +DEBUG: Parsing file rrtmg_lw_pre.F90 with registry OrderedDict([('rrtmg_lw_pre', {'rrtmg_lw_pre': {'rrtmg_lw_pre_run': [12, 31], 'rrtmg_lw_pre_init': [7, 8], 'rrtmg_lw_pre_finalize': [32, 33]}})]) DEBUG: Module name: rrtmg_lw_pre DEBUG: Scheme name: rrtmg_lw_pre DEBUG: Scheme dependencies: ['iounitdef.f', 'radiation_surface.f', 'machine.F'] -DEBUG: Variables in subroutine rrtmg_lw_pre_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_sfcprop_type_instance, GFS_radtend_type_instance, horizontal_loop_extent, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rrtmg_lw_pre_run: horizontal_loop_extent, flag_to_calc_lw, latitude, longitude, sea_land_ice_mask_real, surface_snow_thickness_water_equivalent, surface_snow_area_fraction_over_land, surface_roughness_length, standard_deviation_of_subgrid_orography, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, surface_longwave_emissivity, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine rrtmg_lw_pre_init: DEBUG: Variables in subroutine rrtmg_lw_pre_finalize: -DEBUG: Parsing file rrtmg_sw_post.F90 with registry OrderedDict([('rrtmg_sw_post', {'rrtmg_sw_post': {'rrtmg_sw_post_init': [8, 9], 'rrtmg_sw_post_finalize': [103, 104], 'rrtmg_sw_post_run': [16, 100]}})]) -INFO: Legacy extension - skip empty table for rrtmg_sw_post_init -INFO: Legacy extension - skip empty table for rrtmg_sw_post_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw_post rrtmg_sw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_post_run rrtmg_sw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmg_sw_post_run +DEBUG: Parsing file rrtmg_sw_post.F90 with registry OrderedDict([('rrtmg_sw_post', {'rrtmg_sw_post': {'rrtmg_sw_post_init': [6, 7], 'rrtmg_sw_post_finalize': [95, 96], 'rrtmg_sw_post_run': [11, 94]}})]) DEBUG: Module name: rrtmg_sw_post DEBUG: Scheme name: rrtmg_sw_post DEBUG: Scheme dependencies: ['radsw_param.f', 'machine.F'] DEBUG: Variables in subroutine rrtmg_sw_post_init: DEBUG: Variables in subroutine rrtmg_sw_post_finalize: -DEBUG: Variables in subroutine rrtmg_sw_post_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_diag_type_instance, GFS_radtend_type_instance, GFS_coupling_type_instance, horizontal_loop_extent, extra_top_layer, daytime_points_dimension, number_of_vertical_layers_for_radiation_calculations, vertical_index_difference_between_inout_and_local, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, components_of_surface_downward_shortwave_fluxes, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file rrtmg_sw_pre.F90 with registry OrderedDict([('rrtmg_sw_pre', {'rrtmg_sw_pre': {'rrtmg_sw_pre_init': [9, 10], 'rrtmg_sw_pre_finalize': [81, 82], 'rrtmg_sw_pre_run': [14, 78]}})]) -INFO: Legacy extension - skip empty table for rrtmg_sw_pre_init -INFO: Legacy extension - skip empty table for rrtmg_sw_pre_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw_pre rrtmg_sw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_pre_run rrtmg_sw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table rrtmg_sw_pre_run +DEBUG: Variables in subroutine rrtmg_sw_post_run: horizontal_loop_extent, adjusted_vertical_layer_dimension_for_radiation, vertical_dimension, extra_top_layer, daytime_points_dimension, number_of_vertical_layers_for_radiation_calculations, vertical_index_difference_between_inout_and_local, flag_to_calc_sw, flag_for_output_of_shortwave_heating_rate, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_shortwave_flux_on_radiation_time_step, surface_net_downwelling_shortwave_flux_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step, components_of_surface_downward_shortwave_fluxes, sw_fluxes_sfc, sw_fluxes_top_atmosphere, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file rrtmg_sw_pre.F90 with registry OrderedDict([('rrtmg_sw_pre', {'rrtmg_sw_pre': {'rrtmg_sw_pre_init': [7, 8], 'rrtmg_sw_pre_finalize': [77, 78], 'rrtmg_sw_pre_run': [12, 76]}})]) DEBUG: Module name: rrtmg_sw_pre DEBUG: Scheme name: rrtmg_sw_pre DEBUG: Scheme dependencies: ['iounitdef.f', 'radiation_surface.f', 'machine.F'] DEBUG: Variables in subroutine rrtmg_sw_pre_init: DEBUG: Variables in subroutine rrtmg_sw_pre_finalize: -DEBUG: Variables in subroutine rrtmg_sw_pre_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_sfcprop_type_instance, GFS_radtend_type_instance, horizontal_loop_extent, daytime_points_dimension, daytime_points, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, surface_albedo_perturbation, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rrtmg_sw_pre_run: horizontal_loop_extent, index_for_stochastic_land_surface_perturbation_type, number_of_land_surface_variables_perturbed, flag_to_calc_sw, variables_to_be_perturbed_for_landperts, magnitude_of_perturbations_for_landperts, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, cosine_of_zenith_angle, surface_albedo_perturbation, sea_land_ice_mask_real, surface_snow_thickness_water_equivalent, surface_snow_area_fraction_over_land, upper_bound_on_max_albedo_over_deep_snow, surface_roughness_length, standard_deviation_of_subgrid_orography, mean_vis_albedo_with_strong_cosz_dependency, mean_nir_albedo_with_strong_cosz_dependency, mean_vis_albedo_with_weak_cosz_dependency, mean_nir_albedo_with_weak_cosz_dependency, fractional_coverage_with_strong_cosz_dependency, fractional_coverage_with_weak_cosz_dependency, sea_ice_concentration, sea_ice_temperature, surface_diffused_shortwave_albedo, daytime_points_dimension, daytime_points, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file sfc_diag.f with registry OrderedDict([('sfc_diag', {'sfc_diag': {'sfc_diag_init': [6, 7], 'sfc_diag_finalize': [8, 9], 'sfc_diag_run': [18, 80]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diag sfc_diag -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diag_run sfc_diag -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table sfc_diag_run DEBUG: Module name: sfc_diag DEBUG: Scheme name: sfc_diag DEBUG: Scheme dependencies: ['funcphys.f90', 'machine.F'] @@ -25688,24 +15134,6 @@ DEBUG: Variables in subroutine sfc_diag_init: DEBUG: Variables in subroutine sfc_diag_finalize: DEBUG: Variables in subroutine sfc_diag_run: horizontal_loop_extent, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, surface_air_pressure, x_wind_at_lowest_model_layer_updated_by_physics, y_wind_at_lowest_model_layer_updated_by_physics, air_temperature_at_lowest_model_layer_updated_by_physics, water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, kinematic_surface_upward_latent_heat_flux, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, Monin_Obukhov_similarity_function_for_momentum_at_10m, Monin_Obukhov_similarity_function_for_heat_at_2m, surface_skin_temperature, surface_specific_humidity, ratio_of_wind_at_lowest_model_layer_and_wind_at_10m, x_wind_at_10m, y_wind_at_10m, temperature_at_2m, specific_humidity_at_2m, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file sfc_diag_post.F90 with registry OrderedDict([('sfc_diag_post', {'sfc_diag_post': {'sfc_diag_post_init': [4, 5], 'sfc_diag_post_run': [13, 59], 'sfc_diag_post_finalize': [6, 7]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diag_post sfc_diag_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diag_post_run sfc_diag_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m_from_noahmp in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m_from_noahmp in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_x_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_y_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dewpoint_temperature_at_2m in table sfc_diag_post_run DEBUG: Module name: sfc_diag_post DEBUG: Scheme name: sfc_diag_post DEBUG: Scheme dependencies: ['machine.F'] @@ -25713,94 +15141,6 @@ DEBUG: Variables in subroutine sfc_diag_post_init: DEBUG: Variables in subroutine sfc_diag_post_run: horizontal_loop_extent, flag_for_land_surface_scheme, flag_for_noahmp_land_surface_scheme, flag_nonzero_land_surface_fraction, flag_diagnostics, time_step_for_dynamics, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, surface_air_pressure, temperature_at_2m_from_noahmp, specific_humidity_at_2m_from_noahmp, temperature_at_2m, specific_humidity_at_2m, x_wind_at_10m, y_wind_at_10m, minimum_temperature_at_2m, maximum_temperature_at_2m, minimum_specific_humidity_at_2m, maximum_specific_humidity_at_2m, maximum_wind_at_10m, maximum_x_wind_at_10m, maximum_y_wind_at_10m, dewpoint_temperature_at_2m, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine sfc_diag_post_finalize: DEBUG: Parsing file sfc_drv_ruc.F90 with registry OrderedDict([('lsm_ruc', {'lsm_ruc': {'lsm_ruc_finalize': [31, 38], 'lsm_ruc_run': [115, 831], 'lsm_ruc_init': [17, 27]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_area_index in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_weak_cosz_dependency in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_weak_cosz_dependency in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_frozen_soil_physics in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_temperature_bottom_first_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_at_surface in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_condensation_mass in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_mixing_ratio_at_surface in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable density_of_frozen_precipitation in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_runoff in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_water_equivalent_of_frozen_precip in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_accumulated_snowfall in table lsm_ruc_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc DEBUG: Module name: lsm_ruc DEBUG: Scheme name: lsm_ruc DEBUG: Scheme dependencies: ['module_sf_ruclsm.F90', 'module_soil_pre.F90', 'namelist_soilveg_ruc.F90', 'machine.F', 'set_soilveg_ruc.F90'] @@ -25808,15 +15148,6 @@ DEBUG: Variables in subroutine lsm_ruc_finalize: ccpp_error_message, ccpp_error_ DEBUG: Variables in subroutine lsm_ruc_run: ccpp_error_message, ccpp_error_flag, ccpp_loop_counter, mpi_rank, mpi_root, index_of_time_step, horizontal_loop_extent, vertical_dimension, soil_vertical_dimension_for_land_surface_model, soil_vertical_dimension, depth_of_soil_levels_for_land_surface_model, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, cloud_condensed_water_mixing_ratio_at_lowest_model_layer, soil_type_classification, vegetation_type_classification, vegetation_area_fraction, leaf_area_index, surface_longwave_emissivity_over_land_interstitial, surface_downwelling_longwave_flux, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, time_step_for_dynamics, deep_soil_temperature, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, air_pressure_at_lowest_model_layer, height_above_ground_at_lowest_model_layer, wind_speed_at_lowest_model_layer, minimum_vegetation_area_fraction, maximum_vegetation_area_fraction, mean_vis_albedo_with_weak_cosz_dependency, mean_nir_albedo_with_weak_cosz_dependency, upper_bound_on_max_albedo_over_deep_snow, surface_diffused_shortwave_albedo, flag_for_iteration, flag_for_guess_run, soil_type_dataset_choice, vegetation_type_dataset_choice, sea_ice_concentration, volume_fraction_of_soil_moisture, soil_temperature, volume_fraction_of_unfrozen_soil_moisture, flag_for_ruc_land_surface_scheme, flag_for_land_surface_scheme, flag_nonzero_land_surface_fraction, sea_land_ice_mask, flag_for_reading_leaf_area_index_from_input, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, volume_fraction_of_condensed_water_in_soil_at_wilting_point, threshold_volume_fraction_of_condensed_water_in_soil, do_mynnsfclay, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, gas_constant_dry_air, gravitational_acceleration, pi, latent_heat_of_vaporization_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, water_equivalent_accumulated_snow_depth_over_land, surface_snow_thickness_water_equivalent_over_land, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ocean_interstitial, lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep, lwe_thickness_of_convective_precipitation_amount_from_previous_timestep, lwe_thickness_of_ice_amount_from_previous_timestep, lwe_thickness_of_snow_amount_from_previous_timestep, lwe_thickness_of_graupel_amount_from_previous_timestep, flag_for_precipitation_type, volume_fraction_of_soil_moisture_for_land_surface_model, soil_temperature_for_land_surface_model, volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model, flag_for_frozen_soil_physics, volume_fraction_of_frozen_soil_moisture_for_land_surface_model, canopy_water_amount, transpiration_flux, surface_skin_temperature_after_iteration_over_land, snow_temperature_bottom_first_layer, surface_roughness_length_over_land_interstitial, cloud_condensed_water_mixing_ratio_at_surface, surface_condensation_mass, sea_ice_temperature_interstitial, water_vapor_mixing_ratio_at_surface, surface_snow_area_fraction_over_land, surface_specific_humidity_over_land, upward_heat_flux_in_soil_over_land, subsurface_runoff_flux, kinematic_surface_upward_latent_heat_flux_over_land, kinematic_surface_upward_sensible_heat_flux_over_land, density_of_frozen_precipitation, surface_runoff_flux, total_runoff, surface_runoff, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land, surface_drag_wind_speed_for_momentum_in_air_over_land, soil_upward_latent_heat_flux, canopy_upward_latent_heat_flux, snow_deposition_sublimation_upward_latent_heat_flux, soil_moisture_content, normalized_soil_wetness_for_land_surface_model, accumulated_water_equivalent_of_frozen_precip, total_accumulated_snowfall, flag_for_first_time_step, flag_for_restart DEBUG: Variables in subroutine lsm_ruc_init: ccpp_error_message, ccpp_error_flag, mpi_rank, soil_type_dataset_choice, vegetation_type_dataset_choice, iounit_namelist DEBUG: Parsing file lsm_ruc_sfc_sice_interstitial.F90 with registry OrderedDict([('lsm_ruc_sfc_sice_pre', {'lsm_ruc_sfc_sice_pre': {'lsm_ruc_sfc_sice_pre_finalize': [8, 9], 'lsm_ruc_sfc_sice_pre_run': [15, 43], 'lsm_ruc_sfc_sice_pre_init': [6, 7]}}), ('lsm_ruc_sfc_sice_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_pre lsm_ruc_sfc_sice_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_pre_run lsm_ruc_sfc_sice_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table lsm_ruc_sfc_sice_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_post lsm_ruc_sfc_sice_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_post_run lsm_ruc_sfc_sice_pre DEBUG: Module name: lsm_ruc_sfc_sice_pre DEBUG: Scheme name: lsm_ruc_sfc_sice_pre DEBUG: Scheme dependencies: ['machine.F'] @@ -25824,15 +15155,6 @@ DEBUG: Variables in subroutine lsm_ruc_sfc_sice_pre_finalize: DEBUG: Variables in subroutine lsm_ruc_sfc_sice_pre_run: horizontal_loop_extent, soil_vertical_dimension_for_land_surface_model, soil_vertical_dimension, ice_vertical_dimension, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, soil_temperature, soil_temperature_for_land_surface_model, internal_ice_temperature, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine lsm_ruc_sfc_sice_pre_init: DEBUG: Parsing file lsm_ruc_sfc_sice_interstitial.F90 with registry OrderedDict([('lsm_ruc_sfc_sice_pre', {'lsm_ruc_sfc_sice_pre': {'lsm_ruc_sfc_sice_pre_finalize': [8, 9], 'lsm_ruc_sfc_sice_pre_run': [15, 43], 'lsm_ruc_sfc_sice_pre_init': [6, 7]}}), ('lsm_ruc_sfc_sice_post', {'lsm_ruc_sfc_sice_post': {'lsm_ruc_sfc_sice_post_finalize': [53, 54], 'lsm_ruc_sfc_sice_post_init': [51, 52], 'lsm_ruc_sfc_sice_post_run': [60, 88]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_pre lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_pre_run lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_post lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_post_run lsm_ruc_sfc_sice_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table lsm_ruc_sfc_sice_post_run DEBUG: Module name: lsm_ruc_sfc_sice_post DEBUG: Scheme name: lsm_ruc_sfc_sice_post DEBUG: Scheme dependencies: ['machine.F'] @@ -25840,30 +15162,6 @@ DEBUG: Variables in subroutine lsm_ruc_sfc_sice_post_finalize: DEBUG: Variables in subroutine lsm_ruc_sfc_sice_post_init: DEBUG: Variables in subroutine lsm_ruc_sfc_sice_post_run: horizontal_loop_extent, soil_vertical_dimension_for_land_surface_model, soil_vertical_dimension, ice_vertical_dimension, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, soil_temperature, soil_temperature_for_land_surface_model, internal_ice_temperature, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file sfc_cice.f with registry OrderedDict([('sfc_cice', {'sfc_cice': {'sfc_cice_finalize': [12, 13], 'sfc_cice_run': [31, 130], 'sfc_cice_init': [9, 10]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_cice sfc_cice -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_cice_run sfc_cice -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table sfc_cice_run DEBUG: Module name: sfc_cice DEBUG: Scheme name: sfc_cice DEBUG: Scheme dependencies: ['machine.F'] @@ -25871,68 +15169,6 @@ DEBUG: Variables in subroutine sfc_cice_finalize: DEBUG: Variables in subroutine sfc_cice_run: horizontal_loop_extent, flag_for_flux_coupling, latent_heat_of_vaporization_of_water_at_0C, specific_heat_of_dry_air_at_constant_pressure, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gas_constant_dry_air, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, air_pressure_at_lowest_model_layer, wind_speed_at_lowest_model_layer, flag_for_cice, flag_for_iteration, surface_upward_latent_heat_flux_for_coupling, surface_upward_sensible_heat_flux_for_coupling, surface_x_momentum_flux_for_coupling, surface_y_momentum_flux_for_coupling, surface_snow_thickness_for_coupling, surface_specific_humidity_over_ice, surface_drag_wind_speed_for_momentum_in_air_over_ice, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice, kinematic_surface_upward_latent_heat_flux_over_ice, kinematic_surface_upward_sensible_heat_flux_over_ice, surface_wind_stress_over_ice, water_equivalent_accumulated_snow_depth_over_ice, surface_snow_thickness_water_equivalent_over_ice, surface_upward_potential_latent_heat_flux_over_ice, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine sfc_cice_init: DEBUG: Parsing file sfc_diff.f with registry OrderedDict([('sfc_diff', {'sfc_diff': {'sfc_diff_init': [12, 13], 'sfc_diff_finalize': [14, 15], 'sfc_diff_run': [52, 304]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diff sfc_diff -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diff_run sfc_diff -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_from_wave_model in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table sfc_diff_run DEBUG: Module name: sfc_diff DEBUG: Scheme name: sfc_diff DEBUG: Scheme dependencies: ['machine.F'] @@ -25940,77 +15176,6 @@ DEBUG: Variables in subroutine sfc_diff_init: DEBUG: Variables in subroutine sfc_diff_finalize: DEBUG: Variables in subroutine sfc_diff_run: horizontal_loop_extent, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, gravitational_acceleration, surface_air_pressure, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, height_above_ground_at_lowest_model_layer, wind_speed_at_lowest_model_layer, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, bounded_vegetation_area_fraction, vegetation_type_classification, maximum_vegetation_area_fraction, vegetation_type_dataset_choice, perturbation_of_momentum_roughness_length, perturbation_of_heat_to_momentum_roughness_length_ratio, flag_for_iteration, flag_for_reduced_drag_coefficient_over_sea, x_wind_at_10m, y_wind_at_10m, flag_for_surface_roughness_option_over_ocean, flag_nonzero_wet_surface_fraction, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ice_interstitial, surface_skin_temperature_after_iteration_over_ocean, surface_skin_temperature_after_iteration_over_land, surface_skin_temperature_after_iteration_over_ice, surface_snow_thickness_water_equivalent_over_ocean, surface_snow_thickness_water_equivalent_over_land, surface_snow_thickness_water_equivalent_over_ice, surface_roughness_length_over_ocean_interstitial, surface_roughness_length_over_land_interstitial, surface_roughness_length_over_ice_interstitial, surface_roughness_length_from_wave_model, surface_friction_velocity_over_ocean, surface_friction_velocity_over_land, surface_friction_velocity_over_ice, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, bulk_richardson_number_at_lowest_model_level_over_ocean, bulk_richardson_number_at_lowest_model_level_over_land, bulk_richardson_number_at_lowest_model_level_over_ice, surface_wind_stress_over_ocean, surface_wind_stress_over_land, surface_wind_stress_over_ice, Monin_Obukhov_similarity_function_for_momentum_over_ocean, Monin_Obukhov_similarity_function_for_momentum_over_land, Monin_Obukhov_similarity_function_for_momentum_over_ice, Monin_Obukhov_similarity_function_for_heat_over_ocean, Monin_Obukhov_similarity_function_for_heat_over_land, Monin_Obukhov_similarity_function_for_heat_over_ice, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean, Monin_Obukhov_similarity_function_for_heat_at_2m_over_land, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file sfc_drv.f with registry OrderedDict([('lsm_noah', {'lsm_noah': {'lsm_noah_run': [150, 488], 'lsm_noah_finalize': [29, 36], 'lsm_noah_init': [14, 25]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_soil_type_b_parameter in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_leaf_area_index in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_vegetation_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness in table lsm_noah_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah DEBUG: Module name: lsm_noah DEBUG: Scheme name: lsm_noah DEBUG: Scheme dependencies: ['surface_perturbation.F90', 'funcphys.f90', 'set_soilveg.f', 'machine.F', 'sflx.f'] @@ -26018,114 +15183,6 @@ DEBUG: Variables in subroutine lsm_noah_run: horizontal_loop_extent, soil_vertic DEBUG: Variables in subroutine lsm_noah_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine lsm_noah_init: soil_type_dataset_choice, vegetation_type_dataset_choice, ccpp_error_message, ccpp_error_flag, mpi_rank, iounit_namelist DEBUG: Parsing file sfc_noahmp_drv.f with registry OrderedDict([('noahmpdrv', {'noahmpdrv': {'noahmpdrv_finalize': [31, 32], 'noahmpdrv_run': [56, 715], 'noahmpdrv_init': [19, 30]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True noahmpdrv noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_init noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_run noahmpdrv -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable explicit_rainfall_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_of_snow_layers in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ground_temperature_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_intercepted_ice_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_intercepted_liquid_water in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_air_vapor_pressure in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_air_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable area_fraction_of_wet_canopy in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_mass_at_previous_time_step in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_albedo_at_previous_time_step in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_at_surface in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_water_storage in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_depth in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_storage_in_aquifer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_storage_in_aquifer_and_saturated_soil in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_bottom_depth_from_snow_surface in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_layer_ice in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_layer_liquid_water in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fine_root_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stem_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wood_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slow_soil_pool_mass_content_of_carbon in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fast_soil_pool_mass_content_of_carbon in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_area_index in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stem_area_index in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nondimensional_snow_age in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable equilibrium_soil_water_content in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_water_content_between_soil_bottom_and_water_table in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_recharge_when_deep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_recharge_when_shallow in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m_from_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m_from_noahmp in table noahmpdrv_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True noahmpdrv noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_init noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_run noahmpdrv DEBUG: Module name: noahmpdrv DEBUG: Scheme name: noahmpdrv DEBUG: Scheme dependencies: ['funcphys.f90', 'module_sf_noahmp_glacier.f90', 'module_sf_noahmplsm.f90', 'set_soilveg.f', 'machine.F', 'noahmp_tables.f90'] @@ -26133,191 +15190,34 @@ DEBUG: Variables in subroutine noahmpdrv_finalize: DEBUG: Variables in subroutine noahmpdrv_run: horizontal_loop_extent, soil_vertical_dimension, index_of_time_step, surface_air_pressure, x_wind_at_lowest_model_layer, y_wind_at_lowest_model_layer, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, soil_type_classification, vegetation_type_classification, bounded_vegetation_area_fraction, surface_longwave_emissivity_over_land_interstitial, surface_downwelling_longwave_flux_absorbed_by_ground_over_land, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, time_step_for_dynamics, deep_soil_temperature, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, height_above_ground_at_lowest_model_layer, flag_nonzero_land_surface_fraction, wind_speed_at_lowest_model_layer, surface_slope_classification, minimum_vegetation_area_fraction, maximum_vegetation_area_fraction, upper_bound_on_max_albedo_over_deep_snow, surface_diffused_shortwave_albedo, flag_for_iteration, flag_for_guess_run, flag_for_dynamic_vegetation_option, flag_for_canopy_stomatal_resistance_option, flag_for_soil_moisture_factor_stomatal_resistance_option, flag_for_runoff_and_groundwater_option, flag_for_surface_layer_drag_coefficient_option, flag_for_supercooled_liquid_water_option, flag_for_frozen_soil_permeability_option, flag_for_radiation_transfer_option, flag_for_ground_snow_surface_albedo_option, flag_for_precipitation_partition_option, flag_for_lower_boundary_soil_temperature_option, flag_for_soil_and_snow_temperature_time_stepping_option, latitude, instantaneous_cosine_of_zenith_angle, number_of_days_in_year, julian_day, explicit_rainfall_rate_from_previous_timestep, convective_precipitation_rate_from_previous_timestep, snow_precipitation_rate_from_previous_timestep, graupel_precipitation_rate_from_previous_timestep, ice_precipitation_rate_from_previous_timestep, latent_heat_of_vaporization_of_water_at_0C, specific_heat_of_dry_air_at_constant_pressure, joules_per_calorie_constant, liquid_water_density, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gas_constant_dry_air, latent_heat_of_fusion_of_water_at_0C, water_equivalent_accumulated_snow_depth_over_land, surface_snow_thickness_water_equivalent_over_land, surface_skin_temperature_over_land_interstitial, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land, flag_for_precipitation_type, volume_fraction_of_soil_moisture, soil_temperature, volume_fraction_of_unfrozen_soil_moisture, canopy_water_amount, transpiration_flux, surface_skin_temperature_after_iteration_over_land, surface_roughness_length_over_land_interstitial, number_of_snow_layers, vegetation_temperature, ground_temperature_for_noahmp, canopy_intercepted_ice_mass, canopy_intercepted_liquid_water, canopy_air_vapor_pressure, canopy_air_temperature, surface_drag_coefficient_for_momentum_for_noahmp, surface_drag_coefficient_for_heat_and_moisture_for_noahmp, area_fraction_of_wet_canopy, snow_mass_at_previous_time_step, snow_albedo_at_previous_time_step, snow_precipitation_rate_at_surface, lake_water_storage, water_table_depth, water_storage_in_aquifer, water_storage_in_aquifer_and_saturated_soil, snow_temperature, layer_bottom_depth_from_snow_surface, snow_layer_ice, snow_layer_liquid_water, leaf_mass, fine_root_mass, stem_mass, wood_mass, slow_soil_pool_mass_content_of_carbon, fast_soil_pool_mass_content_of_carbon, leaf_area_index, stem_area_index, nondimensional_snow_age, equilibrium_soil_water_content, soil_water_content_between_soil_bottom_and_water_table, water_table_recharge_when_deep, water_table_recharge_when_shallow, surface_snow_area_fraction_over_land, surface_specific_humidity_over_land, upward_heat_flux_in_soil_over_land, subsurface_runoff_flux, kinematic_surface_upward_latent_heat_flux_over_land, kinematic_surface_upward_sensible_heat_flux_over_land, surface_upward_potential_latent_heat_flux_over_land, surface_runoff_flux, surface_drag_wind_speed_for_momentum_in_air_over_land, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land, soil_upward_latent_heat_flux, canopy_upward_latent_heat_flux, snow_deposition_sublimation_upward_latent_heat_flux, surface_snow_area_fraction, soil_moisture_content, snow_freezing_rain_upward_latent_heat_flux, volume_fraction_of_condensed_water_in_soil_at_wilting_point, threshold_volume_fraction_of_condensed_water_in_soil, normalized_soil_wetness, temperature_at_2m_from_noahmp, specific_humidity_at_2m_from_noahmp, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine noahmpdrv_init: ccpp_error_message, ccpp_error_flag, mpi_rank, soil_type_dataset_choice, vegetation_type_dataset_choice, iounit_namelist DEBUG: Parsing file flake_driver.F90 with registry OrderedDict([('flake_driver', {'flake_driver': {'flake_driver_finalize': [22, 29], 'flake_driver_run': [33, 285], 'flake_driver_init': [11, 18]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_depth in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table flake_driver_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver DEBUG: Module name: flake_driver DEBUG: Scheme name: flake_driver DEBUG: Scheme dependencies: ['flake.F90', 'machine.F'] DEBUG: Variables in subroutine flake_driver_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine flake_driver_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, surface_air_pressure, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, wind_speed_at_lowest_model_layer, surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean, surface_downwelling_shortwave_flux, water_equivalent_accumulated_snow_depth_over_ocean, lake_depth, flag_nonzero_lake_surface_fraction, latitude, time_step_for_dynamics, height_above_ground_at_lowest_model_layer, orography, flag_nonzero_wet_surface_fraction, flag_for_iteration, number_of_days_in_year, julian_day, forecast_month, surface_snow_thickness_water_equivalent_over_ocean, sea_ice_thickness, surface_skin_temperature_after_iteration_over_ocean, sea_ice_concentration, surface_skin_temperature_over_ocean_interstitial, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_ocean, surface_friction_velocity_over_ocean, surface_specific_humidity_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean, surface_drag_wind_speed_for_momentum_in_air_over_ocean DEBUG: Variables in subroutine flake_driver_init: ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file sfc_nst.f with registry OrderedDict([('sfc_nst', {'sfc_nst': {'sfc_nst_init': [10, 11], 'sfc_nst_run': [25, 552], 'sfc_nst_finalize': [16, 17]}}), ('sfc_nst_pre', {}), ('sfc_nst_post', {})]) -INFO: Legacy extension - skip empty table for sfc_nst_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_for_nsst in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_water_salinity in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_x_current in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_y_current in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ocean_mixed_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensitivity_of_dtl_heat_content_to_surface_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensitivity_of_dtl_thickness_to_surface_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_c_0 in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_c_d in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_w_0 in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_w_d in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable free_convection_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_dtlm_start in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensible_heat_flux_due_to_rainfall in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table sfc_nst_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst -INFO: Legacy extension - skip empty table for sfc_nst_finalize +DEBUG: Parsing file sfc_nst.f with registry OrderedDict([('sfc_nst', {'sfc_nst': {'sfc_nst_init': [8, 9], 'sfc_nst_run': [22, 549], 'sfc_nst_finalize': [13, 14]}}), ('sfc_nst_pre', {}), ('sfc_nst_post', {})]) DEBUG: Module name: sfc_nst DEBUG: Scheme name: sfc_nst DEBUG: Scheme dependencies: ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] DEBUG: Variables in subroutine sfc_nst_init: DEBUG: Variables in subroutine sfc_nst_run: horizontal_loop_extent, latent_heat_of_vaporization_of_water_at_0C, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_fusion_of_water_at_0C, joules_per_calorie_constant, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gas_constant_dry_air, sea_water_reference_density, stefan_boltzmann_constant, pi, surface_air_pressure, x_wind_at_lowest_model_layer, y_wind_at_lowest_model_layer, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, sea_surface_reference_temperature, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, flag_nonzero_wet_surface_fraction, longitude, sine_of_latitude, surface_wind_stress_over_ocean, surface_longwave_emissivity_over_ocean_interstitial, surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean, surface_net_downwelling_shortwave_flux, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean, time_step_for_dynamics, index_of_time_step, forecast_hour_of_the_day, instantaneous_cosine_of_zenith_angle, wind_speed_at_lowest_model_layer, flag_for_iteration, flag_for_guess_run, flag_for_nsstm_run, vertical_temperature_average_range_lower_bound, vertical_temperature_average_range_upper_bound, flag_print, horizontal_index_of_printed_column, surface_skin_temperature_for_nsst, surface_skin_temperature_after_iteration_over_ocean, diurnal_thermocline_layer_heat_content, sea_water_salinity, diurnal_thermocline_layer_x_current, diurnal_thermocline_layer_y_current, diurnal_thermocline_layer_thickness, ocean_mixed_layer_thickness, sensitivity_of_dtl_heat_content_to_surface_temperature, sensitivity_of_dtl_thickness_to_surface_temperature, sub_layer_cooling_amount, sub_layer_cooling_thickness, coefficient_c_0, coefficient_c_d, coefficient_w_0, coefficient_w_d, free_convection_layer_thickness, index_of_dtlm_start, sensible_heat_flux_due_to_rainfall, surface_specific_humidity_over_ocean, upward_heat_flux_in_soil_over_ocean, surface_drag_wind_speed_for_momentum_in_air_over_ocean, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean, kinematic_surface_upward_latent_heat_flux_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_ocean, surface_upward_potential_latent_heat_flux_over_ocean, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine sfc_nst_finalize: -DEBUG: Parsing file sfc_nst.f with registry OrderedDict([('sfc_nst', {'sfc_nst': {'sfc_nst_init': [10, 11], 'sfc_nst_run': [25, 552], 'sfc_nst_finalize': [16, 17]}}), ('sfc_nst_pre', {'sfc_nst_pre': {'sfc_nst_pre_init': [567, 568], 'sfc_nst_pre_finalize': [571, 572], 'sfc_nst_pre_run': [578, 641]}}), ('sfc_nst_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_for_nsst in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table sfc_nst_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst_pre +DEBUG: Parsing file sfc_nst.f with registry OrderedDict([('sfc_nst', {'sfc_nst': {'sfc_nst_init': [8, 9], 'sfc_nst_run': [22, 549], 'sfc_nst_finalize': [13, 14]}}), ('sfc_nst_pre', {'sfc_nst_pre': {'sfc_nst_pre_init': [562, 563], 'sfc_nst_pre_finalize': [564, 565], 'sfc_nst_pre_run': [571, 634]}}), ('sfc_nst_post', {})]) DEBUG: Module name: sfc_nst_pre DEBUG: Scheme name: sfc_nst_pre DEBUG: Scheme dependencies: ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] DEBUG: Variables in subroutine sfc_nst_pre_init: DEBUG: Variables in subroutine sfc_nst_pre_finalize: DEBUG: Variables in subroutine sfc_nst_pre_run: horizontal_loop_extent, sea_surface_reference_temperature, flag_nonzero_wet_surface_fraction, surface_skin_temperature_for_nsst, surface_skin_temperature_after_iteration_over_ocean, diurnal_thermocline_layer_heat_content, diurnal_thermocline_layer_thickness, sub_layer_cooling_amount, sub_layer_cooling_thickness, ccpp_error_message, ccpp_error_flag, surface_skin_temperature_over_ocean_interstitial, flag_for_flux_coupling, sea_area_fraction, omp_threads -DEBUG: Parsing file sfc_nst.f with registry OrderedDict([('sfc_nst', {'sfc_nst': {'sfc_nst_init': [10, 11], 'sfc_nst_run': [25, 552], 'sfc_nst_finalize': [16, 17]}}), ('sfc_nst_pre', {'sfc_nst_pre': {'sfc_nst_pre_init': [567, 568], 'sfc_nst_pre_finalize': [571, 572], 'sfc_nst_pre_run': [578, 641]}}), ('sfc_nst_post', {'sfc_nst_post': {'sfc_nst_post_run': [670, 718], 'sfc_nst_post_init': [653, 654], 'sfc_nst_post_finalize': [659, 660]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography_unfiltered in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_change_over_depth_in_sea_water_temperature in table sfc_nst_post_run -INFO: Legacy extension - skip empty table for sfc_nst_post_init -INFO: Legacy extension - skip empty table for sfc_nst_post_finalize +DEBUG: Parsing file sfc_nst.f with registry OrderedDict([('sfc_nst', {'sfc_nst': {'sfc_nst_init': [8, 9], 'sfc_nst_run': [22, 549], 'sfc_nst_finalize': [13, 14]}}), ('sfc_nst_pre', {'sfc_nst_pre': {'sfc_nst_pre_init': [562, 563], 'sfc_nst_pre_finalize': [564, 565], 'sfc_nst_pre_run': [571, 634]}}), ('sfc_nst_post', {'sfc_nst_post': {'sfc_nst_post_run': [659, 707], 'sfc_nst_post_init': [644, 645], 'sfc_nst_post_finalize': [648, 649]}})]) DEBUG: Module name: sfc_nst_post DEBUG: Scheme name: sfc_nst_post DEBUG: Scheme dependencies: ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] DEBUG: Variables in subroutine sfc_nst_post_run: horizontal_loop_extent, sea_surface_reference_temperature, flag_nonzero_wet_surface_fraction, longitude, flag_for_nsstm_run, vertical_temperature_average_range_lower_bound, vertical_temperature_average_range_upper_bound, surface_skin_temperature_after_iteration_over_ocean, diurnal_thermocline_layer_heat_content, diurnal_thermocline_layer_thickness, sub_layer_cooling_amount, sub_layer_cooling_thickness, ccpp_error_message, ccpp_error_flag, surface_skin_temperature_over_ocean_interstitial, omp_threads, air_temperature_lapse_rate_constant, freezing_point_temperature_of_seawater, flag_nonzero_sea_ice_surface_fraction, orography, orography_unfiltered, mean_change_over_depth_in_sea_water_temperature DEBUG: Variables in subroutine sfc_nst_post_init: DEBUG: Variables in subroutine sfc_nst_post_finalize: -DEBUG: Parsing file sfc_ocean.F with registry OrderedDict([('sfc_ocean', {'sfc_ocean': {'sfc_ocean_finalize': [16, 17], 'sfc_ocean_init': [12, 13], 'sfc_ocean_run': [24, 132]}})]) -INFO: Legacy extension - skip empty table for sfc_ocean_finalize -INFO: Legacy extension - skip empty table for sfc_ocean_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_ocean sfc_ocean -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_ocean_run sfc_ocean -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table sfc_ocean_run +DEBUG: Parsing file sfc_ocean.F with registry OrderedDict([('sfc_ocean', {'sfc_ocean': {'sfc_ocean_finalize': [12, 13], 'sfc_ocean_init': [10, 11], 'sfc_ocean_run': [20, 128]}})]) DEBUG: Module name: sfc_ocean DEBUG: Scheme name: sfc_ocean DEBUG: Scheme dependencies: ['funcphys.f90', 'machine.F'] @@ -26326,76 +15226,13 @@ DEBUG: Variables in subroutine sfc_ocean_init: DEBUG: Variables in subroutine sfc_ocean_run: horizontal_loop_extent, gas_constant_dry_air, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, surface_air_pressure, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, surface_skin_temperature_over_ocean_interstitial, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, flag_nonzero_wet_surface_fraction, flag_nonzero_lake_surface_fraction, wind_speed_at_lowest_model_layer, flag_for_iteration, surface_specific_humidity_over_ocean, surface_drag_wind_speed_for_momentum_in_air_over_ocean, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean, upward_heat_flux_in_soil_over_ocean, kinematic_surface_upward_latent_heat_flux_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_ocean, surface_upward_potential_latent_heat_flux_over_ocean, ccpp_error_message, ccpp_error_flag DEBUG: Warning, ignoring nested subroutine in module sfc_sice and subroutine sfc_sice_run DEBUG: Parsing file sfc_sice.f with registry OrderedDict([('sfc_sice', {'sfc_sice': {'sfc_sice_run': [37, 623], 'sfc_sice_finalize': [8, 9], 'sfc_sice_init': [5, 6]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_sice sfc_sice -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_sice_run sfc_sice -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_melt in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_cice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table sfc_sice_run DEBUG: Module name: sfc_sice DEBUG: Scheme name: sfc_sice DEBUG: Scheme dependencies: ['funcphys.f90', 'machine.F'] DEBUG: Variables in subroutine sfc_sice_run: horizontal_loop_extent, ice_vertical_dimension, stefan_boltzmann_constant, latent_heat_of_vaporization_of_water_at_0C, freezing_point_temperature_of_seawater, specific_heat_of_dry_air_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gravitational_acceleration, temperature_at_zero_celsius, gas_constant_dry_air, surface_air_pressure, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, time_step_for_dynamics, surface_longwave_emissivity_over_ice_interstitial, surface_downwelling_longwave_flux_absorbed_by_ground_over_ice, surface_net_downwelling_shortwave_flux, surface_downwelling_shortwave_flux, flag_for_precipitation_type, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, wind_speed_at_lowest_model_layer, flag_for_iteration, flag_print, horizontal_index_of_printed_column, sea_ice_thickness, sea_ice_concentration, sea_ice_temperature_interstitial, water_equivalent_accumulated_snow_depth_over_ice, surface_skin_temperature_over_ice_interstitial, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice, internal_ice_temperature, surface_upward_potential_latent_heat_flux_over_ice, surface_snow_thickness_water_equivalent_over_ice, surface_specific_humidity_over_ice, surface_snow_melt, upward_heat_flux_in_soil_over_ice, surface_drag_wind_speed_for_momentum_in_air_over_ice, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice, kinematic_surface_upward_latent_heat_flux_over_ice, kinematic_surface_upward_sensible_heat_flux_over_ice, flag_for_fractional_grid, flag_nonzero_sea_ice_surface_fraction, sea_land_ice_mask_cice, lake_ice_minimum, sea_ice_minimum, sea_area_fraction, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine sfc_sice_finalize: DEBUG: Variables in subroutine sfc_sice_init: -DEBUG: Parsing file mp_fer_hires.F90 with registry OrderedDict([('mp_fer_hires', {'mp_fer_hires': {'mp_fer_hires_run': [87, 304], 'mp_fer_hires_init': [20, 81], 'mp_fer_hires_finalize': [307, 308]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_fer_hires mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_init mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_run mp_fer_hires -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_condensate_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_change_of_air_temperature_due_to_FA_scheme in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_ice_water_cloud in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_rain_water_cloud in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rime_factor in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_weighted_rime_factor_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mp_fer_hires_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_fer_hires mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_init mp_fer_hires -WARNING: Legacy extension - replacing variable 'horizontal_loop_extent' with 'horizontal_dimension' in table mp_fer_hires_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_run mp_fer_hires -INFO: Legacy extension - skip empty table for mp_fer_hires_finalize +DEBUG: Parsing file mp_fer_hires.F90 with registry OrderedDict([('mp_fer_hires', {'mp_fer_hires': {'mp_fer_hires_run': [87, 304], 'mp_fer_hires_init': [20, 81], 'mp_fer_hires_finalize': [305, 306]}})]) DEBUG: Module name: mp_fer_hires DEBUG: Scheme name: mp_fer_hires DEBUG: Scheme dependencies: ['module_MP_FER_HIRES.F90', 'machine.F'] @@ -26403,17 +15240,6 @@ DEBUG: Variables in subroutine mp_fer_hires_run: horizontal_loop_extent, vertica DEBUG: Variables in subroutine mp_fer_hires_init: vertical_dimension, time_step_for_physics, fraction_of_ice_water_cloud, fraction_of_rain_water_cloud, rime_factor, mpi_rank, mpi_root, omp_threads, ccpp_error_message, ccpp_error_flag, horizontal_dimension, flag_for_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, flag_for_restart, mpi_comm DEBUG: Variables in subroutine mp_fer_hires_finalize: DEBUG: Parsing file rrtmgp_lw_gas_optics.F90 with registry OrderedDict([('rrtmgp_lw_gas_optics', {'rrtmgp_lw_gas_optics': {'rrtmgp_lw_gas_optics_init': [18, 226], 'rrtmgp_lw_gas_optics_finalize': [270, 271], 'rrtmgp_lw_gas_optics_run': [233, 266]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_gas_optics rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_init rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_run rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_gas_optics rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_init rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_run rrtmgp_lw_gas_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmgp_lw_gas_optics_run DEBUG: Module name: rrtmgp_lw_gas_optics DEBUG: Scheme name: rrtmgp_lw_gas_optics DEBUG: Scheme dependencies: ['rte-rrtmgp/rte/mo_rte_lw.F90', 'rte-rrtmgp/extensions/mo_compute_bc.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/rte/mo_rte_sw.F90', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rrtmgp_aux.F90'] @@ -26421,29 +15247,6 @@ DEBUG: Variables in subroutine rrtmgp_lw_gas_optics_init: directory_for_rte_rrtm DEBUG: Variables in subroutine rrtmgp_lw_gas_optics_finalize: DEBUG: Variables in subroutine rrtmgp_lw_gas_optics_run: ccpp_error_message, ccpp_error_flag, coefficients_for_lw_gas_optics, flag_to_calc_lw, horizontal_loop_extent, vertical_dimension, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, air_temperature_at_interface_for_RRTMGP, surface_ground_temperature_for_radiation, Gas_concentrations_for_RRTMGP_suite, longwave_optical_properties_for_clear_sky, longwave_source_function DEBUG: Parsing file rrtmgp_lw_cloud_optics.F90 with registry OrderedDict([('rrtmgp_lw_cloud_optics', {'rrtmgp_lw_cloud_optics': {'rrtmgp_lw_cloud_optics_finalize': [322, 323], 'rrtmgp_lw_cloud_optics_run': [229, 315], 'rrtmgp_lw_cloud_optics_init': [22, 222]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_10mu_band in table rrtmgp_lw_cloud_optics_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics DEBUG: Module name: rrtmgp_lw_cloud_optics DEBUG: Scheme name: rrtmgp_lw_cloud_optics DEBUG: Scheme dependencies: ['rrtmgp_aux.F90', 'rrtmg_lw_cloud_optics.F90', 'machine.F'] @@ -26451,18 +15254,6 @@ DEBUG: Variables in subroutine rrtmgp_lw_cloud_optics_finalize: DEBUG: Variables in subroutine rrtmgp_lw_cloud_optics_run: flag_to_calc_lw, flag_to_calc_lw_cld_optics_using_RRTMG, flag_to_calc_lw_cld_optics_using_RRTMGP_PADE, flag_to_calc_lw_cld_optics_using_RRTMGP_LUT, horizontal_loop_extent, vertical_dimension, number_of_rrtmgp_ice_roughness, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_snow_water_path, mean_effective_radius_for_snow_flake, cloud_rain_water_path, mean_effective_radius_for_rain_drop, precipitation_fraction_by_layer, air_pressure_at_layer_for_RRTMGP_in_hPa, coefficients_for_lw_gas_optics, coefficients_for_lw_cloud_optics, longitude, latitude, RRTMGP_cloud_optical_depth_layers_at_10mu_band, longwave_optical_properties_for_cloudy_atmosphere_by_band, longwave_optical_properties_for_precipitation_by_band, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine rrtmgp_lw_cloud_optics_init: flag_to_calc_lw_cld_optics_using_RRTMG, flag_to_calc_lw_cld_optics_using_RRTMGP_PADE, flag_to_calc_lw_cld_optics_using_RRTMGP_LUT, number_of_rrtmgp_ice_roughness, coefficients_for_lw_cloud_optics, ccpp_error_message, ccpp_error_flag, directory_for_rte_rrtmgp_source_code, rrtmgp_coeff_lw_cloud_optics, mpi_rank, mpi_root, mpi_comm DEBUG: Parsing file rrtmgp_sw_gas_optics.F90 with registry OrderedDict([('rrtmgp_sw_gas_optics', {'rrtmgp_sw_gas_optics': {'rrtmgp_sw_gas_optics_init': [18, 237], 'rrtmgp_sw_gas_optics_finalize': [302, 303], 'rrtmgp_sw_gas_optics_run': [244, 298]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_gas_optics rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_init rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_run rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_gas_optics rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_init rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_run rrtmgp_sw_gas_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable toa_incident_sw_flux_by_spectral_point in table rrtmgp_sw_gas_optics_run DEBUG: Module name: rrtmgp_sw_gas_optics DEBUG: Scheme name: rrtmgp_sw_gas_optics DEBUG: Scheme dependencies: ['rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/rte/mo_rte_sw.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'radiation_gases.f', 'rte-rrtmgp/extensions/mo_compute_bc.F90', 'machine.F', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/rte/mo_rte_lw.F90', 'iounitdef.f', 'rrtmgp_aux.F90'] @@ -26470,24 +15261,6 @@ DEBUG: Variables in subroutine rrtmgp_sw_gas_optics_init: directory_for_rte_rrtm DEBUG: Variables in subroutine rrtmgp_sw_gas_optics_finalize: DEBUG: Variables in subroutine rrtmgp_sw_gas_optics_run: number_of_active_gases_used_by_RRTMGP, list_of_active_gases_used_by_RRTMGP, ccpp_error_message, ccpp_error_flag, coefficients_for_sw_gas_optics, flag_to_calc_sw, horizontal_loop_extent, vertical_dimension, daytime_points_dimension, daytime_points, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, air_temperature_at_interface_for_RRTMGP, toa_incident_sw_flux_by_spectral_point, Gas_concentrations_for_RRTMGP_suite, solar_constant, shortwave_optical_properties_for_clear_sky DEBUG: Parsing file rrtmgp_sw_cloud_optics.F90 with registry OrderedDict([('rrtmgp_sw_cloud_optics', {'rrtmgp_sw_cloud_optics': {'rrtmgp_sw_cloud_optics_run': [238, 354], 'rrtmgp_sw_cloud_optics_finalize': [358, 359], 'rrtmgp_sw_cloud_optics_init': [24, 231]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_optics rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_init rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_run rrtmgp_sw_cloud_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band in table rrtmgp_sw_cloud_optics_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_optics rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_init rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_run rrtmgp_sw_cloud_optics DEBUG: Module name: rrtmgp_sw_cloud_optics DEBUG: Scheme name: rrtmgp_sw_cloud_optics DEBUG: Scheme dependencies: ['physparam.f', 'rrtmg_sw_cloud_optics.F90', 'machine.F', 'rrtmgp_aux.F90'] @@ -26495,20 +15268,6 @@ DEBUG: Variables in subroutine rrtmgp_sw_cloud_optics_run: flag_to_calc_sw, hori DEBUG: Variables in subroutine rrtmgp_sw_cloud_optics_finalize: DEBUG: Variables in subroutine rrtmgp_sw_cloud_optics_init: flag_to_calc_lw_cld_optics_using_RRTMG, flag_to_calc_lw_cld_optics_using_RRTMGP_PADE, flag_to_calc_lw_cld_optics_using_RRTMGP_LUT, number_of_rrtmgp_ice_roughness, coefficients_for_sw_cloud_optics, ccpp_error_message, ccpp_error_flag, directory_for_rte_rrtmgp_source_code, rrtmgp_coeff_sw_cloud_optics, mpi_rank, mpi_root, mpi_comm DEBUG: Parsing file rrtmgp_sw_aerosol_optics.F90 with registry OrderedDict([('rrtmgp_sw_aerosol_optics', {'rrtmgp_sw_aerosol_optics': {'rrtmgp_sw_aerosol_optics_init': [16, 17], 'rrtmgp_sw_aerosol_optics_finalize': [81, 82], 'rrtmgp_sw_aerosol_optics_run': [24, 77]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_aerosol_optics rrtmgp_sw_aerosol_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_aerosol_optics_run rrtmgp_sw_aerosol_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table rrtmgp_sw_aerosol_optics_run DEBUG: Module name: rrtmgp_sw_aerosol_optics DEBUG: Scheme name: rrtmgp_sw_aerosol_optics DEBUG: Scheme dependencies: ['iounitdef.f', 'radiation_aerosols.f', 'rrtmgp_aux.F90', 'machine.F'] @@ -26516,19 +15275,6 @@ DEBUG: Variables in subroutine rrtmgp_sw_aerosol_optics_init: DEBUG: Variables in subroutine rrtmgp_sw_aerosol_optics_finalize: DEBUG: Variables in subroutine rrtmgp_sw_aerosol_optics_run: flag_to_calc_sw, horizontal_loop_extent, vertical_dimension, number_of_tracers, number_of_aerosol_tracers_MG, daytime_points_dimension, daytime_points, air_pressure_at_interface_for_RRTMGP_in_hPa, air_pressure_at_layer_for_RRTMGP_in_hPa, dimensionless_exner_function_at_model_layers, virtual_temperature, relative_humidity, sea_land_ice_mask_real, chemical_tracers, aerosol_number_concentration_from_gocart_aerosol_climatology, longitude, latitude, coefficients_for_lw_gas_optics, coefficients_for_sw_gas_optics, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, shortwave_optical_properties_for_aerosols, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file rrtmgp_lw_rte.F90 with registry OrderedDict([('rrtmgp_lw_rte', {'rrtmgp_lw_rte': {'rrtmgp_lw_rte_init': [18, 19], 'rrtmgp_lw_rte_finalize': [121, 122], 'rrtmgp_lw_rte_run': [26, 117]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_rte rrtmgp_lw_rte -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_rte_run rrtmgp_lw_rte -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_emissivity_in_each_RRTMGP_LW_band in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_allsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_clrsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_clrsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_upward in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_downward in table rrtmgp_lw_rte_run DEBUG: Module name: rrtmgp_lw_rte DEBUG: Scheme name: rrtmgp_lw_rte DEBUG: Scheme dependencies: ['rte-rrtmgp/rte/mo_rte_lw.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] @@ -26536,23 +15282,6 @@ DEBUG: Variables in subroutine rrtmgp_lw_rte_init: DEBUG: Variables in subroutine rrtmgp_lw_rte_finalize: DEBUG: Variables in subroutine rrtmgp_lw_rte_run: flag_to_calc_lw, flag_for_output_of_longwave_heating_rate, flag_to_calc_RRTMGP_LW_jacobian, horizontal_loop_extent, vertical_dimension, number_of_angles_used_in_gaussian_quadrature, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, surface_ground_temperature_for_radiation, surface_emissivity_in_each_RRTMGP_LW_band, coefficients_for_lw_gas_optics, longwave_optical_properties_for_clear_sky, longwave_optical_properties_for_cloudy_atmosphere, longwave_optical_properties_for_aerosols, longwave_source_function, RRTMGP_lw_flux_profile_upward_allsky, RRTMGP_lw_flux_profile_downward_allsky, RRTMGP_lw_flux_profile_upward_clrsky, RRTMGP_lw_flux_profile_downward_clrsky, RRTMGP_jacobian_of_lw_flux_profile_upward, RRTMGP_jacobian_of_lw_flux_profile_downward, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file rrtmgp_sw_rte.F90 with registry OrderedDict([('rrtmgp_sw_rte', {'rrtmgp_sw_rte': {'rrtmgp_sw_rte_run': [25, 158], 'rrtmgp_sw_rte_init': [17, 18], 'rrtmgp_sw_rte_finalize': [162, 163]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_rte rrtmgp_sw_rte -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_rte_run rrtmgp_sw_rte -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable toa_incident_sw_flux_by_spectral_point in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_allsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_allsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_clrsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_clrsky in table rrtmgp_sw_rte_run DEBUG: Module name: rrtmgp_sw_rte DEBUG: Scheme name: rrtmgp_sw_rte DEBUG: Scheme dependencies: ['rte-rrtmgp/rte/mo_rte_sw.F90', 'radsw_param.f', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] @@ -26560,19 +15289,6 @@ DEBUG: Variables in subroutine rrtmgp_sw_rte_run: flag_to_calc_sw, flag_for_outp DEBUG: Variables in subroutine rrtmgp_sw_rte_init: DEBUG: Variables in subroutine rrtmgp_sw_rte_finalize: DEBUG: Parsing file rrtmgp_lw_aerosol_optics.F90 with registry OrderedDict([('rrtmgp_lw_aerosol_optics', {'rrtmgp_lw_aerosol_optics': {'rrtmgp_lw_aerosol_optics_init': [16, 17], 'rrtmgp_lw_aerosol_optics_finalize': [65, 66], 'rrtmgp_lw_aerosol_optics_run': [24, 61]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_aerosol_optics rrtmgp_lw_aerosol_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_aerosol_optics_run rrtmgp_lw_aerosol_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table rrtmgp_lw_aerosol_optics_run DEBUG: Module name: rrtmgp_lw_aerosol_optics DEBUG: Scheme name: rrtmgp_lw_aerosol_optics DEBUG: Scheme dependencies: ['iounitdef.f', 'radiation_aerosols.f', 'rrtmgp_aux.F90', 'machine.F'] @@ -26580,18 +15296,6 @@ DEBUG: Variables in subroutine rrtmgp_lw_aerosol_optics_init: DEBUG: Variables in subroutine rrtmgp_lw_aerosol_optics_finalize: DEBUG: Variables in subroutine rrtmgp_lw_aerosol_optics_run: flag_to_calc_lw, horizontal_loop_extent, vertical_dimension, number_of_tracers, number_of_aerosol_tracers_MG, air_pressure_at_interface_for_RRTMGP_in_hPa, air_pressure_at_layer_for_RRTMGP_in_hPa, dimensionless_exner_function_at_model_layers, virtual_temperature, relative_humidity, sea_land_ice_mask_real, chemical_tracers, aerosol_number_concentration_from_gocart_aerosol_climatology, longitude, latitude, coefficients_for_lw_gas_optics, coefficients_for_sw_gas_optics, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, longwave_optical_properties_for_aerosols, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file GFS_rrtmgp_setup.F90 with registry OrderedDict([('GFS_rrtmgp_setup', {'GFS_rrtmgp_setup': {'GFS_rrtmgp_setup_init': [26, 98], 'GFS_rrtmgp_setup_finalize': [131, 141], 'GFS_rrtmgp_setup_run': [102, 127]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup DEBUG: Module name: GFS_rrtmgp_setup DEBUG: Scheme name: GFS_rrtmgp_setup DEBUG: Scheme dependencies: ['physparam.f', 'radiation_gases.f', 'radiation_astronomy.f', 'machine.F', 'module_bfmicrophysics.f', 'radiation_aerosols.f', 'iounitdef.f', 'radiation_surface.f', 'radiation_clouds.f'] @@ -26599,48 +15303,13 @@ DEBUG: Variables in subroutine GFS_rrtmgp_setup_init: flag_for_microphysics_sche DEBUG: Variables in subroutine GFS_rrtmgp_setup_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_rrtmgp_setup_run: mpi_rank, ccpp_error_message, ccpp_error_flag, date_and_time_at_model_initialization, forecast_date_and_time, frequency_for_shortwave_radiation, time_step_for_dynamics, flag_to_calc_sw, equation_of_time, sine_of_solar_declination_angle, cosine_of_solar_declination_angle, solar_constant DEBUG: Parsing file GFS_rrtmgp_pre.F90 with registry OrderedDict([('GFS_rrtmgp_pre', {'GFS_rrtmgp_pre': {'GFS_rrtmgp_pre_finalize': [261, 262], 'GFS_rrtmgp_pre_init': [37, 114], 'GFS_rrtmgp_pre_run': [121, 257]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_pre GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_init GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_run GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_pre GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_init GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_run GFS_rrtmgp_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_pre_run DEBUG: Module name: GFS_rrtmgp_pre DEBUG: Scheme name: GFS_rrtmgp_pre DEBUG: Scheme dependencies: ['physparam.f', 'funcphys.f90', 'physcons.F90', 'radiation_gases.f', 'radiation_astronomy.f', 'machine.F', 'module_bfmicrophysics.f', 'radiation_aerosols.f', 'rrtmg_lw_cloud_optics.F90', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f', 'radiation_surface.f', 'rrtmgp_aux.F90'] DEBUG: Variables in subroutine GFS_rrtmgp_pre_finalize: DEBUG: Variables in subroutine GFS_rrtmgp_pre_init: active_gases_used_by_RRTMGP, number_of_active_gases_used_by_RRTMGP, list_of_active_gases_used_by_RRTMGP, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_rrtmgp_pre_run: number_of_active_gases_used_by_RRTMGP, list_of_active_gases_used_by_RRTMGP, ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, flag_to_calc_sw, flag_to_calc_lw, index_for_ozone, frequency_for_shortwave_radiation, frequency_for_longwave_radiation, latitude, longitude, air_pressure_at_interface, dimensionless_exner_function_at_model_layers, air_pressure, air_temperature, tracer_concentration, surface_skin_temperature, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, minimum_value_of_saturation_mixing_ratio, time_step_for_radiation, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, air_temperature_at_interface_for_RRTMGP, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, virtual_temperature, relative_humidity, chemical_tracers, Gas_concentrations_for_RRTMGP_suite -DEBUG: Parsing file rrtmgp_lw_pre.F90 with registry OrderedDict([('rrtmgp_lw_pre', {'rrtmgp_lw_pre': {'rrtmgp_lw_pre_finalize': [60, 61], 'rrtmgp_lw_pre_init': [16, 17], 'rrtmgp_lw_pre_run': [24, 56]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_pre rrtmgp_lw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_pre_run rrtmgp_lw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_emissivity_in_each_RRTMGP_LW_band in table rrtmgp_lw_pre_run +DEBUG: Parsing file rrtmgp_lw_pre.F90 with registry OrderedDict([('rrtmgp_lw_pre', {'rrtmgp_lw_pre': {'rrtmgp_lw_pre_finalize': [55, 56], 'rrtmgp_lw_pre_init': [11, 12], 'rrtmgp_lw_pre_run': [19, 51]}})]) DEBUG: Module name: rrtmgp_lw_pre DEBUG: Scheme name: rrtmgp_lw_pre DEBUG: Scheme dependencies: ['iounitdef.f', 'physparam.f', 'radiation_surface.f', 'machine.F'] @@ -26648,87 +15317,20 @@ DEBUG: Variables in subroutine rrtmgp_lw_pre_finalize: DEBUG: Variables in subroutine rrtmgp_lw_pre_init: DEBUG: Variables in subroutine rrtmgp_lw_pre_run: flag_to_calc_lw, horizontal_loop_extent, longitude, latitude, sea_land_ice_mask_real, surface_roughness_length, surface_snow_thickness_water_equivalent, surface_snow_area_fraction_over_land, surface_skin_temperature, standard_deviation_of_subgrid_orography, coefficients_for_lw_gas_optics, surface_longwave_emissivity, surface_emissivity_in_each_RRTMGP_LW_band, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file GFS_rrtmgp_sw_pre.F90 with registry OrderedDict([('GFS_rrtmgp_sw_pre', {'GFS_rrtmgp_sw_pre': {'GFS_rrtmgp_sw_pre_finalize': [126, 127], 'GFS_rrtmgp_sw_pre_run': [21, 122], 'GFS_rrtmgp_sw_pre_init': [13, 14]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_sw_pre GFS_rrtmgp_sw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_sw_pre_run GFS_rrtmgp_sw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fractional_coverage_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fractional_coverage_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_surface_physics_perturbation in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_mean_cosz_over_rad_call_period in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table GFS_rrtmgp_sw_pre_run DEBUG: Module name: GFS_rrtmgp_sw_pre DEBUG: Scheme name: GFS_rrtmgp_sw_pre DEBUG: Scheme dependencies: ['iounitdef.f', 'physparam.f', 'radiation_surface.f', 'radiation_astronomy.f', 'machine.F'] DEBUG: Variables in subroutine GFS_rrtmgp_sw_pre_finalize: DEBUG: Variables in subroutine GFS_rrtmgp_sw_pre_run: mpi_rank, horizontal_loop_extent, vertical_dimension, number_of_land_surface_variables_perturbed, index_for_stochastic_land_surface_perturbation_type, magnitude_of_perturbations_for_landperts, variables_to_be_perturbed_for_landperts, flag_to_calc_sw, forecast_hour_of_the_day, longitude, cosine_of_latitude, sine_of_latitude, sea_land_ice_mask_real, surface_snow_thickness_water_equivalent, surface_snow_area_fraction_over_land, upper_bound_on_max_albedo_over_deep_snow, surface_roughness_length, surface_skin_temperature, standard_deviation_of_subgrid_orography, mean_vis_albedo_with_strong_cosz_dependency, mean_nir_albedo_with_strong_cosz_dependency, mean_vis_albedo_with_weak_cosz_dependency, mean_nir_albedo_with_weak_cosz_dependency, fractional_coverage_with_strong_cosz_dependency, fractional_coverage_with_weak_cosz_dependency, sea_ice_concentration, sea_ice_temperature, weights_for_stochastic_surface_physics_perturbation, virtual_temperature, relative_humidity, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, coefficients_for_sw_gas_optics, surface_albedo_perturbation, surface_albedo_nearIR_direct, surface_albedo_nearIR_diffuse, surface_albedo_uvvis_dir, surface_albedo_uvvis_dif, daytime_points_dimension, daytime_points, cosine_of_zenith_angle, daytime_mean_cosz_over_rad_call_period, surface_diffused_shortwave_albedo, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_rrtmgp_sw_pre_init: -DEBUG: Parsing file GFS_rrtmgp_lw_post.F90 with registry OrderedDict([('GFS_rrtmgp_lw_post', {'GFS_rrtmgp_lw_post': {'GFS_rrtmgp_lw_post_init': [15, 16], 'GFS_rrtmgp_lw_post_run': [23, 165], 'GFS_rrtmgp_lw_post_finalize': [169, 170]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_lw_post GFS_rrtmgp_lw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_lw_post_run GFS_rrtmgp_lw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_allsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_clrsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_clrsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_10mu_band in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_on_radiation_time_step in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_sfc in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_midlayer_air_temperature_in_longwave_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_top_atmosphere in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_fluxes in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in table GFS_rrtmgp_lw_post_run +DEBUG: Parsing file GFS_rrtmgp_lw_post.F90 with registry OrderedDict([('GFS_rrtmgp_lw_post', {'GFS_rrtmgp_lw_post': {'GFS_rrtmgp_lw_post_init': [15, 16], 'GFS_rrtmgp_lw_post_run': [23, 163], 'GFS_rrtmgp_lw_post_finalize': [167, 168]}})]) DEBUG: Module name: GFS_rrtmgp_lw_post DEBUG: Scheme name: GFS_rrtmgp_lw_post DEBUG: Scheme dependencies: ['rte-rrtmgp/extensions/mo_heating_rates.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'radlw_param.f', 'radiation_aerosols.f', 'rte-rrtmgp/rte/mo_fluxes.F90', 'iounitdef.f', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] DEBUG: Variables in subroutine GFS_rrtmgp_lw_post_init: -DEBUG: Variables in subroutine GFS_rrtmgp_lw_post_run: horizontal_loop_extent, vertical_dimension, flag_to_calc_lw, flag_for_output_of_longwave_heating_rate, flag_diagnostics, frequency_for_longwave_radiation, surface_air_temperature_for_radiation, air_temperature_at_layer_for_RRTMGP, air_pressure_at_interface_for_RRTMGP_in_hPa, RRTMGP_lw_flux_profile_upward_allsky, RRTMGP_lw_flux_profile_downward_allsky, RRTMGP_lw_flux_profile_upward_clrsky, RRTMGP_lw_flux_profile_downward_clrsky, time_step_for_radiation, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, total_cloud_fraction, RRTMGP_cloud_optical_depth_layers_at_10mu_band, surface_downwelling_longwave_flux_on_radiation_time_step, lw_fluxes_sfc, surface_midlayer_air_temperature_in_longwave_radiation, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, lw_fluxes_top_atmosphere, RRTMGP_lw_fluxes, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmgp_lw_post_run: horizontal_loop_extent, vertical_dimension, flag_to_calc_lw, flag_for_output_of_longwave_heating_rate, flag_diagnostics, frequency_for_longwave_radiation, surface_air_temperature_for_radiation, air_temperature_at_layer_for_RRTMGP, air_pressure_at_interface_for_RRTMGP_in_hPa, RRTMGP_lw_flux_profile_upward_allsky, RRTMGP_lw_flux_profile_downward_allsky, RRTMGP_lw_flux_profile_upward_clrsky, RRTMGP_lw_flux_profile_downward_clrsky, time_step_for_radiation, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, total_cloud_fraction, RRTMGP_cloud_optical_depth_layers_at_10mu_band, cumulative_radiation_diagnostic, surface_downwelling_longwave_flux_on_radiation_time_step, lw_fluxes_sfc, surface_midlayer_air_temperature_in_longwave_radiation, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, lw_fluxes_top_atmosphere, RRTMGP_lw_fluxes, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_rrtmgp_lw_post_finalize: DEBUG: Parsing file rrtmgp_lw_cloud_sampling.F90 with registry OrderedDict([('rrtmgp_lw_cloud_sampling', {'rrtmgp_lw_cloud_sampling': {'rrtmgp_lw_cloud_sampling_run': [36, 168], 'rrtmgp_lw_cloud_sampling_init': [17, 29], 'rrtmgp_lw_cloud_sampling_finalize': [172, 173]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_sampling rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_init rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_run rrtmgp_lw_cloud_sampling -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_lw in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table rrtmgp_lw_cloud_sampling_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_sampling rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_init rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_run rrtmgp_lw_cloud_sampling DEBUG: Module name: rrtmgp_lw_cloud_sampling DEBUG: Scheme name: rrtmgp_lw_cloud_sampling DEBUG: Scheme dependencies: ['physparam.f', 'machine.F', 'rrtmgp_sampling.F90', 'mersenne_twister.f', 'rrtmgp_aux.F90'] @@ -26736,18 +15338,6 @@ DEBUG: Variables in subroutine rrtmgp_lw_cloud_sampling_run: flag_to_calc_lw, ho DEBUG: Variables in subroutine rrtmgp_lw_cloud_sampling_init: initial_permutation_seed_lw, coefficients_for_lw_gas_optics, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine rrtmgp_lw_cloud_sampling_finalize: DEBUG: Parsing file rrtmgp_sw_cloud_sampling.F90 with registry OrderedDict([('rrtmgp_sw_cloud_sampling', {'rrtmgp_sw_cloud_sampling': {'rrtmgp_sw_cloud_sampling_run': [36, 189], 'rrtmgp_sw_cloud_sampling_finalize': [193, 194], 'rrtmgp_sw_cloud_sampling_init': [17, 29]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_sampling rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_init rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_run rrtmgp_sw_cloud_sampling -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_sw in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table rrtmgp_sw_cloud_sampling_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_sampling rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_init rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_run rrtmgp_sw_cloud_sampling DEBUG: Module name: rrtmgp_sw_cloud_sampling DEBUG: Scheme name: rrtmgp_sw_cloud_sampling DEBUG: Scheme dependencies: ['physparam.f', 'machine.F', 'rrtmgp_sampling.F90', 'mersenne_twister.f', 'rrtmgp_aux.F90'] @@ -26755,19 +15345,6 @@ DEBUG: Variables in subroutine rrtmgp_sw_cloud_sampling_run: flag_to_calc_sw, ho DEBUG: Variables in subroutine rrtmgp_sw_cloud_sampling_finalize: DEBUG: Variables in subroutine rrtmgp_sw_cloud_sampling_init: initial_permutation_seed_sw, coefficients_for_sw_gas_optics, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file GFS_cloud_diagnostics.F90 with registry OrderedDict([('GFS_cloud_diagnostics', {'GFS_cloud_diagnostics': {'GFS_cloud_diagnostics_finalize': [79, 80], 'GFS_cloud_diagnostics_init': [23, 24], 'GFS_cloud_diagnostics_run': [30, 76]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_cloud_diagnostics GFS_cloud_diagnostics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_cloud_diagnostics_run GFS_cloud_diagnostics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_cloud_diagnostics_run DEBUG: Module name: GFS_cloud_diagnostics DEBUG: Scheme name: GFS_cloud_diagnostics DEBUG: Scheme dependencies: [] @@ -26775,31 +15352,6 @@ DEBUG: Variables in subroutine GFS_cloud_diagnostics_finalize: DEBUG: Variables in subroutine GFS_cloud_diagnostics_init: DEBUG: Variables in subroutine GFS_cloud_diagnostics_run: horizontal_loop_extent, vertical_dimension, flag_to_calc_sw, flag_to_calc_lw, latitude, air_pressure_at_layer_for_RRTMGP_in_hPa, total_cloud_fraction, air_pressure_at_interface_for_RRTMGP_in_hPa, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, cloud_decorrelation_length, layer_thickness, cloud_overlap_param, precip_overlap_param, pi, cloud_area_fraction_for_radiation, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file GFS_rrtmgp_gfdlmp_pre.F90 with registry OrderedDict([('GFS_rrtmgp_gfdlmp_pre', {'GFS_rrtmgp_gfdlmp_pre': {'GFS_rrtmgp_gfdlmp_pre_finalize': [190, 191], 'GFS_rrtmgp_gfdlmp_pre_init': [21, 22], 'GFS_rrtmgp_gfdlmp_pre_run': [28, 187]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_gfdlmp_pre GFS_rrtmgp_gfdlmp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_gfdlmp_pre_run GFS_rrtmgp_gfdlmp_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_rrtmgp_gfdlmp_pre_run DEBUG: Module name: GFS_rrtmgp_gfdlmp_pre DEBUG: Scheme name: GFS_rrtmgp_gfdlmp_pre DEBUG: Scheme dependencies: ['rrtmgp_aux.F90'] @@ -26807,85 +15359,28 @@ DEBUG: Variables in subroutine GFS_rrtmgp_gfdlmp_pre_finalize: DEBUG: Variables in subroutine GFS_rrtmgp_gfdlmp_pre_init: DEBUG: Variables in subroutine GFS_rrtmgp_gfdlmp_pre_run: horizontal_loop_extent, vertical_dimension, number_of_tracers, number_of_cloud_condensate_types, flag_to_calc_sw, flag_to_calc_lw, flag_for_cloud_effective_radii, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, index_for_cloud_amount, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, number_of_days_in_year, julian_day, latitude, air_pressure_at_interface_for_RRTMGP_in_hPa, air_pressure_at_layer_for_RRTMGP_in_hPa, virtual_temperature, chemical_tracers, pi, gravitational_acceleration, gas_constant_dry_air, minimum_value_of_specific_humidity, cloud_decorrelation_length, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_snow_water_path, mean_effective_radius_for_snow_flake, cloud_rain_water_path, mean_effective_radius_for_rain_drop, precipitation_fraction_by_layer, cloud_overlap_param, precip_overlap_param, layer_thickness, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file GFS_rrtmgp_zhaocarr_pre.F90 with registry OrderedDict([('GFS_rrtmgp_zhaocarr_pre', {'GFS_rrtmgp_zhaocarr_pre': {'GFS_rrtmgp_zhaocarr_pre_finalize': [209, 210], 'GFS_rrtmgp_zhaocarr_pre_init': [18, 19], 'GFS_rrtmgp_zhaocarr_pre_run': [25, 206]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_zhaocarr_pre GFS_rrtmgp_zhaocarr_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_zhaocarr_pre_run GFS_rrtmgp_zhaocarr_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmgp_zhaocarr_pre_run DEBUG: Module name: GFS_rrtmgp_zhaocarr_pre DEBUG: Scheme name: GFS_rrtmgp_zhaocarr_pre DEBUG: Scheme dependencies: ['rrtmgp_aux.F90'] DEBUG: Variables in subroutine GFS_rrtmgp_zhaocarr_pre_finalize: DEBUG: Variables in subroutine GFS_rrtmgp_zhaocarr_pre_init: DEBUG: Variables in subroutine GFS_rrtmgp_zhaocarr_pre_run: horizontal_loop_extent, vertical_dimension, number_of_tracers, number_of_cloud_condensate_types, flag_to_calc_sw, flag_to_calc_lw, flag_for_cloud_effective_radii, flag_for_uni_cld, flag_for_lmfshal, index_for_liquid_cloud_condensate, latitude, air_pressure_at_interface_for_RRTMGP_in_hPa, air_pressure_at_layer_for_RRTMGP_in_hPa, virtual_temperature, relative_humidity, air_temperature_at_layer_for_RRTMGP, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, subgrid_scale_cloud_fraction_from_shoc, convective_cloud_water_mixing_ratio_in_phy_f3d, chemical_tracers, sea_land_ice_mask_real, triple_point_temperature_of_water, minimum_value_of_specific_humidity, minimum_value_of_saturation_mixing_ratio, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, gravitational_acceleration, gas_constant_dry_air, pi, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_snow_water_path, mean_effective_radius_for_snow_flake, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_overlap_param, layer_thickness, cloud_decorrelation_length, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file GFS_rrtmgp_sw_post.F90 with registry OrderedDict([('GFS_rrtmgp_sw_post', {'GFS_rrtmgp_sw_post': {'GFS_rrtmgp_sw_post_finalize': [263, 264], 'GFS_rrtmgp_sw_post_run': [22, 259], 'GFS_rrtmgp_sw_post_init': [14, 15]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_sw_post GFS_rrtmgp_sw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_sw_post_run GFS_rrtmgp_sw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_mean_cosz_over_rad_call_period in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_allsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_allsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_clrsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_clrsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_sfc in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_top_atmosphere in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_fluxes in table GFS_rrtmgp_sw_post_run +DEBUG: Parsing file GFS_rrtmgp_sw_post.F90 with registry OrderedDict([('GFS_rrtmgp_sw_post', {'GFS_rrtmgp_sw_post': {'GFS_rrtmgp_sw_post_finalize': [261, 262], 'GFS_rrtmgp_sw_post_run': [22, 257], 'GFS_rrtmgp_sw_post_init': [14, 15]}})]) DEBUG: Module name: GFS_rrtmgp_sw_post DEBUG: Scheme name: GFS_rrtmgp_sw_post DEBUG: Scheme dependencies: ['rte-rrtmgp/extensions/mo_heating_rates.F90', 'radsw_param.f', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'radiation_aerosols.f', 'rte-rrtmgp/rte/mo_fluxes.F90', 'iounitdef.f', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] DEBUG: Variables in subroutine GFS_rrtmgp_sw_post_finalize: -DEBUG: Variables in subroutine GFS_rrtmgp_sw_post_run: horizontal_loop_extent, vertical_dimension, daytime_points_dimension, daytime_points, flag_to_calc_sw, flag_for_output_of_shortwave_heating_rate, flag_diagnostics, frequency_for_shortwave_radiation, cosine_of_zenith_angle, daytime_mean_cosz_over_rad_call_period, air_temperature_at_layer_for_RRTMGP, air_pressure_at_interface_for_RRTMGP_in_hPa, surface_albedo_nearIR_direct, surface_albedo_nearIR_diffuse, surface_albedo_uvvis_dir, surface_albedo_uvvis_dif, RRTMGP_sw_flux_profile_upward_allsky, RRTMGP_sw_flux_profile_downward_allsky, RRTMGP_sw_flux_profile_upward_clrsky, RRTMGP_sw_flux_profile_downward_clrsky, time_step_for_radiation, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, total_cloud_fraction, RRTMGP_cloud_optical_depth_layers_at_0_55mu_band, coefficients_for_sw_gas_optics, surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_net_downwelling_shortwave_flux_on_radiation_time_step, surface_downwelling_shortwave_flux_on_radiation_time_step, sw_fluxes_sfc, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, sw_fluxes_top_atmosphere, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step, components_of_surface_downward_shortwave_fluxes, RRTMGP_sw_fluxes, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmgp_sw_post_run: horizontal_loop_extent, vertical_dimension, daytime_points_dimension, daytime_points, flag_to_calc_sw, flag_for_output_of_shortwave_heating_rate, flag_diagnostics, frequency_for_shortwave_radiation, cosine_of_zenith_angle, daytime_mean_cosz_over_rad_call_period, air_temperature_at_layer_for_RRTMGP, air_pressure_at_interface_for_RRTMGP_in_hPa, surface_albedo_nearIR_direct, surface_albedo_nearIR_diffuse, surface_albedo_uvvis_dir, surface_albedo_uvvis_dif, coefficients_for_sw_gas_optics, RRTMGP_sw_flux_profile_upward_allsky, RRTMGP_sw_flux_profile_downward_allsky, RRTMGP_sw_flux_profile_upward_clrsky, RRTMGP_sw_flux_profile_downward_clrsky, time_step_for_radiation, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_base, model_layer_number_at_cloud_top, total_cloud_fraction, RRTMGP_cloud_optical_depth_layers_at_0_55mu_band, cumulative_radiation_diagnostic, surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_net_downwelling_shortwave_flux_on_radiation_time_step, surface_downwelling_shortwave_flux_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, sw_fluxes_sfc, sw_fluxes_top_atmosphere, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step, RRTMGP_sw_fluxes, components_of_surface_downward_shortwave_fluxes, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_rrtmgp_sw_post_init: +INFO: filtering out variable GFS_cldprop_type_instance +INFO: filtering out variable GFS_coupling_type_instance +INFO: filtering out variable GFS_diag_type_instance +INFO: filtering out variable GFS_grid_type_instance +INFO: filtering out variable GFS_radtend_type_instance +INFO: filtering out variable GFS_sfcprop_type_instance +INFO: filtering out variable GFS_statein_type_instance INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable GFS_tbd_type_instance INFO: filtering out variable Gas_concentrations_for_RRTMGP_suite INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_10mu_band @@ -26902,7 +15397,6 @@ INFO: filtering out variable RRTMGP_sw_fluxes 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 active_gases_used_by_RRTMGP -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology INFO: filtering out variable air_pressure_at_interface_for_RRTMGP_in_hPa INFO: filtering out variable air_pressure_at_layer_for_RRTMGP_in_hPa INFO: filtering out variable air_temperature_at_interface_for_RRTMGP @@ -26917,7 +15411,6 @@ 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 @@ -26930,7 +15423,6 @@ INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_ 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_overlap_param INFO: filtering out variable cloud_phase_transition_denominator INFO: filtering out variable cloud_phase_transition_threshold_temperature @@ -26957,7 +15449,6 @@ INFO: filtering out variable cumulative_change_in_temperature_due_to_physics INFO: filtering out variable cumulative_change_in_water_vapor_specific_humidity_due_to_physics INFO: filtering out variable cumulative_change_in_x_wind_due_to_physics INFO: filtering out variable cumulative_change_in_y_wind_due_to_physics -INFO: filtering out variable daytime_mean_cosz_over_rad_call_period 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 @@ -26969,7 +15460,6 @@ INFO: filtering out variable diurnal_thermocline_layer_thickness INFO: filtering out variable diurnal_thermocline_layer_x_current INFO: filtering out variable diurnal_thermocline_layer_y_current INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnedmf INFO: filtering out variable do_mynnsfclay INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme INFO: filtering out variable edmf_flag @@ -26999,10 +15489,7 @@ 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_lmfshal INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_output_of_longwave_heating_rate -INFO: filtering out variable flag_for_output_of_shortwave_heating_rate 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 @@ -27015,7 +15502,6 @@ INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_op 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_uni_cld INFO: filtering out variable flag_mg3_as_mg2 INFO: filtering out variable flag_skip_macro INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMG @@ -27023,11 +15509,10 @@ INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMGP_LUT INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMGP_PADE INFO: filtering out variable forecast_month INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_ice_water_cloud +INFO: filtering out variable fraction_of_rain_water_cloud INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable fractional_coverage_with_strong_cosz_dependency -INFO: filtering out variable fractional_coverage_with_weak_cosz_dependency INFO: filtering out variable free_convection_layer_thickness -INFO: filtering out variable frequency_for_longwave_radiation INFO: filtering out variable gf_memory_counter INFO: filtering out variable graupel_mixing_ratio INFO: filtering out variable graupel_number_concentration_updated_by_physics @@ -27037,11 +15522,10 @@ 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_nucleation_number 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_of_dtlm_start INFO: filtering out variable initial_permutation_seed_lw INFO: filtering out variable initial_permutation_seed_sw @@ -27084,10 +15568,6 @@ 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_change_over_depth_in_sea_water_temperature -INFO: filtering out variable mean_nir_albedo_with_strong_cosz_dependency -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_strong_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 @@ -27127,7 +15607,6 @@ INFO: filtering out variable normalized_soil_wetness_for_land_surface_model INFO: filtering out variable number_of_active_gases_used_by_RRTMGP INFO: filtering out variable number_of_aerosol_tracers_MG INFO: filtering out variable number_of_angles_used_in_gaussian_quadrature -INFO: filtering out variable number_of_cloud_condensate_types 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 @@ -27149,6 +15628,7 @@ INFO: filtering out variable rain_number_concentration_updated_by_physics INFO: filtering out variable rain_water_mixing_ratio INFO: filtering out variable reciprocal_of_obukhov_length INFO: filtering out variable relative_humidity +INFO: filtering out variable rime_factor INFO: filtering out variable rrtmgp_coeff_lw_cloud_optics INFO: filtering out variable rrtmgp_coeff_sw_cloud_optics INFO: filtering out variable rrtmgp_kdistribution_lw @@ -27216,6 +15696,7 @@ 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_ccn_activated_number 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 @@ -27237,6 +15718,7 @@ INFO: filtering out variable tke_budget INFO: filtering out variable tke_dissipative_heating_factor INFO: filtering out variable toa_incident_sw_flux_by_spectral_point INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable total_cloud_condensate_mixing_ratio_updated_by_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 @@ -27293,8 +15775,6 @@ DEBUG: Optional argument effective_radius_of_stratiform_cloud_liquid_water_parti DEBUG: Optional argument effective_radius_of_stratiform_cloud_liquid_water_particle_in_um to subroutine mp_thompson_init in module mp_thompson is not required, remove from list DEBUG: Optional argument effective_radius_of_stratiform_cloud_snow_particle_in_um to subroutine mp_thompson_run in module mp_thompson is not required, remove from list DEBUG: Optional argument effective_radius_of_stratiform_cloud_snow_particle_in_um to subroutine mp_thompson_init in module mp_thompson is not required, remove from list -DEBUG: Optional argument fraction_of_ice_water_cloud to subroutine mp_fer_hires_init in module mp_fer_hires is required, keep in list -DEBUG: Optional argument fraction_of_rain_water_cloud to subroutine mp_fer_hires_init in module mp_fer_hires is required, keep in list DEBUG: Optional argument mean_effective_radius_for_ice_cloud to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list DEBUG: Optional argument mean_effective_radius_for_ice_cloud to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list DEBUG: Optional argument mean_effective_radius_for_liquid_cloud to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list @@ -27303,77 +15783,29 @@ DEBUG: Optional argument mean_effective_radius_for_rain_drop to subroutine rrtmg DEBUG: Optional argument mean_effective_radius_for_rain_drop to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list DEBUG: Optional argument mean_effective_radius_for_snow_flake to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list DEBUG: Optional argument mean_effective_radius_for_snow_flake to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list -DEBUG: Optional argument rime_factor to subroutine mp_fer_hires_init in module mp_fer_hires is required, keep in list DEBUG: Optional argument tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step to subroutine GFS_rrtmgp_lw_post_run in module GFS_rrtmgp_lw_post is required, keep in list DEBUG: Optional argument tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list DEBUG: Optional argument tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step to subroutine GFS_rrtmgp_sw_post_run in module GFS_rrtmgp_sw_post is required, keep in list DEBUG: Optional argument tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list DEBUG: Optional argument water_friendly_aerosol_number_concentration to subroutine mp_thompson_init in module mp_thompson is required, keep in list -INFO: Metadata table for model FV3 written to /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Metadata table for model FV3 written to /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex INFO: Comparing metadata for requested and provided variables ... -DEBUG: Requested variable GFS_cldprop_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Cldprop in module GFS_typedefs -DEBUG: Requested variable GFS_cldprop_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Cldprop in module GFS_typedefs -DEBUG: Requested variable GFS_cldprop_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Cldprop in module GFS_typedefs DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Control in module CCPP_data DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Control in module CCPP_data DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_abort SCHEME_GFS_abort SUBROUTINE_GFS_abort_run matched to target GFS_Control in module CCPP_data DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_init matched to target GFS_Control in module CCPP_data DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_run matched to target GFS_Control in module CCPP_data DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rad_time_vary SCHEME_GFS_rad_time_vary SUBROUTINE_GFS_rad_time_vary_run matched to target GFS_Control in module CCPP_data -DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control in module CCPP_data -DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control in module CCPP_data DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_suite_interstitial_rad_reset SCHEME_GFS_suite_interstitial_rad_reset SUBROUTINE_GFS_suite_interstitial_rad_reset_run matched to target GFS_Control in module CCPP_data DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_suite_interstitial_phys_reset SCHEME_GFS_suite_interstitial_phys_reset SUBROUTINE_GFS_suite_interstitial_phys_reset_run matched to target GFS_Control in module CCPP_data -DEBUG: Requested variable GFS_control_type_instance in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Control in module CCPP_data -DEBUG: Requested variable GFS_control_type_instance in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Control in module CCPP_data -DEBUG: Requested variable GFS_control_type_instance in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Control in module CCPP_data -DEBUG: Requested variable GFS_control_type_instance in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Control in module CCPP_data -DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs -DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs -DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs -DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs -DEBUG: Requested variable GFS_coupling_type_instance in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs -DEBUG: Requested variable GFS_coupling_type_instance in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs DEBUG: Requested variable GFS_data_type_instance_all_blocks in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_init matched to target GFS_Data in module CCPP_data DEBUG: Requested variable GFS_data_type_instance_all_blocks in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_run matched to target GFS_Data in module CCPP_data DEBUG: Requested variable GFS_data_type_instance_all_blocks in MODULE_GFS_rad_time_vary SCHEME_GFS_rad_time_vary SUBROUTINE_GFS_rad_time_vary_run matched to target GFS_Data in module CCPP_data -DEBUG: Requested variable GFS_diag_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Intdiag in module GFS_typedefs -DEBUG: Requested variable GFS_diag_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Intdiag in module GFS_typedefs -DEBUG: Requested variable GFS_diag_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag in module GFS_typedefs -DEBUG: Requested variable GFS_diag_type_instance in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag in module GFS_typedefs -DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs -DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs -DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs -DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs -DEBUG: Requested variable GFS_grid_type_instance in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs -DEBUG: Requested variable GFS_grid_type_instance in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs -DEBUG: Requested variable GFS_grid_type_instance in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs -DEBUG: Requested variable GFS_grid_type_instance in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs DEBUG: Requested variable GFS_interstitial_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Interstitial(cdata%thrd_no) in module CCPP_data DEBUG: Requested variable GFS_interstitial_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Interstitial(cdata%thrd_no) in module CCPP_data DEBUG: Requested variable GFS_interstitial_type_instance in MODULE_GFS_suite_interstitial_rad_reset SCHEME_GFS_suite_interstitial_rad_reset SUBROUTINE_GFS_suite_interstitial_rad_reset_run matched to target GFS_Interstitial(cdata%thrd_no) in module CCPP_data DEBUG: Requested variable GFS_interstitial_type_instance in MODULE_GFS_suite_interstitial_phys_reset SCHEME_GFS_suite_interstitial_phys_reset SUBROUTINE_GFS_suite_interstitial_phys_reset_run matched to target GFS_Interstitial(cdata%thrd_no) in module CCPP_data DEBUG: Requested variable GFS_interstitial_type_instance_all_threads in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_init matched to target GFS_Interstitial in module CCPP_data -DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs -DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs -DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs -DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs -DEBUG: Requested variable GFS_radtend_type_instance in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs -DEBUG: Requested variable GFS_radtend_type_instance in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs -DEBUG: Requested variable GFS_radtend_type_instance in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs -DEBUG: Requested variable GFS_radtend_type_instance in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs -DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs -DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs -DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs -DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs -DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs -DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs -DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs -DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs -DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs -DEBUG: Requested variable GFS_tbd_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Tbd in module GFS_typedefs -DEBUG: Requested variable GFS_tbd_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Tbd in module GFS_typedefs -DEBUG: Requested variable GFS_tbd_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd in module GFS_typedefs DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs @@ -27469,6 +15901,7 @@ DEBUG: Requested variable adjusted_vertical_layer_dimension_for_radiation in MOD DEBUG: Requested variable adjusted_vertical_layer_dimension_for_radiation in MODULE_sgscloud_radpre SCHEME_sgscloud_radpre SUBROUTINE_sgscloud_radpre_run matched to target GFS_Interstitial(cdata%thrd_no)%lmk in module GFS_typedefs DEBUG: Requested variable adjusted_vertical_layer_dimension_for_radiation in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%lmk in module GFS_typedefs DEBUG: Requested variable adjusted_vertical_layer_dimension_for_radiation in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%lmk in module GFS_typedefs +DEBUG: Requested variable adjusted_vertical_layer_dimension_for_radiation in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%lmk in module GFS_typedefs DEBUG: Requested variable adjusted_vertical_level_dimension_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%lmp in module GFS_typedefs DEBUG: Requested variable adjusted_vertical_level_dimension_for_radiation in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%lmp in module GFS_typedefs DEBUG: Requested variable adjusted_vertical_level_dimension_for_radiation in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%lmp in module GFS_typedefs @@ -27477,6 +15910,10 @@ DEBUG: Requested variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 DEBUG: Requested variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,3) in module GFS_typedefs DEBUG: Requested variable aerosol_aware_parameter_deep_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%asolfac_deep in module GFS_typedefs DEBUG: Requested variable aerosol_aware_parameter_shallow_convection in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%asolfac_shal in module GFS_typedefs +DEBUG: Requested variable aerosol_number_concentration_from_gocart_aerosol_climatology in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%aer_nm in module GFS_typedefs +DEBUG: Requested variable aerosol_number_concentration_from_gocart_aerosol_climatology in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%aer_nm in module GFS_typedefs +DEBUG: Requested variable aerosol_number_concentration_from_gocart_aerosol_climatology in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Tbd%aer_nm in module GFS_typedefs +DEBUG: Requested variable aerosol_number_concentration_from_gocart_aerosol_climatology in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Tbd%aer_nm in module GFS_typedefs DEBUG: Requested variable aerosol_optical_depth_for_longwave_bands_01_16 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%faerlw(:,:,:,1) in module GFS_typedefs DEBUG: Requested variable aerosol_optical_depth_for_longwave_bands_01_16 in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%faerlw(:,:,:,1) in module GFS_typedefs DEBUG: Requested variable aerosol_optical_depth_for_shortwave_bands_01_16 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,1) in module GFS_typedefs @@ -27489,6 +15926,7 @@ DEBUG: Requested variable aerosol_single_scattering_albedo_for_shortwave_bands_0 DEBUG: Requested variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,2) in module GFS_typedefs DEBUG: Requested variable air_pressure in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs DEBUG: Requested variable air_pressure in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs DEBUG: Requested variable air_pressure in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs DEBUG: Requested variable air_pressure in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs DEBUG: Requested variable air_pressure in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs @@ -27530,6 +15968,8 @@ DEBUG: Requested variable air_pressure in MODULE_rayleigh_damp SCHEME_rayleigh_d DEBUG: Requested variable air_pressure in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs DEBUG: Requested variable air_pressure in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs DEBUG: Requested variable air_pressure_at_interface in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs DEBUG: Requested variable air_pressure_at_interface in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs DEBUG: Requested variable air_pressure_at_interface in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs DEBUG: Requested variable air_pressure_at_interface in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs @@ -27592,6 +16032,8 @@ DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_oz DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs DEBUG: Requested variable air_temperature in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs DEBUG: Requested variable air_temperature in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs DEBUG: Requested variable air_temperature in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs DEBUG: Requested variable air_temperature in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs DEBUG: Requested variable air_temperature in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs @@ -27640,7 +16082,7 @@ DEBUG: Requested variable air_temperature_at_lowest_model_layer in MODULE_sfc_si DEBUG: Requested variable air_temperature_at_lowest_model_layer_for_diag in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%t1 in module GFS_typedefs DEBUG: Requested variable air_temperature_at_lowest_model_layer_for_diag in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%t1 in module GFS_typedefs DEBUG: Requested variable air_temperature_at_lowest_model_layer_updated_by_physics in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0(:,1) in module GFS_typedefs -DEBUG: Requested variable air_temperature_at_previous_time_step in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,3) in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_previous_timestep in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nTdelt) in module GFS_typedefs DEBUG: Requested variable air_temperature_save in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs DEBUG: Requested variable air_temperature_save in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs DEBUG: Requested variable air_temperature_save in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs @@ -27655,7 +16097,7 @@ DEBUG: Requested variable air_temperature_save in MODULE_mp_thompson_pre SCHEME_ DEBUG: Requested variable air_temperature_save in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs DEBUG: Requested variable air_temperature_save_from_convective_parameterization in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%save_tcp in module GFS_typedefs DEBUG: Requested variable air_temperature_save_from_convective_parameterization in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Interstitial(cdata%thrd_no)%save_tcp in module GFS_typedefs -DEBUG: Requested variable air_temperature_two_time_steps_back in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_two_timesteps_back in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nT2delt) in module GFS_typedefs DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs @@ -27704,6 +16146,7 @@ DEBUG: Requested variable anisotropy_of_subgrid_orography in MODULE_gwdps SCHEME DEBUG: Requested variable array_dimension_of_2d_arrays_for_microphysics in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%num_p2d in module GFS_typedefs DEBUG: Requested variable array_dimension_of_3d_arrays_for_microphysics in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%num_p3d in module GFS_typedefs DEBUG: Requested variable array_dimension_of_3d_arrays_for_microphysics in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%num_p3d in module GFS_typedefs +DEBUG: Requested variable array_dimension_of_3d_arrays_for_microphysics in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%num_p3d in module GFS_typedefs DEBUG: Requested variable array_dimension_of_3d_arrays_for_microphysics in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%num_p3d in module GFS_typedefs DEBUG: Requested variable array_dimension_of_3d_arrays_for_microphysics in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%num_p3d in module GFS_typedefs DEBUG: Requested variable array_dimension_of_random_number in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%nrcm in module GFS_typedefs @@ -27870,6 +16313,7 @@ DEBUG: Requested variable ccpp_error_flag in MODULE_fv_sat_adj SCHEME_fv_sat_adj DEBUG: Requested variable ccpp_error_flag in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target cdata%errflg in module ccpp_types DEBUG: Requested variable ccpp_error_flag in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target cdata%errflg in module ccpp_types DEBUG: Requested variable ccpp_error_flag in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_init matched to target cdata%errflg in module ccpp_types DEBUG: Requested variable ccpp_error_flag in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target cdata%errflg in module ccpp_types DEBUG: Requested variable ccpp_error_flag in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target cdata%errflg in module ccpp_types DEBUG: Requested variable ccpp_error_flag in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target cdata%errflg in module ccpp_types @@ -28120,6 +16564,8 @@ DEBUG: Requested variable ccpp_error_message in MODULE_gwdc_pre SCHEME_gwdc_pre DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run from len=* to len=512 DEBUG: Requested variable ccpp_error_message in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target cdata%errmsg in module ccpp_types DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_init from len=* to len=512 DEBUG: Requested variable ccpp_error_message in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target cdata%errmsg in module ccpp_types DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run from len=* to len=512 DEBUG: Requested variable ccpp_error_message in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target cdata%errmsg in module ccpp_types @@ -28403,6 +16849,10 @@ DEBUG: Requested variable cloud_decorrelation_length in MODULE_GFS_cloud_diagnos DEBUG: Requested variable cloud_decorrelation_length in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%de_lgth in module GFS_typedefs DEBUG: Requested variable cloud_decorrelation_length in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%de_lgth in module GFS_typedefs DEBUG: Requested variable cloud_fraction_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%qc in module CCPP_typedefs +DEBUG: Requested variable cloud_fraction_for_MG in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%indcld) in module GFS_typedefs +DEBUG: Requested variable cloud_fraction_for_MG in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%indcld) in module GFS_typedefs +DEBUG: Requested variable cloud_fraction_for_MG in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%indcld) in module GFS_typedefs +DEBUG: Requested variable cloud_fraction_for_MG in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%indcld) in module GFS_typedefs DEBUG: Requested variable cloud_fraction_updated_by_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntclamt) in module GFS_typedefs DEBUG: Requested variable cloud_graupel_specific_humidity_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%qg in module CCPP_typedefs DEBUG: Requested variable cloud_ice_specific_humidity_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%qi in module CCPP_typedefs @@ -28474,6 +16924,7 @@ DEBUG: Requested variable convective_cloud_cover in MODULE_m_micro_pre SCHEME_m_ DEBUG: Requested variable convective_cloud_cover in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvc in module GFS_typedefs DEBUG: Requested variable convective_cloud_cover_in_phy_f3d in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvc) in module GFS_typedefs DEBUG: Requested variable convective_cloud_cover_in_phy_f3d in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvc) in module GFS_typedefs +DEBUG: Requested variable convective_cloud_cover_in_phy_f3d in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvc) in module GFS_typedefs DEBUG: Requested variable convective_cloud_fraction_for_microphysics in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%cf_upi in module GFS_typedefs DEBUG: Requested variable convective_cloud_fraction_for_microphysics in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cf_upi in module GFS_typedefs DEBUG: Requested variable convective_cloud_fraction_for_microphysics in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%cf_upi in module GFS_typedefs @@ -28497,6 +16948,7 @@ DEBUG: Requested variable convective_cloud_water_mixing_ratio in MODULE_m_micro_ DEBUG: Requested variable convective_cloud_water_mixing_ratio in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvw in module GFS_typedefs DEBUG: Requested variable convective_cloud_water_mixing_ratio_in_phy_f3d in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvw) in module GFS_typedefs DEBUG: Requested variable convective_cloud_water_mixing_ratio_in_phy_f3d in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvw) in module GFS_typedefs +DEBUG: Requested variable convective_cloud_water_mixing_ratio_in_phy_f3d in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvw) in module GFS_typedefs DEBUG: Requested variable convective_cloud_water_mixing_ratio_in_phy_f3d in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvw) in module GFS_typedefs DEBUG: Requested variable convective_precipitation_rate_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%draincprv in module GFS_typedefs DEBUG: Requested variable convective_precipitation_rate_from_previous_timestep in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%draincprv in module GFS_typedefs @@ -28515,14 +16967,18 @@ DEBUG: Requested variable convexity_of_subgrid_orography in MODULE_drag_suite SC DEBUG: Requested variable convexity_of_subgrid_orography in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%oc in module GFS_typedefs DEBUG: Requested variable convexity_of_subgrid_orography_small_scale in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%ocss in module GFS_typedefs DEBUG: Requested variable convexity_of_subgrid_orography_small_scale in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%ocss in module GFS_typedefs +DEBUG: Requested variable cosine_of_latitude in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%coslat in module GFS_typedefs DEBUG: Requested variable cosine_of_latitude in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Grid%coslat in module GFS_typedefs DEBUG: Requested variable cosine_of_latitude in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Grid%coslat in module GFS_typedefs DEBUG: Requested variable cosine_of_latitude in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%coslat in module GFS_typedefs DEBUG: Requested variable cosine_of_solar_declination_angle in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%cdec in module GFS_typedefs DEBUG: Requested variable cosine_of_solar_declination_angle in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%cdec in module GFS_typedefs DEBUG: Requested variable cosine_of_solar_declination_angle in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%cdec in module GFS_typedefs +DEBUG: Requested variable cosine_of_zenith_angle in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs +DEBUG: Requested variable cosine_of_zenith_angle in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs DEBUG: Requested variable cosine_of_zenith_angle in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs DEBUG: Requested variable cosine_of_zenith_angle in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs +DEBUG: Requested variable cosine_of_zenith_angle in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs DEBUG: Requested variable cosine_of_zenith_angle in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs DEBUG: Requested variable cosine_of_zenith_angle in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs DEBUG: Requested variable cosine_of_zenith_angle in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs @@ -28560,16 +17016,23 @@ DEBUG: Requested variable cumulative_change_in_ozone_concentration_due_to_temper DEBUG: Requested variable cumulative_change_in_ozone_concentration_due_to_temperature in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,8) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_convective_gravity_wave_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,9) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_convective_gravity_wave_drag in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,9) in module GFS_typedefs @@ -28596,9 +17059,13 @@ DEBUG: Requested variable cumulative_change_in_temperature_due_to_shortwave_radi DEBUG: Requested variable cumulative_change_in_temperature_due_to_shortwave_radiation in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,2) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,2) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,2) in module GFS_typedefs @@ -28610,9 +17077,13 @@ DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,3) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,4) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,4) in module GFS_typedefs @@ -28633,9 +17104,13 @@ DEBUG: Requested variable cumulative_change_in_x_wind_due_to_shallow_convection DEBUG: Requested variable cumulative_change_in_x_wind_due_to_shallow_convection in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,6) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,4) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,4) in module GFS_typedefs @@ -28661,6 +17136,9 @@ DEBUG: Requested variable cumulative_lwe_thickness_of_convective_precipitation_a DEBUG: Requested variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cnvprcpb in module GFS_typedefs DEBUG: Requested variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cnvprcpb in module GFS_typedefs DEBUG: Requested variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cnvprcpb in module GFS_typedefs +DEBUG: Requested variable cumulative_radiation_diagnostic in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%fluxr in module GFS_typedefs +DEBUG: Requested variable cumulative_radiation_diagnostic in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%fluxr in module GFS_typedefs +DEBUG: Requested variable cumulative_radiation_diagnostic in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%fluxr in module GFS_typedefs DEBUG: Requested variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sbsnoa in module GFS_typedefs DEBUG: Requested variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%snohfa in module GFS_typedefs DEBUG: Requested variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%evbsa in module GFS_typedefs @@ -28707,6 +17185,10 @@ DEBUG: Requested variable date_and_time_at_model_initialization in MODULE_GFS_rr DEBUG: Requested variable date_and_time_at_model_initialization_reordered in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%idate in module GFS_typedefs DEBUG: Requested variable date_and_time_at_model_initialization_reordered in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%idate in module GFS_typedefs DEBUG: Requested variable date_and_time_at_model_initialization_reordered in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%idate in module GFS_typedefs +DEBUG: Requested variable daytime_mean_cosz_over_rad_call_period in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszdg in module GFS_typedefs +DEBUG: Requested variable daytime_mean_cosz_over_rad_call_period in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszdg in module GFS_typedefs +DEBUG: Requested variable daytime_mean_cosz_over_rad_call_period in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszdg in module GFS_typedefs +DEBUG: Requested variable daytime_mean_cosz_over_rad_call_period in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszdg in module GFS_typedefs DEBUG: Requested variable daytime_points in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs DEBUG: Requested variable daytime_points in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs DEBUG: Requested variable daytime_points in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs @@ -28765,6 +17247,7 @@ DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_layer in DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_layer in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk(:,1) in module GFS_typedefs DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_layer in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk(:,1) in module GFS_typedefs DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_layer in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs @@ -28785,6 +17268,8 @@ DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs DEBUG: Requested variable dissipation_estimate_of_air_temperature_at_model_layers in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Statein%diss_est in module GFS_typedefs +DEBUG: Requested variable do_mynnedmf in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%do_mynnedmf in module GFS_typedefs +DEBUG: Requested variable do_mynnedmf in MODULE_sgscloud_radpre SCHEME_sgscloud_radpre SUBROUTINE_sgscloud_radpre_run matched to target GFS_Control%do_mynnedmf in module GFS_typedefs DEBUG: Requested variable do_ugwp in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%do_ugwp in module GFS_typedefs DEBUG: Requested variable do_ugwp in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%do_ugwp in module GFS_typedefs DEBUG: Requested variable dominant_freezing_rain_type in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%tdomzr in module GFS_typedefs @@ -28802,18 +17287,22 @@ DEBUG: Requested variable dynamics_to_physics_timestep_ratio in MODULE_GFS_SCNV_ DEBUG: Requested variable eddy_mixing_due_to_ugwp in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%gw_kdis in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ngeffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ngeffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_ice_particle_in_um in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nieffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_ice_particle_in_um in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nieffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_ice_particle_in_um in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nieffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_ice_particle_in_um in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nieffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_ice_particle_in_um in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nieffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nleffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nleffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nleffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nleffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nleffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_rain_particle_in_um in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nreffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_rain_particle_in_um in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nreffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_rain_particle_in_um in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nreffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_rain_particle_in_um in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nreffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_rain_particle_in_um in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nreffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_snow_particle_in_um in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nseffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_snow_particle_in_um in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nseffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_snow_particle_in_um in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nseffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_snow_particle_in_um in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nseffr) in module GFS_typedefs @@ -28856,12 +17345,15 @@ DEBUG: Requested variable flag_diagnostics in MODULE_GFS_MP_generic_post SCHEME_ DEBUG: Requested variable flag_diagnostics in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Control%lssav in module GFS_typedefs @@ -28882,9 +17374,13 @@ DEBUG: Requested variable flag_diagnostics_3D in MODULE_gwdc_post SCHEME_gwdc_po DEBUG: Requested variable flag_diagnostics_3D in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Control%ldiag3d in module GFS_typedefs DEBUG: Requested variable flag_diagnostics_3D in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%ldiag3d in module GFS_typedefs DEBUG: Requested variable flag_diagnostics_3D in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%ldiag3d in module GFS_typedefs DEBUG: Requested variable flag_diagnostics_3D in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%ldiag3d in module GFS_typedefs DEBUG: Requested variable flag_diagnostics_3D in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%ldiag3d in module GFS_typedefs DEBUG: Requested variable flag_diagnostics_3D in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%ldiag3d in module GFS_typedefs DEBUG: Requested variable flag_diagnostics_3D in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Control%ldiag3d in module GFS_typedefs DEBUG: Requested variable flag_diagnostics_3D in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Control%ldiag3d in module GFS_typedefs DEBUG: Requested variable flag_diagnostics_3D in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Control%ldiag3d in module GFS_typedefs @@ -28899,10 +17395,12 @@ DEBUG: Requested variable flag_for_CRICK_proof_cloud_water in MODULE_GFS_rrtmgp_ DEBUG: Requested variable flag_for_Chikira_Sugiyama_deep_convection in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%cscnv in module GFS_typedefs DEBUG: Requested variable flag_for_Chikira_Sugiyama_deep_convection in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%cscnv in module GFS_typedefs DEBUG: Requested variable flag_for_Chikira_Sugiyama_deep_convection in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%cscnv in module GFS_typedefs +DEBUG: Requested variable flag_for_GFDL_microphysics_radiation_interaction in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%lgfdlmprad in module GFS_typedefs DEBUG: Requested variable flag_for_aerosol_convective_transport_and_PBL_diffusion in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%trans_aero in module GFS_typedefs DEBUG: Requested variable flag_for_aerosol_convective_transport_and_PBL_diffusion in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%trans_aero in module GFS_typedefs DEBUG: Requested variable flag_for_aerosol_physics in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ltaerosol in module GFS_typedefs DEBUG: Requested variable flag_for_aerosol_physics in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ltaerosol in module GFS_typedefs +DEBUG: Requested variable flag_for_aerosol_physics in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ltaerosol in module GFS_typedefs DEBUG: Requested variable flag_for_aerosol_physics in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ltaerosol in module GFS_typedefs DEBUG: Requested variable flag_for_aerosol_physics in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ltaerosol in module GFS_typedefs DEBUG: Requested variable flag_for_aerosol_physics in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%ltaerosol in module GFS_typedefs @@ -28926,6 +17424,7 @@ DEBUG: Requested variable flag_for_cice in MODULE_GFS_surface_composites_post SC DEBUG: Requested variable flag_for_cice in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_cice in module GFS_typedefs DEBUG: Requested variable flag_for_cloud_condensate_normalized_by_cloud_cover in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ccnorm in module GFS_typedefs DEBUG: Requested variable flag_for_cloud_condensate_normalized_by_cloud_cover in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%ccnorm in module GFS_typedefs +DEBUG: Requested variable flag_for_cloud_effective_radii in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%effr_in in module GFS_typedefs DEBUG: Requested variable flag_for_cloud_effective_radii in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Control%effr_in in module GFS_typedefs DEBUG: Requested variable flag_for_cloud_effective_radii in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Control%effr_in in module GFS_typedefs DEBUG: Requested variable flag_for_cloud_effective_radii in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Control%effr_in in module GFS_typedefs @@ -28934,7 +17433,7 @@ DEBUG: Requested variable flag_for_cloud_overlap_method_for_longwave_radiation i DEBUG: Requested variable flag_for_cloud_overlap_method_for_shortwave_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%iovr_sw in module GFS_typedefs DEBUG: Requested variable flag_for_cloud_overlap_method_for_shortwave_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%iovr_sw in module GFS_typedefs DEBUG: Requested variable flag_for_convective_gravity_wave_drag in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Control%do_cnvgwd in module GFS_typedefs -DEBUG: Requested variable flag_for_convective_gravity_wave_drag in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Control%do_cnvgwd in module GFS_typedefs +DEBUG: Requested variable flag_for_convective_gravity_wave_drag in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_init matched to target GFS_Control%do_cnvgwd in module GFS_typedefs DEBUG: Requested variable flag_for_convective_transport_of_tracers in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%trans_trac in module GFS_typedefs DEBUG: Requested variable flag_for_default_aerosol_effect_in_shortwave_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%iaer in module GFS_typedefs DEBUG: Requested variable flag_for_default_aerosol_effect_in_shortwave_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%iaer in module GFS_typedefs @@ -28942,6 +17441,7 @@ DEBUG: Requested variable flag_for_fast_microphysics_energy_conservation in MODU DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs +DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs @@ -28978,6 +17478,13 @@ DEBUG: Requested variable flag_for_generic_gravity_wave_drag_tendency in MODULE_ DEBUG: Requested variable flag_for_generic_gravity_wave_drag_tendency in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%flag_for_gwd_generic_tend in module GFS_typedefs DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs +DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs +DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs +DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs +DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs +DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs +DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs +DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs DEBUG: Requested variable flag_for_generic_shallow_convection_tendency in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Control%flag_for_scnv_generic_tend in module GFS_typedefs DEBUG: Requested variable flag_for_generic_shallow_convection_tendency in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%flag_for_scnv_generic_tend in module GFS_typedefs DEBUG: Requested variable flag_for_generic_shallow_convection_tendency in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%flag_for_scnv_generic_tend in module GFS_typedefs @@ -28986,6 +17493,7 @@ DEBUG: Requested variable flag_for_gf_deep_convection_scheme in MODULE_sgscloud_ DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs +DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs @@ -29036,6 +17544,8 @@ DEBUG: Requested variable flag_for_land_surface_scheme in MODULE_GFS_time_vary_p DEBUG: Requested variable flag_for_land_surface_scheme in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Control%lsm in module GFS_typedefs DEBUG: Requested variable flag_for_land_surface_scheme in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Control%lsm in module GFS_typedefs DEBUG: Requested variable flag_for_land_surface_scheme in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%lsm in module GFS_typedefs +DEBUG: Requested variable flag_for_lmfshal in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%lmfshal in module GFS_typedefs +DEBUG: Requested variable flag_for_lmfshal in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Control%lmfshal in module GFS_typedefs DEBUG: Requested variable flag_for_lw_clouds_without_sub_grid_approximation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%isubc_lw in module GFS_typedefs DEBUG: Requested variable flag_for_lw_clouds_without_sub_grid_approximation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%isubc_lw in module GFS_typedefs DEBUG: Requested variable flag_for_mass_flux_deep_convection_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imfdeepcnv in module GFS_typedefs @@ -29048,6 +17558,7 @@ DEBUG: Requested variable flag_for_mass_flux_shallow_convection_scheme in MODULE DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%imp_physics in module GFS_typedefs DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics in module GFS_typedefs DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imp_physics in module GFS_typedefs DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%imp_physics in module GFS_typedefs DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics in module GFS_typedefs DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imp_physics in module GFS_typedefs @@ -29069,6 +17580,7 @@ DEBUG: Requested variable flag_for_moorthi_stratus in MODULE_GFS_suite_interstit DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs +DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs @@ -29086,6 +17598,12 @@ DEBUG: Requested variable flag_for_nsstm_run in MODULE_sfc_nst_post SCHEME_sfc_n DEBUG: Requested variable flag_for_old_PBL_scheme in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%old_monin in module GFS_typedefs DEBUG: Requested variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%icliq_sw in module GFS_typedefs DEBUG: Requested variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%icliq_sw in module GFS_typedefs +DEBUG: Requested variable flag_for_output_of_longwave_heating_rate in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Control%lwhtr in module GFS_typedefs +DEBUG: Requested variable flag_for_output_of_longwave_heating_rate in MODULE_rrtmgp_lw_rte SCHEME_rrtmgp_lw_rte SUBROUTINE_rrtmgp_lw_rte_run matched to target GFS_Control%lwhtr in module GFS_typedefs +DEBUG: Requested variable flag_for_output_of_longwave_heating_rate in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Control%lwhtr in module GFS_typedefs +DEBUG: Requested variable flag_for_output_of_shortwave_heating_rate in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Control%swhtr in module GFS_typedefs +DEBUG: Requested variable flag_for_output_of_shortwave_heating_rate in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run matched to target GFS_Control%swhtr in module GFS_typedefs +DEBUG: Requested variable flag_for_output_of_shortwave_heating_rate in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Control%swhtr in module GFS_typedefs DEBUG: Requested variable flag_for_ozone_physics in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_init matched to target GFS_Control%oz_phys in module GFS_typedefs DEBUG: Requested variable flag_for_precipitation_effect_on_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%norad_precip in module GFS_typedefs DEBUG: Requested variable flag_for_precipitation_effect_on_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%norad_precip in module GFS_typedefs @@ -29112,6 +17630,7 @@ DEBUG: Requested variable flag_for_scale_aware_Shinhong_PBL in MODULE_GFS_PBL_ge DEBUG: Requested variable flag_for_scale_aware_TKE_moist_EDMF_PBL in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%satmedmf in module GFS_typedefs DEBUG: Requested variable flag_for_scale_aware_TKE_moist_EDMF_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%satmedmf in module GFS_typedefs DEBUG: Requested variable flag_for_scale_aware_TKE_moist_EDMF_PBL in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%satmedmf in module GFS_typedefs +DEBUG: Requested variable flag_for_scale_aware_mass_flux_convection in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%lmfdeep2 in module GFS_typedefs DEBUG: Requested variable flag_for_shallow_convection in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%shal_cnv in module GFS_typedefs DEBUG: Requested variable flag_for_shallow_convection in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_init matched to target GFS_Control%shal_cnv in module GFS_typedefs DEBUG: Requested variable flag_for_shoc in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%do_shoc in module GFS_typedefs @@ -29140,6 +17659,7 @@ DEBUG: Requested variable flag_for_the_last_step_of_k_split_remapping in MODULE_ DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs @@ -29147,6 +17667,8 @@ DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_mynned DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_init matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_uni_cld in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%uni_cld in module GFS_typedefs +DEBUG: Requested variable flag_for_uni_cld in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Control%uni_cld in module GFS_typedefs DEBUG: Requested variable flag_for_using_climatology_albedo in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ialb in module GFS_typedefs DEBUG: Requested variable flag_for_using_climatology_albedo in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%ialb in module GFS_typedefs DEBUG: Requested variable flag_for_using_prescribed_global_mean_co2_value in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ico2 in module GFS_typedefs @@ -29158,21 +17680,23 @@ DEBUG: Requested variable flag_for_wave_coupling_to_atm in MODULE_GFS_surface_co DEBUG: Requested variable flag_for_wave_coupling_to_atm in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Control%cplwav2atm in module GFS_typedefs DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs +DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs DEBUG: Requested variable flag_for_ysu in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%do_ysu in module GFS_typedefs DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs +DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs +DEBUG: Requested variable flag_for_zhao_carr_pdf_microphysics_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imp_physics_zhao_carr_pdf in module GFS_typedefs DEBUG: Requested variable flag_for_zhao_carr_pdf_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_zhao_carr_pdf in module GFS_typedefs DEBUG: Requested variable flag_for_zhao_carr_pdf_microphysics_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imp_physics_zhao_carr_pdf in module GFS_typedefs DEBUG: Requested variable flag_for_zhao_carr_pdf_microphysics_scheme in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%imp_physics_zhao_carr_pdf in module GFS_typedefs DEBUG: Requested variable flag_idealized_physics in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%lsidea in module GFS_typedefs DEBUG: Requested variable flag_idealized_physics in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%lsidea in module GFS_typedefs -DEBUG: Requested variable flag_idealized_physics in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%lsidea in module GFS_typedefs DEBUG: Requested variable flag_idealized_physics in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%lsidea in module GFS_typedefs DEBUG: Requested variable flag_idealized_physics in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Control%lsidea in module GFS_typedefs DEBUG: Requested variable flag_nonzero_lake_surface_fraction in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Interstitial(cdata%thrd_no)%lake in module GFS_typedefs @@ -29254,8 +17778,12 @@ DEBUG: Requested variable flag_reset_maximum_hourly_fields in MODULE_maximum_hou DEBUG: Requested variable flag_shallow_convective_cloud in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%shcnvcw in module GFS_typedefs DEBUG: Requested variable flag_to_calc_RRTMGP_LW_jacobian in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%use_LW_jacobian in module GFS_typedefs DEBUG: Requested variable flag_to_calc_RRTMGP_LW_jacobian in MODULE_rrtmgp_lw_rte SCHEME_rrtmgp_lw_rte SUBROUTINE_rrtmgp_lw_rte_run matched to target GFS_Control%use_LW_jacobian in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%lslwr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_lw in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%lslwr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Control%lslwr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_run matched to target GFS_Control%lslwr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Control%lslwr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmgp_lw_rte SCHEME_rrtmgp_lw_rte SUBROUTINE_rrtmgp_lw_rte_run matched to target GFS_Control%lslwr in module GFS_typedefs @@ -29267,9 +17795,13 @@ DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmgp_lw_cloud_sampling SCH DEBUG: Requested variable flag_to_calc_lw in MODULE_GFS_cloud_diagnostics SCHEME_GFS_cloud_diagnostics SUBROUTINE_GFS_cloud_diagnostics_run matched to target GFS_Control%lslwr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_lw in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Control%lslwr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_lw in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%lsswr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_sw in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%lsswr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_sw in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%lsswr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Control%lsswr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_run matched to target GFS_Control%lsswr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Control%lsswr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Control%lsswr in module GFS_typedefs @@ -29292,15 +17824,20 @@ DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_GFS_SCNV_generic_ DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%qdiag3d in module GFS_typedefs +DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%qdiag3d in module GFS_typedefs +DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%qdiag3d in module GFS_typedefs +DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%qdiag3d in module GFS_typedefs +DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable forecast_date_and_time in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%jdat in module GFS_typedefs DEBUG: Requested variable forecast_date_and_time in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%jdat in module GFS_typedefs DEBUG: Requested variable forecast_date_and_time in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%jdat in module GFS_typedefs +DEBUG: Requested variable forecast_hour_of_the_day in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%solhr in module GFS_typedefs DEBUG: Requested variable forecast_hour_of_the_day in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%solhr in module GFS_typedefs DEBUG: Requested variable forecast_hour_of_the_day in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%solhr in module GFS_typedefs DEBUG: Requested variable forecast_hour_of_the_day in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Control%solhr in module GFS_typedefs @@ -29318,21 +17855,26 @@ DEBUG: Requested variable fraction_of_grid_box_with_subgrid_orography_higher_tha DEBUG: Requested variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%clx in module GFS_typedefs DEBUG: Requested variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clxss in module GFS_typedefs DEBUG: Requested variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%clxss in module GFS_typedefs -DEBUG: Requested variable fraction_of_ice_water_cloud in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%f_ice in module GFS_typedefs -DEBUG: Requested variable fraction_of_ice_water_cloud in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Interstitial(cdata%thrd_no)%f_ice in module GFS_typedefs -DEBUG: Requested variable fraction_of_ice_water_cloud in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Interstitial(cdata%thrd_no)%f_ice in module GFS_typedefs -DEBUG: Requested variable fraction_of_rain_water_cloud in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%f_rain in module GFS_typedefs -DEBUG: Requested variable fraction_of_rain_water_cloud in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Interstitial(cdata%thrd_no)%f_rain in module GFS_typedefs -DEBUG: Requested variable fraction_of_rain_water_cloud in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Interstitial(cdata%thrd_no)%f_rain in module GFS_typedefs +DEBUG: Requested variable fractional_coverage_with_strong_cosz_dependency in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%facsf in module GFS_typedefs +DEBUG: Requested variable fractional_coverage_with_strong_cosz_dependency in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%facsf in module GFS_typedefs +DEBUG: Requested variable fractional_coverage_with_weak_cosz_dependency in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%facwf in module GFS_typedefs +DEBUG: Requested variable fractional_coverage_with_weak_cosz_dependency in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%facwf in module GFS_typedefs DEBUG: Requested variable freezing_point_temperature_of_seawater in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target con_tice in module GFS_typedefs DEBUG: Requested variable freezing_point_temperature_of_seawater in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target con_tice in module GFS_typedefs DEBUG: Requested variable freezing_point_temperature_of_seawater in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_tice in module GFS_typedefs +DEBUG: Requested variable frequency_for_longwave_radiation in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%fhlwr in module GFS_typedefs +DEBUG: Requested variable frequency_for_longwave_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%fhlwr in module GFS_typedefs +DEBUG: Requested variable frequency_for_longwave_radiation in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Control%fhlwr in module GFS_typedefs +DEBUG: Requested variable frequency_for_longwave_radiation in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Control%fhlwr in module GFS_typedefs +DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%fhswr in module GFS_typedefs +DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%fhswr in module GFS_typedefs DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%fhswr in module GFS_typedefs DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%fhswr in module GFS_typedefs DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%fhswr in module GFS_typedefs DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Control%fhswr in module GFS_typedefs DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Control%fhswr in module GFS_typedefs DEBUG: Requested variable gas_constant_dry_air in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target con_rd in module GFS_typedefs DEBUG: Requested variable gas_constant_dry_air in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target con_rd in module GFS_typedefs DEBUG: Requested variable gas_constant_dry_air in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target con_rd in module GFS_typedefs DEBUG: Requested variable gas_constant_dry_air in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target con_rd in module GFS_typedefs @@ -29638,6 +18180,8 @@ DEBUG: Requested variable ice_fraction_in_convective_tower in MODULE_m_micro SCH DEBUG: Requested variable ice_fraction_in_convective_tower in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_fice in module GFS_typedefs DEBUG: Requested variable ice_precipitation_rate_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%diceprv in module GFS_typedefs DEBUG: Requested variable ice_precipitation_rate_from_previous_timestep in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%diceprv in module GFS_typedefs +DEBUG: Requested variable ice_supersaturation_threshold in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%sup in module GFS_typedefs +DEBUG: Requested variable ice_supersaturation_threshold in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%sup in module GFS_typedefs DEBUG: Requested variable ice_vertical_dimension in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Control%kice in module GFS_typedefs DEBUG: Requested variable ice_vertical_dimension in MODULE_lsm_ruc_sfc_sice_pre SCHEME_lsm_ruc_sfc_sice_pre SUBROUTINE_lsm_ruc_sfc_sice_pre_run matched to target GFS_Control%kice in module GFS_typedefs DEBUG: Requested variable ice_vertical_dimension in MODULE_lsm_ruc_sfc_sice_post SCHEME_lsm_ruc_sfc_sice_post SUBROUTINE_lsm_ruc_sfc_sice_post_run matched to target GFS_Control%kice in module GFS_typedefs @@ -29660,15 +18204,18 @@ DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_m_ DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntiw) in module GFS_typedefs DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntiw) in module GFS_typedefs DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable index_for_cloud_amount in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntclamt in module GFS_typedefs DEBUG: Requested variable index_for_cloud_amount in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntclamt in module GFS_typedefs DEBUG: Requested variable index_for_cloud_amount in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntclamt in module GFS_typedefs DEBUG: Requested variable index_for_cloud_amount in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%ntclamt in module GFS_typedefs DEBUG: Requested variable index_for_cloud_amount in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Control%ntclamt in module GFS_typedefs +DEBUG: Requested variable index_for_cloud_liquid_water_effective_radius in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%nleffr in module GFS_typedefs DEBUG: Requested variable index_for_diagnostic_printout in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%ipt in module GFS_typedefs DEBUG: Requested variable index_for_first_chemical_tracer in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntchs in module GFS_typedefs DEBUG: Requested variable index_for_first_chemical_tracer in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntchs in module GFS_typedefs DEBUG: Requested variable index_for_graupel in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntgl in module GFS_typedefs DEBUG: Requested variable index_for_graupel in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntgl in module GFS_typedefs +DEBUG: Requested variable index_for_graupel in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntgl in module GFS_typedefs DEBUG: Requested variable index_for_graupel in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntgl in module GFS_typedefs DEBUG: Requested variable index_for_graupel in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntgl in module GFS_typedefs DEBUG: Requested variable index_for_graupel in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntgl in module GFS_typedefs @@ -29681,6 +18228,7 @@ DEBUG: Requested variable index_for_graupel_number_concentration in MODULE_GFS_s DEBUG: Requested variable index_for_graupel_number_concentration in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntgnc in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntiw in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntiw in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntiw in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntiw in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntiw in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_suite_interstitial_5 SCHEME_GFS_suite_interstitial_5 SUBROUTINE_GFS_suite_interstitial_5_run matched to target GFS_Control%ntiw in module GFS_typedefs @@ -29694,14 +18242,17 @@ DEBUG: Requested variable index_for_ice_cloud_condensate_vertical_diffusion_trac DEBUG: Requested variable index_for_ice_cloud_condensate_vertical_diffusion_tracer in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%ntiwx in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntinc in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntinc in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntinc in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntinc in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntinc in module GFS_typedefs +DEBUG: Requested variable index_for_ice_effective_radius in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%nieffr in module GFS_typedefs DEBUG: Requested variable index_for_ice_friendly_aerosols in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntia in module GFS_typedefs DEBUG: Requested variable index_for_ice_friendly_aerosols in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntia in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Control%ntcw in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%ntcw in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntcw in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntcw in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ntcw in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntcw in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntcw in module GFS_typedefs @@ -29722,15 +18273,20 @@ DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_rrtmgp DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Control%ntcw in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntlnc in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntlnc in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntlnc in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntlnc in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntlnc in module GFS_typedefs DEBUG: Requested variable index_for_mass_weighted_rime_factor in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%nqrimef in module GFS_typedefs DEBUG: Requested variable index_for_mass_weighted_rime_factor in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%nqrimef in module GFS_typedefs DEBUG: Requested variable index_for_ozone in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntoz in module GFS_typedefs DEBUG: Requested variable index_for_ozone in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntoz in module GFS_typedefs +DEBUG: Requested variable index_for_ozone in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntoz in module GFS_typedefs DEBUG: Requested variable index_for_ozone in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ntoz in module GFS_typedefs DEBUG: Requested variable index_for_ozone in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%ntoz in module GFS_typedefs +DEBUG: Requested variable index_for_ozone in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%ntoz in module GFS_typedefs DEBUG: Requested variable index_for_ozone in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%ntoz in module GFS_typedefs +DEBUG: Requested variable index_for_ozone in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%ntoz in module GFS_typedefs +DEBUG: Requested variable index_for_ozone in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%ntoz in module GFS_typedefs DEBUG: Requested variable index_for_ozone in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%ntoz in module GFS_typedefs DEBUG: Requested variable index_for_ozone in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Control%ntoz in module GFS_typedefs DEBUG: Requested variable index_for_rain_number_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntrnc in module GFS_typedefs @@ -29739,25 +18295,30 @@ DEBUG: Requested variable index_for_rain_number_concentration in MODULE_GFS_suit DEBUG: Requested variable index_for_rain_number_concentration in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntrnc in module GFS_typedefs DEBUG: Requested variable index_for_rain_water in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntrw in module GFS_typedefs DEBUG: Requested variable index_for_rain_water in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntrw in module GFS_typedefs +DEBUG: Requested variable index_for_rain_water in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntrw in module GFS_typedefs DEBUG: Requested variable index_for_rain_water in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntrw in module GFS_typedefs DEBUG: Requested variable index_for_rain_water in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntrw in module GFS_typedefs DEBUG: Requested variable index_for_rain_water in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntrw in module GFS_typedefs DEBUG: Requested variable index_for_rain_water in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%ntrw in module GFS_typedefs DEBUG: Requested variable index_for_rain_water in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%ntrw in module GFS_typedefs DEBUG: Requested variable index_for_rain_water in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Control%ntrw in module GFS_typedefs +DEBUG: Requested variable index_for_snow_effective_radius in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%nseffr in module GFS_typedefs DEBUG: Requested variable index_for_snow_number_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntsnc in module GFS_typedefs DEBUG: Requested variable index_for_snow_number_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntsnc in module GFS_typedefs DEBUG: Requested variable index_for_snow_number_concentration in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntsnc in module GFS_typedefs DEBUG: Requested variable index_for_snow_number_concentration in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntsnc in module GFS_typedefs DEBUG: Requested variable index_for_snow_water in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntsw in module GFS_typedefs DEBUG: Requested variable index_for_snow_water in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntsw in module GFS_typedefs +DEBUG: Requested variable index_for_snow_water in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntsw in module GFS_typedefs DEBUG: Requested variable index_for_snow_water in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntsw in module GFS_typedefs DEBUG: Requested variable index_for_snow_water in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntsw in module GFS_typedefs DEBUG: Requested variable index_for_snow_water in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntsw in module GFS_typedefs DEBUG: Requested variable index_for_snow_water in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%ntsw in module GFS_typedefs DEBUG: Requested variable index_for_snow_water in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%ntsw in module GFS_typedefs DEBUG: Requested variable index_for_snow_water in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Control%ntsw in module GFS_typedefs +DEBUG: Requested variable index_for_stochastic_land_surface_perturbation_type in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%lndp_type in module GFS_typedefs DEBUG: Requested variable index_for_stochastic_land_surface_perturbation_type in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%lndp_type in module GFS_typedefs +DEBUG: Requested variable index_for_stochastic_land_surface_perturbation_type in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Control%lndp_type in module GFS_typedefs DEBUG: Requested variable index_for_stochastic_land_surface_perturbation_type in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Control%lndp_type in module GFS_typedefs DEBUG: Requested variable index_for_turbulent_kinetic_energy in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntke in module GFS_typedefs DEBUG: Requested variable index_for_turbulent_kinetic_energy in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntke in module GFS_typedefs @@ -29774,8 +18335,10 @@ DEBUG: Requested variable index_for_turbulent_kinetic_energy_vertical_diffusion_ DEBUG: Requested variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%ntkev in module GFS_typedefs DEBUG: Requested variable index_for_water_friendly_aerosols in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntwa in module GFS_typedefs DEBUG: Requested variable index_for_water_friendly_aerosols in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntwa in module GFS_typedefs +DEBUG: Requested variable index_for_water_friendly_aerosols in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntwa in module GFS_typedefs DEBUG: Requested variable index_for_water_vapor in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntqv in module GFS_typedefs DEBUG: Requested variable index_for_water_vapor in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntqv in module GFS_typedefs +DEBUG: Requested variable index_for_water_vapor in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntqv in module GFS_typedefs DEBUG: Requested variable index_for_water_vapor in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntqv in module GFS_typedefs DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%kinver in module GFS_typedefs DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%kinver in module GFS_typedefs @@ -29787,6 +18350,7 @@ DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_satme DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%kinver in module GFS_typedefs DEBUG: Requested variable index_of_time_step in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%kdt in module GFS_typedefs DEBUG: Requested variable index_of_time_step in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%kdt in module GFS_typedefs DEBUG: Requested variable index_of_time_step in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%kdt in module GFS_typedefs DEBUG: Requested variable index_of_time_step in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%kdt in module GFS_typedefs DEBUG: Requested variable index_of_time_step in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%kdt in module GFS_typedefs @@ -29957,6 +18521,7 @@ DEBUG: Requested variable iounit_namelist in MODULE_gfdl_cloud_microphys SCHEME_ DEBUG: Requested variable iounit_namelist in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_init matched to target GFS_Control%nlunit in module GFS_typedefs DEBUG: Requested variable iounit_namelist in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_init matched to target GFS_Control%nlunit in module GFS_typedefs DEBUG: Requested variable iounit_namelist in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_init matched to target GFS_Control%nlunit in module GFS_typedefs +DEBUG: Requested variable julian_day in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%julian in module GFS_typedefs DEBUG: Requested variable julian_day in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%julian in module GFS_typedefs DEBUG: Requested variable julian_day in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Control%julian in module GFS_typedefs DEBUG: Requested variable julian_day in MODULE_flake_driver SCHEME_flake_driver SUBROUTINE_flake_driver_run matched to target GFS_Control%julian in module GFS_typedefs @@ -30080,10 +18645,12 @@ DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_n DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target con_hvap in module GFS_typedefs DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_hvap in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_sgscloud_radpre SCHEME_sgscloud_radpre SUBROUTINE_sgscloud_radpre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_flake_driver SCHEME_flake_driver SUBROUTINE_flake_driver_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs @@ -30094,6 +18661,7 @@ DEBUG: Requested variable latitude in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre DEBUG: Requested variable latitude in MODULE_GFS_cloud_diagnostics SCHEME_GFS_cloud_diagnostics SUBROUTINE_GFS_cloud_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude_in_degree in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat_d in module GFS_typedefs DEBUG: Requested variable latitude_in_degree in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat_d in module GFS_typedefs DEBUG: Requested variable layer_pressure_thickness_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%delr in module GFS_typedefs DEBUG: Requested variable layer_pressure_thickness_for_radiation in MODULE_sgscloud_radpre SCHEME_sgscloud_radpre SUBROUTINE_sgscloud_radpre_run matched to target GFS_Interstitial(cdata%thrd_no)%delr in module GFS_typedefs @@ -30109,9 +18677,11 @@ DEBUG: Requested variable level_of_dividing_streamline in MODULE_drag_suite SCHE DEBUG: Requested variable level_of_dividing_streamline in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zmtnblck in module GFS_typedefs DEBUG: Requested variable log_pressure_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%peln in module CCPP_typedefs DEBUG: Requested variable longitude in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable longitude in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs DEBUG: Requested variable longitude in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs DEBUG: Requested variable longitude in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs DEBUG: Requested variable longitude in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable longitude in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs DEBUG: Requested variable longitude in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs DEBUG: Requested variable longitude in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs DEBUG: Requested variable longitude in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs @@ -30120,8 +18690,11 @@ DEBUG: Requested variable longitude in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rr DEBUG: Requested variable longitude in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs DEBUG: Requested variable longitude in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs DEBUG: Requested variable longitude in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable lw_fluxes_sfc in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcflw in module GFS_typedefs DEBUG: Requested variable lw_fluxes_sfc in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcflw in module GFS_typedefs +DEBUG: Requested variable lw_fluxes_sfc in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcflw in module GFS_typedefs DEBUG: Requested variable lw_fluxes_sfc in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcflw in module GFS_typedefs +DEBUG: Requested variable lw_fluxes_top_atmosphere in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%topflw in module GFS_typedefs DEBUG: Requested variable lw_fluxes_top_atmosphere in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Data(cdata%blk_no)%Intdiag%topflw in module GFS_typedefs DEBUG: Requested variable lw_fluxes_top_atmosphere in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%topflw in module GFS_typedefs DEBUG: Requested variable lwe_thickness_of_convective_precipitation_amount_for_coupling in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%rainc_cpl in module GFS_typedefs @@ -30187,6 +18760,7 @@ DEBUG: Requested variable lwe_thickness_of_snow_amount_on_dynamics_timestep in M DEBUG: Requested variable magnitude_of_perturbation_of_vegetation_fraction in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%lndp_vgf in module GFS_typedefs DEBUG: Requested variable magnitude_of_perturbation_of_vegetation_fraction in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%lndp_vgf in module GFS_typedefs DEBUG: Requested variable magnitude_of_perturbations_for_landperts in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%lndp_prt_list in module GFS_typedefs +DEBUG: Requested variable magnitude_of_perturbations_for_landperts in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Control%lndp_prt_list in module GFS_typedefs DEBUG: Requested variable magnitude_of_perturbations_for_landperts in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Control%lndp_prt_list in module GFS_typedefs DEBUG: Requested variable mass_fraction_of_convective_cloud_ice in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%qicn in module GFS_typedefs DEBUG: Requested variable mass_fraction_of_convective_cloud_ice in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%qicn in module GFS_typedefs @@ -30250,7 +18824,16 @@ DEBUG: Requested variable mean_effective_radius_for_snow_flake in MODULE_rrtmgp_ DEBUG: Requested variable mean_effective_radius_for_snow_flake in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,9) in module GFS_typedefs DEBUG: Requested variable mean_effective_radius_for_snow_flake in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,9) in module GFS_typedefs DEBUG: Requested variable mean_effective_radius_for_snow_flake in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,9) in module GFS_typedefs -DEBUG: Requested variable minimum_large_ice_fraction in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%flgmin in module GFS_typedefs +DEBUG: Requested variable mean_nir_albedo_with_strong_cosz_dependency in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alnsf in module GFS_typedefs +DEBUG: Requested variable mean_nir_albedo_with_strong_cosz_dependency in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alnsf in module GFS_typedefs +DEBUG: Requested variable mean_nir_albedo_with_weak_cosz_dependency in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alnwf in module GFS_typedefs +DEBUG: Requested variable mean_nir_albedo_with_weak_cosz_dependency in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alnwf in module GFS_typedefs +DEBUG: Requested variable mean_nir_albedo_with_weak_cosz_dependency in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alnwf in module GFS_typedefs +DEBUG: Requested variable mean_vis_albedo_with_strong_cosz_dependency in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alvsf in module GFS_typedefs +DEBUG: Requested variable mean_vis_albedo_with_strong_cosz_dependency in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alvsf in module GFS_typedefs +DEBUG: Requested variable mean_vis_albedo_with_weak_cosz_dependency in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alvwf in module GFS_typedefs +DEBUG: Requested variable mean_vis_albedo_with_weak_cosz_dependency in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alvwf in module GFS_typedefs +DEBUG: Requested variable mean_vis_albedo_with_weak_cosz_dependency in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alvwf in module GFS_typedefs DEBUG: Requested variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%rh02min in module GFS_typedefs DEBUG: Requested variable minimum_scaling_factor_for_critical_relative_humidity in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Control%dxmin in module GFS_typedefs DEBUG: Requested variable minimum_scaling_factor_for_critical_relative_humidity in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%dxmin in module GFS_typedefs @@ -30278,6 +18861,7 @@ DEBUG: Requested variable momentum_transport_reduction_factor_pgf_deep_convectio DEBUG: Requested variable momentum_transport_reduction_factor_pgf_shallow_convection in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%pgcon_shal in module GFS_typedefs DEBUG: Requested variable momentum_transport_reduction_factor_pgf_shallow_convection in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Control%pgcon_shal in module GFS_typedefs DEBUG: Requested variable mpi_rank in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%me in module GFS_typedefs DEBUG: Requested variable mpi_rank in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%me in module GFS_typedefs DEBUG: Requested variable mpi_rank in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%me in module GFS_typedefs DEBUG: Requested variable mpi_rank in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%me in module GFS_typedefs @@ -30379,6 +18963,7 @@ DEBUG: Requested variable number_concentration_of_ice_crystals_for_detrainment i DEBUG: Requested variable number_concentration_of_ice_crystals_for_detrainment in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_nice in module GFS_typedefs DEBUG: Requested variable number_of_3d_arrays_associated_with_pdf_based_clouds in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%npdf3d in module GFS_typedefs DEBUG: Requested variable number_of_3d_arrays_associated_with_pdf_based_clouds in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%npdf3d in module GFS_typedefs +DEBUG: Requested variable number_of_3d_arrays_associated_with_pdf_based_clouds in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%npdf3d in module GFS_typedefs DEBUG: Requested variable number_of_3d_arrays_associated_with_pdf_based_clouds in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%npdf3d in module GFS_typedefs DEBUG: Requested variable number_of_aerosol_tracers_for_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%itc in module GFS_typedefs DEBUG: Requested variable number_of_aerosol_tracers_for_convection in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%itc in module GFS_typedefs @@ -30386,11 +18971,16 @@ DEBUG: Requested variable number_of_chemical_tracers in MODULE_GFS_PBL_generic_p DEBUG: Requested variable number_of_chemical_tracers in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntchm in module GFS_typedefs DEBUG: Requested variable number_of_chemical_tracers in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%ntchm in module GFS_typedefs DEBUG: Requested variable number_of_chemical_tracers in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%ntchm in module GFS_typedefs +DEBUG: Requested variable number_of_cloud_condensate_types in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ncnd in module GFS_typedefs +DEBUG: Requested variable number_of_cloud_condensate_types in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Control%ncnd in module GFS_typedefs +DEBUG: Requested variable number_of_cloud_condensate_types in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Control%ncnd in module GFS_typedefs DEBUG: Requested variable number_of_coefficients_in_h2o_forcing_data in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Interstitial(cdata%thrd_no)%h2o_coeff in module GFS_typedefs DEBUG: Requested variable number_of_coefficients_in_ozone_forcing_data in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Interstitial(cdata%thrd_no)%oz_coeff in module GFS_typedefs DEBUG: Requested variable number_of_coefficients_in_ozone_forcing_data in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Interstitial(cdata%thrd_no)%oz_coeff in module GFS_typedefs DEBUG: Requested variable number_of_convective_3d_cloud_fields in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%ncnvcld3d in module GFS_typedefs DEBUG: Requested variable number_of_convective_3d_cloud_fields in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%ncnvcld3d in module GFS_typedefs +DEBUG: Requested variable number_of_convective_3d_cloud_fields in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ncnvcld3d in module GFS_typedefs +DEBUG: Requested variable number_of_days_in_year in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%yearlen in module GFS_typedefs DEBUG: Requested variable number_of_days_in_year in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%yearlen in module GFS_typedefs DEBUG: Requested variable number_of_days_in_year in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Control%yearlen in module GFS_typedefs DEBUG: Requested variable number_of_days_in_year in MODULE_flake_driver SCHEME_flake_driver SUBROUTINE_flake_driver_run matched to target GFS_Control%yearlen in module GFS_typedefs @@ -30403,15 +18993,20 @@ DEBUG: Requested variable number_of_gases_for_multi_gases_physics in MODULE_fv_s DEBUG: Requested variable number_of_gases_for_multi_gases_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target CCPP_interstitial%ngas in module CCPP_typedefs DEBUG: Requested variable number_of_ghost_zones in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%ng in module CCPP_typedefs DEBUG: Requested variable number_of_hydrometeors in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%ncld in module GFS_typedefs +DEBUG: Requested variable number_of_hydrometeors in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ncld in module GFS_typedefs DEBUG: Requested variable number_of_hydrometeors in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Control%ncld in module GFS_typedefs DEBUG: Requested variable number_of_hydrometeors in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%ncld in module GFS_typedefs DEBUG: Requested variable number_of_hydrometeors in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%ncld in module GFS_typedefs DEBUG: Requested variable number_of_hydrometeors in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%ncld in module GFS_typedefs DEBUG: Requested variable number_of_hydrometeors in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%ncld in module GFS_typedefs DEBUG: Requested variable number_of_hydrometeors in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Control%ncld in module GFS_typedefs +DEBUG: Requested variable number_of_land_surface_variables_perturbed in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%n_var_lndp in module GFS_typedefs DEBUG: Requested variable number_of_land_surface_variables_perturbed in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%n_var_lndp in module GFS_typedefs +DEBUG: Requested variable number_of_land_surface_variables_perturbed in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Control%n_var_lndp in module GFS_typedefs DEBUG: Requested variable number_of_land_surface_variables_perturbed in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Control%n_var_lndp in module GFS_typedefs DEBUG: Requested variable number_of_latitude_points in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%latr in module GFS_typedefs +DEBUG: Requested variable number_of_radiation_diagnostic_variables in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%nfxr in module GFS_typedefs +DEBUG: Requested variable number_of_species_for_aerosol_optical_depth in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%nspc1 in module GFS_typedefs DEBUG: Requested variable number_of_statistical_measures_of_subgrid_orography in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Control%nmtvr in module GFS_typedefs DEBUG: Requested variable number_of_statistical_measures_of_subgrid_orography in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%nmtvr in module GFS_typedefs DEBUG: Requested variable number_of_statistical_measures_of_subgrid_orography in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Control%nmtvr in module GFS_typedefs @@ -30424,6 +19019,7 @@ DEBUG: Requested variable number_of_tracers in MODULE_GFS_MP_generic_pre SCHEME_ DEBUG: Requested variable number_of_tracers in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%ntrac in module GFS_typedefs DEBUG: Requested variable number_of_tracers in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntrac in module GFS_typedefs DEBUG: Requested variable number_of_tracers in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntrac in module GFS_typedefs DEBUG: Requested variable number_of_tracers in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Control%ntrac in module GFS_typedefs DEBUG: Requested variable number_of_tracers in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Control%ntrac in module GFS_typedefs DEBUG: Requested variable number_of_tracers in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Control%ntrac in module GFS_typedefs @@ -30555,6 +19151,7 @@ DEBUG: Requested variable rain_water_mixing_ratio_updated_by_physics in MODULE_m DEBUG: Requested variable rain_water_mixing_ratio_updated_by_physics in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntrw) in module GFS_typedefs DEBUG: Requested variable random_number_array in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%rann in module GFS_typedefs DEBUG: Requested variable random_number_array in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Tbd%rann in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target con_eps in module GFS_typedefs DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_eps in module GFS_typedefs DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_eps in module GFS_typedefs DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_eps in module GFS_typedefs @@ -30575,6 +19172,7 @@ DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODUL DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_eps in module GFS_typedefs DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target con_eps in module GFS_typedefs DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target con_epsm1 in module GFS_typedefs DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_epsm1 in module GFS_typedefs DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_epsm1 in module GFS_typedefs DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_epsm1 in module GFS_typedefs @@ -30601,6 +19199,8 @@ DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs +DEBUG: Requested variable ratio_of_gas_constant_dry_air_to_gravitational_acceleration in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target con_rog in module GFS_typedefs +DEBUG: Requested variable ratio_of_gas_constant_dry_air_to_specific_heat_of_dry_air_at_constant_pressure in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target con_rocp in module GFS_typedefs DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs @@ -30608,6 +19208,7 @@ DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_mp_thompson SC DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target con_fvirt in module GFS_typedefs DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target con_fvirt in module GFS_typedefs DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target con_fvirt in module GFS_typedefs DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target con_fvirt in module GFS_typedefs @@ -30635,9 +19236,6 @@ DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in M DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target con_fvirt in module GFS_typedefs DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%zvir in module CCPP_typedefs DEBUG: Requested variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%f10m in module GFS_typedefs -DEBUG: Requested variable rime_factor in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%f_rimef in module GFS_typedefs -DEBUG: Requested variable rime_factor in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Interstitial(cdata%thrd_no)%f_rimef in module GFS_typedefs -DEBUG: Requested variable rime_factor in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Interstitial(cdata%thrd_no)%f_rimef in module GFS_typedefs DEBUG: Requested variable sea_area_fraction in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oceanfrac in module GFS_typedefs DEBUG: Requested variable sea_area_fraction in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oceanfrac in module GFS_typedefs DEBUG: Requested variable sea_area_fraction in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oceanfrac in module GFS_typedefs @@ -30652,6 +19250,7 @@ DEBUG: Requested variable sea_ice_concentration in MODULE_GFS_surface_composites DEBUG: Requested variable sea_ice_concentration in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs DEBUG: Requested variable sea_ice_concentration in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs DEBUG: Requested variable sea_ice_concentration in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs +DEBUG: Requested variable sea_ice_concentration in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs DEBUG: Requested variable sea_ice_concentration in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs DEBUG: Requested variable sea_ice_concentration in MODULE_flake_driver SCHEME_flake_driver SUBROUTINE_flake_driver_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs DEBUG: Requested variable sea_ice_concentration in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs @@ -30662,6 +19261,7 @@ DEBUG: Requested variable sea_ice_minimum in MODULE_sfc_sice SCHEME_sfc_sice SUB DEBUG: Requested variable sea_ice_temperature in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tisfc in module GFS_typedefs DEBUG: Requested variable sea_ice_temperature in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tisfc in module GFS_typedefs DEBUG: Requested variable sea_ice_temperature in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tisfc in module GFS_typedefs +DEBUG: Requested variable sea_ice_temperature in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tisfc in module GFS_typedefs DEBUG: Requested variable sea_ice_temperature in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tisfc in module GFS_typedefs DEBUG: Requested variable sea_ice_temperature_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tice in module GFS_typedefs DEBUG: Requested variable sea_ice_temperature_interstitial in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tice in module GFS_typedefs @@ -30693,6 +19293,7 @@ DEBUG: Requested variable sea_land_ice_mask_cice in MODULE_GFS_surface_generic_p DEBUG: Requested variable sea_land_ice_mask_cice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk_cice in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_in in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling%slimskin_cpl in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs @@ -30700,6 +19301,8 @@ DEBUG: Requested variable sea_land_ice_mask_real in MODULE_mynnsfc_wrapper SCHEM DEBUG: Requested variable sea_land_ice_mask_real in MODULE_sgscloud_radpre SCHEME_sgscloud_radpre SUBROUTINE_sgscloud_radpre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs @@ -30714,6 +19317,7 @@ DEBUG: Requested variable seed_random_numbers_lw in MODULE_rrtmg_lw SCHEME_rrtmg DEBUG: Requested variable seed_random_numbers_lw in MODULE_rrtmgp_lw_cloud_sampling SCHEME_rrtmgp_lw_cloud_sampling SUBROUTINE_rrtmgp_lw_cloud_sampling_run matched to target GFS_Data(cdata%blk_no)%Tbd%icsdlw in module GFS_typedefs DEBUG: Requested variable seed_random_numbers_sw in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Data(cdata%blk_no)%Tbd%icsdsw in module GFS_typedefs DEBUG: Requested variable seed_random_numbers_sw in MODULE_rrtmgp_sw_cloud_sampling SCHEME_rrtmgp_sw_cloud_sampling SUBROUTINE_rrtmgp_sw_cloud_sampling_run matched to target GFS_Data(cdata%blk_no)%Tbd%icsdsw in module GFS_typedefs +DEBUG: Requested variable sine_of_latitude in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%sinlat in module GFS_typedefs DEBUG: Requested variable sine_of_latitude in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Grid%sinlat in module GFS_typedefs DEBUG: Requested variable sine_of_latitude in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Grid%sinlat in module GFS_typedefs DEBUG: Requested variable sine_of_latitude in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Grid%sinlat in module GFS_typedefs @@ -30829,6 +19433,8 @@ DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_cire DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs +DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs +DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs DEBUG: Requested variable standard_deviation_of_subgrid_orography_small_scale in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%varss in module GFS_typedefs @@ -30868,9 +19474,9 @@ DEBUG: Requested variable surface_air_pressure in MODULE_flake_driver SCHEME_fla DEBUG: Requested variable surface_air_pressure in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs DEBUG: Requested variable surface_air_pressure in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs DEBUG: Requested variable surface_air_pressure in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs -DEBUG: Requested variable surface_air_pressure_at_previous_time_step in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,2) in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure_at_previous_timestep in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,GFS_Control%npsdelt) in module GFS_typedefs DEBUG: Requested variable surface_air_pressure_diag in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Data(cdata%blk_no)%Intdiag%psurf in module GFS_typedefs -DEBUG: Requested variable surface_air_pressure_two_time_steps_back in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,1) in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure_two_timesteps_back in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,GFS_Control%nps2delt) in module GFS_typedefs DEBUG: Requested variable surface_air_temperature_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfa in module GFS_typedefs DEBUG: Requested variable surface_air_temperature_for_radiation in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfa in module GFS_typedefs DEBUG: Requested variable surface_air_temperature_for_radiation in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfa in module GFS_typedefs @@ -30892,6 +19498,7 @@ DEBUG: Requested variable surface_albedo_due_to_near_IR_direct in MODULE_rrtmg_s DEBUG: Requested variable surface_albedo_perturbation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%alb1d in module GFS_typedefs DEBUG: Requested variable surface_albedo_perturbation in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%alb1d in module GFS_typedefs DEBUG: Requested variable surface_albedo_perturbation in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%alb1d in module GFS_typedefs +DEBUG: Requested variable surface_diffused_shortwave_albedo in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfalb in module GFS_typedefs DEBUG: Requested variable surface_diffused_shortwave_albedo in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfalb in module GFS_typedefs DEBUG: Requested variable surface_diffused_shortwave_albedo in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfalb in module GFS_typedefs DEBUG: Requested variable surface_diffused_shortwave_albedo in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfalb in module GFS_typedefs @@ -30899,18 +19506,22 @@ DEBUG: Requested variable surface_diffused_shortwave_albedo in MODULE_GFS_rrtmgp DEBUG: Requested variable surface_downwelling_diffuse_near_infrared_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirdfd in module GFS_typedefs DEBUG: Requested variable surface_downwelling_diffuse_near_infrared_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirdfd in module GFS_typedefs DEBUG: Requested variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirdfdi in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirdfdi in module GFS_typedefs DEBUG: Requested variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirdfdi in module GFS_typedefs DEBUG: Requested variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisdfd in module GFS_typedefs DEBUG: Requested variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisdfd in module GFS_typedefs DEBUG: Requested variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%visdfdi in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%visdfdi in module GFS_typedefs DEBUG: Requested variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%visdfdi in module GFS_typedefs DEBUG: Requested variable surface_downwelling_direct_near_infrared_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirbmd in module GFS_typedefs DEBUG: Requested variable surface_downwelling_direct_near_infrared_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirbmd in module GFS_typedefs DEBUG: Requested variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirbmdi in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirbmdi in module GFS_typedefs DEBUG: Requested variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirbmdi in module GFS_typedefs DEBUG: Requested variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisbmd in module GFS_typedefs DEBUG: Requested variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisbmd in module GFS_typedefs DEBUG: Requested variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%visbmdi in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%visbmdi in module GFS_typedefs DEBUG: Requested variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%visbmdi in module GFS_typedefs DEBUG: Requested variable surface_downwelling_longwave_flux in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dlwsfci in module GFS_typedefs DEBUG: Requested variable surface_downwelling_longwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dlwsfci in module GFS_typedefs @@ -30926,6 +19537,7 @@ DEBUG: Requested variable surface_downwelling_longwave_flux_absorbed_by_ground_o DEBUG: Requested variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in MODULE_flake_driver SCHEME_flake_driver SUBROUTINE_flake_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%gabsbdlw_ocean in module GFS_typedefs DEBUG: Requested variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%gabsbdlw_ocean in module GFS_typedefs DEBUG: Requested variable surface_downwelling_longwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcdlw in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux_on_radiation_time_step in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcdlw in module GFS_typedefs DEBUG: Requested variable surface_downwelling_longwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcdlw in module GFS_typedefs DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs @@ -30937,6 +19549,7 @@ DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_noahmpdrv DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_flake_driver SCHEME_flake_driver SUBROUTINE_flake_driver_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs DEBUG: Requested variable surface_downwelling_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcdsw in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcdsw in module GFS_typedefs DEBUG: Requested variable surface_downwelling_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcdsw in module GFS_typedefs DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq in module GFS_typedefs DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq in module GFS_typedefs @@ -31042,6 +19655,7 @@ DEBUG: Requested variable surface_ground_temperature_for_radiation in MODULE_rrt DEBUG: Requested variable surface_ground_temperature_for_radiation in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfg in module GFS_typedefs DEBUG: Requested variable surface_longwave_emissivity in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%semis in module GFS_typedefs DEBUG: Requested variable surface_longwave_emissivity in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Data(cdata%blk_no)%Radtend%semis in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%semis in module GFS_typedefs DEBUG: Requested variable surface_longwave_emissivity in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%semis in module GFS_typedefs DEBUG: Requested variable surface_longwave_emissivity_over_ice_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ice in module GFS_typedefs DEBUG: Requested variable surface_longwave_emissivity_over_ice_interstitial in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ice in module GFS_typedefs @@ -31058,6 +19672,7 @@ DEBUG: Requested variable surface_longwave_emissivity_over_ocean_interstitial in DEBUG: Requested variable surface_longwave_emissivity_over_ocean_interstitial in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ocean in module GFS_typedefs DEBUG: Requested variable surface_longwave_emissivity_over_ocean_interstitial in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ocean in module GFS_typedefs DEBUG: Requested variable surface_midlayer_air_temperature_in_longwave_radiation in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Radtend%tsflw in module GFS_typedefs +DEBUG: Requested variable surface_midlayer_air_temperature_in_longwave_radiation in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%tsflw in module GFS_typedefs DEBUG: Requested variable surface_midlayer_air_temperature_in_longwave_radiation in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%tsflw in module GFS_typedefs DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs @@ -31067,6 +19682,7 @@ DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_noahm DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs DEBUG: Requested variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcnsw in module GFS_typedefs +DEBUG: Requested variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcnsw in module GFS_typedefs DEBUG: Requested variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcnsw in module GFS_typedefs DEBUG: Requested variable surface_roughness_fraction_factor in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Control%z0fac in module GFS_typedefs DEBUG: Requested variable surface_roughness_length in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs @@ -31082,6 +19698,8 @@ DEBUG: Requested variable surface_roughness_length in MODULE_ysuvdif SCHEME_ysuv DEBUG: Requested variable surface_roughness_length in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs DEBUG: Requested variable surface_roughness_length in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs DEBUG: Requested variable surface_roughness_length in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs DEBUG: Requested variable surface_roughness_length in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs DEBUG: Requested variable surface_roughness_length in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs DEBUG: Requested variable surface_roughness_length_from_wave_model in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorlw in module GFS_typedefs @@ -31116,6 +19734,7 @@ DEBUG: Requested variable surface_runoff_flux in MODULE_lsm_ruc SCHEME_lsm_ruc S DEBUG: Requested variable surface_runoff_flux in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%runoff in module GFS_typedefs DEBUG: Requested variable surface_runoff_flux in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%runoff in module GFS_typedefs DEBUG: Requested variable surface_skin_temperature in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs DEBUG: Requested variable surface_skin_temperature in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs DEBUG: Requested variable surface_skin_temperature in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs DEBUG: Requested variable surface_skin_temperature in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs @@ -31191,6 +19810,8 @@ DEBUG: Requested variable surface_slope_classification_real in MODULE_GFS_surfac DEBUG: Requested variable surface_snow_area_fraction in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%snowc in module GFS_typedefs DEBUG: Requested variable surface_snow_area_fraction in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%snowc in module GFS_typedefs DEBUG: Requested variable surface_snow_area_fraction in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%snowc in module GFS_typedefs +DEBUG: Requested variable surface_snow_area_fraction_over_land in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%sncovr in module GFS_typedefs +DEBUG: Requested variable surface_snow_area_fraction_over_land in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%sncovr in module GFS_typedefs DEBUG: Requested variable surface_snow_area_fraction_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%sncovr in module GFS_typedefs DEBUG: Requested variable surface_snow_area_fraction_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%sncovr in module GFS_typedefs DEBUG: Requested variable surface_snow_area_fraction_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%sncovr in module GFS_typedefs @@ -31201,6 +19822,8 @@ DEBUG: Requested variable surface_snow_thickness_for_coupling in MODULE_sfc_cice DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_ice in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_ice in module GFS_typedefs @@ -31271,18 +19894,22 @@ DEBUG: Requested variable surface_upward_sensible_heat_flux_reduction_factor in DEBUG: Requested variable surface_upwelling_diffuse_near_infrared_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirdfu in module GFS_typedefs DEBUG: Requested variable surface_upwelling_diffuse_near_infrared_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirdfu in module GFS_typedefs DEBUG: Requested variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirdfui in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirdfui in module GFS_typedefs DEBUG: Requested variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirdfui in module GFS_typedefs DEBUG: Requested variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisdfu in module GFS_typedefs DEBUG: Requested variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisdfu in module GFS_typedefs DEBUG: Requested variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%visdfui in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%visdfui in module GFS_typedefs DEBUG: Requested variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%visdfui in module GFS_typedefs DEBUG: Requested variable surface_upwelling_direct_near_infrared_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirbmu in module GFS_typedefs DEBUG: Requested variable surface_upwelling_direct_near_infrared_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirbmu in module GFS_typedefs DEBUG: Requested variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirbmui in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirbmui in module GFS_typedefs DEBUG: Requested variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirbmui in module GFS_typedefs DEBUG: Requested variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisbmu in module GFS_typedefs DEBUG: Requested variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisbmu in module GFS_typedefs DEBUG: Requested variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%visbmui in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%visbmui in module GFS_typedefs DEBUG: Requested variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%visbmui in module GFS_typedefs DEBUG: Requested variable surface_upwelling_longwave_flux in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%ulwsfci in module GFS_typedefs DEBUG: Requested variable surface_upwelling_longwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%ulwsfci in module GFS_typedefs @@ -31329,9 +19956,13 @@ DEBUG: Requested variable surface_x_momentum_flux_for_coupling in MODULE_sfc_cic DEBUG: Requested variable surface_y_momentum_flux_for_coupling in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dvsfcin_cpl in module GFS_typedefs DEBUG: Requested variable surface_y_momentum_flux_for_coupling in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Coupling%dvsfcin_cpl in module GFS_typedefs DEBUG: Requested variable surface_y_momentum_flux_for_coupling in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Data(cdata%blk_no)%Coupling%dvsfcin_cpl in module GFS_typedefs +DEBUG: Requested variable sw_fluxes_sfc in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcfsw in module GFS_typedefs DEBUG: Requested variable sw_fluxes_sfc in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcfsw in module GFS_typedefs +DEBUG: Requested variable sw_fluxes_sfc in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcfsw in module GFS_typedefs DEBUG: Requested variable sw_fluxes_sfc in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcfsw in module GFS_typedefs +DEBUG: Requested variable sw_fluxes_top_atmosphere in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%topfsw in module GFS_typedefs DEBUG: Requested variable sw_fluxes_top_atmosphere in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Data(cdata%blk_no)%Intdiag%topfsw in module GFS_typedefs +DEBUG: Requested variable sw_fluxes_top_atmosphere in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%topfsw in module GFS_typedefs DEBUG: Requested variable sw_fluxes_top_atmosphere in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%topfsw in module GFS_typedefs DEBUG: Requested variable temperature_at_2m in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%t2m in module GFS_typedefs DEBUG: Requested variable temperature_at_2m in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%t2m in module GFS_typedefs @@ -31348,6 +19979,7 @@ DEBUG: Requested variable temperature_at_zero_celsius in MODULE_rascnv SCHEME_ra DEBUG: Requested variable temperature_at_zero_celsius in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_t0c in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%dtdt in module CCPP_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Radtend%lwhc in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%lwhc in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%lwhc in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%htlw0 in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%htlw0 in module GFS_typedefs @@ -31362,6 +19994,7 @@ DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%htlwc in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%htlwc in module GFS_typedefs @@ -31392,6 +20025,7 @@ DEBUG: Requested variable tendency_of_air_temperature_due_to_radiative_heating_o DEBUG: Requested variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Tbd%dtdtr in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%dtdtr in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Radtend%swhc in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%swhc in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%swhc in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%htsw0 in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%htsw0 in module GFS_typedefs @@ -31405,6 +20039,7 @@ DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_o DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%htswc in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%htswc in module GFS_typedefs @@ -31584,8 +20219,6 @@ DEBUG: Requested variable time_step_for_radiation in MODULE_GFS_rrtmgp_sw_post S DEBUG: Requested variable time_step_for_remapping_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%mdt in module CCPP_typedefs DEBUG: Requested variable top_layer_index_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%kmp in module CCPP_typedefs DEBUG: Requested variable top_layer_index_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target CCPP_interstitial%kmp in module CCPP_typedefs -DEBUG: Requested variable total_cloud_condensate_mixing_ratio_updated_by_physics in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%cwm in module GFS_typedefs -DEBUG: Requested variable total_cloud_condensate_mixing_ratio_updated_by_physics in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Interstitial(cdata%thrd_no)%cwm in module GFS_typedefs DEBUG: Requested variable total_cloud_fraction in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs DEBUG: Requested variable total_cloud_fraction in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs DEBUG: Requested variable total_cloud_fraction in MODULE_sgscloud_radpre SCHEME_sgscloud_radpre SUBROUTINE_sgscloud_radpre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs @@ -31604,6 +20237,7 @@ DEBUG: Requested variable total_runoff in MODULE_GFS_surface_generic_post SCHEME DEBUG: Requested variable total_runoff in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%runoff in module GFS_typedefs DEBUG: Requested variable tracer_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs DEBUG: Requested variable tracer_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs +DEBUG: Requested variable tracer_concentration in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs DEBUG: Requested variable tracer_concentration in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs DEBUG: Requested variable tracer_concentration in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs DEBUG: Requested variable tracer_concentration in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs @@ -31631,6 +20265,7 @@ DEBUG: Requested variable transpiration_flux in MODULE_noahmpdrv SCHEME_noahmpdr DEBUG: Requested variable turb_oro_form_drag_flag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%do_tofd in module GFS_typedefs DEBUG: Requested variable turbulent_kinetic_energy in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntke) in module GFS_typedefs DEBUG: Requested variable turbulent_kinetic_energy in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntke) in module GFS_typedefs +DEBUG: Requested variable upper_bound_on_max_albedo_over_deep_snow in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snoalb in module GFS_typedefs DEBUG: Requested variable upper_bound_on_max_albedo_over_deep_snow in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snoalb in module GFS_typedefs DEBUG: Requested variable upper_bound_on_max_albedo_over_deep_snow in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snoalb in module GFS_typedefs DEBUG: Requested variable upper_bound_on_max_albedo_over_deep_snow in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snoalb in module GFS_typedefs @@ -31647,7 +20282,9 @@ DEBUG: Requested variable upward_heat_flux_in_soil_over_land in MODULE_noahmpdrv DEBUG: Requested variable upward_heat_flux_in_soil_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_ocean in module GFS_typedefs DEBUG: Requested variable upward_heat_flux_in_soil_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_ocean in module GFS_typedefs DEBUG: Requested variable upward_heat_flux_in_soil_over_ocean in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_ocean in module GFS_typedefs +DEBUG: Requested variable variables_to_be_perturbed_for_landperts in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%lndp_var_list in module GFS_typedefs DEBUG: Requested variable variables_to_be_perturbed_for_landperts in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%lndp_var_list in module GFS_typedefs +DEBUG: Requested variable variables_to_be_perturbed_for_landperts in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Control%lndp_var_list in module GFS_typedefs DEBUG: Requested variable variables_to_be_perturbed_for_landperts in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Control%lndp_var_list in module GFS_typedefs DEBUG: Requested variable vegetation_area_fraction in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%vfrac in module GFS_typedefs DEBUG: Requested variable vegetation_area_fraction in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%vfrac in module GFS_typedefs @@ -31678,6 +20315,8 @@ DEBUG: Requested variable vertical_dimension in MODULE_GFS_PBL_generic_pre SCHEM DEBUG: Requested variable vertical_dimension in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%levs in module GFS_typedefs @@ -31739,6 +20378,8 @@ DEBUG: Requested variable vertical_dimension in MODULE_ozphys_2015 SCHEME_ozphys DEBUG: Requested variable vertical_dimension in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Control%levs in module GFS_typedefs @@ -31764,6 +20405,7 @@ DEBUG: Requested variable vertical_dimension_for_thickness_at_Lagrangian_surface DEBUG: Requested variable vertical_dimension_of_h2o_forcing_data in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Interstitial(cdata%thrd_no)%levh2o in module GFS_typedefs DEBUG: Requested variable vertical_dimension_of_ozone_forcing_data in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Interstitial(cdata%thrd_no)%levozp in module GFS_typedefs DEBUG: Requested variable vertical_dimension_of_ozone_forcing_data in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Interstitial(cdata%thrd_no)%levozp in module GFS_typedefs +DEBUG: Requested variable vertical_dimension_plus_one in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%levsp1 in module GFS_typedefs DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs @@ -31911,7 +20553,7 @@ DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer in DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%q1 in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%q1 in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,1,GFS_Control%ntqv) in module GFS_typedefs -DEBUG: Requested variable water_vapor_specific_humidity_at_previous_time_step in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,4) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_previous_timestep in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nqvdelt) in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs @@ -31919,7 +20561,7 @@ DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_MP_ge DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs -DEBUG: Requested variable water_vapor_specific_humidity_two_time_steps_back in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,2) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_two_timesteps_back in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nqv2delt) in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs @@ -31952,6 +20594,7 @@ DEBUG: Requested variable weights_for_stochastic_skeb_perturbation_of_y_wind in DEBUG: Requested variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%skebv_wts in module GFS_typedefs DEBUG: Requested variable weights_for_stochastic_sppt_perturbation in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Coupling%sppt_wts in module GFS_typedefs DEBUG: Requested variable weights_for_stochastic_sppt_perturbation_flipped in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sppt_wts in module GFS_typedefs +DEBUG: Requested variable weights_for_stochastic_surface_physics_perturbation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfc_wts in module GFS_typedefs DEBUG: Requested variable weights_for_stochastic_surface_physics_perturbation in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfc_wts in module GFS_typedefs DEBUG: Requested variable weights_for_stochastic_surface_physics_perturbation in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfc_wts in module GFS_typedefs DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs @@ -32121,12 +20764,13 @@ DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_ DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%xmu in module GFS_typedefs INFO: Generating list of Fortran modules containing CCPP type definitions ... INFO: Generating typedefs makefile/cmakefile snippet ... -INFO: Added 10 typedefs to /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_TYPEDEFS.sh +INFO: Added 10 typedefs to /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 146 schemes to /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_SCHEMES.mk, /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Added 146 schemes to /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk, /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh INFO: Generating suite and group caps ... DEBUG: Generating suite and group caps for suite FV3_GFS_2017_coupled... DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable vertical_sigma_coordinate_for_radiation_initialization +DEBUG: Adding dimension horizontal_loop_extent for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension adjusted_vertical_layer_dimension_for_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_bands_for_longwave_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_output_fields_for_longwave_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 @@ -32135,18 +20779,15 @@ DEBUG: Adding dimension number_of_aerosol_output_fields_for_shortwave_radiation DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding dimension ccpp_block_count for variable GFS_data_type_instance_all_blocks DEBUG: Adding dimension ccpp_block_count for variable GFS_data_type_instance_all_blocks -DEBUG: Adding dimension horizontal_dimension for variable fraction_of_ice_water_cloud -DEBUG: Adding dimension vertical_dimension for variable fraction_of_ice_water_cloud -DEBUG: Adding variable flag_for_microphysics_scheme for handling conditionals -DEBUG: Adding variable flag_for_fer_hires_microphysics_scheme for handling conditionals +DEBUG: Adding dimension vertical_dimension_plus_one for variable air_pressure_at_interface +DEBUG: Adding dimension number_of_aerosol_tracers_MG for variable aerosol_number_concentration_from_gocart_aerosol_climatology +DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding dimension number_of_aerosol_bands_for_shortwave_radiation for variable aerosol_optical_depth_for_shortwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_bands_for_longwave_radiation for variable aerosol_optical_depth_for_longwave_bands_01_16 -DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding variable flag_for_lw_clouds_without_sub_grid_approximation for handling conditionals DEBUG: Adding variable flag_for_sw_clouds_without_sub_grid_approximation for handling conditionals DEBUG: Adding dimension number_of_lines_of_namelist_filename_for_internal_file_reads for variable namelist_filename_for_internal_file_reads DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable a_parameter_of_the_hybrid_coordinate -DEBUG: Adding dimension horizontal_dimension for variable air_temperature DEBUG: Adding dimension vertical_dimension_plus_one for variable geopotential_at_interface DEBUG: Adding variable flag_for_chemistry_coupling for handling conditionals DEBUG: Adding variable flag_for_rrtmgp_radiation_scheme for handling conditionals @@ -32154,11 +20795,11 @@ DEBUG: Adding variable flag_for_land_surface_scheme for handling conditionals DEBUG: Adding variable flag_for_ruc_land_surface_scheme for handling conditionals DEBUG: Adding dimension vertical_dimension_minus_one for variable atmosphere_heat_diffusivity DEBUG: Adding variable gwd_opt for handling conditionals -DEBUG: Adding dimension horizontal_dimension for variable cellular_automata_global_pattern DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable vertical_sigma_coordinate_for_radiation_initialization DEBUG: Adding variable flag_for_chemistry_coupling for handling conditionals DEBUG: Generating suite and group caps for suite FV3_GFS_2017_satmedmf_coupled... DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable vertical_sigma_coordinate_for_radiation_initialization +DEBUG: Adding dimension horizontal_loop_extent for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension adjusted_vertical_layer_dimension_for_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_bands_for_longwave_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_output_fields_for_longwave_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 @@ -32167,18 +20808,15 @@ DEBUG: Adding dimension number_of_aerosol_output_fields_for_shortwave_radiation DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding dimension ccpp_block_count for variable GFS_data_type_instance_all_blocks DEBUG: Adding dimension ccpp_block_count for variable GFS_data_type_instance_all_blocks -DEBUG: Adding dimension horizontal_dimension for variable fraction_of_ice_water_cloud -DEBUG: Adding dimension vertical_dimension for variable fraction_of_ice_water_cloud -DEBUG: Adding variable flag_for_microphysics_scheme for handling conditionals -DEBUG: Adding variable flag_for_fer_hires_microphysics_scheme for handling conditionals +DEBUG: Adding dimension vertical_dimension_plus_one for variable air_pressure_at_interface +DEBUG: Adding dimension number_of_aerosol_tracers_MG for variable aerosol_number_concentration_from_gocart_aerosol_climatology +DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding dimension number_of_aerosol_bands_for_shortwave_radiation for variable aerosol_optical_depth_for_shortwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_bands_for_longwave_radiation for variable aerosol_optical_depth_for_longwave_bands_01_16 -DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding variable flag_for_lw_clouds_without_sub_grid_approximation for handling conditionals DEBUG: Adding variable flag_for_sw_clouds_without_sub_grid_approximation for handling conditionals DEBUG: Adding dimension number_of_lines_of_namelist_filename_for_internal_file_reads for variable namelist_filename_for_internal_file_reads DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable a_parameter_of_the_hybrid_coordinate -DEBUG: Adding dimension horizontal_dimension for variable air_temperature DEBUG: Adding dimension vertical_dimension_plus_one for variable geopotential_at_interface DEBUG: Adding variable flag_for_chemistry_coupling for handling conditionals DEBUG: Adding variable flag_for_rrtmgp_radiation_scheme for handling conditionals @@ -32186,7 +20824,6 @@ DEBUG: Adding variable flag_for_land_surface_scheme for handling conditionals DEBUG: Adding variable flag_for_ruc_land_surface_scheme for handling conditionals DEBUG: Adding dimension vertical_dimension_minus_one for variable atmosphere_heat_diffusivity DEBUG: Adding variable gwd_opt for handling conditionals -DEBUG: Adding dimension horizontal_dimension for variable cellular_automata_global_pattern DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable vertical_sigma_coordinate_for_radiation_initialization DEBUG: Adding variable flag_for_chemistry_coupling for handling conditionals DEBUG: Generating suite and group caps for suite FV3_GFS_v15p2_coupled... @@ -32194,6 +20831,7 @@ DEBUG: Adding dimension vertical_dimension_for_fast_physics_plus_one for variabl DEBUG: Adding dimension vertical_dimension_for_condensed_water_at_Lagrangian_surface for variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface DEBUG: Adding dimension vertical_dimension_for_cappa_at_Lagrangian_surface for variable cappa_moist_gas_constant_at_Lagrangian_surface DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable vertical_sigma_coordinate_for_radiation_initialization +DEBUG: Adding dimension horizontal_loop_extent for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension adjusted_vertical_layer_dimension_for_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_bands_for_longwave_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_output_fields_for_longwave_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 @@ -32202,18 +20840,15 @@ DEBUG: Adding dimension number_of_aerosol_output_fields_for_shortwave_radiation DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding dimension ccpp_block_count for variable GFS_data_type_instance_all_blocks DEBUG: Adding dimension ccpp_block_count for variable GFS_data_type_instance_all_blocks -DEBUG: Adding dimension horizontal_dimension for variable fraction_of_ice_water_cloud -DEBUG: Adding dimension vertical_dimension for variable fraction_of_ice_water_cloud -DEBUG: Adding variable flag_for_microphysics_scheme for handling conditionals -DEBUG: Adding variable flag_for_fer_hires_microphysics_scheme for handling conditionals +DEBUG: Adding dimension vertical_dimension_plus_one for variable air_pressure_at_interface +DEBUG: Adding dimension number_of_aerosol_tracers_MG for variable aerosol_number_concentration_from_gocart_aerosol_climatology +DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding dimension number_of_aerosol_bands_for_shortwave_radiation for variable aerosol_optical_depth_for_shortwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_bands_for_longwave_radiation for variable aerosol_optical_depth_for_longwave_bands_01_16 -DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding variable flag_for_lw_clouds_without_sub_grid_approximation for handling conditionals DEBUG: Adding variable flag_for_sw_clouds_without_sub_grid_approximation for handling conditionals DEBUG: Adding dimension number_of_lines_of_namelist_filename_for_internal_file_reads for variable namelist_filename_for_internal_file_reads DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable a_parameter_of_the_hybrid_coordinate -DEBUG: Adding dimension horizontal_dimension for variable air_temperature DEBUG: Adding dimension vertical_dimension_plus_one for variable geopotential_at_interface DEBUG: Adding variable flag_for_chemistry_coupling for handling conditionals DEBUG: Adding variable flag_for_rrtmgp_radiation_scheme for handling conditionals @@ -32221,19 +20856,18 @@ DEBUG: Adding variable flag_for_land_surface_scheme for handling conditionals DEBUG: Adding variable flag_for_ruc_land_surface_scheme for handling conditionals DEBUG: Adding dimension vertical_dimension_minus_one for variable atmosphere_heat_diffusivity DEBUG: Adding variable gwd_opt for handling conditionals -DEBUG: Adding dimension horizontal_dimension for variable cellular_automata_global_pattern DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable vertical_sigma_coordinate_for_radiation_initialization DEBUG: Adding variable flag_for_chemistry_coupling for handling conditionals -INFO: Generating static API ccpp_static_api.F90 in /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics ... +INFO: Generating static API ccpp_static_api.F90 in /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics ... INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 16 auto-generated caps to /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_CAPS.mk and /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_CAPS.cmake, /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/CCPP_CAPS.sh +INFO: Added 16 auto-generated caps to /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk and /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake, /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh INFO: CCPP prebuild step completed successfully. -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -+ ./build_ccpp.sh hera.intel /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk 'CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp' NO NO ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp ++ ./build_ccpp.sh hera.intel /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk 'CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp' NO NO MACHINE_ID=hera.intel is valid. Compilers set for hera.intel. Obtained ESMF_LIB=/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/lib from /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/lib/esmf.mk -Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -DNETCDF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=OFF' ... +Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp -DNETCDF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=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 @@ -32274,8 +20908,8 @@ Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/scratch2/BMC/gsd-fv3-dev/sun -- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp -- Enable OpenMP support for C/C++/Fortran compiler -- Got CCPP TYPEDEFS from cmakefile include file: gfs_typedefs.mod;mo_cloud_optics.mod;mo_optical_props.mod;ccpp_typedefs.mod;mo_gas_concentrations.mod;machine.mod;mo_source_functions.mod;module_radlw_parameters.mod;module_radsw_parameters.mod;mo_gas_optics_rrtmgp.mod --- Got CCPP SCHEMES from cmakefile include file: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sflx.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radcons.f90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_cice.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_diag.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/machine.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ozphys.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gscond.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_drv.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/dcyc2.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/h2o_def.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/machine.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/funcphys.f90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/aerclm_def.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_surface.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_diff.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/iounitdef.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/iccninterp.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ozinterp.f90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/mfscu.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/precpd.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cnvc90.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/samfaerosols.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/aerinterp.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/physcons.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/iccn_def.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/moninedmf.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gcycle.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/machine.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/set_soilveg.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/h2ophys.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_gases.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gwdps.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/mfpblt.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ozne_def.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/mfpbl.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radlw_main.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radsw_main.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src/ccpp_types.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/physcons.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/multi_gases.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/physparam.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/tridi.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_sice.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfcsub.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/machine.F;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radsw_param.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radlw_param.f;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_data.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src/ccpp_types.F90 --- Got CCPP CAPS from cmakefile include file: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 +-- Got CCPP SCHEMES from cmakefile include file: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 +-- Got CCPP CAPS from cmakefile include file: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -- Configuring done -- Generating done CMake Warning: @@ -32284,57 +20918,57 @@ CMake Warning: LEGACY_INTEL --- Build files have been written to: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build -make[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -S/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -B/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_progress_start /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/CMakeFiles /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/CMakeFiles/progress.marks +-- Build files have been written to: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build +make[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -S/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp -B/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_progress_start /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -Dependee "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". -Dependee "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +make[3]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_depends "Unix Makefiles" /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +Dependee "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Dependee "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". Scanning dependencies of target ccpp -make[3]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' [ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DDEBUG -O0 -g -fPIC -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DDEBUG -O0 -g -fPIC -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_types.mod framework/src/CMakeFiles/ccpp.dir/ccpp_types.mod.stamp Intel [ 1%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DDEBUG -O0 -g -fPIC -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DDEBUG -O0 -g -fPIC -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_api.mod framework/src/CMakeFiles/ccpp.dir/ccpp_api.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build [ 2%] Linking Fortran static library libccpp.a -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 /usr/bin/ar qc libccpp.a CMakeFiles/ccpp.dir/ccpp_types.F90.o CMakeFiles/ccpp.dir/ccpp_api.F90.o /usr/bin/ranlib libccpp.a -make[3]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' [ 2%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -Dependee "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". -Dependee "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +make[3]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_depends "Unix Makefiles" /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +Dependee "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Dependee "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". Scanning dependencies of target ccppphys -make[3]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' [ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_types.mod physics/CMakeFiles/ccppphys.dir/ccpp_types.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o.provides.build -[ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/machine.mod physics/CMakeFiles/ccppphys.dir/machine.mod.stamp Intel -[ 2%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/physcons.mod physics/CMakeFiles/ccppphys.dir/physcons.mod.stamp Intel -[ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ugwp_common.mod physics/CMakeFiles/ccppphys.dir/ugwp_common.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ugwp_conv_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_conv_init.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ugwp_fjet_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_fjet_init.mod.stamp Intel @@ -32342,116 +20976,116 @@ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/int /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ugwp_okw_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_okw_init.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ugwp_oro_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_oro_init.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ugwp_wmsdis_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_wmsdis_init.mod.stamp Intel -[ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_module.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_module.mod.stamp Intel -[ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gwdps.mod physics/CMakeFiles/ccppphys.dir/gwdps.mod.stamp Intel -[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp.mod.stamp Intel -[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_post.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_post.mod.stamp Intel -[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/cnvc90.mod physics/CMakeFiles/ccppphys.dir/cnvc90.mod.stamp Intel -[ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/dcyc2t3.mod physics/CMakeFiles/ccppphys.dir/dcyc2t3.mod.stamp Intel -[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/get_phi_fv3.mod physics/CMakeFiles/ccppphys.dir/get_phi_fv3.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/get_prs_fv3.mod physics/CMakeFiles/ccppphys.dir/get_prs_fv3.mod.stamp Intel -[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_post.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_pre.mod.stamp Intel -[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_post.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_pre.mod.stamp Intel -[ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_post.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_pre.mod.stamp Intel -[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_post.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_pre.mod.stamp Intel -[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_post.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_pre.mod.stamp Intel -[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mersenne_twister.mod physics/CMakeFiles/ccppphys.dir/mersenne_twister.mod.stamp Intel -[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_kind.mod physics/CMakeFiles/ccppphys.dir/mo_rte_kind.mod.stamp Intel -[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props_kernels.mod.stamp Intel -[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_util_array.mod physics/CMakeFiles/ccppphys.dir/mo_rte_util_array.mod.stamp Intel -[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props.mod.stamp Intel -[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_config.mod physics/CMakeFiles/ccppphys.dir/mo_rte_config.mod.stamp Intel -[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_cloud_optics.mod.stamp Intel -[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_string.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_string.mod.stamp Intel -[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_concentrations.mod physics/CMakeFiles/ccppphys.dir/mo_gas_concentrations.mod.stamp Intel -[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_source_functions.mod physics/CMakeFiles/ccppphys.dir/mo_source_functions.mod.stamp Intel -[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics.mod.stamp Intel -[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_kernels.mod.stamp Intel -[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_constants.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_constants.mod.stamp Intel -[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder_kernels.mod.stamp Intel -[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder.mod.stamp Intel -[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_rrtmgp.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_rrtmgp.mod.stamp Intel -[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/physparam.mod physics/CMakeFiles/ccppphys.dir/physparam.mod.stamp Intel -[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radlw_parameters.mod.stamp Intel -[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radsw_parameters.mod.stamp Intel -[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/parse_tracers.mod physics/CMakeFiles/ccppphys.dir/parse_tracers.mod.stamp Intel -[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_typedefs.mod physics/CMakeFiles/ccppphys.dir/gfs_typedefs.mod.stamp Intel -[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson_make_number_concentrations.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson_make_number_concentrations.mod.stamp Intel -[ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_1.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_1.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_2.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_2.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_3.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_3.mod.stamp Intel @@ -32459,124 +21093,124 @@ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/int /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_phys_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_phys_reset.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_reset.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_update.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_update.mod.stamp Intel -[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_inter.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_inter.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_post.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_pre.mod.stamp Intel -[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/surface_perturbation.mod physics/CMakeFiles/ccppphys.dir/surface_perturbation.mod.stamp Intel -[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_post.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_pre.mod.stamp Intel -[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part1.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part1.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part2.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part2.mod.stamp Intel -[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/funcphys.mod physics/CMakeFiles/ccppphys.dir/funcphys.mod.stamp Intel [ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/hedmf.mod physics/CMakeFiles/ccppphys.dir/hedmf.mod.stamp Intel [ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg.mod physics/CMakeFiles/ccppphys.dir/namelist_soilveg.mod.stamp Intel -[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_mod.mod physics/CMakeFiles/ccppphys.dir/set_soilveg_mod.mod.stamp Intel [ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/lsm_noah.mod physics/CMakeFiles/ccppphys.dir/lsm_noah.mod.stamp Intel -[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/maximum_hourly_diagnostics.mod physics/CMakeFiles/ccppphys.dir/maximum_hourly_diagnostics.mod.stamp Intel -[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ozphys.mod physics/CMakeFiles/ccppphys.dir/ozphys.mod.stamp Intel -[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/rayleigh_damp.mod physics/CMakeFiles/ccppphys.dir/rayleigh_damp.mod.stamp Intel -[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/samfcnv_aerosols.mod physics/CMakeFiles/ccppphys.dir/samfcnv_aerosols.mod.stamp Intel -[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/samfdeepcnv.mod physics/CMakeFiles/ccppphys.dir/samfdeepcnv.mod.stamp Intel -[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/samfshalcnv.mod physics/CMakeFiles/ccppphys.dir/samfshalcnv.mod.stamp Intel [ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/sfc_cice.mod physics/CMakeFiles/ccppphys.dir/sfc_cice.mod.stamp Intel [ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag.mod physics/CMakeFiles/ccppphys.dir/sfc_diag.mod.stamp Intel -[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag_post.mod physics/CMakeFiles/ccppphys.dir/sfc_diag_post.mod.stamp Intel -[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/sfc_diff.mod physics/CMakeFiles/ccppphys.dir/sfc_diff.mod.stamp Intel [ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/sfc_ocean.mod physics/CMakeFiles/ccppphys.dir/sfc_ocean.mod.stamp Intel -[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/sfc_sice.mod physics/CMakeFiles/ccppphys.dir/sfc_sice.mod.stamp Intel -[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_gscond.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_gscond.mod.stamp Intel -[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_precpd.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_precpd.mod.stamp Intel -[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_physics_cap.mod.stamp Intel -[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def.mod physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel -[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef.mod physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel -[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols.mod physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel -[ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_post.mod.stamp Intel -[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_mp_radar.mod physics/CMakeFiles/ccppphys.dir/module_mp_radar.mod.stamp Intel -[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson.mod.stamp Intel +[ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def.mod physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel +[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef.mod physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel +[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols.mod physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel [ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_astronomy.mod physics/CMakeFiles/ccppphys.dir/module_radiation_astronomy.mod.stamp Intel [ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_microphysics.mod physics/CMakeFiles/ccppphys.dir/module_microphysics.mod.stamp Intel [ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_clouds.mod physics/CMakeFiles/ccppphys.dir/module_radiation_clouds.mod.stamp Intel -[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ozne_def.mod physics/CMakeFiles/ccppphys.dir/ozne_def.mod.stamp Intel -[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_gases.mod physics/CMakeFiles/ccppphys.dir/module_radiation_gases.mod.stamp Intel [ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/radcons.mod physics/CMakeFiles/ccppphys.dir/radcons.mod.stamp Intel -[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_pre.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_rad_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_rad_reset.mod.stamp Intel [ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_avplank.mod physics/CMakeFiles/ccppphys.dir/module_radlw_avplank.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_cldprlw.mod physics/CMakeFiles/ccppphys.dir/module_radlw_cldprlw.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb01.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb01.mod.stamp Intel @@ -32596,20 +21230,20 @@ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/int /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb15.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb15.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb16.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radlw_ref.mod.stamp Intel -[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw.mod.stamp Intel -[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_post.mod.stamp Intel -[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_surface.mod physics/CMakeFiles/ccppphys.dir/module_radiation_surface.mod.stamp Intel -[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_pre.mod.stamp Intel -[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_cldprtb.mod physics/CMakeFiles/ccppphys.dir/module_radsw_cldprtb.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb16.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb17.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb17.mod.stamp Intel @@ -32627,123 +21261,123 @@ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/int /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb29.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb29.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radsw_ref.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_sflux.mod physics/CMakeFiles/ccppphys.dir/module_radsw_sflux.mod.stamp Intel -[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw.mod.stamp Intel -[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_post.mod.stamp Intel [ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_pre.mod.stamp Intel [ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod.stamp Intel [ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_stochastics.mod physics/CMakeFiles/ccppphys.dir/gfs_stochastics.mod.stamp Intel [ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod.stamp Intel -[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/aerinterp.mod physics/CMakeFiles/ccppphys.dir/aerinterp.mod.stamp Intel -[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/h2o_def.mod physics/CMakeFiles/ccppphys.dir/h2o_def.mod.stamp Intel -[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/h2ointerp.mod physics/CMakeFiles/ccppphys.dir/h2ointerp.mod.stamp Intel -[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/iccn_def.mod physics/CMakeFiles/ccppphys.dir/iccn_def.mod.stamp Intel -[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/iccninterp.mod physics/CMakeFiles/ccppphys.dir/iccninterp.mod.stamp Intel -[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ozinterp.mod physics/CMakeFiles/ccppphys.dir/ozinterp.mod.stamp Intel -[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_phys_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_phys_time_vary.mod.stamp Intel -[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_rad_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_rad_time_vary.mod.stamp Intel -[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_setup.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_setup.mod.stamp Intel -[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfs_time_vary_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_time_vary_pre.mod.stamp Intel -[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod.stamp Intel -[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_cap.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build -[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdif.mod physics/CMakeFiles/ccppphys.dir/satmedmfvdif.mod.stamp Intel -[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod.stamp Intel -[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod.stamp Intel -[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod.stamp Intel -[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod.stamp Intel -[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build -[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_typedefs.mod physics/CMakeFiles/ccppphys.dir/ccpp_typedefs.mod.stamp Intel -[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys_mod.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys_mod.mod.stamp Intel -[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/fv_sat_adj.mod physics/CMakeFiles/ccppphys.dir/fv_sat_adj.mod.stamp Intel -[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod.stamp Intel -[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/h2ophys.mod physics/CMakeFiles/ccppphys.dir/h2ophys.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ozphys_2015.mod physics/CMakeFiles/ccppphys.dir/ozphys_2015.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod.stamp Intel -[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod.stamp Intel -[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod.stamp Intel -[ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod.stamp Intel -[ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_cap.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build @@ -32799,8 +21433,8 @@ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/int /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build -[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_multi_gases_mod.mod physics/CMakeFiles/ccppphys.dir/ccpp_multi_gases_mod.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build @@ -32855,130 +21489,130 @@ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/int /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build -[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/sfccyc_module.mod physics/CMakeFiles/ccppphys.dir/sfccyc_module.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o.provides.build /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build -[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/sso_coorde.mod physics/CMakeFiles/ccppphys.dir/sso_coorde.mod.stamp Intel /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o.provides.build -[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_data.F90 -o CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90 -o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_copy_f90_mod physics/ccpp_data.mod physics/CMakeFiles/ccppphys.dir/ccpp_data.mod.stamp Intel -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o.provides.build -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build -[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o.provides.build +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o [ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o [100%] Linking Fortran static library libccppphys.a -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 -/usr/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 +/usr/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /usr/bin/ranlib libccppphys.a -make[3]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_progress_start /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/CMakeFiles 0 -make[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -make[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -S/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -B/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_progress_start /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/CMakeFiles /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/CMakeFiles/progress.marks +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_progress_start /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 +make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +make[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -S/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp -B/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_progress_start /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/framework/src /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_depends "Unix Makefiles" /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/framework/src /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make[3]: Nothing to be done for `framework/src/CMakeFiles/ccpp.dir/build'. -make[3]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' [ 2%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_depends "Unix Makefiles" /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/physics /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build && /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_depends "Unix Makefiles" /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/physics /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make[3]: Nothing to be done for `physics/CMakeFiles/ccppphys.dir/build'. -make[3]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[3]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_progress_start /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/CMakeFiles 0 +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' +/apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -E cmake_progress_start /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' make[2]: Nothing to be done for `preinstall'. -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' Install the project... /apps/spack/linux-centos7-x86_64/gcc-4.8.5/cmake-3.16.1-pujkqsxrn5sipm422gxshrq27d3miagd/bin/cmake -P cmake_install.cmake -- Install configuration: "Debug" --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib/libccpp.a --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib/cmake/ccpp-config.cmake --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib/cmake/ccpp-config-debug.cmake --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_types.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_api.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib/libccppphys.a --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib/cmake/ccppphys-config.cmake --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib/cmake/ccppphys-config-debug.cmake --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/gfs_typedefs.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/mo_cloud_optics.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/mo_optical_props.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_typedefs.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/mo_gas_concentrations.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/machine.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/mo_source_functions.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/module_radlw_parameters.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/module_radsw_parameters.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod --- Installing: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod -make[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build' -+ test -d /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -+ test -d /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs ; \ -exec gmake CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" all +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib/libccpp.a +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config.cmake +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config-debug.cmake +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_types.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_api.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib/libccppphys.a +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config.cmake +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config-debug.cmake +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/gfs_typedefs.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/mo_cloud_optics.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/mo_optical_props.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_typedefs.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/mo_gas_concentrations.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/machine.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/mo_source_functions.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/module_radlw_parameters.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/module_radsw_parameters.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod +-- Installing: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod +make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build' ++ test -d /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include ++ test -d /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs ; \ +exec gmake CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" all Currently Loaded Modules: 1) sutils/default 14) esmf/8_1_0_beta_snapshot_27-debug @@ -32997,213 +21631,221 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs' -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -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 @@ -33291,18 +21933,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL" -mv fms.mk "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs' -test -d /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" into /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL on hera -cp -fp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems \ - "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3"/conf/configure.fv3 -cp -fp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems \ - "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3"/conf/modules.fv3 -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 COMP_BINDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" nemsinstall +mkdir -p "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL" +mv fms.mk "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs' +test -d /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL +Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" into /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL on hera +cp -fp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems \ + "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3"/conf/configure.fv3 +cp -fp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems \ + "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3"/conf/modules.fv3 +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 COMP_BINDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" nemsinstall Currently Loaded Modules: 1) sutils/default 14) esmf/8_1_0_beta_snapshot_27-debug @@ -33321,53 +21963,78 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' -gmake -C cpl FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' +gmake -C cpl FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl' +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -c module_cap_cpl.F90 +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics' +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics' -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -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/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics' +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +fpp: warning: macro redefined: _OPENMP +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -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/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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/mersenne_twister.o physics/namelist_soilveg.o physics/physparam.o physics/set_soilveg.o physics/noahmp_tables.o physics/GFDL_parse_tracers.o physics/physcons.o CCPP_layer/CCPP_data.o ../ccpp/physics/ccpp_static_api.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_restart.o ar: creating libgfsphys.a a - physics/mersenne_twister.o @@ -33383,65 +22050,89 @@ a - GFS_layer/GFS_abstraction_layer.o a - GFS_layer/GFS_diagnostics.o a - GFS_layer/GFS_driver.o a - GFS_layer/GFS_restart.o -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics' -gmake -C ccpp/driver FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics' +gmake -C ccpp/driver FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build CCPP layer ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver' +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver' Build CCPP layer ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver' -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP CCPP_driver.F90 > CCPP_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver' +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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP CCPP_driver.F90 > CCPP_driver.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o ar rv libccppdriver.a CCPP_driver.o ar: creating libccppdriver.a a - CCPP_driver.o -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver' -gmake -C ipd FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver' +gmake -C ipd FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd' +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd' -gmake -C io FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd' +gmake -C io FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include] -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io' +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include] -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -c module_fv3_io_def.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nemsio/2.5.2/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -c module_wrt_grid_comp.F90 +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -c module_fv3_io_def.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nemsio/2.5.2/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 @@ -33454,65 +22145,73 @@ 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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere' +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -c model/fv_arrays.F90 -o model/fv_arrays.o +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -33558,52 +22257,60 @@ 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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/stochastic_physics' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/stochastic_physics' Building dependencies ... -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/stochastic_physics' +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/stochastic_physics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c kinddef.F90 -o kinddef.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c glats_stochy.f -o glats_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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c mpi_wrapper.F90 -o mpi_wrapper.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c halo_exchange.fv3.F90 -o halo_exchange.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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c lndp_apply_perts.F90 -o lndp_apply_perts.o +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/stochastic_physics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c kinddef.F90 -o kinddef.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c glats_stochy.f -o glats_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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c mpi_wrapper.F90 -o mpi_wrapper.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c halo_exchange.fv3.F90 -o halo_exchange.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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c lndp_apply_perts.F90 -o lndp_apply_perts.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 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 plumes.o kinddef.o mpi_wrapper.o halo_exchange.fv3.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 cellular_automata_global.o cellular_automata_sgs.o update_ca.o lndp_apply_perts.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -33640,25 +22347,25 @@ a - cellular_automata_global.o a - cellular_automata_sgs.o a - update_ca.o a - lndp_apply_perts.o -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/stochastic_physics' -gmake -C stochastic_physics FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/stochastic_physics' +gmake -C stochastic_physics FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 io ... $ESMF_INC is [-I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include] -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/stochastic_physics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I ../../stochastic_physics -I../ccpp/physics -I../ccpp/build/physics -I../atmos_cubed_sphere -c stochastic_physics_wrapper.F90 -o stochastic_physics_wrapper.o +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/stochastic_physics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I ../../stochastic_physics -I../ccpp/physics -I../ccpp/build/physics -I../atmos_cubed_sphere -c stochastic_physics_wrapper.F90 -o stochastic_physics_wrapper.o ar rv libstochastic_physics_wrapper.a stochastic_physics_wrapper.o ar: creating libstochastic_physics_wrapper.a a - stochastic_physics_wrapper.o -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 @@ -33666,24 +22373,24 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' -gmake esmf_make_fragment FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' +gmake esmf_make_fragment FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' -Installation into "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' +Installation into "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' -test -d /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -rm -fr /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/exec -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface" COMP_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="hera" DEBUG=Y ; \ +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' +test -d /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL +rm -fr /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/exec +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="hera" DEBUG=Y ; \ set -e ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface ; \ -./compile.sh --platform hera --fms-dir "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL" +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface ; \ +./compile.sh --platform hera --fms-dir "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL" Currently Loaded Modules: 1) sutils/default 14) esmf/8_1_0_beta_snapshot_27-debug @@ -33702,9 +22409,9 @@ Currently Loaded Modules: -Will use FMS from: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL +Will use FMS from: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL ++ pwd -+ BASEDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface ++ BASEDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface + MACHINE_ID=hera + COMPILE_OPTION=hera-intel.mk + DEBUG=Y @@ -33719,262 +22426,270 @@ MOM6 compile.sh ... DEBUG=1, REPRO= + [[ 1 == 1 ]] + echo 'compile MOM6 library ...' compile MOM6 library ... -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface + mkdir -p build/intel/MOM6_LIB/repro + cd build/intel/MOM6_LIB/repro + [[ -f path_names ]] + rm -f path_names + echo 'generating file_paths ...' generating file_paths ... -+ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/mkmf/bin/list_paths /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ice_shelf/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/initialization/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ocean_data_assim/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ocean_data_assim/core/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic/ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 ++ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/mkmf/bin/list_paths /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic/ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 A list of the files you checked out is in the file path_names. + echo 'generating makefile ...' generating makefile ... -+ /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/mkmf/bin/mkmf -t /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/mkmf/templates/hera-intel.mk -p lib_ocean.a -o -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL path_names ++ /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/mkmf/bin/mkmf -t /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/mkmf/templates/hera-intel.mk -p lib_ocean.a -o -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL path_names +perl: warning: Setting locale failed. +perl: warning: Please check that your locale settings: + LANGUAGE = (unset), + LC_ALL = (unset), + LC_CTYPE = "UTF-8", + LANG = (unset) + are supported and installed on your system. +perl: warning: Falling back to the standard locale ("C"). ........................................................................................................................................................................................................................................... Makefile is ready. + echo 'compiling MOM6 library...' compiling MOM6 library... + make NETCDF=4 REPRO= DEBUG=1 lib_ocean.a -make[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/build/intel/MOM6_LIB/repro' -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_error_handler.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_array_transform.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_cpu_clock.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_time_manager.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_string_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/polynomial_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/PLM_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_math.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_safe_alloc.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_diag_vkernels.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/PCM_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/coord_zlike.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/coord_sigma.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_diag_manager_wrapper.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_intrinsic_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_constants.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_coms.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_document.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/regrid_solvers.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/regrid_consts.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_file_parser.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/MOM_TFreeze.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/regrid_edge_values.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_background.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_domains.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_unit_scaling.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/PPM_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/PQM_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/P1M_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/P3M_functions.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_params.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_verticalGrid.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/MOM_remapping.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_hor_index.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/regrid_interp.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_linear.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_checksums.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_grid.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_dyn_horgrid.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_random.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_io.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_spatial_means.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/baroclinic_zone_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_transcribe_grid.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ice_shelf/user_shelf_init.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/MOM_debugging.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_get_input.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_transform_FMS.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/initialization/MOM_grid_initialize.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/initialization/MOM_shared_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_write_cputime.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/coord_hycom.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/coord_rho.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/coord_slight.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_tracer_Z_init.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_variables.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_restart.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/coord_adapt.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_horizontal_regridding.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_interface_heights.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_checksum_packages.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_isopycnal_slopes.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/adjustment_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/Rossby_front_2d_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/soliton_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/MOM_regridding.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_diag_remap.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework/MOM_diag_mediator.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_opacity.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_tracer_registry.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_sponge.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/MOM_wave_structure.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/user_change_diffusivity.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/MOM_wave_speed.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_PressureForce_Montgomery.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/MOM_PointAccel.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/lock_exchange_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/external_gwave_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_forcing_type.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_open_boundary.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/BFB_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/benchmark_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/Neverland_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/sloshing_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/seamount_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/Phillips_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/dense_water_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/circle_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/RGC_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/ISOMIP_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/DOME2d_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/dumbbell_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/MOM_diagnostics.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_tracer_diabatic.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/MOM_wave_interface.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/SCM_CVMix_tests.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_offline_aux.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ice_shelf/MOM_marine_ice.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/MOM_controlled_forcing.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/Idealized_Hurricane.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/tracer_example.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/DOME_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/ISOMIP_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/RGC_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/ideal_age_example.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/dye_example.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/oil_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/advection_test_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/dyed_obc_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ALE/MOM_ALE.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/pseudo_salt_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/boundary_impulse_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/user_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_barotropic.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/tidal_bay_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/Kelvin_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/shelfwave_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/dyed_channel_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_continuity_PPM.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_CoriolisAdv.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/DOME_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/dyed_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/supercritical_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_tracer_advect.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/initialization/MOM_coord_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_boundary_update.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/initialization/MOM_fixed_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/initialization/MOM_state_initialization.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_generic_tracer.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_tracer_flow_control.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_PressureForce.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_continuity.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/dumbbell_surface_forcing.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/diagnostics/MOM_sum_output.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/user_revise_forcing.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/user/BFB_surface_forcing.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_offline_main.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_dynamics_split_RK2.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_neutral_diffusion.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/tracer/MOM_tracer_hor_diff.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM_unit_tests.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/core/MOM.F90 -mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -c -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/dynamic -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/src/framework /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 -ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_cpu_clock.o MOM_checksums.o gsw_mod_gibbs_ice_coefficients.o MOM_array_transform.o cvmix_math.o dumbbell_surface_forcing.o user_initialization.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o MOM_random.o ocean_da_types.o baroclinic_zone_initialization.o MOM_ice_shelf_dynamics.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_open_boundary.o MOM_set_viscosity.o MOM_tracer_hor_diff.o cvmix_shear.o MOM_full_convection.o MOM_regularize_layers.o MOM_string_functions.o mom_ocean_model_nuopc.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o gsw_chem_potential_water_t_exact.o MOM_transform_FMS.o PLM_functions.o MOM_EOS.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_state_initialization.o coord_rho.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_safe_alloc.o MOM_restart.o MOM_coord_initialization.o MOM_intrinsic_functions.o MOM_continuity.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o MOM_OCMIP2_CFC.o gsw_ct_freezing_exact.o MOM_time_manager.o MOM_diag_manager_wrapper.o MOM_obsolete_params.o regrid_interp.o MOM_checksum_packages.o dumbbell_initialization.o MOM_EOS_NEMO.o MOM_CVMix_conv.o MOM_dyn_horgrid.o gsw_mod_freezing_poly_coefficients.o gsw_pt0_from_t.o MOM_wave_structure.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o MOM_unit_scaling.o tidal_bay_initialization.o MOM_EOS_Wright.o PPM_functions.o gsw_gibbs.o supercritical_initialization.o user_change_diffusivity.o MOM_tracer_registry.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o coord_zlike.o gsw_gibbs_ice.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_MEKE_types.o MOM_error_handler.o MOM_CVMix_ddiff.o MOM_PointAccel.o gsw_pt_from_ct.o gsw_gibbs_pt0_pt0.o dyed_channel_initialization.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o gsw_t_freezing_exact.o regrid_consts.o MOM_diag_mediator.o MOM_thickness_diffuse.o gsw_rho_second_derivatives.o MOM_file_parser.o MOM_wave_speed.o ISOMIP_initialization.o MOM_unit_tests.o polynomial_functions.o MOM_offline_main.o ideal_age_example.o user_shelf_init.o DOME_initialization.o MOM_set_diffusivity.o gsw_rho_first_derivatives.o gsw_specvol_first_derivatives.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o MOM_neutral_diffusion.o BFB_surface_forcing.o coord_sigma.o write_ocean_obs.o advection_test_tracer.o dyed_obcs_initialization.o pseudo_salt_tracer.o MOM_EOS_UNESCO.o seamount_initialization.o MOM_dynamics_unsplit.o MOM_PressureForce.o MOM_verticalGrid.o MOM_diagnostics.o gsw_mod_specvol_coefficients.o gsw_mod_toolbox.o MOM_regridding.o MOM_boundary_update.o MOM_barotropic.o coord_adapt.o MOM_forcing_type.o soliton_initialization.o MOM_tracer_Z_init.o Kelvin_initialization.o MOM_controlled_forcing.o MOM_bulk_mixed_layer.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o gsw_sr_from_sp.o MOM_shared_initialization.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_generic_tracer.o MOM_lateral_boundary_diffusion.o MOM_bkgnd_mixing.o MOM_kappa_shear.o circle_obcs_initialization.o MOM_ALE_sponge.o gsw_entropy_part.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o MOM_ice_shelf_state.o P1M_functions.o gsw_mod_teos10_constants.o MOM_ALE.o MOM_PressureForce_analytic_FV.o boundary_impulse_tracer.o MOM_lateral_mixing_coeffs.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o Idealized_Hurricane.o MOM_diag_remap.o gsw_mod_kinds.o MOM_write_cputime.o MOM_domains.o Neverland_initialization.o MOM_sponge.o MOM_tidal_mixing.o oil_tracer.o MOM_continuity_PPM.o gsw_pt_from_t.o MOM.o dense_water_initialization.o MOM_entrain_diffusive.o MOM_EOS_linear.o Phillips_initialization.o MOM_internal_tide_input.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o MOM_marine_ice.o MOM_debugging.o kdtree.o gsw_rho.o MOM_document.o dyed_obc_tracer.o MOM_variables.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o adjustment_initialization.o MOM_constants.o MOM_tracer_flow_control.o MOM_coms.o shelfwave_initialization.o cvmix_background.o MOM_diabatic_driver.o gsw_ct_from_pt.o MOM_horizontal_regridding.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_remapping.o MOM_spatial_means.o benchmark_initialization.o lock_exchange_initialization.o dye_example.o MOM_io.o RGC_tracer.o MOM_ice_shelf.o mom_surface_forcing_nuopc.o cvmix_tidal.o cvmix_ddiff.o gsw_specvol_second_derivatives.o MOM_obsolete_diagnostics.o gsw_ct_freezing_poly.o MOM_sum_output.o MOM_PressureForce_Montgomery.o MOM_isopycnal_slopes.o gsw_t_deriv_chem_potential_water_t_exact.o +make[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_error_handler.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_array_transform.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_cpu_clock.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_time_manager.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_string_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/polynomial_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PLM_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_math.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_safe_alloc.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_vkernels.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PCM_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_consts.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_zlike.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_sigma.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_manager_wrapper.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_intrinsic_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_constants.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_coms.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_document.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_solvers.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_edge_values.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_file_parser.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_TFreeze.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PPM_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PQM_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P1M_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P3M_functions.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_background.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_remapping.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_params.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_domains.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_unit_scaling.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_interp.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_verticalGrid.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_hor_index.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_linear.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_checksums.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_grid.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_dyn_horgrid.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_random.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_io.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_spatial_means.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/baroclinic_zone_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_transcribe_grid.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/user_shelf_init.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_debugging.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_get_input.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_transform_FMS.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_grid_initialize.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_shared_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_write_cputime.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_hycom.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_rho.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_slight.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_restart.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_Z_init.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_variables.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_adapt.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_horizontal_regridding.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_interface_heights.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_checksum_packages.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_isopycnal_slopes.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/adjustment_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/Rossby_front_2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/soliton_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_regridding.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_remap.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_mediator.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_opacity.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_registry.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_sponge.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_structure.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_change_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_speed.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_Montgomery.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_PointAccel.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/lock_exchange_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/external_gwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_forcing_type.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_open_boundary.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/benchmark_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/Neverland_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/sloshing_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/seamount_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/Phillips_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/dense_water_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/circle_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/RGC_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/ISOMIP_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_diabatic.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_wave_interface.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/SCM_CVMix_tests.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_aux.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_marine_ice.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_controlled_forcing.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/Idealized_Hurricane.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/tracer_example.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/DOME_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ISOMIP_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/RGC_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ideal_age_example.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dye_example.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/oil_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/advection_test_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dyed_obc_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_ALE.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/pseudo_salt_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/boundary_impulse_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_barotropic.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/tidal_bay_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/Kelvin_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/shelfwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_channel_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity_PPM.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_CoriolisAdv.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/supercritical_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_advect.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_coord_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_boundary_update.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_fixed_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_state_initialization.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_generic_tracer.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_flow_control.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_sum_output.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_revise_forcing.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_main.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_split_RK2.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_neutral_diffusion.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_hor_diff.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_unit_tests.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM.F90 +mpiifort -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch1/NCEPDEV/global/gwv/l819/lib/EXTERNAL/LOCAL_EXTERN/hdf5-1.8.18/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -c -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/src/framework /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 +ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_checksums.o MOM_cpu_clock.o gsw_mod_gibbs_ice_coefficients.o MOM_array_transform.o cvmix_math.o dumbbell_surface_forcing.o user_initialization.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o MOM_random.o ocean_da_types.o baroclinic_zone_initialization.o MOM_ice_shelf_dynamics.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_open_boundary.o MOM_set_viscosity.o MOM_tracer_hor_diff.o cvmix_shear.o MOM_full_convection.o MOM_regularize_layers.o MOM_string_functions.o mom_ocean_model_nuopc.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o gsw_chem_potential_water_t_exact.o MOM_transform_FMS.o PLM_functions.o MOM_EOS.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_state_initialization.o coord_rho.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_safe_alloc.o MOM_restart.o MOM_coord_initialization.o MOM_intrinsic_functions.o MOM_continuity.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o MOM_OCMIP2_CFC.o gsw_ct_freezing_exact.o MOM_time_manager.o MOM_diag_manager_wrapper.o MOM_obsolete_params.o regrid_interp.o MOM_checksum_packages.o dumbbell_initialization.o MOM_EOS_NEMO.o MOM_CVMix_conv.o MOM_dyn_horgrid.o gsw_mod_freezing_poly_coefficients.o gsw_pt0_from_t.o MOM_wave_structure.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o MOM_unit_scaling.o tidal_bay_initialization.o MOM_EOS_Wright.o gsw_gibbs.o PPM_functions.o user_change_diffusivity.o supercritical_initialization.o MOM_tracer_registry.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o coord_zlike.o gsw_gibbs_ice.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_MEKE_types.o MOM_error_handler.o MOM_CVMix_ddiff.o MOM_PointAccel.o gsw_gibbs_pt0_pt0.o gsw_pt_from_ct.o dyed_channel_initialization.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o gsw_t_freezing_exact.o regrid_consts.o MOM_diag_mediator.o MOM_thickness_diffuse.o gsw_rho_second_derivatives.o MOM_file_parser.o MOM_wave_speed.o ISOMIP_initialization.o MOM_unit_tests.o polynomial_functions.o ideal_age_example.o MOM_offline_main.o user_shelf_init.o DOME_initialization.o MOM_set_diffusivity.o gsw_rho_first_derivatives.o gsw_specvol_first_derivatives.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o MOM_neutral_diffusion.o BFB_surface_forcing.o coord_sigma.o write_ocean_obs.o advection_test_tracer.o dyed_obcs_initialization.o pseudo_salt_tracer.o MOM_EOS_UNESCO.o seamount_initialization.o MOM_dynamics_unsplit.o MOM_PressureForce.o MOM_verticalGrid.o MOM_diagnostics.o gsw_mod_specvol_coefficients.o gsw_mod_toolbox.o MOM_regridding.o MOM_boundary_update.o MOM_barotropic.o coord_adapt.o MOM_forcing_type.o soliton_initialization.o MOM_tracer_Z_init.o Kelvin_initialization.o MOM_controlled_forcing.o MOM_bulk_mixed_layer.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o gsw_sr_from_sp.o MOM_shared_initialization.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_lateral_boundary_diffusion.o MOM_generic_tracer.o MOM_bkgnd_mixing.o MOM_kappa_shear.o circle_obcs_initialization.o MOM_ALE_sponge.o gsw_entropy_part.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o MOM_ice_shelf_state.o P1M_functions.o gsw_mod_teos10_constants.o MOM_ALE.o MOM_PressureForce_analytic_FV.o boundary_impulse_tracer.o MOM_lateral_mixing_coeffs.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o Idealized_Hurricane.o MOM_diag_remap.o gsw_mod_kinds.o MOM_domains.o MOM_write_cputime.o Neverland_initialization.o MOM_sponge.o MOM_tidal_mixing.o oil_tracer.o MOM_continuity_PPM.o MOM.o gsw_pt_from_t.o dense_water_initialization.o MOM_entrain_diffusive.o MOM_EOS_linear.o Phillips_initialization.o MOM_internal_tide_input.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o MOM_marine_ice.o MOM_debugging.o kdtree.o gsw_rho.o MOM_document.o dyed_obc_tracer.o MOM_variables.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o adjustment_initialization.o MOM_constants.o MOM_tracer_flow_control.o MOM_coms.o shelfwave_initialization.o cvmix_background.o MOM_diabatic_driver.o gsw_ct_from_pt.o MOM_horizontal_regridding.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_remapping.o MOM_spatial_means.o benchmark_initialization.o lock_exchange_initialization.o dye_example.o MOM_io.o RGC_tracer.o MOM_ice_shelf.o mom_surface_forcing_nuopc.o cvmix_tidal.o cvmix_ddiff.o gsw_specvol_second_derivatives.o MOM_obsolete_diagnostics.o gsw_ct_freezing_poly.o MOM_sum_output.o MOM_PressureForce_Montgomery.o MOM_isopycnal_slopes.o gsw_t_deriv_chem_potential_water_t_exact.o ar: creating lib_ocean.a a - cvmix_utils.o a - coord_hycom.o -a - MOM_cpu_clock.o a - MOM_checksums.o +a - MOM_cpu_clock.o a - gsw_mod_gibbs_ice_coefficients.o a - MOM_array_transform.o a - cvmix_math.o @@ -34048,10 +22763,10 @@ a - MOM_get_input.o a - MOM_unit_scaling.o a - tidal_bay_initialization.o a - MOM_EOS_Wright.o -a - PPM_functions.o a - gsw_gibbs.o -a - supercritical_initialization.o +a - PPM_functions.o a - user_change_diffusivity.o +a - supercritical_initialization.o a - MOM_tracer_registry.o a - MOM_offline_aux.o a - MOM_EOS_TEOS10.o @@ -34066,8 +22781,8 @@ a - MOM_MEKE_types.o a - MOM_error_handler.o a - MOM_CVMix_ddiff.o a - MOM_PointAccel.o -a - gsw_pt_from_ct.o a - gsw_gibbs_pt0_pt0.o +a - gsw_pt_from_ct.o a - dyed_channel_initialization.o a - MOM_fixed_initialization.o a - gsw_t_freezing_poly.o @@ -34082,8 +22797,8 @@ a - MOM_wave_speed.o a - ISOMIP_initialization.o a - MOM_unit_tests.o a - polynomial_functions.o -a - MOM_offline_main.o a - ideal_age_example.o +a - MOM_offline_main.o a - user_shelf_init.o a - DOME_initialization.o a - MOM_set_diffusivity.o @@ -34126,8 +22841,8 @@ a - MOM_shared_initialization.o a - DOME2d_initialization.o a - MOM_tracer_diabatic.o a - MOM_vert_friction.o -a - MOM_generic_tracer.o a - MOM_lateral_boundary_diffusion.o +a - MOM_generic_tracer.o a - MOM_bkgnd_mixing.o a - MOM_kappa_shear.o a - circle_obcs_initialization.o @@ -34148,15 +22863,15 @@ a - cvmix_convection.o a - Idealized_Hurricane.o a - MOM_diag_remap.o a - gsw_mod_kinds.o -a - MOM_write_cputime.o a - MOM_domains.o +a - MOM_write_cputime.o a - Neverland_initialization.o a - MOM_sponge.o a - MOM_tidal_mixing.o a - oil_tracer.o a - MOM_continuity_PPM.o -a - gsw_pt_from_t.o a - MOM.o +a - gsw_pt_from_t.o a - dense_water_initialization.o a - MOM_entrain_diffusive.o a - MOM_EOS_linear.o @@ -34204,25 +22919,25 @@ a - MOM_sum_output.o a - MOM_PressureForce_Montgomery.o a - MOM_isopycnal_slopes.o a - gsw_t_deriv_chem_potential_water_t_exact.o -make[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/build/intel/MOM6_LIB/repro' +make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' + echo 'compiling MOM6 library successful' compiling MOM6 library successful + echo 'compiling MOM6 library done' compiling MOM6 library done -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface + mkdir -p exec/hera/ -+ ln -s /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/build/intel/MOM6_LIB/repro exec/hera/lib_ocean ++ ln -s /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro exec/hera/lib_ocean + [[ 0 == 1 ]] + echo ================================================== ================================================== + [[ 0 == 1 ]] + echo 'Next recommended step is to rejoice out of happiness from a successful compile.' Next recommended step is to rejoice out of happiness from a successful compile. -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface ; \ - exec gmake -f makefile.nuopc COMP_SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface" COMP_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="hera" \ - "FMSDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL" \ - "NEMSMOMDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/exec/hera" \ - "INSTALLDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL" install +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface ; \ + exec gmake -f makefile.nuopc COMP_SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="hera" \ + "FMSDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL" \ + "NEMSMOMDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/exec/hera" \ + "INSTALLDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" install Currently Loaded Modules: 1) sutils/default 14) esmf/8_1_0_beta_snapshot_27-debug @@ -34241,11 +22956,11 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface' -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/exec/hera/lib_ocean -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/time_utils.F90 -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/exec/hera/lib_ocean -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_methods.F90 -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/exec/hera/lib_ocean -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_time.F90 -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/exec/hera/lib_ocean -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap.F90 +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface' +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/exec/hera/lib_ocean -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/time_utils.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/exec/hera/lib_ocean -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_methods.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/exec/hera/lib_ocean -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_time.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/exec/hera/lib_ocean -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/scratch2/NCEPDEV/nwprod/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap.F90 ar rv libmom.a mom_cap.o time_utils.o mom_cap_methods.o mom_cap_time.o ar: creating libmom.a a - mom_cap.o @@ -34253,17 +22968,17 @@ a - time_utils.o a - mom_cap_methods.o a - mom_cap_time.o rm -f mom6.mk.install -mkdir -p /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -cp -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/exec/hera/lib_ocean/lib_ocean.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -cp -f libmom.a mom_cap_mod.mod /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -cp -f mom6.mk.install /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface' -test -d "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL" -test -s "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk" -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +mkdir -p /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/exec/hera/lib_ocean/lib_ocean.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f libmom.a mom_cap_mod.mod /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f mom6.mk.install /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface' +test -d "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" +test -s "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE COMP_BINDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL MACHINE_ID="hera" SYSTEM_USERDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL" SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE" EXEDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" DEBUG=Y ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="hera" SYSTEM_USERDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" DEBUG=Y ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.libcice Currently Loaded Modules: @@ -34285,14 +23000,14 @@ Currently Loaded Modules: CICE6 ./comp_ice.backend.libcice: ARCH = hera_intel CICE6 ./comp_ice.backend.libcice: DEBUG = true -CICE6 ./comp_ice.backend.libcice: EXEDIR = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.libcice: OBJDIR = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.libcice: MAKEFILE = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.libcice: MACROSFILE = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/machines/Macros.hera_intel -CICE6 ./comp_ice.backend.libcice: DEPFILE = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/makdep.c +CICE6 ./comp_ice.backend.libcice: EXEDIR = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.libcice: OBJDIR = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.libcice: MAKEFILE = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.libcice: MACROSFILE = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.hera_intel +CICE6 ./comp_ice.backend.libcice: DEPFILE = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/makdep.c CICE6 ./comp_ice.backend.libcice: ESMFMKFILE = /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/lib/esmf.mk -rm: cannot remove ‘/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk’: No such file or directory -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm: cannot remove '/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk': No such file or directory +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' Building dependency for icepack_zsalinity.d Building dependency for icepack_zbgc_shared.d Building dependency for icepack_zbgc.d @@ -34385,110 +23100,110 @@ Building dependency for cice_wrapper_mod.d Building dependency for CICE_RunMod.d Building dependency for CICE_InitMod.d Building dependency for CICE_FinalMod.d -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_kinds.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_warnings.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_parameters.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_tracers.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_mushy_physics.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_therm_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_itd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_fsd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_mechred.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_wavefracspec.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_orbital.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_shortwave.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_brine.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_aerosol.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_algae.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_zsalinity.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_atmo.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_ocean.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_therm_bl99.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_therm_0layer.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_therm_mushy.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_isotope.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_age.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_firstyear.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_flux.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_cesm.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_lvl.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_topo.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_therm_vertical.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_therm_itd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/icepack/columnphysics/icepack_intfc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_kinds_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_fileunits.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_exit.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_communicate.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_restart_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_constants.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_broadcast.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_domain_size.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_blocks.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_spacecurve.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_distribution.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_gather_scatter.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_reprosum.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_global_reductions.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_boundary.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_domain.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_timers.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_FinalMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_arrays_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/general/ice_state.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_calendar.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_read_write.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_scam.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_grid.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp_1d.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_restart.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_eap.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_mechred.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_pond.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_drag.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_fsd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_history_write.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_restart_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_remap.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_driver.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restoring.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/general/ice_init.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/shared/ice_init_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restart_driver.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_InitMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/cice_wrapper_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/general/ice_step_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_RunMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_shr_methods.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_import_export.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 -mpiicc -c -O2 -fp-model precise -xHost -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_shr_reprosum86.c -ar -r /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o -ar -r /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o -ar: creating /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -test -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS" COMP_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_kinds.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_warnings.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_parameters.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_tracers.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mushy_physics.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_itd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_fsd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mechred.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_wavefracspec.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_orbital.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_shortwave.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_brine.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_aerosol.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_algae.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zsalinity.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_atmo.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_ocean.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_bl99.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_0layer.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_mushy.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_isotope.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_age.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_firstyear.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_flux.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_cesm.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_lvl.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_topo.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_vertical.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_itd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_intfc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_kinds_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_fileunits.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_exit.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_communicate.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_constants.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_broadcast.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_domain_size.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_blocks.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_spacecurve.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_distribution.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_gather_scatter.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_reprosum.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_global_reductions.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_boundary.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_domain.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_timers.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_FinalMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_arrays_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_state.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_calendar.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_read_write.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_scam.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_grid.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp_1d.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_restart.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_eap.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_mechred.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_pond.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_drag.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_fsd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_history_write.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_remap.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_driver.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restoring.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_init.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_init_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restart_driver.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_InitMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/cice_wrapper_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_step_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_RunMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_shr_methods.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_import_export.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 +mpiicc -c -O2 -fp-model precise -xHost -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_shr_reprosum86.c +ar -r /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o +ar -r /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o +ar: creating /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +test -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS" COMP_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ - . /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS ; \ - exec gmake COMP_SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS" COMP_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" \ - "INSTALLDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL" install + . /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS ; \ + exec gmake COMP_SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS" COMP_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" \ + "INSTALLDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL" install Currently Loaded Modules: 1) sutils/default 14) esmf/8_1_0_beta_snapshot_27-debug @@ -34525,10 +23240,10 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS' cd nems/util ;\ exec gmake -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/nems/util' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/nems/util' mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I. shr_kind_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I. perf_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I. shr_log_mod.F90 @@ -34568,17 +23283,16 @@ a - shr_mpi_mod.o a - shr_pio_mod.o a - shr_sys_mod.o a - glc_elevclass_mod.o -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/nems/util' +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/nems/util' cd mediator ;\ exec gmake INTERNAL_PIO_INIT=1 -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/mediator' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/mediator' mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_kind_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_utils_mod.F90 -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_constants_mod.F90 -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_methods_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util esmFlds.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_internalstate_mod.F90 -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util esmFldsExchange_hafs_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_constants_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_methods_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_map_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_merge_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_wav_mod.F90 @@ -34587,42 +23301,43 @@ mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_create mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_time_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_profile_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_ocn_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_rof_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_aofluxes_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_fraction_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_lnd_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_io_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_history_mod.F90 -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_lnd_mod.F90 -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_restart_mod.F90 -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_glc_mod.F90 -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_rof_mod.F90 -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_aofluxes_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_ocnalb_mod.F90 med_phases_ocnalb_mod.F90(586): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [RC] subroutine med_phases_ocnalb_orbital_update(clock, logunit, mastertask, eccen, obliqr, lambm0, mvelpp, rc) ----------------------------------------------------------------------------------------------------------^ +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_restart_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_atm_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util esmFldsExchange_nems_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util esmFldsExchange_hafs_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med_phases_prep_glc_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/include -I../nems/util med.F90 -ar rv libcmeps.a esmFldsExchange_hafs_mod.o med_phases_prep_wav_mod.o med_phases_prep_ice_mod.o esmFldsExchange_cesm_mod.o med_phases_profile_mod.o med_utils_mod.o med_methods_mod.o med_constants_mod.o med_phases_prep_ocn_mod.o med_fraction_mod.o med_phases_history_mod.o esmFlds.o med_io_mod.o med_phases_prep_lnd_mod.o med_kind_mod.o med_phases_restart_mod.o med_time_mod.o med_phases_prep_glc_mod.o med.o med_internalstate_mod.o med_phases_prep_atm_mod.o esmFldsExchange_nems_mod.o med_phases_aofluxes_mod.o med_phases_ocnalb_mod.o med_phases_prep_rof_mod.o med_merge_mod.o med_map_mod.o +ar rv libcmeps.a med_phases_prep_wav_mod.o med_phases_prep_ice_mod.o esmFldsExchange_cesm_mod.o esmFlds.o med_phases_profile_mod.o med_utils_mod.o med_methods_mod.o med_phases_prep_ocn_mod.o med.o med_fraction_mod.o med_phases_history_mod.o med_constants_mod.o esmFldsExchange_hafs_mod.o med_io_mod.o med_phases_prep_lnd_mod.o med_kind_mod.o med_phases_restart_mod.o med_time_mod.o med_phases_prep_glc_mod.o med_internalstate_mod.o med_phases_prep_atm_mod.o esmFldsExchange_nems_mod.o med_phases_aofluxes_mod.o med_phases_ocnalb_mod.o med_phases_prep_rof_mod.o med_merge_mod.o med_map_mod.o ar: creating libcmeps.a -a - esmFldsExchange_hafs_mod.o a - med_phases_prep_wav_mod.o a - med_phases_prep_ice_mod.o a - esmFldsExchange_cesm_mod.o +a - esmFlds.o a - med_phases_profile_mod.o a - med_utils_mod.o a - med_methods_mod.o -a - med_constants_mod.o a - med_phases_prep_ocn_mod.o +a - med.o a - med_fraction_mod.o a - med_phases_history_mod.o -a - esmFlds.o +a - med_constants_mod.o +a - esmFldsExchange_hafs_mod.o a - med_io_mod.o a - med_phases_prep_lnd_mod.o a - med_kind_mod.o a - med_phases_restart_mod.o a - med_time_mod.o a - med_phases_prep_glc_mod.o -a - med.o a - med_internalstate_mod.o a - med_phases_prep_atm_mod.o a - esmFldsExchange_nems_mod.o @@ -34631,34 +23346,34 @@ a - med_phases_ocnalb_mod.o a - med_phases_prep_rof_mod.o a - med_merge_mod.o a - med_map_mod.o -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/mediator' +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/mediator' rm -f cmeps.mk.install -mkdir -p /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL -mkdir -p /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -cp -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/nems/util/libcmeps_util.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL -cp -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/mediator/libcmeps.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL -cp -f mediator/*.mod /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -cp -f nems/util/*.mod /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -cp -f cmeps.mk.install /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS' -test -d "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL" -test -s "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk" +mkdir -p /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL +mkdir -p /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include +cp -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/nems/util/libcmeps_util.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL +cp -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/mediator/libcmeps.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL +cp -f mediator/*.mod /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include +cp -f nems/util/*.mod /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include +cp -f cmeps.mk.install /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS' +test -d "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL" +test -s "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ccpp_mk="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk" ; echo fms_mk="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk" ; echo cice6_mk="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk" ; echo cmeps_mk="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk" ; ) > "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC" -. /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ccpp_mk="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk" ; echo fms_mk="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" ; echo cice6_mk="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk" ; echo cmeps_mk="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" ; ) > "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC" +. /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk ; do \ +for m in /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src ; \ +echo build NEMS after /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src ; \ gmake nems DEBUG=Y \ COMPONENTS="CCPP FMS FV3 MOM6 CICE6 CMEPS" \ - CCPP_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp FMS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL FV3_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL MOM6_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL CICE6_DIR= CMEPS_DIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL TARGET="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/exe/NEMS.x" ; \ -test -x /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/exe/NEMS.x + CCPP_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp FMS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL FV3_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL MOM6_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL CICE6_DIR= CMEPS_DIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL TARGET="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/exe/NEMS.x" ; \ +test -x /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/exe/NEMS.x Currently Loaded Modules: 1) sutils/default 14) esmf/8_1_0_beta_snapshot_27-debug @@ -34677,14 +23392,14 @@ Currently Loaded Modules: -build NEMS after /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk +build NEMS after /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk Components in linker order: CMEPS CICE6 MOM6 FV3 FMS CCPP -CMEPS: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk -CICE6: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk -MOM6: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk -FV3: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk -FMS: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk -CCPP: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk +CMEPS: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +CICE6: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +MOM6: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +FV3: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk +CCPP: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION="8_1_0_beta_snapshot_27-debug" @@ -34694,186 +23409,186 @@ CPPFLAGS += ESMF_VERSION_STRING="8.1.0 beta snapshot" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Fri Oct 9 03:35:59 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=283' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 07:00:06 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Fri Oct 9 03:35:59 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=283' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_MEDIATOR_methods.tmp.f90 +'module_NEMS_UTILS.tmp.o' -> 'module_NEMS_UTILS.o' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 07:00:06 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Fri Oct 9 03:35:59 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=283' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 +'module_MEDIATOR_methods.tmp.o' -> 'module_MEDIATOR_methods.o' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 07:00:06 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Fri Oct 9 03:35:59 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=283' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_MEDIATOR_SpaceWeather.tmp.f90 +'module_MEDIATOR.tmp.o' -> 'module_MEDIATOR.o' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 07:00:06 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Fri Oct 9 03:35:59 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=283' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_EARTH_INTERNAL_STATE.tmp.f90 +'module_MEDIATOR_SpaceWeather.tmp.o' -> 'module_MEDIATOR_SpaceWeather.o' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 07:00:06 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Fri Oct 9 03:35:59 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=283' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_EARTH_GRID_COMP.tmp.f90 +'module_EARTH_INTERNAL_STATE.tmp.o' -> 'module_EARTH_INTERNAL_STATE.o' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 07:00:06 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Fri Oct 9 03:35:59 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=283' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_NEMS_INTERNAL_STATE.tmp.f90 +'module_EARTH_GRID_COMP.tmp.o' -> 'module_EARTH_GRID_COMP.o' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 07:00:06 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Fri Oct 9 03:35:59 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=283' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_NEMS_GRID_COMP.tmp.f90 +'module_NEMS_INTERNAL_STATE.tmp.o' -> 'module_NEMS_INTERNAL_STATE.o' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 07:00:06 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Fri Oct 9 03:35:59 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=283' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c module_NEMS_Rusage.tmp.f90 +'module_NEMS_GRID_COMP.tmp.o' -> 'module_NEMS_GRID_COMP.o' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 07:00:06 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Shan.Sun) Fri Oct 9 03:35:59 UTC 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=283' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/../stochastic_physics -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/include -I/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build/physics -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 07:00:06 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/include -I/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build/physics -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/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nceppost/dceca26/lib/libnceppost.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nemsio/2.5.2/lib/libnemsio.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/g2/3.4.1/lib/libg2_4.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/g2tmpl/1.9.1/lib/libg2tmpl.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/bacio/2.4.1/lib/libbacio_4.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/sp/2.3.3/lib/libsp_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/w3emc/2.7.3/lib/libw3emc_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/w3nco/2.4.1/lib/libw3nco_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/crtm/2.3.0/lib/libcrtm.a -lpng -ljasper -lz -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/hdf5/1.10.6/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/zlib/1.2.11/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/lib -Wl,-rpath,/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -qopenmp -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf extlibs is /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nceppost/dceca26/lib/libnceppost.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nemsio/2.5.2/lib/libnemsio.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/g2/3.4.1/lib/libg2_4.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/g2tmpl/1.9.1/lib/libg2tmpl.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/bacio/2.4.1/lib/libbacio_4.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/sp/2.3.3/lib/libsp_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/w3emc/2.7.3/lib/libw3emc_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/w3nco/2.4.1/lib/libw3nco_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/crtm/2.3.0/lib/libcrtm.a -lpng -ljasper -lz -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/hdf5/1.10.6/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/zlib/1.2.11/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/lib -Wl,-rpath,/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -qopenmp -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -mpiifort -o /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/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 /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/libcmeps.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/libcmeps_util.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/lib/libpiof.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/lib/libpioc.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/libcice6.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/libmom.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/lib_ocean.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libfv3cap.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libccppdriver.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libfv3core.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libfv3io.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libipd.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libgfsphys.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libfv3cpl.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libstochastic_physics_wrapper.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/libstochastic_physics.a /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/libfms.a -L/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nceppost/dceca26/lib/libnceppost.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nemsio/2.5.2/lib/libnemsio.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/g2/3.4.1/lib/libg2_4.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/g2tmpl/1.9.1/lib/libg2tmpl.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/bacio/2.4.1/lib/libbacio_4.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/sp/2.3.3/lib/libsp_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/w3emc/2.7.3/lib/libw3emc_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/w3nco/2.4.1/lib/libw3nco_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/crtm/2.3.0/lib/libcrtm.a -lpng -ljasper -lz -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/hdf5/1.10.6/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/zlib/1.2.11/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/lib -Wl,-rpath,/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -qopenmp -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src' -set -xe ; cp "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/exe/NEMS.x" "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/tests/fcst_3.exe" -+ cp /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/exe/NEMS.x /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/tests/fcst_3.exe +mpiifort -o /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/libcmeps.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/libcmeps_util.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/lib/libpiof.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/pio/2.5.1/lib/libpioc.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/libcice6.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/libmom.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/lib_ocean.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cap.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libccppdriver.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libfv3core.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libfv3io.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libipd.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libgfsphys.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics_wrapper.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/libfms.a -L/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nceppost/dceca26/lib/libnceppost.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/nemsio/2.5.2/lib/libnemsio.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/g2/3.4.1/lib/libg2_4.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/g2tmpl/1.9.1/lib/libg2tmpl.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/bacio/2.4.1/lib/libbacio_4.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/sp/2.3.3/lib/libsp_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/w3emc/2.7.3/lib/libw3emc_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/w3nco/2.4.1/lib/libw3nco_d.a /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/crtm/2.3.0/lib/libcrtm.a -lpng -ljasper -lz -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/hdf5/1.10.6/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/zlib/1.2.11/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/lib -Wl,-rpath,/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -qopenmp -L/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf +/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src' +set -xe ; cp "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/exe/NEMS.x" "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/tests/fcst_3.exe" ++ cp /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/tests/fcst_3.exe Will copy modules.nems and NEMS.x as fcst_3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS DEBUG=Y Adding FV3 makeopts to FMS makeopts -/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" ; \ -rm -rf "/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build" -+ cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp -+ rm -rf /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/build -cat /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs/makefile.temp.clean -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs ; \ - exec gmake CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp" -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs' +cd "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" ; \ +rm -rf "/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build" ++ cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp ++ rm -rf /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/build +cat /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs ; \ + exec gmake CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/fv3gfs' -cat /dev/null > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/conf/configure.fv3 -cat /dev/null > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/conf/modules.fv3 -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/fv3gfs' +cat /dev/null > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/conf/configure.fv3 +cat /dev/null > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/conf/modules.fv3 +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/gfsphysics' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ipd' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/stochastic_physics' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/stochastic_physics' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/stochastic_physics' (cd stochastic_physics && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include] -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/stochastic_physics' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/stochastic_physics' Cleaning io ... rm -f -f libstochastic_physics_wrapper.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/stochastic_physics' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/mod -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27/include -I/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/netcdf/4.7.4/include] -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/io' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl' +make[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/cpl' +make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-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 `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3' -rm -rf nems_dir FV3_INSTALL /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/conf/configure.fv3 \ - /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/conf/modules.fv3 +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3' +rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/conf/configure.fv3 \ + /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/conf/modules.fv3 set -e ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -cp -n /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/modulefiles/hera.intel/fv3_debug /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems ; \ - . /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +cp -n /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/modulefiles/hera.intel/fv3_debug /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE COMP_BINDIR=/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL MACHINE_ID="hera" SYSTEM_USERDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL" SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE" EXEDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" DEBUG=Y ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="hera" SYSTEM_USERDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" DEBUG=Y ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.clean Currently Loaded Modules: @@ -34894,18 +23609,18 @@ Currently Loaded Modules: CICE6 ./comp_ice.backend.clean: ARCH = hera_intel -CICE6 ./comp_ice.backend.clean: EXEDIR = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.clean: OBJDIR = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.clean: MAKEFILE = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.clean: MACROSFILE = /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/machines/Macros.hera_intel +CICE6 ./comp_ice.backend.clean: EXEDIR = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.clean: OBJDIR = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.clean: MAKEFILE = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.clean: MACROSFILE = /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.hera_intel CICE6 ./comp_ice.backend.clean: ESMFMKFILE = /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/intel-18.0.5.274/impi-2018.0.4/esmf/8_1_0_beta_snapshot_27-debug/lib/esmf.mk -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -f *.o *.d *.mod /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -cp -n /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/modulefiles/hera.intel/fv3_debug /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/modules.nems ; \ - . /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS" COMP_BINDIR="/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -f *.o *.d *.mod /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +cp -n /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/modulefiles/hera.intel/fv3_debug /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS" COMP_BINDIR="/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="hera" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS ; \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS ; \ exec gmake clean Currently Loaded Modules: @@ -34925,39 +23640,39 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS' +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS' cd mediator; \ exec gmake clean -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/mediator' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/mediator' rm -f -f libcmeps.a *.i90 *.o *.mod -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/mediator' +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/mediator' cd nems/util; \ exec gmake clean -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/nems/util' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/nems/util' rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod rm -f -f med_constants_mod.* -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS/nems/util' -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS' -if ! test -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS/nems/util' +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS' +if ! test -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 CMEPS" \ +cd /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 CMEPS" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: CMEPS CICE6 MOM6 FV3 FMS CCPP -CMEPS: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CMEPS_INSTALL/cmeps.mk -CICE6: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk -gmake[1]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src' -GNUmakefile:70: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing -MOM6: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/MOM6-interface/MOM6_INSTALL/mom6.mk -FV3: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/FV3/ccpp/ccpp.mk +CMEPS: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +CICE6: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src' +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing +MOM6: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +FV3: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION="8_1_0_beta_snapshot_27" @@ -34969,8 +23684,8 @@ CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch2/BMC/gsd-fv3-dev/sun/s2s_me_1008/NEMS/src' -Elapsed time 465 seconds. Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y finished +gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Bin.Li/S2S/ufs-s2s-model/NEMS/src' +Elapsed time 483 seconds. Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y finished diff --git a/tests/Compile_orion.intel.log b/tests/Compile_orion.intel.log index d5fb126d..125ec8e9 100644 --- a/tests/Compile_orion.intel.log +++ b/tests/Compile_orion.intel.log @@ -1,7 +1,7 @@ + SECONDS=0 + [[ 4 -lt 2 ]] -+ readonly PATHTR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -+ PATHTR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 ++ readonly PATHTR=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 ++ PATHTR=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 + readonly BUILD_TARGET=orion.intel + BUILD_TARGET=orion.intel + readonly 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y' @@ -13,7 +13,7 @@ + readonly clean_after=YES + clean_after=YES + hostname -Orion-login-2.HPC.MsState.Edu +Orion-login-4.HPC.MsState.Edu + echo 'Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y into fcst_1.exe on orion.intel' Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y into fcst_1.exe on orion.intel + gnu_make=gmake @@ -23,49 +23,49 @@ Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_G + [[ orion.intel == stampede.* ]] + MAKE_THREADS=1 + [[ 1 -gt 1 ]] -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../NEMS ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y == *\C\C\P\P\=\Y* ]] + COMPONENTS=FMS,FV3,CCPP + set +ex Compiling suites FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled -/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/tests/compile.sh: line 85: MAKE_OPT: readonly variable +./compile.sh: line 85: MAKE_OPT: readonly variable Will copy modules.nems and NEMS.x as fcst_1 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" ; \ -rm -rf "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build" -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build +cd "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" ; \ +rm -rf "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build" ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp ++ rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build set -xue ; \ -export PATH_CCPP="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ +export PATH_CCPP="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ cd $PATH_CCPP ; \ -rm -rf "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib" ; \ -rm -rf "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include" ; \ -rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk -+ export PATH_CCPP=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ PATH_CCPP=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model -+ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean +rm -rf "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib" ; \ +rm -rf "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include" ; \ +rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk ++ export PATH_CCPP=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp ++ PATH_CCPP=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model ++ /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Performing clean .... INFO: CCPP prebuild clean completed successfully, exiting. -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib -+ rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -+ rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk -cat /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs ; \ - exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp ++ rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib ++ rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include ++ rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk +cat /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs ; \ + exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -76,206 +76,220 @@ 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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' -rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/conf/configure.fv3 -cat /dev/null > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/conf/modules.fv3 -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs' +rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/conf/configure.fv3 +cat /dev/null > /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/conf/modules.fv3 +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/stochastic_physics' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/stochastic_physics' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/stochastic_physics' (cd stochastic_physics && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include] -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/stochastic_physics' Cleaning io ... rm -f -f libstochastic_physics_wrapper.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include] -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' -rm -rf nems_dir FV3_INSTALL /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/conf/configure.fv3 \ - /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/conf/modules.fv3 -rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' +rm -rf nems_dir FV3_INSTALL /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/conf/configure.fv3 \ + /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/conf/modules.fv3 +rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk set -e ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/src/MOM6/config_src/nems_cap/mom5.mk.install -rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -set -xe ; cp "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems" "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/tests/modules.fcst_1" -+ cp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/tests/modules.fcst_1 -cp -n /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/modulefiles/orion.intel/fv3 /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ - . /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/src/MOM6/config_src/nems_cap/mom5.mk.install +rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +cp /work/noaa/stmp/libin/update/ufs-s2s-model/modulefiles/orion.intel/fv3 /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems +set -xe ; cp "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems" "/work/noaa/stmp/libin/update/ufs-s2s-model/tests/modules.fcst_1" ++ cp /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems /work/noaa/stmp/libin/update/ufs-s2s-model/tests/modules.fcst_1 +cp /work/noaa/stmp/libin/update/ufs-s2s-model/conf/configure.fv3.orion.intel /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems +cat /dev/null > /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/externals.nems +cp /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h +( echo '. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems.csh" +/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/incmake/configure_rules.mk:3: /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS' +if [ -f "/modules.nems" ] ; then \ + . /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=16384 ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-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 ; \ +) > "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS' +cp -n /work/noaa/stmp/libin/update/ufs-s2s-model/modulefiles/orion.intel/fv3 /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="orion" SYSTEM_USERDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="orion" SYSTEM_USERDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.clean Currently Loaded Modules: - 1) contrib/0.1 16) netcdf/4.7.4 - 2) noaatools/1.0 17) pio/2.5.1 - 3) cmake/3.17.3 18) esmf/8_1_0_beta_snapshot_27-debug - 4) hpc/1.0.0-beta1 19) g2/3.4.1 - 5) intel/2018.4 20) g2tmpl/1.9.1 - 6) mkl/2020.2 21) ip/3.3.3 - 7) hpc-intel/2018.4 22) crtm/2.3.0 - 8) munge/0.5.13 23) nceppost/dceca26 - 9) slurm/19.05.3-2 24) sp/2.3.3 - 10) impi/2018.4 25) sigio/2.3.2 - 11) hpc-impi/2018.4 26) bacio/2.4.1 - 12) jasper/2.0.15 27) nemsio/2.5.2 - 13) zlib/1.2.11 28) w3emc/2.7.3 - 14) png/1.6.35 29) w3nco/2.4.1 - 15) hdf5/1.10.6 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 CICE6 ./comp_ice.backend.clean: ARCH = orion_intel -CICE6 ./comp_ice.backend.clean: EXEDIR = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.clean: OBJDIR = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.clean: MAKEFILE = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.clean: MACROSFILE = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.orion_intel -CICE6 ./comp_ice.backend.clean: ESMFMKFILE = /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/lib/esmf.mk -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -f *.o *.d *.mod /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -cp -n /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/modulefiles/orion.intel/fv3 /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ - . /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS" COMP_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +CICE6 ./comp_ice.backend.clean: EXEDIR = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.clean: OBJDIR = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.clean: MAKEFILE = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.clean: MACROSFILE = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.orion_intel +CICE6 ./comp_ice.backend.clean: ESMFMKFILE = /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -f *.o *.d *.mod /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +cp -n /work/noaa/stmp/libin/update/ufs-s2s-model/modulefiles/orion.intel/fv3 /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS" COMP_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS ; \ exec gmake clean Currently Loaded Modules: - 1) contrib/0.1 16) netcdf/4.7.4 - 2) noaatools/1.0 17) pio/2.5.1 - 3) cmake/3.17.3 18) esmf/8_1_0_beta_snapshot_27-debug - 4) hpc/1.0.0-beta1 19) g2/3.4.1 - 5) intel/2018.4 20) g2tmpl/1.9.1 - 6) mkl/2020.2 21) ip/3.3.3 - 7) hpc-intel/2018.4 22) crtm/2.3.0 - 8) munge/0.5.13 23) nceppost/dceca26 - 9) slurm/19.05.3-2 24) sp/2.3.3 - 10) impi/2018.4 25) sigio/2.3.2 - 11) hpc-impi/2018.4 26) bacio/2.4.1 - 12) jasper/2.0.15 27) nemsio/2.5.2 - 13) zlib/1.2.11 28) w3emc/2.7.3 - 14) png/1.6.35 29) w3nco/2.4.1 - 15) hdf5/1.10.6 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS' cd mediator; \ exec gmake clean -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/mediator' rm -f -f libcmeps.a *.i90 *.o *.mod -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/mediator' cd nems/util; \ exec gmake clean -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/nems/util' rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod rm -f -f med_constants_mod.* -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS' -rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL -rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -if ! test -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/nems/util' +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS' +rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL +rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +if ! test -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 CMEPS" \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 CMEPS" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: CMEPS CICE6 MOM6 FV3 FMS CCPP -CMEPS: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src' -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk: component CMEPS makefile fragment is missing -CICE6: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing -MOM6: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing -FV3: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing +CMEPS: include +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src' +GNUmakefile:70: : component CMEPS makefile fragment is missing +CICE6: include +GNUmakefile:70: : component CICE6 makefile fragment is missing +MOM6: include +GNUmakefile:70: : component MOM6 makefile fragment is missing +FV3: include +GNUmakefile:70: : component FV3 makefile fragment is missing +FMS: include +GNUmakefile:70: : component FMS makefile fragment is missing +CCPP: include +GNUmakefile:70: : component CCPP makefile fragment is missing CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION="8_1_0_beta_snapshot_27" @@ -287,81 +301,81 @@ CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src' -rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/externals.nems /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.sh /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.csh /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk -rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/components.mk -rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src' +rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/exe/NEMS.x /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/externals.nems /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems.sh /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems.csh /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/test-results.mk +rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/components.mk +rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/test_results.mk Will copy modules.nems and NEMS.x as fcst_1 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. -cp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/modulefiles/orion.intel/fv3 /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems -set -xe ; cp "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems" "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/tests/modules.fcst_1" -+ cp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/tests/modules.fcst_1 -cp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/conf/configure.fv3.orion.intel /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems -cat /dev/null > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/externals.nems -cp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h -( echo '. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.csh" -/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/configure_rules.mk:3: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS' +/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +cp /work/noaa/stmp/libin/update/ufs-s2s-model/modulefiles/orion.intel/fv3 /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems +set -xe ; cp "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems" "/work/noaa/stmp/libin/update/ufs-s2s-model/tests/modules.fcst_1" ++ cp /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems /work/noaa/stmp/libin/update/ufs-s2s-model/tests/modules.fcst_1 +cp /work/noaa/stmp/libin/update/ufs-s2s-model/conf/configure.fv3.orion.intel /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems +cat /dev/null > /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/externals.nems +cp /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h +( echo '. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems.csh" +/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/incmake/configure_rules.mk:3: /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=16384 ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=16384 ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-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 ; \ -) > "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS' -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +) > "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS' +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -xue ; \ -export PATH_CCPP="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ +export PATH_CCPP="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3 ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ cd $PATH_CCPP ; \ -./build_ccpp.sh orion.intel "$PATH_CCPP" /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk \ - "CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp"" NO NO ; \ -test -d "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp"/include ; \ -test -d "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp"/lib +./build_ccpp.sh orion.intel "$PATH_CCPP" /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk \ + "CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp"" NO NO ; \ +test -d "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp"/include ; \ +test -d "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp"/lib Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 -+ export PATH_CCPP=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ PATH_CCPP=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model -+ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ++ export PATH_CCPP=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp ++ PATH_CCPP=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3 ++ /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_coupled.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15p2_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_2017_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_v15p2_coupled.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 @@ -409,6 +423,7 @@ INFO: Converting local name xlaixy of variable leaf_area_index from new to old m INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far 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 peln of variable log_pressure_at_Lagrangian_surface 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 zogw of variable height_of_launch_level_of_orographic_gravity_wave 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 do_shum of variable flag_for_stochastic_shum_option from new to old metadata @@ -436,6 +451,7 @@ INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of varia INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate 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 qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name jindx1_ci of variable lower_cloud_nuclei_y_interpolation_index from new to old metadata INFO: Converting local name do_sppt of variable flag_for_stochastic_physics_perturbations 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 qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata @@ -451,6 +467,7 @@ INFO: Converting local name slag of variable equation_of_time from new to old me INFO: Converting local name zorl of variable surface_roughness_length 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 do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name in_nm of variable ice_nucleation_number from new to old metadata INFO: Converting local name rrtmgp_nGptsLW of variable number_of_lw_spectral_points_rrtmgp 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 aerosolslw of variable RRTMGP_aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata @@ -462,7 +479,7 @@ INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model INFO: Converting local name qsq of variable q_prime_squared 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 refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name flxprf_sw of variable RRTMGP_sw_fluxes 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 dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd 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 @@ -476,10 +493,12 @@ INFO: Converting local name snowd_land of variable surface_snow_thickness_water_ INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface 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 cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jindx1_aer of variable lower_aerosol_y_interpolation_index 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 gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 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 ty_cloud_optics of variable ty_cloud_optics from new to old metadata +INFO: Converting local name fluxr of variable cumulative_radiation_diagnostic 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 gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics 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 @@ -524,7 +543,6 @@ INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_ INFO: Converting local name ty_optical_props_nstr of variable ty_optical_props_nstr 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 phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step 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 ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata @@ -549,6 +567,7 @@ INFO: Converting local name ntqv of variable index_for_water_vapor from new to o INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata INFO: Converting local name bl_mynn_output of variable mynn_output_flag 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 jindx2_ci of variable upper_cloud_nuclei_y_interpolation_index 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 qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio 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 @@ -556,6 +575,7 @@ INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from ne INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency 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 lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name nfxr of variable number_of_radiation_diagnostic_variables 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 hprime of variable statistical_measures_of_subgrid_orography from new to old metadata @@ -643,6 +663,7 @@ INFO: Converting local name flag_for_dcnv_generic_tend of variable flag_for_gene INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial 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 snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iindx2_aer of variable upper_aerosol_x_interpolation_index 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 nieffr of variable index_for_ice_effective_radius from new to old metadata INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata @@ -651,6 +672,7 @@ INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata INFO: Converting local name clxss of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale 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 iindx2_ci of variable upper_cloud_nuclei_x_interpolation_index 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 do_myjpbl of variable do_myjpbl 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_and_radiation_levels from new to old metadata @@ -686,6 +708,7 @@ INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_ne INFO: Converting local name landfrac of variable land_area_fraction 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 num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name ddy_ci of variable cloud_nuclei_y_interpolation_weight from new to old metadata INFO: Converting local name flag_for_scnv_generic_tend of variable flag_for_generic_shallow_convection_tendency 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 @@ -696,6 +719,7 @@ INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_ INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics 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 du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name lgfdlmprad of variable flag_for_GFDL_microphysics_radiation_interaction 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 ncstrac of variable number_of_tracers_for_CS from new to old metadata INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata @@ -736,11 +760,14 @@ INFO: Converting local name tvxy of variable vegetation_temperature from new to 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 alpha of variable cloud_overlap_decorrelation_parameter from new to old metadata +INFO: Converting local name nqvdelt of variable index_for_specific_humidity_at_previous_timestep 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 nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step 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 det_sqv of variable water_vapor_detrainment_tendency from new to old metadata INFO: Converting local name dq3dt(:,:,13) of variable cumulative_change_in_ozone_concentration_due_to_non_physics_processes from new to old metadata +INFO: Converting local name lmfdeep2 of variable flag_for_scale_aware_mass_flux_convection from new to old metadata +INFO: Converting local name iindx1_ci of variable lower_cloud_nuclei_x_interpolation_index from new to old metadata INFO: Converting local name ty_gas_concs of variable ty_gas_concs 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 snicexy of variable snow_layer_ice from new to old metadata @@ -756,6 +783,7 @@ INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form 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 ddx_aer of variable aerosol_x_interpolation_weight 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 sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct 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 @@ -791,7 +819,6 @@ INFO: Converting local name raddt of variable time_step_for_radiation from new t INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio 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 cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name qdiag3d of variable flag_tracer_diagnostics_3D from new to old metadata INFO: Converting local name taussxy of variable nondimensional_snow_age 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 con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata @@ -818,6 +845,7 @@ INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata INFO: Converting local name lprnt of variable flag_print 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 nTdelt of variable index_for_air_temperature_at_previous_timestep 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 hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata @@ -833,6 +861,7 @@ INFO: Converting local name flhc of variable surface_exchange_coefficient_for_he INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity 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 kice of variable ice_vertical_dimension from new to old metadata +INFO: Converting local name ccn_nm of variable tendency_of_ccn_activated_number from new to old metadata INFO: Converting local name ca_trigger of variable flag_for_global_cellular_automata_trigger from new to old metadata INFO: Converting local name sw_optical_props_precipByBand of variable shortwave_optical_properties_for_precipitation_by_band from new to old metadata INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata @@ -851,6 +880,7 @@ INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata INFO: Converting local name save_q(:,:,index_for_ozone) of variable ozone_mixing_ratio_save from new to old metadata INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name ny of variable number_of_points_in_y_direction_for_this_MPI_rank 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 Grid of variable GFS_grid_type_instance 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 @@ -861,6 +891,7 @@ INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ 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 gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name jindx2_h of variable upper_water_vapor_interpolation_index 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 ak of variable a_parameter_of_the_hybrid_coordinate 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 @@ -870,6 +901,7 @@ INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_w INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column 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 clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name nps2delt of variable index_for_surface_air_pressure_two_timesteps_back from new to old metadata INFO: Converting local name wet1 of variable normalized_soil_wetness 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 @@ -879,7 +911,7 @@ INFO: Converting local name t_lay of variable air_temperature_at_layer_for_RRTMG INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation 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 flxprf_sw of variable RRTMGP_sw_fluxes 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 refl_10cm of variable radar_reflectivity_10cm 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 @@ -887,6 +919,7 @@ INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gra INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection 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 gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name cny of variable number_of_points_in_y_direction_for_this_cubed_sphere_face 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 diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata @@ -901,6 +934,7 @@ INFO: Converting local name slopetype of variable surface_slope_classification f 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 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 zhour of variable time_since_diagnostics_zeroed 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 dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata @@ -987,7 +1021,6 @@ INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixi 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 tlyr of variable air_temperature_at_layer_for_radiation 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 islmsk of variable sea_land_ice_mask 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 rrtmgp_root of variable directory_for_rte_rrtmgp_source_code from new to old metadata INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata @@ -998,7 +1031,7 @@ INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_func INFO: Converting local name dt_cool of variable sub_layer_cooling_amount 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 flipv of variable flag_flip 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 ncpl of variable local_condesed_water_number_concentration 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 xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata @@ -1020,6 +1053,7 @@ INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettel INFO: Converting local name nscav of variable number_of_tracers_scavenged 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 dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name phy_f2d(:,index_for_surface_air_pressure_two_timesteps_back) of variable surface_air_pressure_two_timesteps_back from new to old metadata INFO: Converting local name lw_optical_props_aerosol of variable longwave_optical_properties_for_aerosols 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 precip_frac of variable precipitation_fraction_by_layer from new to old metadata @@ -1034,13 +1068,14 @@ INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_ 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 do_GPsw_Glw of variable scheme_flag 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_and_radiation_levels from new to old metadata +INFO: Converting local name jindx2_aer of variable upper_aerosol_y_interpolation_index 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 cldfra of variable instantaneous_3d_cloud_fraction 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 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 hwrf_samfdeep of variable flag_for_hwrf_samfdeepcnv_scheme from new to old metadata +INFO: Converting local name qdiag3d of variable flag_tracer_diagnostics_3D 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 elvmax of variable maximum_subgrid_orography from new to old metadata INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata @@ -1048,6 +1083,7 @@ INFO: Converting local name gamq of variable countergradient_mixing_term_for_wat INFO: Converting local name GFS_Control of variable GFS_control_type_instance 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 phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name seed0 of variable seed_random_numbers_RAS 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 faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 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 @@ -1058,14 +1094,17 @@ INFO: Converting local name raincprv of variable lwe_thickness_of_convective_pre INFO: Converting local name ty_source_func_lw of variable ty_source_func_lw 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 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 phy_f3d(:,:,index_for_air_temperature_two_timesteps_back) of variable air_temperature_two_timesteps_back from new to old metadata +INFO: Converting local name nT2delt of variable index_for_air_temperature_two_timesteps_back 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 ttendlim of variable limit_for_temperature_tendency_for_microphysics 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 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 facwf of variable fractional_coverage_with_weak_cosz_dependency 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 prcpmp of variable lwe_thickness_of_explicit_precipitation_amount 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 u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nszero of variable number_of_timesteps_between_diagnostic_clearing 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 qrn of variable local_rain_water_mixing_ratio 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 @@ -1075,6 +1114,7 @@ INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_fl INFO: Converting local name logunit of variable iounit_log from new to old metadata INFO: Converting local name ncols of variable horizontal_dimension from new to old metadata INFO: Converting local name p_lay of variable air_pressure_at_layer_for_RRTMGP_in_hPa 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 reset of variable flag_reset_maximum_hourly_fields 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 zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata @@ -1093,7 +1133,6 @@ INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morriso INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass 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 shum_wts of variable weights_for_stochastic_shum_perturbation_flipped 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 ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata INFO: Converting local name sktp1r of variable surface_skin_temperature_at_previous_time_step from new to old metadata INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata @@ -1115,7 +1154,6 @@ INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to INFO: Converting local name de_lgth of variable cloud_decorrelation_length 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 skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped 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 lakedepth of variable lake_depth 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 sfc_alb_nir_dir of variable surface_albedo_nearIR_direct from new to old metadata @@ -1144,6 +1182,7 @@ INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_do INFO: Converting local name ncnd of variable number_of_cloud_condensate_types 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 u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name nqv2delt of variable index_for_specific_humidity_two_timesteps_back from new to old metadata INFO: Converting local name maxMF of variable maximum_mass_flux 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 drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata @@ -1161,7 +1200,6 @@ INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_ 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 tf of variable frozen_cloud_threshold_temperature 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 levsp1 of variable vertical_dimension_plus_one 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 faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata @@ -1179,6 +1217,7 @@ INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m 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 sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name jindx2_o3 of variable upper_ozone_interpolation_index 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 ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata @@ -1228,10 +1267,12 @@ INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_ INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate 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 dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name facwf of variable fractional_coverage_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name ddy_o3 of variable ozone_interpolation_weight from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_specific_humidity_at_previous_timestep) of variable water_vapor_specific_humidity_at_previous_timestep from new to old metadata INFO: Converting local name nblks of variable ccpp_block_count 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 faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ddx_ci of variable cloud_nuclei_x_interpolation_weight 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 num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata @@ -1248,10 +1289,12 @@ INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_mo INFO: Converting local name sw_file_gas of variable rrtmgp_kdistribution_sw 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 fhzero of variable frequency_for_diagnostic_clearing 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 f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m 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 snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name nx of variable number_of_points_in_x_direction_for_this_MPI_rank from new to old metadata INFO: Converting local name topflw_type of variable topflw_type 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 cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata @@ -1301,9 +1344,9 @@ INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sens INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling 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 debug of variable flag_debug from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_specific_humidity_two_timesteps_back) of variable water_vapor_specific_humidity_two_timesteps_back 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 cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean 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 save_v of variable y_wind_save from new to old metadata INFO: Converting local name dt3dt(:,:,10) of variable cumulative_change_in_temperature_due_to_physics from new to old metadata INFO: Converting local name el_pbl of variable mixing_length from new to old metadata @@ -1313,11 +1356,12 @@ INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm INFO: Converting local name ncpr of variable local_rain_number_concentration 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 alb1d of variable surface_albedo_perturbation 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 jsc of variable starting_y_index_for_this_MPI_rank 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 rechxy of variable water_table_recharge_when_shallow 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 idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name h2o_phys of variable flag_for_stratospheric_water_vapor_physics 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 mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata @@ -1342,7 +1386,7 @@ INFO: Converting local name solhr of variable forecast_hour_of_the_day from new INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL 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 ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name toa_src_lw of variable toa_incident_lw_flux_by_spectral_point 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 clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height 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 @@ -1398,11 +1442,13 @@ INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation 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 bl_mynn_mixqt of variable mix_total_water_flag 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 jindx1_o3 of variable lower_ozone_interpolation_index 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 aux2d of variable auxiliary_2d_arrays from new to old metadata INFO: Converting local name deltaZ of variable layer_thickness 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 work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_air_temperature_at_previous_timestep) of variable air_temperature_at_previous_timestep 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 imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme 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 @@ -1435,20 +1481,21 @@ INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_ INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata INFO: Converting local name kcnv of variable flag_deep_convection 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 jindx1_h of variable lower_water_vapor_interpolation_index 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 qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface 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 do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name con_rocp of variable ratio_of_gas_constant_dry_air_to_specific_heat_of_dry_air_at_constant_pressure 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 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 aerosolssw(:,:,:,3) of variable RRTMGP_aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata INFO: Converting local name levs of variable vertical_dimension 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 isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata INFO: Converting local name cldtaulw of variable RRTMGP_cloud_optical_depth_layers_at_10mu_band 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 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 dv3dt(:,:,6) of variable cumulative_change_in_y_wind_due_to_shallow_convection from new to old metadata INFO: Converting local name prnum of variable prandtl_number from new to old metadata INFO: Converting local name sub_thl of variable theta_subsidence_tendency from new to old metadata @@ -1477,6 +1524,8 @@ INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pre INFO: Converting local name communicator of variable mpi_comm 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 smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name phy_f2d(:,index_for_surface_air_pressure_at_previous_timestep) of variable surface_air_pressure_at_previous_timestep from new to old metadata +INFO: Converting local name npsdelt of variable index_for_surface_air_pressure_at_previous_timestep 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 dtsfci of variable instantaneous_surface_upward_sensible_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 @@ -1521,12 +1570,12 @@ INFO: Converting local name tlvl of variable air_temperature_at_interface_for_ra INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata INFO: Converting local name do_RRTMGP of variable flag_for_rrtmgp_radiation_scheme 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 ddy_aer of variable aerosol_y_interpolation_weight from new to old metadata INFO: Converting local name nupdraft of variable number_of_plumes 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 GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata INFO: Converting local name lw_file_clouds of variable rrtmgp_coeff_lw_cloud_optics 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 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 stress_land of variable surface_wind_stress_over_land from new to old metadata @@ -1534,7 +1583,9 @@ INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from ne INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer 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 random_clds of variable flag_for_random_clouds_for_RAS 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 cvb of variable pressure_at_bottom_of_convective_cloud 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 lw_file_gas of variable rrtmgp_kdistribution_lw from new to old metadata INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata @@ -1544,6 +1595,7 @@ INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant f INFO: Converting local name hefac of variable surface_upward_latent_heat_flux_reduction_factor 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 GFS_tbd_type of variable GFS_tbd_type 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 p_lev of variable air_pressure_at_interface_for_RRTMGP_in_hPa 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 @@ -1557,8 +1609,8 @@ INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer INFO: Converting local name dlength of variable characteristic_grid_length_scale 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 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 du3dt(:,:,6) of variable cumulative_change_in_x_wind_due_to_shallow_convection 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 sec_diff_byband of variable secant_of_diffusivity_angle_each_RRTMGP_LW_band from new to old metadata INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata @@ -1571,6 +1623,7 @@ INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultra 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 flag_cice of variable flag_for_cice 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 toa_src_lw of variable toa_incident_lw_flux_by_spectral_point 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 qgl of variable local_graupel_mixing_ratio from new to old metadata @@ -1596,6 +1649,7 @@ INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variabl INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial 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 con_rog of variable ratio_of_gas_constant_dry_air_to_gravitational_acceleration 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 tisfc of variable sea_ice_temperature 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 @@ -1631,6 +1685,7 @@ INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible INFO: Converting local name woodxy of variable wood_mass 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 icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name iindx1_aer of variable lower_aerosol_x_interpolation_index 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 qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata @@ -1648,6 +1703,7 @@ INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_al 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 cnx of variable number_of_points_in_x_direction_for_this_cubed_sphere_face 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 w_d of variable coefficient_w_d from new to old metadata INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata @@ -1673,7 +1729,6 @@ INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount 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 gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics 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 nctp of variable number_of_cloud_types_CS 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 fluxlwDOWN_jac of variable RRTMGP_jacobian_of_lw_flux_profile_downward from new to old metadata @@ -1707,9 +1762,10 @@ INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of vari INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata INFO: Converting local name fluxlwUP_allsky of variable RRTMGP_lw_flux_profile_upward_allsky 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 isc of variable starting_x_index_for_this_MPI_rank from new to old metadata INFO: Converting local name tiice of variable internal_ice_temperature 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 dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL 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 con_epsqs of variable minimum_value_of_saturation_mixing_ratio 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 wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata @@ -1721,7 +1777,7 @@ INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of varia INFO: Converting local name ustm of variable surface_friction_velocity_drag 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 w_0 of variable coefficient_w_0 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 hwrf_samfdeep of variable flag_for_hwrf_samfdeepcnv_scheme from new to old metadata INFO: Converting local name aerosolssw(:,:,:,1) of variable RRTMGP_aerosol_optical_depth_for_shortwave_bands_01_16 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 do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata @@ -1735,7 +1791,6 @@ INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for 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 xlat_d of variable latitude_in_degree 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 nn of variable number_of_tracers_for_convective_transport 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 wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata @@ -1777,6 +1832,7 @@ INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_f INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata INFO: Converting local name lndp_var_list of variable variables_to_be_perturbed_for_landperts 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 ddy_h of variable water_vapor_interpolation_weight 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 vtype of variable vegetation_type_classification_real 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 @@ -1843,7 +1899,6 @@ INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwe INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp 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 xz of variable diurnal_thermocline_layer_thickness 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 shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term 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 semis of variable surface_longwave_emissivity from new to old metadata @@ -1873,4078 +1928,152 @@ INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake 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 evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Metadata table for model FV3 written to /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Metadata table for model FV3 written to /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html INFO: Parsing metadata tables in physics scheme files ... -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_pre GFS_DCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_pre_run GFS_DCNV_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_DCNV_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_post GFS_DCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_post_run GFS_DCNV_generic_pre INFO: Parsed tables in scheme GFS_DCNV_generic_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_pre GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_pre_run GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_post GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_post_run GFS_DCNV_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_cloud_work_function in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_updraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_downdraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_detrainment_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover_in_phy_f3d in table GFS_DCNV_generic_post_run INFO: Parsed tables in scheme GFS_DCNV_generic_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_pre GFS_GWD_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_pre_run GFS_GWD_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable statistical_measures_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_post GFS_GWD_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_post_run GFS_GWD_generic_pre INFO: Parsed tables in scheme GFS_GWD_generic_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_pre GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_pre_run GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_post GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_post_run GFS_GWD_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_x_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_y_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run INFO: Parsed tables in scheme GFS_GWD_generic_post with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for GFS_MP_generic_pre_finalize -INFO: Legacy extension - skip empty table for GFS_MP_generic_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_pre GFS_MP_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_pre_run GFS_MP_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_MP_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_post GFS_MP_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_post_run GFS_MP_generic_pre INFO: Parsed tables in scheme GFS_MP_generic_pre with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for GFS_MP_generic_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_pre GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_pre_run GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_post GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_post_run GFS_MP_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable random_number_array in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_rain_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_freezing_rain_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_sleet_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_snow_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_ice_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_snow_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_graupel_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_ice_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_snow_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_graupel_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable column_precipitable_water in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable explicit_rainfall_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -INFO: Legacy extension - skip empty table for GFS_MP_generic_post_finalize INFO: Parsed tables in scheme GFS_MP_generic_post with dependencies ['machine.F', 'calpreciptype.f90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_pre GFS_PBL_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_pre_run GFS_PBL_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_PBL_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_post GFS_PBL_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_post_run GFS_PBL_generic_pre INFO: Parsed tables in scheme GFS_PBL_generic_pre with dependencies ['machine.F', 'GFS_PBL_generic.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_pre GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_pre_run GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_post GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_post_run GFS_PBL_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_heat_diffusivity in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_reduction_factor in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_reduction_factor in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_PBL_generic_post_run INFO: Parsed tables in scheme GFS_PBL_generic_post with dependencies ['machine.F', 'GFS_PBL_generic.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_pre GFS_SCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_pre_run GFS_SCNV_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_SCNV_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_post GFS_SCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_post_run GFS_SCNV_generic_pre INFO: Parsed tables in scheme GFS_SCNV_generic_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_pre GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_pre_run GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_post GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_post_run GFS_SCNV_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover_in_phy_f3d in table GFS_SCNV_generic_post_run INFO: Parsed tables in scheme GFS_SCNV_generic_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_diagtoscreen INFO: Parsed tables in scheme GFS_diagtoscreen with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_interstitialtoscreen INFO: Parsed tables in scheme GFS_interstitialtoscreen with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_abort INFO: Parsed tables in scheme GFS_abort with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_checkland -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_ocean_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_checkland_run INFO: Parsed tables in scheme GFS_checkland with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary INFO: Parsed tables in scheme GFS_phys_time_vary with dependencies ['iccninterp.F90', 'h2ointerp.f90', 'ozne_def.f', 'sfcsub.F', 'aerinterp.F90', 'mersenne_twister.f', 'h2o_def.f', 'gcycle.F90', 'machine.F', 'aerclm_def.F', 'ozinterp.f90', 'namelist_soilveg.f', 'iccn_def.F'] -INFO: Legacy extension - skip empty table for GFS_rad_time_vary_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rad_time_vary GFS_rad_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rad_time_vary_run GFS_rad_time_vary -INFO: Legacy extension - skip empty table for GFS_rad_time_vary_finalize INFO: Parsed tables in scheme GFS_rad_time_vary with dependencies ['physparam.f', 'radcons.f90', 'mersenne_twister.f', 'machine.F'] -INFO: Legacy extension - skip empty table for GFS_rrtmg_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_post GFS_rrtmg_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_post_run GFS_rrtmg_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_10mu_band in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_0p55mu_band in table GFS_rrtmg_post_run -INFO: Legacy extension - skip empty table for GFS_rrtmg_post_finalize INFO: Parsed tables in scheme GFS_rrtmg_post with dependencies ['iounitdef.f', 'radlw_param.f', 'radiation_aerosols.f', 'radsw_param.f', 'machine.F'] -INFO: Legacy extension - skip empty table for GFS_rrtmg_pre_finalize -INFO: Legacy extension - skip empty table for GFS_rrtmg_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_pre GFS_rrtmg_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_pre_run GFS_rrtmg_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_ice_water_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_rain_water_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rime_factor in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_condensate_mixing_ratio_updated_by_physics in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc113 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_3d_cloud_fraction in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table GFS_rrtmg_pre_run INFO: Parsed tables in scheme GFS_rrtmg_pre with dependencies ['physparam.f', 'funcphys.f90', 'surface_perturbation.F90', 'module_mp_radar.F90', 'physcons.F90', 'radiation_gases.f', 'radiation_astronomy.f', 'radsw_param.f', 'machine.F', 'module_bfmicrophysics.f', 'radlw_param.f', 'radiation_aerosols.f', 'module_mp_thompson_make_number_concentrations.F90', 'iounitdef.f', 'module_mp_thompson.F90', 'radiation_clouds.f', 'radcons.f90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup INFO: Parsed tables in scheme GFS_rrtmg_setup with dependencies ['physparam.f', 'radsw_main.f', 'radsw_param.f', 'radiation_gases.f', 'radiation_astronomy.f', 'module_bfmicrophysics.f', 'radlw_param.f', 'radiation_aerosols.f', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f', 'radiation_surface.f', 'radlw_main.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_stochastics GFS_stochastics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_stochastics_run GFS_stochastics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cellular_automata_global_pattern in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_sppt_perturbation in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_x_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_y_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_shum_perturbation in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_sppt_perturbation_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_shum_perturbation_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dissipation_estimate_of_air_temperature_at_model_layers in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_stochastics_run INFO: Parsed tables in scheme GFS_stochastics with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_rad_reset INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_phys_reset INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_1 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_diag in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_1 INFO: Parsed tables in scheme GFS_suite_interstitial_1 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_2 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_for_coupling in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_for_idea in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable duration_of_sunshine in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_land_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ice_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_pressure_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_longwave_radiation in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shortwave_radiation in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_top_entrainment_instability_value in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_at_previous_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_upward in table GFS_suite_interstitial_2_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_2 INFO: Parsed tables in scheme GFS_suite_interstitial_2 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_stateout_reset -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_stateout_reset INFO: Parsed tables in scheme GFS_suite_stateout_reset with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_stateout_update -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_stateout_update INFO: Parsed tables in scheme GFS_suite_stateout_update with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_3 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save_from_convective_parameterization in table GFS_suite_interstitial_3_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_3 INFO: Parsed tables in scheme GFS_suite_interstitial_3 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_4 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save_from_convective_parameterization in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_suite_interstitial_4_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_4 INFO: Parsed tables in scheme GFS_suite_interstitial_4 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_5 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_5_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_5_run INFO: Parsed tables in scheme GFS_suite_interstitial_5 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_pre GFS_surface_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_pre_run GFS_surface_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_area_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_surface_physics_perturbation in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_soil_type_b_parameter in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_leaf_area_index in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_vegetation_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_cice in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_in in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table GFS_surface_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_post GFS_surface_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_post_run GFS_surface_generic_pre INFO: Parsed tables in scheme GFS_surface_generic_pre with dependencies ['surface_perturbation.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_pre GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_pre_run GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_post GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_post_run GFS_surface_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_potential_evaporation in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_ground_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_longwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_longwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_temperature_at_2m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_specific_humidity_at_2m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_wind_at_10m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_wind_at_10m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_skin_temperature_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_air_pressure_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_ground_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_transpiration_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_snow_area_fraction_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_runoff in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_reduction_factor in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_reduction_factor in table GFS_surface_generic_post_run INFO: Parsed tables in scheme GFS_surface_generic_post with dependencies ['surface_perturbation.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_depth in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_ocean_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table GFS_surface_composites_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_pre INFO: Parsed tables in scheme GFS_surface_composites_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_inter -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_inter INFO: Parsed tables in scheme GFS_surface_composites_inter with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table GFS_surface_composites_post_run INFO: Parsed tables in scheme GFS_surface_composites_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part1 GFS_surface_loop_control_part1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part1_run GFS_surface_loop_control_part1 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_loop_control_part1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_surface_loop_control_part1_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part2 GFS_surface_loop_control_part1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part2_run GFS_surface_loop_control_part1 INFO: Parsed tables in scheme GFS_surface_loop_control_part1 with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part1 GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part1_run GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part2 GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part2_run GFS_surface_loop_control_part2 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_loop_control_part2_run INFO: Parsed tables in scheme GFS_surface_loop_control_part2 with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre INFO: Parsed tables in scheme GFS_time_vary_pre with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography_unfiltered in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude_in_degree in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable eddy_mixing_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_mountain_blocking in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_low_level_wave_breaking in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_turbulent_kinetic_energy_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp INFO: Parsed tables in scheme cires_ugwp with dependencies ['cires_vert_orodis.F90', 'cires_ugwp_solvers.F90', 'cires_ugwp_utils.F90', 'cires_vert_wmsdis.F90', 'cires_orowam2017.f', 'cires_vert_lsatdis.F90', 'machine.F', 'cires_ugwp_triggers.F90', 'gwdps.f', 'ugwp_driver_v0.F', 'cires_ugwp_module.F90', 'cires_ugwp_initialize.F90'] -INFO: Legacy extension - skip empty table for cires_ugwp_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp_post cires_ugwp_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_post_run cires_ugwp_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_mountain_blocking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_low_level_wave_breaking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_mountain_blocking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_low_level_wave_breaking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table cires_ugwp_post_run -INFO: Legacy extension - skip empty table for cires_ugwp_post_finalize INFO: Parsed tables in scheme cires_ugwp_post with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for cnvc90_finalize -INFO: Legacy extension - skip empty table for cnvc90_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cnvc90 cnvc90 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cnvc90_run cnvc90 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable smallest_cloud_base_vertical_index_encountered_thus_far in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable largest_cloud_top_vertical_index_encountered_thus_far in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_convective_cloud in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable pressure_at_bottom_of_convective_cloud in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable pressure_at_top_of_convective_cloud in table cnvc90_run INFO: Parsed tables in scheme cnvc90 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv_pre -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_updraft_velocity_at_cloud_base in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table cs_conv_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv_pre -INFO: Legacy extension - skip empty table for cs_conv_pre_finalize -INFO: Legacy extension - skip empty table for cs_conv_pre_init INFO: Parsed tables in scheme cs_conv_pre with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -INFO: Legacy extension - skip empty table for cs_conv_post_init -INFO: Legacy extension - skip empty table for cs_conv_post_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv_post -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction_at_model_interfaces in table cs_conv_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction in table cs_conv_post_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv_post INFO: Parsed tables in scheme cs_conv_post with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -INFO: Legacy extension - skip empty table for cs_conv_init -INFO: Legacy extension - skip empty table for cs_conv_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_base_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_updraft_velocity_at_cloud_base in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction_at_model_interfaces in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table cs_conv_run INFO: Parsed tables in scheme cs_conv with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_aw_adj cs_conv_aw_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_aw_adj_run cs_conv_aw_adj -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table cs_conv_aw_adj_run INFO: Parsed tables in scheme cs_conv_aw_adj with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke_pre cu_ntiedtke_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_pre_run cu_ntiedtke_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_ntiedtke_pre_run INFO: Parsed tables in scheme cu_ntiedtke_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_init cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_run cu_ntiedtke -INFO: Legacy extension - skip empty table for cu_ntiedtke_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_init cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_run cu_ntiedtke -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table cu_ntiedtke_run INFO: Parsed tables in scheme cu_ntiedtke with dependencies ['physcons.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke_post cu_ntiedtke_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_post_run cu_ntiedtke_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_ntiedtke_post_run INFO: Parsed tables in scheme cu_ntiedtke_post with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for dcyc2t3_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True dcyc2t3 dcyc2t3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False dcyc2t3_run dcyc2t3 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_midlayer_air_temperature_in_longwave_radiation in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -INFO: Legacy extension - skip empty table for dcyc2t3_finalize INFO: Parsed tables in scheme dcyc2t3 with dependencies ['physcons.F90', 'machine.F'] -INFO: Legacy extension - skip empty table for drag_suite_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True drag_suite drag_suite -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False drag_suite_run drag_suite -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table drag_suite_run -INFO: Legacy extension - skip empty table for drag_suite_init INFO: Parsed tables in scheme drag_suite -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shoc shoc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shoc_run shoc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable prandtl_number in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy_convective_transport_tracer in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_from_shoc in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_buoyancy_flux_from_shoc in table shoc_run INFO: Parsed tables in scheme shoc with dependencies ['funcphys.f90', 'machine.F'] -INFO: Legacy extension - skip empty table for get_prs_fv3_init -INFO: Legacy extension - skip empty table for get_prs_fv3_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_prs_fv3 get_prs_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_prs_fv3_run get_prs_fv3 -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature in table get_prs_fv3_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_phi_fv3 get_prs_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_phi_fv3_run get_prs_fv3 INFO: Parsed tables in scheme get_prs_fv3 with dependencies ['physcons.F90', 'machine.F'] -INFO: Legacy extension - skip empty table for get_phi_fv3_finalize -INFO: Legacy extension - skip empty table for get_phi_fv3_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_prs_fv3 get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_prs_fv3_run get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_phi_fv3 get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_phi_fv3_run get_phi_fv3 -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table get_phi_fv3_run INFO: Parsed tables in scheme get_phi_fv3 with dependencies ['physcons.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in table gfdl_cloud_microphys_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys INFO: Parsed tables in scheme gfdl_cloud_microphys with dependencies ['module_mp_radar.F90', 'machine.F', 'module_gfdl_cloud_microphys.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj INFO: Parsed tables in scheme fv_sat_adj with dependencies ['physcons.F90', 'module_mp_radar.F90', 'multi_gases.F90', 'machine.F', 'module_gfdl_cloud_microphys.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True zhaocarr_gscond zhaocarr_gscond -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False zhaocarr_gscond_run zhaocarr_gscond -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table zhaocarr_gscond_run INFO: Parsed tables in scheme zhaocarr_gscond with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -INFO: Legacy extension - skip empty table for gwdc_pre_finalize -INFO: Legacy extension - skip empty table for gwdc_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable characteristic_grid_length_scale in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_column_heating_rate in table gwdc_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc_pre INFO: Parsed tables in scheme gwdc_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_column_heating_rate in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable characteristic_grid_length_scale in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_convective_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_convective_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdc_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc -INFO: Legacy extension - skip empty table for gwdc_finalize -INFO: Legacy extension - skip empty table for gwdc_init INFO: Parsed tables in scheme gwdc with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for gwdc_post_finalize -INFO: Legacy extension - skip empty table for gwdc_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_x_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_y_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gwdc_post_run INFO: Parsed tables in scheme gwdc_post with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for gwdps_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdps gwdps -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdps_run gwdps -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table gwdps_run -INFO: Legacy extension - skip empty table for gwdps_finalize INFO: Parsed tables in scheme gwdps -INFO: Legacy extension - skip empty table for h2ophys_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True h2ophys h2ophys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False h2ophys_run h2ophys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table h2ophys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table h2ophys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable h2o_forcing in table h2ophys_run -INFO: Legacy extension - skip empty table for h2ophys_finalize INFO: Parsed tables in scheme h2ophys with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True samfdeepcnv samfdeepcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False samfdeepcnv_run samfdeepcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_cellular_automata_for_deep_convection in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable physics_field_for_coupling in table samfdeepcnv_run -INFO: Legacy extension - skip empty table for samfdeepcnv_finalize -INFO: Legacy extension - skip empty table for samfdeepcnv_init INFO: Parsed tables in scheme samfdeepcnv with dependencies ['funcphys.f90', 'samfaerosols.F', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True samfshalcnv samfshalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False samfshalcnv_run samfshalcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table samfshalcnv_run -INFO: Legacy extension - skip empty table for samfshalcnv_finalize -INFO: Legacy extension - skip empty table for samfshalcnv_init INFO: Parsed tables in scheme samfshalcnv with dependencies ['funcphys.f90', 'samfaerosols.F', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sascnvn sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_init sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_run sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sascnvn sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_init sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_run sascnvn -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table sascnvn_run -INFO: Legacy extension - skip empty table for sascnvn_finalize INFO: Parsed tables in scheme sascnvn with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shalcnv shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_init shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_run shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shalcnv shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_init shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_run shalcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table shalcnv_run -INFO: Legacy extension - skip empty table for shalcnv_finalize INFO: Parsed tables in scheme shalcnv with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True maximum_hourly_diagnostics maximum_hourly_diagnostics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False maximum_hourly_diagnostics_run maximum_hourly_diagnostics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_temperature_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_temperature_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run INFO: Parsed tables in scheme maximum_hourly_diagnostics with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_init m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_run m_micro -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable in_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ccn_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table m_micro_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_init m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_run m_micro -INFO: Legacy extension - skip empty table for m_micro_finalize INFO: Parsed tables in scheme m_micro with dependencies ['cldwat2m_micro.F', 'aer_cloud.F', 'micro_mg_utils.F90', 'cldmacro.F', 'machine.F', 'physcons.F90', 'aerclm_def.F', 'micro_mg2_0.F90', 'micro_mg3_0.F90', 'wv_saturation.F'] -INFO: Legacy extension - skip empty table for m_micro_pre_init -INFO: Legacy extension - skip empty table for m_micro_pre_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_pre m_micro_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_pre_run m_micro_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table m_micro_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_post m_micro_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_post_run m_micro_pre INFO: Parsed tables in scheme m_micro_pre with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for m_micro_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_pre m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_pre_run m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_post m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_post_run m_micro_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_on_dynamics_timestep in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_on_dynamics_timestep in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_on_dynamics_timestep in table m_micro_post_run -INFO: Legacy extension - skip empty table for m_micro_post_finalize INFO: Parsed tables in scheme m_micro_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver_pre cu_gf_driver_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_pre_run cu_gf_driver_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable gf_memory_counter in table cu_gf_driver_pre_run INFO: Parsed tables in scheme cu_gf_driver_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_init cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_run cu_gf_driver -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_condesate_after_rainout in table cu_gf_driver_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_init cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_run cu_gf_driver -INFO: Legacy extension - skip empty table for cu_gf_driver_finalize INFO: Parsed tables in scheme cu_gf_driver with dependencies ['cu_gf_deep.F90', 'cu_gf_sh.F90', 'machine.F', 'physcons.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver_post cu_gf_driver_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_post_run cu_gf_driver_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable gf_memory_counter in table cu_gf_driver_post_run INFO: Parsed tables in scheme cu_gf_driver_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_init hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_run hedmf -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table hedmf_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_init hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_run hedmf INFO: Parsed tables in scheme hedmf with dependencies ['physcons.F90', 'funcphys.f90', 'mfpbl.f', 'tridi.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf_hafs hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_init hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_run hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf_hafs hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_init hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_run hedmf_hafs -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table hedmf_hafs_run INFO: Parsed tables in scheme hedmf_hafs with dependencies ['physcons.F90', 'funcphys.f90', 'mfpbl.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True moninshoc moninshoc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False moninshoc_run moninshoc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_from_shoc in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable prandtl_number in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table moninshoc_run INFO: Parsed tables in scheme moninshoc with dependencies ['funcphys.f90', 'tridi.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdif satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_init satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_run satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdif satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_init satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_run satmedmfvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table satmedmfvdif_run INFO: Parsed tables in scheme satmedmfvdif with dependencies ['funcphys.f90', 'mfpblt.f', 'tridi.f', 'machine.F', 'mfscu.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdifq satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_init satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_run satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdifq satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_init satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_run satmedmfvdifq -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table satmedmfvdifq_run INFO: Parsed tables in scheme satmedmfvdifq with dependencies ['funcphys.f90', 'mfscuq.f', 'tridi.f', 'machine.F', 'mfpbltq.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shinhongvdif shinhongvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shinhongvdif_run shinhongvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table shinhongvdif_run INFO: Parsed tables in scheme shinhongvdif with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ysuvdif ysuvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ysuvdif_run ysuvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table ysuvdif_run INFO: Parsed tables in scheme ysuvdif with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mynnedmf_wrapper mynnedmf_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnedmf_wrapper_init mynnedmf_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnedmf_wrapper_run mynnedmf_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_friendly_aerosol_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable reciprocal_of_obukhov_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tke_at_mass_points in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable t_prime_squared in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable q_prime_squared in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable t_prime_q_prime in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mixing_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stability_function_for_heat in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_for_mynnpbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_momentum_diffusivity_for_mynnpbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_water_mixing_ratio_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_ice_mixing_ratio_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_fraction_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_area in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_vertical_velocity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_total_water in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_theta_l in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_entrainment_rate in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_cloud_water in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_subsidence_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_subsidence_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_detrainment_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_detrainment_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_of_plumes in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_mass_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable k_level_of_highest_plume in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_vapor_specific_humidity_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ozone_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table mynnedmf_wrapper_run INFO: Parsed tables in scheme mynnedmf_wrapper with dependencies ['physcons.F90', 'machine.F', 'module_bl_mynn.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mynnsfc_wrapper mynnsfc_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnsfc_wrapper_run mynnsfc_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_mixing_ratio_at_surface in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_drag in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_stability_parameter in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_star in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable reciprocal_of_obukhov_length in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_latent_heat in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_heat in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_moisture in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_heat_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_moisture_at_2m in table mynnsfc_wrapper_run INFO: Parsed tables in scheme mynnsfc_wrapper with dependencies ['module_sf_mynn.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sgscloud_radpre sgscloud_radpre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sgscloud_radpre_run sgscloud_radpre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_condesate_after_rainout in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_water_mixing_ratio_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_ice_mixing_ratio_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_fraction_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table sgscloud_radpre_run INFO: Parsed tables in scheme sgscloud_radpre with dependencies ['funcphys.f90', 'physcons.F90', 'machine.F', 'module_bfmicrophysics.f', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sgscloud_radpost sgscloud_radpost -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sgscloud_radpost_run sgscloud_radpost -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table sgscloud_radpost_run INFO: Parsed tables in scheme sgscloud_radpost with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True myjsfc_wrapper myjsfc_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False myjsfc_wrapper_run myjsfc_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable u_wind_component_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable v_wind_component_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable baseline_surface_roughness_length in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable heat_exchange_coefficient_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable momentum_exchange_coefficient_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_layer_evaporation_switch in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_latent_heat_flux in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_momentum_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_potental_temperature_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_specific_humidity_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table myjsfc_wrapper_run INFO: Parsed tables in scheme myjsfc_wrapper with dependencies ['module_SF_JSFC.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True myjpbl_wrapper myjpbl_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False myjpbl_wrapper_run myjpbl_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable u_wind_component_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable v_wind_component_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable baseline_surface_roughness_length in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable heat_exchange_coefficient_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable momentum_exchange_coefficient_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_layer_evaporation_switch in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_latent_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_momentum_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_potental_temperature_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_specific_humidity_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table myjpbl_wrapper_run INFO: Parsed tables in scheme myjpbl_wrapper with dependencies ['module_BL_MYJPBL.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_pre mp_thompson_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_pre_run mp_thompson_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table mp_thompson_pre_run INFO: Parsed tables in scheme mp_thompson_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_friendly_aerosol_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_friendly_aerosols_at_surface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_friendly_aerosols_at_surface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table mp_thompson_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: Legacy extension - replacing variable 'horizontal_loop_extent' with 'horizontal_dimension' in table mp_thompson_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson INFO: Parsed tables in scheme mp_thompson with dependencies ['module_mp_thompson.F90', 'module_mp_radar.F90', 'machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table mp_thompson_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mp_thompson_post_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post INFO: Parsed tables in scheme mp_thompson_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_init ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_run ozphys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_updated_by_physics in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_forcing in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table ozphys_run -INFO: Legacy extension - skip empty table for ozphys_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_init ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_run ozphys INFO: Parsed tables in scheme ozphys with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys_2015 ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_init ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_run ozphys_2015 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_updated_by_physics in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_forcing in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table ozphys_2015_run -INFO: Legacy extension - skip empty table for ozphys_2015_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys_2015 ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_init ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_run ozphys_2015 INFO: Parsed tables in scheme ozphys_2015 with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for zhaocarr_precpd_init -INFO: Legacy extension - skip empty table for zhaocarr_precpd_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True zhaocarr_precpd zhaocarr_precpd -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False zhaocarr_precpd_run zhaocarr_precpd -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_rain_water_mixing_ratio_due_to_microphysics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table zhaocarr_precpd_run INFO: Parsed tables in scheme zhaocarr_precpd with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True phys_tend phys_tend -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False phys_tend_run phys_tend -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_longwave_radiation in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shortwave_radiation in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_physics in table phys_tend_run INFO: Parsed tables in scheme phys_tend with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw rrtmg_lw -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_run rrtmg_lw -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_lw in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_longwave_bands_01_16 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_top_atmosphere in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_sfc in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_10mu_band in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmg_lw_run INFO: Parsed tables in scheme rrtmg_lw with dependencies ['physcons.F90', 'physparam.f', 'radlw_param.f', 'mersenne_twister.f', 'radlw_datatb.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw rrtmg_sw -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_run rrtmg_sw -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_sw in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_top_atmosphere in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_sfc in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_0p55mu_band in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmg_sw_run INFO: Parsed tables in scheme rrtmg_sw with dependencies ['physcons.F90', 'physparam.f', 'radsw_datatb.f', 'mersenne_twister.f', 'radsw_param.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable random_number_array in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_interfaces in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table rascnv_run INFO: Parsed tables in scheme rascnv -INFO: Legacy extension - skip empty table for rayleigh_damp_finalize -INFO: Legacy extension - skip empty table for rayleigh_damp_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rayleigh_damp rayleigh_damp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rayleigh_damp_run rayleigh_damp -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_rayleigh_damping in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_rayleigh_damping in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_rayleigh_damping in table rayleigh_damp_run INFO: Parsed tables in scheme rayleigh_damp -INFO: Legacy extension - skip empty table for rrtmg_lw_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw_post rrtmg_lw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_post_run rrtmg_lw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_post_run -INFO: Legacy extension - skip empty table for rrtmg_lw_post_finalize INFO: Parsed tables in scheme rrtmg_lw_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw_pre rrtmg_lw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_pre_run rrtmg_lw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_lw_pre_run -INFO: Legacy extension - skip empty table for rrtmg_lw_pre_init -INFO: Legacy extension - skip empty table for rrtmg_lw_pre_finalize INFO: Parsed tables in scheme rrtmg_lw_pre with dependencies ['iounitdef.f', 'radiation_surface.f', 'machine.F'] -INFO: Legacy extension - skip empty table for rrtmg_sw_post_init -INFO: Legacy extension - skip empty table for rrtmg_sw_post_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw_post rrtmg_sw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_post_run rrtmg_sw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmg_sw_post_run INFO: Parsed tables in scheme rrtmg_sw_post with dependencies ['radsw_param.f', 'machine.F'] -INFO: Legacy extension - skip empty table for rrtmg_sw_pre_init -INFO: Legacy extension - skip empty table for rrtmg_sw_pre_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw_pre rrtmg_sw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_pre_run rrtmg_sw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table rrtmg_sw_pre_run INFO: Parsed tables in scheme rrtmg_sw_pre with dependencies ['iounitdef.f', 'radiation_surface.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diag sfc_diag -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diag_run sfc_diag -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table sfc_diag_run INFO: Parsed tables in scheme sfc_diag with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diag_post sfc_diag_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diag_post_run sfc_diag_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m_from_noahmp in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m_from_noahmp in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_x_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_y_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dewpoint_temperature_at_2m in table sfc_diag_post_run INFO: Parsed tables in scheme sfc_diag_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_area_index in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_weak_cosz_dependency in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_weak_cosz_dependency in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_frozen_soil_physics in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_temperature_bottom_first_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_at_surface in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_condensation_mass in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_mixing_ratio_at_surface in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable density_of_frozen_precipitation in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_runoff in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_water_equivalent_of_frozen_precip in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_accumulated_snowfall in table lsm_ruc_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc INFO: Parsed tables in scheme lsm_ruc with dependencies ['module_sf_ruclsm.F90', 'module_soil_pre.F90', 'namelist_soilveg_ruc.F90', 'machine.F', 'set_soilveg_ruc.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_pre lsm_ruc_sfc_sice_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_pre_run lsm_ruc_sfc_sice_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table lsm_ruc_sfc_sice_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_post lsm_ruc_sfc_sice_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_post_run lsm_ruc_sfc_sice_pre INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_pre lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_pre_run lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_post lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_post_run lsm_ruc_sfc_sice_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table lsm_ruc_sfc_sice_post_run INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_cice sfc_cice -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_cice_run sfc_cice -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table sfc_cice_run INFO: Parsed tables in scheme sfc_cice with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diff sfc_diff -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diff_run sfc_diff -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_from_wave_model in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table sfc_diff_run INFO: Parsed tables in scheme sfc_diff with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_soil_type_b_parameter in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_leaf_area_index in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_vegetation_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness in table lsm_noah_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah INFO: Parsed tables in scheme lsm_noah with dependencies ['surface_perturbation.F90', 'funcphys.f90', 'set_soilveg.f', 'machine.F', 'sflx.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True noahmpdrv noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_init noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_run noahmpdrv -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable explicit_rainfall_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_of_snow_layers in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ground_temperature_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_intercepted_ice_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_intercepted_liquid_water in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_air_vapor_pressure in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_air_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable area_fraction_of_wet_canopy in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_mass_at_previous_time_step in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_albedo_at_previous_time_step in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_at_surface in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_water_storage in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_depth in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_storage_in_aquifer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_storage_in_aquifer_and_saturated_soil in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_bottom_depth_from_snow_surface in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_layer_ice in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_layer_liquid_water in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fine_root_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stem_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wood_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slow_soil_pool_mass_content_of_carbon in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fast_soil_pool_mass_content_of_carbon in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_area_index in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stem_area_index in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nondimensional_snow_age in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable equilibrium_soil_water_content in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_water_content_between_soil_bottom_and_water_table in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_recharge_when_deep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_recharge_when_shallow in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m_from_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m_from_noahmp in table noahmpdrv_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True noahmpdrv noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_init noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_run noahmpdrv INFO: Parsed tables in scheme noahmpdrv with dependencies ['funcphys.f90', 'module_sf_noahmp_glacier.f90', 'module_sf_noahmplsm.f90', 'set_soilveg.f', 'machine.F', 'noahmp_tables.f90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_depth in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table flake_driver_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver INFO: Parsed tables in scheme flake_driver with dependencies ['flake.F90', 'machine.F'] -INFO: Legacy extension - skip empty table for sfc_nst_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_for_nsst in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_water_salinity in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_x_current in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_y_current in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ocean_mixed_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensitivity_of_dtl_heat_content_to_surface_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensitivity_of_dtl_thickness_to_surface_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_c_0 in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_c_d in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_w_0 in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_w_d in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable free_convection_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_dtlm_start in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensible_heat_flux_due_to_rainfall in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table sfc_nst_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst -INFO: Legacy extension - skip empty table for sfc_nst_finalize INFO: Parsed tables in scheme sfc_nst with dependencies ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_for_nsst in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table sfc_nst_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst_pre INFO: Parsed tables in scheme sfc_nst_pre with dependencies ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography_unfiltered in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_change_over_depth_in_sea_water_temperature in table sfc_nst_post_run -INFO: Legacy extension - skip empty table for sfc_nst_post_init -INFO: Legacy extension - skip empty table for sfc_nst_post_finalize INFO: Parsed tables in scheme sfc_nst_post with dependencies ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] -INFO: Legacy extension - skip empty table for sfc_ocean_finalize -INFO: Legacy extension - skip empty table for sfc_ocean_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_ocean sfc_ocean -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_ocean_run sfc_ocean -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table sfc_ocean_run INFO: Parsed tables in scheme sfc_ocean with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_sice sfc_sice -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_sice_run sfc_sice -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_melt in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_cice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table sfc_sice_run INFO: Parsed tables in scheme sfc_sice with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_fer_hires mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_init mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_run mp_fer_hires -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_condensate_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_change_of_air_temperature_due_to_FA_scheme in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_ice_water_cloud in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_rain_water_cloud in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rime_factor in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_weighted_rime_factor_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mp_fer_hires_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_fer_hires mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_init mp_fer_hires -WARNING: Legacy extension - replacing variable 'horizontal_loop_extent' with 'horizontal_dimension' in table mp_fer_hires_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_run mp_fer_hires -INFO: Legacy extension - skip empty table for mp_fer_hires_finalize INFO: Parsed tables in scheme mp_fer_hires with dependencies ['module_MP_FER_HIRES.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_gas_optics rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_init rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_run rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_gas_optics rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_init rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_run rrtmgp_lw_gas_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmgp_lw_gas_optics_run INFO: Parsed tables in scheme rrtmgp_lw_gas_optics with dependencies ['rte-rrtmgp/rte/mo_rte_lw.F90', 'rte-rrtmgp/extensions/mo_compute_bc.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/rte/mo_rte_sw.F90', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_10mu_band in table rrtmgp_lw_cloud_optics_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics INFO: Parsed tables in scheme rrtmgp_lw_cloud_optics with dependencies ['rrtmgp_aux.F90', 'rrtmg_lw_cloud_optics.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_gas_optics rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_init rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_run rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_gas_optics rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_init rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_run rrtmgp_sw_gas_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable toa_incident_sw_flux_by_spectral_point in table rrtmgp_sw_gas_optics_run INFO: Parsed tables in scheme rrtmgp_sw_gas_optics with dependencies ['rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/rte/mo_rte_sw.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'radiation_gases.f', 'rte-rrtmgp/extensions/mo_compute_bc.F90', 'machine.F', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/rte/mo_rte_lw.F90', 'iounitdef.f', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_optics rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_init rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_run rrtmgp_sw_cloud_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band in table rrtmgp_sw_cloud_optics_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_optics rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_init rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_run rrtmgp_sw_cloud_optics INFO: Parsed tables in scheme rrtmgp_sw_cloud_optics with dependencies ['physparam.f', 'rrtmg_sw_cloud_optics.F90', 'machine.F', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_aerosol_optics rrtmgp_sw_aerosol_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_aerosol_optics_run rrtmgp_sw_aerosol_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table rrtmgp_sw_aerosol_optics_run INFO: Parsed tables in scheme rrtmgp_sw_aerosol_optics with dependencies ['iounitdef.f', 'radiation_aerosols.f', 'rrtmgp_aux.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_rte rrtmgp_lw_rte -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_rte_run rrtmgp_lw_rte -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_emissivity_in_each_RRTMGP_LW_band in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_allsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_clrsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_clrsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_upward in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_downward in table rrtmgp_lw_rte_run INFO: Parsed tables in scheme rrtmgp_lw_rte with dependencies ['rte-rrtmgp/rte/mo_rte_lw.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_rte rrtmgp_sw_rte -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_rte_run rrtmgp_sw_rte -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable toa_incident_sw_flux_by_spectral_point in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_allsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_allsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_clrsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_clrsky in table rrtmgp_sw_rte_run INFO: Parsed tables in scheme rrtmgp_sw_rte with dependencies ['rte-rrtmgp/rte/mo_rte_sw.F90', 'radsw_param.f', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_aerosol_optics rrtmgp_lw_aerosol_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_aerosol_optics_run rrtmgp_lw_aerosol_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table rrtmgp_lw_aerosol_optics_run INFO: Parsed tables in scheme rrtmgp_lw_aerosol_optics with dependencies ['iounitdef.f', 'radiation_aerosols.f', 'rrtmgp_aux.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup INFO: Parsed tables in scheme GFS_rrtmgp_setup with dependencies ['physparam.f', 'radiation_gases.f', 'radiation_astronomy.f', 'machine.F', 'module_bfmicrophysics.f', 'radiation_aerosols.f', 'iounitdef.f', 'radiation_surface.f', 'radiation_clouds.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_pre GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_init GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_run GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_pre GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_init GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_run GFS_rrtmgp_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_pre_run INFO: Parsed tables in scheme GFS_rrtmgp_pre with dependencies ['physparam.f', 'funcphys.f90', 'physcons.F90', 'radiation_gases.f', 'radiation_astronomy.f', 'machine.F', 'module_bfmicrophysics.f', 'radiation_aerosols.f', 'rrtmg_lw_cloud_optics.F90', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f', 'radiation_surface.f', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_pre rrtmgp_lw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_pre_run rrtmgp_lw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_emissivity_in_each_RRTMGP_LW_band in table rrtmgp_lw_pre_run INFO: Parsed tables in scheme rrtmgp_lw_pre with dependencies ['iounitdef.f', 'physparam.f', 'radiation_surface.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_sw_pre GFS_rrtmgp_sw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_sw_pre_run GFS_rrtmgp_sw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fractional_coverage_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fractional_coverage_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_surface_physics_perturbation in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_mean_cosz_over_rad_call_period in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table GFS_rrtmgp_sw_pre_run INFO: Parsed tables in scheme GFS_rrtmgp_sw_pre with dependencies ['iounitdef.f', 'physparam.f', 'radiation_surface.f', 'radiation_astronomy.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_lw_post GFS_rrtmgp_lw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_lw_post_run GFS_rrtmgp_lw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_allsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_clrsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_clrsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_10mu_band in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_on_radiation_time_step in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_sfc in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_midlayer_air_temperature_in_longwave_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_top_atmosphere in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_fluxes in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in table GFS_rrtmgp_lw_post_run INFO: Parsed tables in scheme GFS_rrtmgp_lw_post with dependencies ['rte-rrtmgp/extensions/mo_heating_rates.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'radlw_param.f', 'radiation_aerosols.f', 'rte-rrtmgp/rte/mo_fluxes.F90', 'iounitdef.f', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_sampling rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_init rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_run rrtmgp_lw_cloud_sampling -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_lw in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table rrtmgp_lw_cloud_sampling_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_sampling rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_init rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_run rrtmgp_lw_cloud_sampling INFO: Parsed tables in scheme rrtmgp_lw_cloud_sampling with dependencies ['physparam.f', 'machine.F', 'rrtmgp_sampling.F90', 'mersenne_twister.f', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_sampling rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_init rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_run rrtmgp_sw_cloud_sampling -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_sw in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table rrtmgp_sw_cloud_sampling_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_sampling rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_init rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_run rrtmgp_sw_cloud_sampling INFO: Parsed tables in scheme rrtmgp_sw_cloud_sampling with dependencies ['physparam.f', 'machine.F', 'rrtmgp_sampling.F90', 'mersenne_twister.f', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_cloud_diagnostics GFS_cloud_diagnostics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_cloud_diagnostics_run GFS_cloud_diagnostics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_cloud_diagnostics_run INFO: Parsed tables in scheme GFS_cloud_diagnostics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_gfdlmp_pre GFS_rrtmgp_gfdlmp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_gfdlmp_pre_run GFS_rrtmgp_gfdlmp_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_rrtmgp_gfdlmp_pre_run INFO: Parsed tables in scheme GFS_rrtmgp_gfdlmp_pre with dependencies ['rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_zhaocarr_pre GFS_rrtmgp_zhaocarr_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_zhaocarr_pre_run GFS_rrtmgp_zhaocarr_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmgp_zhaocarr_pre_run INFO: Parsed tables in scheme GFS_rrtmgp_zhaocarr_pre with dependencies ['rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_sw_post GFS_rrtmgp_sw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_sw_post_run GFS_rrtmgp_sw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_mean_cosz_over_rad_call_period in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_allsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_allsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_clrsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_clrsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_sfc in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_top_atmosphere in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_fluxes in table GFS_rrtmgp_sw_post_run INFO: Parsed tables in scheme GFS_rrtmgp_sw_post with dependencies ['rte-rrtmgp/extensions/mo_heating_rates.F90', 'radsw_param.f', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'radiation_aerosols.f', 'rte-rrtmgp/rte/mo_fluxes.F90', 'iounitdef.f', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] +INFO: filtering out variable GFS_cldprop_type_instance +INFO: filtering out variable GFS_coupling_type_instance +INFO: filtering out variable GFS_diag_type_instance +INFO: filtering out variable GFS_grid_type_instance +INFO: filtering out variable GFS_radtend_type_instance +INFO: filtering out variable GFS_sfcprop_type_instance +INFO: filtering out variable GFS_statein_type_instance INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable GFS_tbd_type_instance INFO: filtering out variable Gas_concentrations_for_RRTMGP_suite INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_10mu_band @@ -5961,7 +2090,6 @@ INFO: filtering out variable RRTMGP_sw_fluxes 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 active_gases_used_by_RRTMGP -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology INFO: filtering out variable air_pressure_at_interface_for_RRTMGP_in_hPa INFO: filtering out variable air_pressure_at_layer_for_RRTMGP_in_hPa INFO: filtering out variable air_temperature_at_interface_for_RRTMGP @@ -5976,7 +2104,6 @@ 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 @@ -5989,7 +2116,6 @@ INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_ 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_overlap_param INFO: filtering out variable cloud_phase_transition_denominator INFO: filtering out variable cloud_phase_transition_threshold_temperature @@ -6016,7 +2142,6 @@ INFO: filtering out variable cumulative_change_in_temperature_due_to_physics INFO: filtering out variable cumulative_change_in_water_vapor_specific_humidity_due_to_physics INFO: filtering out variable cumulative_change_in_x_wind_due_to_physics INFO: filtering out variable cumulative_change_in_y_wind_due_to_physics -INFO: filtering out variable daytime_mean_cosz_over_rad_call_period 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 @@ -6028,7 +2153,6 @@ INFO: filtering out variable diurnal_thermocline_layer_thickness INFO: filtering out variable diurnal_thermocline_layer_x_current INFO: filtering out variable diurnal_thermocline_layer_y_current INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnedmf INFO: filtering out variable do_mynnsfclay INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme INFO: filtering out variable edmf_flag @@ -6058,10 +2182,7 @@ 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_lmfshal INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_output_of_longwave_heating_rate -INFO: filtering out variable flag_for_output_of_shortwave_heating_rate 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 @@ -6074,7 +2195,6 @@ INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_op 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_uni_cld INFO: filtering out variable flag_mg3_as_mg2 INFO: filtering out variable flag_skip_macro INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMG @@ -6082,11 +2202,10 @@ INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMGP_LUT INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMGP_PADE INFO: filtering out variable forecast_month INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_ice_water_cloud +INFO: filtering out variable fraction_of_rain_water_cloud INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable fractional_coverage_with_strong_cosz_dependency -INFO: filtering out variable fractional_coverage_with_weak_cosz_dependency INFO: filtering out variable free_convection_layer_thickness -INFO: filtering out variable frequency_for_longwave_radiation INFO: filtering out variable gf_memory_counter INFO: filtering out variable graupel_mixing_ratio INFO: filtering out variable graupel_number_concentration_updated_by_physics @@ -6096,11 +2215,10 @@ 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_nucleation_number 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_of_dtlm_start INFO: filtering out variable initial_permutation_seed_lw INFO: filtering out variable initial_permutation_seed_sw @@ -6143,10 +2261,6 @@ 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_change_over_depth_in_sea_water_temperature -INFO: filtering out variable mean_nir_albedo_with_strong_cosz_dependency -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_strong_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 @@ -6186,7 +2300,6 @@ INFO: filtering out variable normalized_soil_wetness_for_land_surface_model INFO: filtering out variable number_of_active_gases_used_by_RRTMGP INFO: filtering out variable number_of_aerosol_tracers_MG INFO: filtering out variable number_of_angles_used_in_gaussian_quadrature -INFO: filtering out variable number_of_cloud_condensate_types 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 @@ -6208,6 +2321,7 @@ INFO: filtering out variable rain_number_concentration_updated_by_physics INFO: filtering out variable rain_water_mixing_ratio INFO: filtering out variable reciprocal_of_obukhov_length INFO: filtering out variable relative_humidity +INFO: filtering out variable rime_factor INFO: filtering out variable rrtmgp_coeff_lw_cloud_optics INFO: filtering out variable rrtmgp_coeff_sw_cloud_optics INFO: filtering out variable rrtmgp_kdistribution_lw @@ -6275,6 +2389,7 @@ 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_ccn_activated_number 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 @@ -6296,6 +2411,7 @@ INFO: filtering out variable tke_budget INFO: filtering out variable tke_dissipative_heating_factor INFO: filtering out variable toa_incident_sw_flux_by_spectral_point INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable total_cloud_condensate_mixing_ratio_updated_by_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 @@ -6332,24 +2448,24 @@ 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 /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Metadata table for model FV3 written to /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex INFO: Comparing metadata for requested and provided variables ... INFO: Generating list of Fortran modules containing CCPP type definitions ... INFO: Generating typedefs makefile/cmakefile snippet ... -INFO: Added 10 typedefs to /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh +INFO: Added 10 typedefs to /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 146 schemes to /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk, /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Added 146 schemes to /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk, /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics ... +INFO: Generating static API ccpp_static_api.F90 in /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics ... INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 16 auto-generated caps to /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk and /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake, /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh +INFO: Added 16 auto-generated caps to /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk and /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake, /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh INFO: CCPP prebuild step completed successfully. -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ ./build_ccpp.sh orion.intel /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk 'CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp' NO NO ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp ++ ./build_ccpp.sh orion.intel /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk 'CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp' NO NO MACHINE_ID=orion.intel is valid. Compilers set for orion.intel. Obtained ESMF_LIB=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib from /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -DNETCDF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=OFF' ... +Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp -DNETCDF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=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 @@ -6390,8 +2506,8 @@ Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/work/noaa/nems/junwang/s2s/2 -- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp -- Enable OpenMP support for C/C++/Fortran compiler -- Got CCPP TYPEDEFS from cmakefile include file: gfs_typedefs.mod;mo_cloud_optics.mod;mo_optical_props.mod;ccpp_typedefs.mod;mo_gas_concentrations.mod;machine.mod;mo_source_functions.mod;module_radlw_parameters.mod;module_radsw_parameters.mod;mo_gas_optics_rrtmgp.mod --- Got CCPP SCHEMES from cmakefile include file: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 --- Got CCPP CAPS from cmakefile include file: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 +-- Got CCPP SCHEMES from cmakefile include file: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 +-- Got CCPP CAPS from cmakefile include file: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -- Configuring done -- Generating done CMake Warning: @@ -6400,57 +2516,57 @@ CMake Warning: LEGACY_INTEL --- Build files have been written to: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build -make[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -/apps/cmake-3.17.3/bin/cmake -S/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -B/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/apps/cmake-3.17.3/bin/cmake -E cmake_progress_start /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks +-- Build files have been written to: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build +make[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +/apps/cmake-3.17.3/bin/cmake -S/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp -B/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/cmake-3.17.3/bin/cmake -E cmake_progress_start /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build && /apps/cmake-3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -Dependee "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". -Dependee "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +make[3]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build && /apps/cmake-3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +Dependee "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Dependee "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". Scanning dependencies of target ccpp -make[3]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' [ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_types.mod framework/src/CMakeFiles/ccpp.dir/ccpp_types.mod.stamp Intel [ 1%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_api.mod framework/src/CMakeFiles/ccpp.dir/ccpp_api.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build [ 2%] Linking Fortran static library libccpp.a -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/cmake-3.17.3/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/cmake-3.17.3/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/cmake-3.17.3/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/cmake-3.17.3/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 /bin/ar qc libccpp.a CMakeFiles/ccpp.dir/ccpp_types.F90.o CMakeFiles/ccpp.dir/ccpp_api.F90.o /bin/ranlib libccpp.a -make[3]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' [ 2%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build && /apps/cmake-3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -Dependee "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". -Dependee "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +make[3]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build && /apps/cmake-3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +Dependee "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Dependee "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". Scanning dependencies of target ccppphys -make[3]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' [ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_types.mod physics/CMakeFiles/ccppphys.dir/ccpp_types.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o.provides.build [ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/machine.mod physics/CMakeFiles/ccppphys.dir/machine.mod.stamp Intel [ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/physcons.mod physics/CMakeFiles/ccppphys.dir/physcons.mod.stamp Intel [ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ugwp_common.mod physics/CMakeFiles/ccppphys.dir/ugwp_common.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ugwp_conv_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_conv_init.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ugwp_fjet_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_fjet_init.mod.stamp Intel @@ -6458,116 +2574,116 @@ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ugwp_okw_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_okw_init.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ugwp_oro_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_oro_init.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ugwp_wmsdis_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_wmsdis_init.mod.stamp Intel -[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_module.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_module.mod.stamp Intel -[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gwdps.mod physics/CMakeFiles/ccppphys.dir/gwdps.mod.stamp Intel -[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp.mod.stamp Intel -[ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_post.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_post.mod.stamp Intel -[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/cnvc90.mod physics/CMakeFiles/ccppphys.dir/cnvc90.mod.stamp Intel -[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/dcyc2t3.mod physics/CMakeFiles/ccppphys.dir/dcyc2t3.mod.stamp Intel -[ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/get_phi_fv3.mod physics/CMakeFiles/ccppphys.dir/get_phi_fv3.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/get_prs_fv3.mod physics/CMakeFiles/ccppphys.dir/get_prs_fv3.mod.stamp Intel -[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_post.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_pre.mod.stamp Intel -[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_post.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_pre.mod.stamp Intel -[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_post.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_pre.mod.stamp Intel -[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_post.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_pre.mod.stamp Intel -[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_post.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_pre.mod.stamp Intel -[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mersenne_twister.mod physics/CMakeFiles/ccppphys.dir/mersenne_twister.mod.stamp Intel -[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_kind.mod physics/CMakeFiles/ccppphys.dir/mo_rte_kind.mod.stamp Intel -[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props_kernels.mod.stamp Intel -[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_util_array.mod physics/CMakeFiles/ccppphys.dir/mo_rte_util_array.mod.stamp Intel -[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props.mod.stamp Intel -[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_config.mod physics/CMakeFiles/ccppphys.dir/mo_rte_config.mod.stamp Intel -[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_cloud_optics.mod.stamp Intel -[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_string.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_string.mod.stamp Intel -[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_concentrations.mod physics/CMakeFiles/ccppphys.dir/mo_gas_concentrations.mod.stamp Intel -[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_source_functions.mod physics/CMakeFiles/ccppphys.dir/mo_source_functions.mod.stamp Intel -[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics.mod.stamp Intel -[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_kernels.mod.stamp Intel -[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_constants.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_constants.mod.stamp Intel -[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder_kernels.mod.stamp Intel -[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder.mod.stamp Intel -[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_rrtmgp.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_rrtmgp.mod.stamp Intel -[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/physparam.mod physics/CMakeFiles/ccppphys.dir/physparam.mod.stamp Intel -[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radlw_parameters.mod.stamp Intel -[ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radsw_parameters.mod.stamp Intel -[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/parse_tracers.mod physics/CMakeFiles/ccppphys.dir/parse_tracers.mod.stamp Intel -[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_typedefs.mod physics/CMakeFiles/ccppphys.dir/gfs_typedefs.mod.stamp Intel -[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson_make_number_concentrations.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson_make_number_concentrations.mod.stamp Intel -[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_1.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_1.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_2.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_2.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_3.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_3.mod.stamp Intel @@ -6575,124 +2691,124 @@ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_phys_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_phys_reset.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_reset.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_update.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_update.mod.stamp Intel -[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_inter.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_inter.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_post.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_pre.mod.stamp Intel -[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/surface_perturbation.mod physics/CMakeFiles/ccppphys.dir/surface_perturbation.mod.stamp Intel -[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_post.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_pre.mod.stamp Intel -[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part1.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part1.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part2.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part2.mod.stamp Intel -[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/funcphys.mod physics/CMakeFiles/ccppphys.dir/funcphys.mod.stamp Intel -[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/hedmf.mod physics/CMakeFiles/ccppphys.dir/hedmf.mod.stamp Intel -[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg.mod physics/CMakeFiles/ccppphys.dir/namelist_soilveg.mod.stamp Intel -[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_mod.mod physics/CMakeFiles/ccppphys.dir/set_soilveg_mod.mod.stamp Intel -[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/lsm_noah.mod physics/CMakeFiles/ccppphys.dir/lsm_noah.mod.stamp Intel -[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/maximum_hourly_diagnostics.mod physics/CMakeFiles/ccppphys.dir/maximum_hourly_diagnostics.mod.stamp Intel -[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ozphys.mod physics/CMakeFiles/ccppphys.dir/ozphys.mod.stamp Intel -[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/rayleigh_damp.mod physics/CMakeFiles/ccppphys.dir/rayleigh_damp.mod.stamp Intel -[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/samfcnv_aerosols.mod physics/CMakeFiles/ccppphys.dir/samfcnv_aerosols.mod.stamp Intel -[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/samfdeepcnv.mod physics/CMakeFiles/ccppphys.dir/samfdeepcnv.mod.stamp Intel -[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/samfshalcnv.mod physics/CMakeFiles/ccppphys.dir/samfshalcnv.mod.stamp Intel -[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/sfc_cice.mod physics/CMakeFiles/ccppphys.dir/sfc_cice.mod.stamp Intel -[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag.mod physics/CMakeFiles/ccppphys.dir/sfc_diag.mod.stamp Intel -[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag_post.mod physics/CMakeFiles/ccppphys.dir/sfc_diag_post.mod.stamp Intel -[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/sfc_diff.mod physics/CMakeFiles/ccppphys.dir/sfc_diff.mod.stamp Intel -[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/sfc_ocean.mod physics/CMakeFiles/ccppphys.dir/sfc_ocean.mod.stamp Intel -[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/sfc_sice.mod physics/CMakeFiles/ccppphys.dir/sfc_sice.mod.stamp Intel -[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_gscond.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_gscond.mod.stamp Intel -[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_precpd.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_precpd.mod.stamp Intel -[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_physics_cap.mod.stamp Intel +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +/apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_post.mod.stamp Intel +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +/apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_mp_radar.mod physics/CMakeFiles/ccppphys.dir/module_mp_radar.mod.stamp Intel +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +/apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson.mod.stamp Intel [ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def.mod physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel -[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef.mod physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel -[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX-I -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols.mod physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel -[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -/apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_post.mod.stamp Intel -[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -/apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_mp_radar.mod physics/CMakeFiles/ccppphys.dir/module_mp_radar.mod.stamp Intel -[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -/apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson.mod.stamp Intel -[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_astronomy.mod physics/CMakeFiles/ccppphys.dir/module_radiation_astronomy.mod.stamp Intel -[ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_microphysics.mod physics/CMakeFiles/ccppphys.dir/module_microphysics.mod.stamp Intel -[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_clouds.mod physics/CMakeFiles/ccppphys.dir/module_radiation_clouds.mod.stamp Intel -[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ozne_def.mod physics/CMakeFiles/ccppphys.dir/ozne_def.mod.stamp Intel -[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_gases.mod physics/CMakeFiles/ccppphys.dir/module_radiation_gases.mod.stamp Intel -[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/radcons.mod physics/CMakeFiles/ccppphys.dir/radcons.mod.stamp Intel -[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_pre.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_rad_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_rad_reset.mod.stamp Intel -[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_avplank.mod physics/CMakeFiles/ccppphys.dir/module_radlw_avplank.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_cldprlw.mod physics/CMakeFiles/ccppphys.dir/module_radlw_cldprlw.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb01.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb01.mod.stamp Intel @@ -6712,20 +2828,20 @@ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb15.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb15.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb16.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radlw_ref.mod.stamp Intel -[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw.mod.stamp Intel -[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_post.mod.stamp Intel [ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_surface.mod physics/CMakeFiles/ccppphys.dir/module_radiation_surface.mod.stamp Intel -[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_pre.mod.stamp Intel [ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_cldprtb.mod physics/CMakeFiles/ccppphys.dir/module_radsw_cldprtb.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb16.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb17.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb17.mod.stamp Intel @@ -6744,122 +2860,122 @@ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radsw_ref.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_sflux.mod physics/CMakeFiles/ccppphys.dir/module_radsw_sflux.mod.stamp Intel [ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw.mod.stamp Intel [ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_post.mod.stamp Intel -[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_pre.mod.stamp Intel -[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod.stamp Intel -[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_stochastics.mod physics/CMakeFiles/ccppphys.dir/gfs_stochastics.mod.stamp Intel -[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod.stamp Intel [ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/aerinterp.mod physics/CMakeFiles/ccppphys.dir/aerinterp.mod.stamp Intel -[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/h2o_def.mod physics/CMakeFiles/ccppphys.dir/h2o_def.mod.stamp Intel -[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/h2ointerp.mod physics/CMakeFiles/ccppphys.dir/h2ointerp.mod.stamp Intel -[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/iccn_def.mod physics/CMakeFiles/ccppphys.dir/iccn_def.mod.stamp Intel -[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/iccninterp.mod physics/CMakeFiles/ccppphys.dir/iccninterp.mod.stamp Intel -[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ozinterp.mod physics/CMakeFiles/ccppphys.dir/ozinterp.mod.stamp Intel -[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_phys_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_phys_time_vary.mod.stamp Intel -[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_rad_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_rad_time_vary.mod.stamp Intel -[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_setup.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_setup.mod.stamp Intel -[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_time_vary_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_time_vary_pre.mod.stamp Intel -[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod.stamp Intel -[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_cap.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build -[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdif.mod physics/CMakeFiles/ccppphys.dir/satmedmfvdif.mod.stamp Intel -[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod.stamp Intel -[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod.stamp Intel -[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod.stamp Intel -[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod.stamp Intel -[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build -[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_typedefs.mod physics/CMakeFiles/ccppphys.dir/ccpp_typedefs.mod.stamp Intel -[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys_mod.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys_mod.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/fv_sat_adj.mod physics/CMakeFiles/ccppphys.dir/fv_sat_adj.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys.mod.stamp Intel -[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/h2ophys.mod physics/CMakeFiles/ccppphys.dir/h2ophys.mod.stamp Intel -[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ozphys_2015.mod physics/CMakeFiles/ccppphys.dir/ozphys_2015.mod.stamp Intel -[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod.stamp Intel -[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod.stamp Intel -[ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod.stamp Intel -[ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod.stamp Intel -[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_cap.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build @@ -6915,8 +3031,8 @@ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build -[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_multi_gases_mod.mod physics/CMakeFiles/ccppphys.dir/ccpp_multi_gases_mod.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build @@ -6971,352 +3087,352 @@ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build -[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/sfccyc_module.mod physics/CMakeFiles/ccppphys.dir/sfccyc_module.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build -[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/sso_coorde.mod physics/CMakeFiles/ccppphys.dir/sso_coorde.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o.provides.build -[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90 -o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o +[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90 -o CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_data.mod physics/CMakeFiles/ccppphys.dir/ccpp_data.mod.stamp Intel -/apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o.provides.build -/apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build -/apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build -[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +/apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o.provides.build +/apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +/apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o [100%] Linking Fortran static library libccppphys.a -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 -/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 +/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /bin/ranlib libccppphys.a -make[3]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -/apps/cmake-3.17.3/bin/cmake -E cmake_progress_start /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 -make[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -make[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -/apps/cmake-3.17.3/bin/cmake -S/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -B/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/apps/cmake-3.17.3/bin/cmake -E cmake_progress_start /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +/apps/cmake-3.17.3/bin/cmake -E cmake_progress_start /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 +make[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +make[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +/apps/cmake-3.17.3/bin/cmake -S/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp -B/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/cmake-3.17.3/bin/cmake -E cmake_progress_start /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build && /apps/cmake-3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build && /apps/cmake-3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make[3]: Nothing to be done for `framework/src/CMakeFiles/ccpp.dir/build'. -make[3]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' [ 2%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build && /apps/cmake-3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build && /apps/cmake-3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make[3]: Nothing to be done for `physics/CMakeFiles/ccppphys.dir/build'. -make[3]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -/apps/cmake-3.17.3/bin/cmake -E cmake_progress_start /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +/apps/cmake-3.17.3/bin/cmake -E cmake_progress_start /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make[2]: Nothing to be done for `preinstall'. -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' Install the project... /apps/cmake-3.17.3/bin/cmake -P cmake_install.cmake -- Install configuration: "Release" --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/libccpp.a --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config.cmake --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config-release.cmake --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_types.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_api.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/libccppphys.a --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config.cmake --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config-release.cmake --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/gfs_typedefs.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_cloud_optics.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_optical_props.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_typedefs.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_gas_concentrations.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/machine.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_source_functions.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/module_radlw_parameters.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/module_radsw_parameters.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod -make[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -+ test -d /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -+ test -d /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs ; \ -exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" all +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib/libccpp.a +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config.cmake +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config-release.cmake +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_types.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_api.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib/libccppphys.a +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config.cmake +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config-release.cmake +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/gfs_typedefs.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/mo_cloud_optics.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/mo_optical_props.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_typedefs.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/mo_gas_concentrations.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/machine.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/mo_source_functions.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/module_radlw_parameters.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/module_radsw_parameters.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod +make[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' ++ test -d /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include ++ test -d /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs ; \ +exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" all Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 @@ -7404,80 +3520,80 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" -mv fms.mk "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' -test -d /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" into /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL on orion -cp -fp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems \ - "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3"/conf/configure.fv3 -cp -fp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems \ - "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3"/conf/modules.fv3 -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 COMP_BINDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL MACHINE_ID=orion FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" nemsinstall +mkdir -p "/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL" +mv fms.mk "/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs' +test -d /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL +Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" into /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL on orion +cp -fp /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems \ + "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3"/conf/configure.fv3 +cp -fp /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems \ + "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3"/conf/modules.fv3 +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 COMP_BINDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL MACHINE_ID=orion FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" nemsinstall Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' -gmake -C cpl FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' +gmake -C cpl FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -c module_cap_cpl.F90 +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics' Building dependencies ... -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics' +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-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/mersenne_twister.o physics/namelist_soilveg.o physics/physparam.o physics/set_soilveg.o physics/noahmp_tables.o physics/GFDL_parse_tracers.o physics/physcons.o CCPP_layer/CCPP_data.o ../ccpp/physics/ccpp_static_api.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_restart.o ar: creating libgfsphys.a a - physics/mersenne_twister.o @@ -7493,65 +3609,65 @@ a - GFS_layer/GFS_abstraction_layer.o a - GFS_layer/GFS_diagnostics.o a - GFS_layer/GFS_driver.o a - GFS_layer/GFS_restart.o -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' -gmake -C ccpp/driver FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics' +gmake -C ccpp/driver FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build CCPP layer ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver' Building dependencies ... -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver' Build CCPP layer ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS CCPP_driver.F90 > CCPP_driver.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver' +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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS CCPP_driver.F90 > CCPP_driver.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o ar rv libccppdriver.a CCPP_driver.o ar: creating libccppdriver.a a - CCPP_driver.o -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' -gmake -C ipd FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver' +gmake -C ipd FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd' Building dependencies ... -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd' -gmake -C io FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd' +gmake -C io FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include] -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include] -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -c module_fv3_io_def.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nemsio/2.5.2/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -c module_wrt_grid_comp.F90 +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -c module_fv3_io_def.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nemsio/2.5.2/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 @@ -7564,65 +3680,65 @@ 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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -c model/fv_arrays.F90 -o model/fv_arrays.o +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -7668,52 +3784,53 @@ 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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/stochastic_physics' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/stochastic_physics' +mpiicc -E four_to_grid_stochy.F > four_to_grid_stochy.f Building dependencies ... -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/stochastic_physics' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/stochastic_physics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c kinddef.F90 -o kinddef.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c glats_stochy.f -o glats_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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c mpi_wrapper.F90 -o mpi_wrapper.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c halo_exchange.fv3.F90 -o halo_exchange.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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c lndp_apply_perts.F90 -o lndp_apply_perts.o +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/stochastic_physics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c kinddef.F90 -o kinddef.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c glats_stochy.f -o glats_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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c mpi_wrapper.F90 -o mpi_wrapper.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c halo_exchange.fv3.F90 -o halo_exchange.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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c lndp_apply_perts.F90 -o lndp_apply_perts.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 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 plumes.o kinddef.o mpi_wrapper.o halo_exchange.fv3.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 cellular_automata_global.o cellular_automata_sgs.o update_ca.o lndp_apply_perts.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -7750,25 +3867,28 @@ a - cellular_automata_global.o a - cellular_automata_sgs.o a - update_ca.o a - lndp_apply_perts.o -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/stochastic_physics' -gmake -C stochastic_physics FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/stochastic_physics' +gmake -C stochastic_physics FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include] -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I ../../stochastic_physics -I../ccpp/physics -I../ccpp/build/physics -I../atmos_cubed_sphere -c stochastic_physics_wrapper.F90 -o stochastic_physics_wrapper.o +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/stochastic_physics' +Building dependencies ... +/bin/sh: m: command not found +gmake[2]: [depend] Error 127 (ignored) +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I ../../stochastic_physics -I../ccpp/physics -I../ccpp/build/physics -I../atmos_cubed_sphere -c stochastic_physics_wrapper.F90 -o stochastic_physics_wrapper.o ar rv libstochastic_physics_wrapper.a stochastic_physics_wrapper.o ar: creating libstochastic_physics_wrapper.a a - stochastic_physics_wrapper.o -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 @@ -7776,42 +3896,42 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' -gmake esmf_make_fragment FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' +gmake esmf_make_fragment FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' -Installation into "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' +Installation into "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' -test -d /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -rm -fr /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/exec -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="orion" ; \ +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' +test -d /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL +rm -fr /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/exec +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="orion" ; \ set -e ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface ; \ -./compile.sh --platform orion --fms-dir "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" +cd /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface ; \ +./compile.sh --platform orion --fms-dir "/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL" Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 -Will use FMS from: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL +Will use FMS from: /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL ++ pwd -+ BASEDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface ++ BASEDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface + MACHINE_ID=orion + COMPILE_OPTION=orion-intel.mk + DEBUG= @@ -7826,580 +3946,529 @@ MOM6 compile.sh ... DEBUG=, REPRO=1 + [[ 1 == 1 ]] + echo 'compile MOM6 library ...' compile MOM6 library ... -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface + mkdir -p build/intel/MOM6_LIB/repro + cd build/intel/MOM6_LIB/repro + [[ -f path_names ]] -+ rm -f path_names + echo 'generating file_paths ...' generating file_paths ... -+ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/mkmf/bin/list_paths /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 ++ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/mkmf/bin/list_paths /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 A list of the files you checked out is in the file path_names. + echo 'generating makefile ...' generating makefile ... -+ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/mkmf/bin/mkmf -t /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/mkmf/templates/orion-intel.mk -p lib_ocean.a -o -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL path_names -.................................................................................................................................................................................................................................................................... Makefile is ready. ++ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/mkmf/bin/mkmf -t /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/mkmf/templates/orion-intel.mk -p lib_ocean.a -o -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL path_names +........................................................................................................................................................................................................................................... Makefile is ready. + echo 'compiling MOM6 library...' compiling MOM6 library... + make NETCDF=4 REPRO=1 DEBUG= lib_ocean.a -make[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_error_handler.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_array_transform.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_cpu_clock.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_time_manager.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_string_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/polynomial_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PLM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_safe_alloc.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_vkernels.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PCM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_zlike.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_sigma.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_manager_wrapper.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_math.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_pt_from_t__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_sr_from_sp__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_intrinsic_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_gibbs_ice__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_specvol_second_derivatives__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_chem_potential_water_t_exact__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_pt0_from_t__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_ct_freezing_exact__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_ct_from_t__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_specvol_first_derivatives__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_t_freezing_poly__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_entropy_part_zerop__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_constants.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_rho__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_t_deriv_chem_potential_water_t_exact__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_pt_from_ct__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_t_freezing_exact__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_rho_second_derivatives__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_t_from_ct__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_ct_freezing_poly__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_gibbs_pt0_pt0__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_ct_from_pt__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_rho_first_derivatives__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_entropy_part__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_gibbs__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_specvol__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_sp_from_sr__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_coms.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_document.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_solvers.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_consts.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_TFreeze.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_edge_values.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_file_parser.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_background.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PPM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PQM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P1M_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P3M_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_params.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_domains.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_unit_scaling.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_verticalGrid.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_interp.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_remapping.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_hor_index.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_linear.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_checksums.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_dyn_horgrid.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_grid.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_random.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_io.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_spatial_means.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/baroclinic_zone_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/user_shelf_init.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_transcribe_grid.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_debugging.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_get_input.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_transform_FMS.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_grid_initialize.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_shared_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_write_cputime.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_restart.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_hycom.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_variables.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_rho.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_slight.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_Z_init.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_adapt.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_horizontal_regridding.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_interface_heights.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_checksum_packages.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_isopycnal_slopes.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/soliton_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/adjustment_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Rossby_front_2d_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_regridding.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_remap.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_mediator.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_registry.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_sponge.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_opacity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_speed.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_Montgomery.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_PointAccel.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_structure.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_change_diffusivity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_open_boundary.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/lock_exchange_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/external_gwave_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_forcing_type.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/benchmark_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Neverland_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/sloshing_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/seamount_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Phillips_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/circle_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_diagnostics.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/RGC_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/ISOMIP_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME2d_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dense_water_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_diabatic.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_wave_interface.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_aux.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_marine_ice.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/SCM_CVMix_tests.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_controlled_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Idealized_Hurricane.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ISOMIP_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/DOME_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_ALE.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity_PPM.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/supercritical_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_CoriolisAdv.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/tidal_bay_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Kelvin_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/shelfwave_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_channel_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_barotropic.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_advect.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/tracer_example.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/RGC_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ideal_age_example.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dye_example.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/oil_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/advection_test_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dyed_obc_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/pseudo_salt_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/boundary_impulse_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_coord_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_boundary_update.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_fixed_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_state_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_generic_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_flow_control.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_sum_output.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_surface_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_revise_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_surface_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_main.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_split_RK2.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_neutral_diffusion.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_hor_diff.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_unit_tests.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 -ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_cpu_clock.o MOM_checksums.o user_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o ocean_da_types.o baroclinic_zone_initialization.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_open_boundary.o MOM_set_viscosity.o cvmix_shear.o MOM_regularize_layers.o MOM_string_functions.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o PLM_functions.o gsw_pt_from_t__genmod.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_safe_alloc.o gsw_sr_from_sp__genmod.o MOM_intrinsic_functions.o MOM_continuity.o MOM_obsolete_params.o MOM_checksum_packages.o dumbbell_initialization.o MOM_dyn_horgrid.o gsw_gibbs_ice__genmod.o MOM_unit_scaling.o gsw_specvol_second_derivatives__genmod.o MOM_EOS_Wright.o gsw_gibbs.o PPM_functions.o supercritical_initialization.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_error_handler.o MOM_PointAccel.o gsw_gibbs_pt0_pt0.o gsw_pt_from_ct.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o gsw_t_freezing_exact.o regrid_consts.o MOM_diag_mediator.o MOM_wave_speed.o ISOMIP_initialization.o gsw_chem_potential_water_t_exact__genmod.o polynomial_functions.o gsw_pt0_from_t__genmod.o user_shelf_init.o gsw_rho_first_derivatives.o MOM_neutral_diffusion.o write_ocean_obs.o MOM_EOS_UNESCO.o gsw_ct_freezing_exact__genmod.o seamount_initialization.o MOM_dynamics_unsplit.o gsw_ct_from_t__genmod.o MOM_diagnostics.o gsw_mod_specvol_coefficients.o gsw_specvol_first_derivatives__genmod.o MOM_barotropic.o soliton_initialization.o Kelvin_initialization.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_generic_tracer.o MOM_lateral_boundary_diffusion.o MOM_bkgnd_mixing.o circle_obcs_initialization.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o P1M_functions.o MOM_ALE.o gsw_t_freezing_poly__genmod.o boundary_impulse_tracer.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o MOM_diag_remap.o MOM_domains.o Neverland_initialization.o MOM_tidal_mixing.o gsw_entropy_part_zerop__genmod.o gsw_pt_from_t.o dense_water_initialization.o MOM_entrain_diffusive.o Phillips_initialization.o MOM_internal_tide_input.o MOM_marine_ice.o MOM_debugging.o kdtree.o MOM_document.o MOM_variables.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o gsw_rho__genmod.o MOM_tracer_flow_control.o MOM_coms.o cvmix_background.o MOM_diabatic_driver.o MOM_horizontal_regridding.o gsw_ct_from_pt.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_spatial_means.o RGC_tracer.o MOM_ice_shelf.o cvmix_ddiff.o gsw_specvol_second_derivatives.o gsw_t_deriv_chem_potential_water_t_exact__genmod.o gsw_ct_freezing_poly.o MOM_PressureForce_Montgomery.o gsw_pt_from_ct__genmod.o MOM_sum_output.o MOM_isopycnal_slopes.o gsw_mod_gibbs_ice_coefficients.o MOM_array_transform.o cvmix_math.o dumbbell_surface_forcing.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o MOM_random.o MOM_ice_shelf_dynamics.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_tracer_hor_diff.o MOM_full_convection.o mom_ocean_model_nuopc.o gsw_chem_potential_water_t_exact.o MOM_transform_FMS.o MOM_EOS.o coord_rho.o MOM_state_initialization.o gsw_t_freezing_exact__genmod.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_restart.o MOM_coord_initialization.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o gsw_ct_freezing_exact.o MOM_OCMIP2_CFC.o MOM_diag_manager_wrapper.o MOM_time_manager.o regrid_interp.o MOM_EOS_NEMO.o gsw_mod_freezing_poly_coefficients.o MOM_CVMix_conv.o MOM_wave_structure.o gsw_pt0_from_t.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o tidal_bay_initialization.o user_change_diffusivity.o MOM_tracer_registry.o gsw_rho_second_derivatives__genmod.o coord_zlike.o gsw_gibbs_ice.o gsw_t_from_ct__genmod.o gsw_ct_freezing_poly__genmod.o gsw_gibbs_pt0_pt0__genmod.o MOM_MEKE_types.o MOM_CVMix_ddiff.o dyed_channel_initialization.o gsw_rho_second_derivatives.o MOM_thickness_diffuse.o MOM_file_parser.o MOM_unit_tests.o ideal_age_example.o MOM_offline_main.o gsw_specvol_first_derivatives.o MOM_set_diffusivity.o DOME_initialization.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o coord_sigma.o BFB_surface_forcing.o advection_test_tracer.o pseudo_salt_tracer.o dyed_obcs_initialization.o MOM_PressureForce.o gsw_mod_toolbox.o MOM_verticalGrid.o MOM_regridding.o MOM_boundary_update.o MOM_forcing_type.o coord_adapt.o MOM_tracer_Z_init.o MOM_bulk_mixed_layer.o MOM_controlled_forcing.o gsw_sr_from_sp.o MOM_shared_initialization.o MOM_kappa_shear.o MOM_ALE_sponge.o gsw_entropy_part.o MOM_ice_shelf_state.o gsw_mod_teos10_constants.o MOM_PressureForce_analytic_FV.o MOM_lateral_mixing_coeffs.o Idealized_Hurricane.o MOM_write_cputime.o gsw_mod_kinds.o MOM_sponge.o gsw_ct_from_pt__genmod.o MOM_continuity_PPM.o oil_tracer.o MOM.o MOM_EOS_linear.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o gsw_rho_first_derivatives__genmod.o gsw_rho.o gsw_entropy_part__genmod.o gsw_gibbs__genmod.o dyed_obc_tracer.o gsw_specvol__genmod.o gsw_sp_from_sr__genmod.o adjustment_initialization.o MOM_constants.o shelfwave_initialization.o MOM_remapping.o MOM_io.o dye_example.o benchmark_initialization.o lock_exchange_initialization.o mom_surface_forcing_nuopc.o cvmix_tidal.o MOM_obsolete_diagnostics.o gsw_t_deriv_chem_potential_water_t_exact.o +make[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_error_handler.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_array_transform.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_cpu_clock.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_time_manager.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_string_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/polynomial_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PLM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_math.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_safe_alloc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_vkernels.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PCM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_zlike.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_sigma.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_manager_wrapper.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_intrinsic_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_constants.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_coms.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_document.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_solvers.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_consts.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_TFreeze.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_edge_values.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_file_parser.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_background.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PPM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PQM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P1M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P3M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_domains.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_unit_scaling.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_params.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_verticalGrid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_interp.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_remapping.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_hor_index.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_linear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_checksums.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_dyn_horgrid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_random.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_io.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_spatial_means.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/baroclinic_zone_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_transcribe_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/user_shelf_init.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_debugging.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_get_input.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_transform_FMS.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_grid_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_shared_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_write_cputime.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_restart.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_hycom.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_rho.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_slight.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_Z_init.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_variables.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_adapt.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_horizontal_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_interface_heights.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_checksum_packages.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_isopycnal_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/adjustment_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/Rossby_front_2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/soliton_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_remap.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_mediator.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_opacity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_registry.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_structure.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_change_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_speed.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_Montgomery.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_PointAccel.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_open_boundary.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/lock_exchange_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/external_gwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_forcing_type.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/benchmark_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/Neverland_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/sloshing_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/seamount_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/Phillips_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/circle_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/ISOMIP_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/dense_water_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/RGC_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_diabatic.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_wave_interface.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/SCM_CVMix_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_marine_ice.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_controlled_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/Idealized_Hurricane.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/tracer_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/DOME_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ISOMIP_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/RGC_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ideal_age_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dye_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/oil_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/advection_test_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dyed_obc_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_ALE.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/pseudo_salt_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/boundary_impulse_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_barotropic.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/tidal_bay_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/Kelvin_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/shelfwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_channel_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity_PPM.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_CoriolisAdv.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/supercritical_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_advect.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_coord_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_boundary_update.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_fixed_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_state_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_generic_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_flow_control.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_sum_output.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_revise_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_split_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_main.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_neutral_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_hor_diff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_unit_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 +ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_cpu_clock.o MOM_checksums.o gsw_mod_gibbs_ice_coefficients.o MOM_array_transform.o cvmix_math.o dumbbell_surface_forcing.o user_initialization.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o MOM_random.o ocean_da_types.o baroclinic_zone_initialization.o MOM_ice_shelf_dynamics.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_open_boundary.o MOM_set_viscosity.o MOM_tracer_hor_diff.o cvmix_shear.o MOM_full_convection.o MOM_regularize_layers.o MOM_string_functions.o mom_ocean_model_nuopc.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o gsw_chem_potential_water_t_exact.o MOM_transform_FMS.o PLM_functions.o MOM_EOS.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_state_initialization.o coord_rho.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_safe_alloc.o MOM_restart.o MOM_coord_initialization.o MOM_intrinsic_functions.o MOM_continuity.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o MOM_OCMIP2_CFC.o gsw_ct_freezing_exact.o MOM_diag_manager_wrapper.o MOM_time_manager.o MOM_obsolete_params.o regrid_interp.o MOM_checksum_packages.o dumbbell_initialization.o MOM_EOS_NEMO.o MOM_CVMix_conv.o MOM_dyn_horgrid.o gsw_mod_freezing_poly_coefficients.o gsw_pt0_from_t.o MOM_wave_structure.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o MOM_unit_scaling.o tidal_bay_initialization.o MOM_EOS_Wright.o PPM_functions.o gsw_gibbs.o user_change_diffusivity.o supercritical_initialization.o MOM_tracer_registry.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o coord_zlike.o gsw_gibbs_ice.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_MEKE_types.o MOM_error_handler.o MOM_CVMix_ddiff.o MOM_PointAccel.o gsw_gibbs_pt0_pt0.o gsw_pt_from_ct.o dyed_channel_initialization.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o regrid_consts.o gsw_t_freezing_exact.o MOM_diag_mediator.o MOM_thickness_diffuse.o gsw_rho_second_derivatives.o MOM_file_parser.o MOM_wave_speed.o ISOMIP_initialization.o MOM_unit_tests.o polynomial_functions.o MOM_offline_main.o ideal_age_example.o user_shelf_init.o DOME_initialization.o MOM_set_diffusivity.o gsw_rho_first_derivatives.o gsw_specvol_first_derivatives.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o MOM_neutral_diffusion.o BFB_surface_forcing.o coord_sigma.o write_ocean_obs.o advection_test_tracer.o dyed_obcs_initialization.o pseudo_salt_tracer.o MOM_EOS_UNESCO.o seamount_initialization.o MOM_dynamics_unsplit.o MOM_PressureForce.o MOM_verticalGrid.o MOM_diagnostics.o gsw_mod_toolbox.o gsw_mod_specvol_coefficients.o MOM_regridding.o MOM_boundary_update.o MOM_barotropic.o coord_adapt.o MOM_forcing_type.o soliton_initialization.o MOM_tracer_Z_init.o Kelvin_initialization.o MOM_controlled_forcing.o MOM_bulk_mixed_layer.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o gsw_sr_from_sp.o MOM_shared_initialization.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_lateral_boundary_diffusion.o MOM_generic_tracer.o MOM_bkgnd_mixing.o MOM_kappa_shear.o circle_obcs_initialization.o MOM_ALE_sponge.o gsw_entropy_part.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o MOM_ice_shelf_state.o P1M_functions.o gsw_mod_teos10_constants.o MOM_ALE.o MOM_PressureForce_analytic_FV.o boundary_impulse_tracer.o MOM_lateral_mixing_coeffs.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o Idealized_Hurricane.o MOM_diag_remap.o gsw_mod_kinds.o MOM_write_cputime.o MOM_domains.o Neverland_initialization.o MOM_sponge.o MOM_tidal_mixing.o oil_tracer.o MOM_continuity_PPM.o gsw_pt_from_t.o MOM.o dense_water_initialization.o MOM_entrain_diffusive.o MOM_EOS_linear.o Phillips_initialization.o MOM_internal_tide_input.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o MOM_marine_ice.o MOM_debugging.o kdtree.o gsw_rho.o MOM_document.o dyed_obc_tracer.o MOM_variables.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o adjustment_initialization.o MOM_constants.o MOM_tracer_flow_control.o MOM_coms.o shelfwave_initialization.o cvmix_background.o MOM_diabatic_driver.o gsw_ct_from_pt.o MOM_horizontal_regridding.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_remapping.o MOM_spatial_means.o benchmark_initialization.o lock_exchange_initialization.o dye_example.o MOM_io.o RGC_tracer.o MOM_ice_shelf.o mom_surface_forcing_nuopc.o cvmix_ddiff.o cvmix_tidal.o gsw_specvol_second_derivatives.o MOM_obsolete_diagnostics.o gsw_ct_freezing_poly.o MOM_sum_output.o MOM_PressureForce_Montgomery.o MOM_isopycnal_slopes.o gsw_t_deriv_chem_potential_water_t_exact.o ar: creating lib_ocean.a a - cvmix_utils.o a - coord_hycom.o a - MOM_cpu_clock.o a - MOM_checksums.o +a - gsw_mod_gibbs_ice_coefficients.o +a - MOM_array_transform.o +a - cvmix_math.o +a - dumbbell_surface_forcing.o a - user_initialization.o +a - gsw_ct_from_t.o +a - MOM_TFreeze.o +a - MOM_grid_initialize.o +a - BFB_initialization.o a - ISOMIP_tracer.o a - PCM_functions.o a - cvmix_kinds_and_types.o +a - MOM_random.o a - ocean_da_types.o a - baroclinic_zone_initialization.o +a - MOM_ice_shelf_dynamics.o a - RGC_initialization.o a - gsw_entropy_part_zerop.o +a - MOM_transcribe_grid.o +a - MOM_internal_tides.o +a - cvmix_kpp.o a - MOM_open_boundary.o a - MOM_set_viscosity.o +a - MOM_tracer_hor_diff.o a - cvmix_shear.o +a - MOM_full_convection.o a - MOM_regularize_layers.o a - MOM_string_functions.o +a - mom_ocean_model_nuopc.o a - MOM_wave_interface.o a - MOM_grid.o a - DOME_tracer.o a - MOM_tidal_forcing.o a - gsw_sp_from_sr.o +a - gsw_chem_potential_water_t_exact.o +a - MOM_transform_FMS.o a - PLM_functions.o -a - gsw_pt_from_t__genmod.o +a - MOM_EOS.o a - MOM_tracer_initialization_from_Z.o a - MOM_MEKE.o +a - MOM_state_initialization.o +a - coord_rho.o +a - MOM_interface_heights.o +a - MOM_diabatic_aux.o a - MOM_safe_alloc.o -a - gsw_sr_from_sp__genmod.o +a - MOM_restart.o +a - MOM_coord_initialization.o a - MOM_intrinsic_functions.o a - MOM_continuity.o +a - MOM_hor_visc.o +a - SCM_CVMix_tests.o +a - MOM_CVMix_shear.o +a - MOM_OCMIP2_CFC.o +a - gsw_ct_freezing_exact.o +a - MOM_diag_manager_wrapper.o +a - MOM_time_manager.o a - MOM_obsolete_params.o +a - regrid_interp.o a - MOM_checksum_packages.o a - dumbbell_initialization.o +a - MOM_EOS_NEMO.o +a - MOM_CVMix_conv.o a - MOM_dyn_horgrid.o -a - gsw_gibbs_ice__genmod.o +a - gsw_mod_freezing_poly_coefficients.o +a - gsw_pt0_from_t.o +a - MOM_wave_structure.o +a - external_gwave_initialization.o +a - MOM_geothermal.o +a - gsw_specvol.o +a - MOM_get_input.o a - MOM_unit_scaling.o -a - gsw_specvol_second_derivatives__genmod.o +a - tidal_bay_initialization.o a - MOM_EOS_Wright.o -a - gsw_gibbs.o a - PPM_functions.o +a - gsw_gibbs.o +a - user_change_diffusivity.o a - supercritical_initialization.o +a - MOM_tracer_registry.o a - MOM_offline_aux.o a - MOM_EOS_TEOS10.o a - regrid_edge_values.o +a - coord_zlike.o +a - gsw_gibbs_ice.o a - MOM_energetic_PBL.o a - MOM_CoriolisAdv.o a - PQM_functions.o a - MOM_dynamics_unsplit_RK2.o +a - MOM_MEKE_types.o a - MOM_error_handler.o +a - MOM_CVMix_ddiff.o a - MOM_PointAccel.o a - gsw_gibbs_pt0_pt0.o a - gsw_pt_from_ct.o +a - dyed_channel_initialization.o a - MOM_fixed_initialization.o a - gsw_t_freezing_poly.o a - MOM_tracer_advect.o -a - gsw_t_freezing_exact.o a - regrid_consts.o +a - gsw_t_freezing_exact.o a - MOM_diag_mediator.o +a - MOM_thickness_diffuse.o +a - gsw_rho_second_derivatives.o +a - MOM_file_parser.o a - MOM_wave_speed.o a - ISOMIP_initialization.o -a - gsw_chem_potential_water_t_exact__genmod.o +a - MOM_unit_tests.o a - polynomial_functions.o -a - gsw_pt0_from_t__genmod.o +a - MOM_offline_main.o +a - ideal_age_example.o a - user_shelf_init.o +a - DOME_initialization.o +a - MOM_set_diffusivity.o a - gsw_rho_first_derivatives.o +a - gsw_specvol_first_derivatives.o +a - MOM_diapyc_energy_req.o +a - MOM_opacity.o +a - tracer_example.o +a - user_revise_forcing.o a - MOM_neutral_diffusion.o +a - BFB_surface_forcing.o +a - coord_sigma.o a - write_ocean_obs.o +a - advection_test_tracer.o +a - dyed_obcs_initialization.o +a - pseudo_salt_tracer.o a - MOM_EOS_UNESCO.o -a - gsw_ct_freezing_exact__genmod.o a - seamount_initialization.o a - MOM_dynamics_unsplit.o -a - gsw_ct_from_t__genmod.o +a - MOM_PressureForce.o +a - MOM_verticalGrid.o a - MOM_diagnostics.o +a - gsw_mod_toolbox.o a - gsw_mod_specvol_coefficients.o -a - gsw_specvol_first_derivatives__genmod.o +a - MOM_regridding.o +a - MOM_boundary_update.o a - MOM_barotropic.o +a - coord_adapt.o +a - MOM_forcing_type.o a - soliton_initialization.o +a - MOM_tracer_Z_init.o a - Kelvin_initialization.o +a - MOM_controlled_forcing.o +a - MOM_bulk_mixed_layer.o a - MOM_hor_index.o a - regrid_solvers.o a - ocean_da_core.o +a - gsw_sr_from_sp.o +a - MOM_shared_initialization.o a - DOME2d_initialization.o a - MOM_tracer_diabatic.o a - MOM_vert_friction.o -a - MOM_generic_tracer.o a - MOM_lateral_boundary_diffusion.o +a - MOM_generic_tracer.o a - MOM_bkgnd_mixing.o +a - MOM_kappa_shear.o a - circle_obcs_initialization.o +a - MOM_ALE_sponge.o +a - gsw_entropy_part.o a - MOM_ice_shelf_initialize.o a - MOM_CVMix_KPP.o +a - MOM_ice_shelf_state.o a - P1M_functions.o +a - gsw_mod_teos10_constants.o a - MOM_ALE.o -a - gsw_t_freezing_poly__genmod.o +a - MOM_PressureForce_analytic_FV.o a - boundary_impulse_tracer.o +a - MOM_lateral_mixing_coeffs.o a - cvmix_put_get.o a - MOM_oda_driver.o a - cvmix_convection.o +a - Idealized_Hurricane.o a - MOM_diag_remap.o +a - gsw_mod_kinds.o +a - MOM_write_cputime.o a - MOM_domains.o a - Neverland_initialization.o +a - MOM_sponge.o a - MOM_tidal_mixing.o -a - gsw_entropy_part_zerop__genmod.o +a - oil_tracer.o +a - MOM_continuity_PPM.o a - gsw_pt_from_t.o +a - MOM.o a - dense_water_initialization.o a - MOM_entrain_diffusive.o +a - MOM_EOS_linear.o a - Phillips_initialization.o a - MOM_internal_tide_input.o +a - coord_slight.o +a - gsw_t_from_ct.o +a - Rossby_front_2d_initialization.o a - MOM_marine_ice.o a - MOM_debugging.o a - kdtree.o +a - gsw_rho.o a - MOM_document.o +a - dyed_obc_tracer.o a - MOM_variables.o a - P3M_functions.o a - MOM_mixed_layer_restrat.o a - MOM_diag_vkernels.o -a - gsw_rho__genmod.o +a - adjustment_initialization.o +a - MOM_constants.o a - MOM_tracer_flow_control.o a - MOM_coms.o +a - shelfwave_initialization.o a - cvmix_background.o a - MOM_diabatic_driver.o -a - MOM_horizontal_regridding.o a - gsw_ct_from_pt.o +a - MOM_horizontal_regridding.o a - MOM_dynamics_split_RK2.o a - sloshing_initialization.o +a - MOM_remapping.o a - MOM_spatial_means.o +a - benchmark_initialization.o +a - lock_exchange_initialization.o +a - dye_example.o +a - MOM_io.o a - RGC_tracer.o a - MOM_ice_shelf.o +a - mom_surface_forcing_nuopc.o a - cvmix_ddiff.o +a - cvmix_tidal.o a - gsw_specvol_second_derivatives.o -a - gsw_t_deriv_chem_potential_water_t_exact__genmod.o +a - MOM_obsolete_diagnostics.o a - gsw_ct_freezing_poly.o -a - MOM_PressureForce_Montgomery.o -a - gsw_pt_from_ct__genmod.o a - MOM_sum_output.o +a - MOM_PressureForce_Montgomery.o a - MOM_isopycnal_slopes.o -a - gsw_mod_gibbs_ice_coefficients.o -a - MOM_array_transform.o -a - cvmix_math.o -a - dumbbell_surface_forcing.o -a - gsw_ct_from_t.o -a - MOM_TFreeze.o -a - MOM_grid_initialize.o -a - BFB_initialization.o -a - MOM_random.o -a - MOM_ice_shelf_dynamics.o -a - MOM_transcribe_grid.o -a - MOM_internal_tides.o -a - cvmix_kpp.o -a - MOM_tracer_hor_diff.o -a - MOM_full_convection.o -a - mom_ocean_model_nuopc.o -a - gsw_chem_potential_water_t_exact.o -a - MOM_transform_FMS.o -a - MOM_EOS.o -a - coord_rho.o -a - MOM_state_initialization.o -a - gsw_t_freezing_exact__genmod.o -a - MOM_interface_heights.o -a - MOM_diabatic_aux.o -a - MOM_restart.o -a - MOM_coord_initialization.o -a - MOM_hor_visc.o -a - SCM_CVMix_tests.o -a - MOM_CVMix_shear.o -a - gsw_ct_freezing_exact.o -a - MOM_OCMIP2_CFC.o -a - MOM_diag_manager_wrapper.o -a - MOM_time_manager.o -a - regrid_interp.o -a - MOM_EOS_NEMO.o -a - gsw_mod_freezing_poly_coefficients.o -a - MOM_CVMix_conv.o -a - MOM_wave_structure.o -a - gsw_pt0_from_t.o -a - external_gwave_initialization.o -a - MOM_geothermal.o -a - gsw_specvol.o -a - MOM_get_input.o -a - tidal_bay_initialization.o -a - user_change_diffusivity.o -a - MOM_tracer_registry.o -a - gsw_rho_second_derivatives__genmod.o -a - coord_zlike.o -a - gsw_gibbs_ice.o -a - gsw_t_from_ct__genmod.o -a - gsw_ct_freezing_poly__genmod.o -a - gsw_gibbs_pt0_pt0__genmod.o -a - MOM_MEKE_types.o -a - MOM_CVMix_ddiff.o -a - dyed_channel_initialization.o -a - gsw_rho_second_derivatives.o -a - MOM_thickness_diffuse.o -a - MOM_file_parser.o -a - MOM_unit_tests.o -a - ideal_age_example.o -a - MOM_offline_main.o -a - gsw_specvol_first_derivatives.o -a - MOM_set_diffusivity.o -a - DOME_initialization.o -a - MOM_diapyc_energy_req.o -a - MOM_opacity.o -a - tracer_example.o -a - user_revise_forcing.o -a - coord_sigma.o -a - BFB_surface_forcing.o -a - advection_test_tracer.o -a - pseudo_salt_tracer.o -a - dyed_obcs_initialization.o -a - MOM_PressureForce.o -a - gsw_mod_toolbox.o -a - MOM_verticalGrid.o -a - MOM_regridding.o -a - MOM_boundary_update.o -a - MOM_forcing_type.o -a - coord_adapt.o -a - MOM_tracer_Z_init.o -a - MOM_bulk_mixed_layer.o -a - MOM_controlled_forcing.o -a - gsw_sr_from_sp.o -a - MOM_shared_initialization.o -a - MOM_kappa_shear.o -a - MOM_ALE_sponge.o -a - gsw_entropy_part.o -a - MOM_ice_shelf_state.o -a - gsw_mod_teos10_constants.o -a - MOM_PressureForce_analytic_FV.o -a - MOM_lateral_mixing_coeffs.o -a - Idealized_Hurricane.o -a - MOM_write_cputime.o -a - gsw_mod_kinds.o -a - MOM_sponge.o -a - gsw_ct_from_pt__genmod.o -a - MOM_continuity_PPM.o -a - oil_tracer.o -a - MOM.o -a - MOM_EOS_linear.o -a - coord_slight.o -a - gsw_t_from_ct.o -a - Rossby_front_2d_initialization.o -a - gsw_rho_first_derivatives__genmod.o -a - gsw_rho.o -a - gsw_entropy_part__genmod.o -a - gsw_gibbs__genmod.o -a - dyed_obc_tracer.o -a - gsw_specvol__genmod.o -a - gsw_sp_from_sr__genmod.o -a - adjustment_initialization.o -a - MOM_constants.o -a - shelfwave_initialization.o -a - MOM_remapping.o -a - MOM_io.o -a - dye_example.o -a - benchmark_initialization.o -a - lock_exchange_initialization.o -a - mom_surface_forcing_nuopc.o -a - cvmix_tidal.o -a - MOM_obsolete_diagnostics.o a - gsw_t_deriv_chem_potential_water_t_exact.o -make[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' +make[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' + echo 'compiling MOM6 library successful' compiling MOM6 library successful + echo 'compiling MOM6 library done' compiling MOM6 library done -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface + mkdir -p exec/orion/ -+ ln -s /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro exec/orion/lib_ocean ++ ln -s /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro exec/orion/lib_ocean + [[ 0 == 1 ]] + echo ================================================== ================================================== + [[ 0 == 1 ]] + echo 'Next recommended step is to rejoice out of happiness from a successful compile.' Next recommended step is to rejoice out of happiness from a successful compile. -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface ; \ - exec gmake -f makefile.nuopc COMP_SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="orion" \ - "FMSDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" \ - "NEMSMOMDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/orion" \ - "INSTALLDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" install +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface ; \ + exec gmake -f makefile.nuopc COMP_SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="orion" \ + "FMSDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL" \ + "NEMSMOMDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/exec/orion" \ + "INSTALLDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" install Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface' -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/hpc-stack/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/time_utils.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/hpc-stack/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_methods.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/hpc-stack/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_time.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/hpc-stack/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap.F90 +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface' +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/hpc-stack/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/time_utils.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/hpc-stack/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_methods.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/hpc-stack/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_time.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/hpc-stack/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap.F90 ar rv libmom.a mom_cap.o time_utils.o mom_cap_methods.o mom_cap_time.o ar: creating libmom.a a - mom_cap.o @@ -8407,43 +4476,45 @@ a - time_utils.o a - mom_cap_methods.o a - mom_cap_time.o rm -f mom6.mk.install -mkdir -p /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -cp -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean/lib_ocean.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -cp -f libmom.a mom_cap_mod.mod /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -cp -f mom6.mk.install /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface' -test -d "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" -test -s "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +mkdir -p /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean/lib_ocean.a /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f libmom.a mom_cap_mod.mod /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f mom6.mk.install /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface' +test -d "/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" +test -s "/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="orion" SYSTEM_USERDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="orion" SYSTEM_USERDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.libcice Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 CICE6 ./comp_ice.backend.libcice: ARCH = orion_intel CICE6 ./comp_ice.backend.libcice: DEBUG = false -CICE6 ./comp_ice.backend.libcice: EXEDIR = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.libcice: OBJDIR = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.libcice: MAKEFILE = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.libcice: MACROSFILE = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.orion_intel -CICE6 ./comp_ice.backend.libcice: DEPFILE = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/makdep.c +CICE6 ./comp_ice.backend.libcice: EXEDIR = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.libcice: OBJDIR = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.libcice: MAKEFILE = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.libcice: MACROSFILE = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.orion_intel +CICE6 ./comp_ice.backend.libcice: DEPFILE = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/makdep.c CICE6 ./comp_ice.backend.libcice: ESMFMKFILE = /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -rm: cannot remove '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk': No such file or directory -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm: cannot remove ‘/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk’: No such file or directory +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +Building makdep +icc -o makdep /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/makdep.c Building dependency for icepack_zsalinity.d Building dependency for icepack_zbgc_shared.d Building dependency for icepack_zbgc.d @@ -8536,144 +4607,144 @@ Building dependency for cice_wrapper_mod.d Building dependency for CICE_RunMod.d Building dependency for CICE_InitMod.d Building dependency for CICE_FinalMod.d -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_kinds.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_warnings.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_parameters.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_tracers.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mushy_physics.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_itd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_fsd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mechred.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_wavefracspec.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_orbital.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_shortwave.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_brine.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_aerosol.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_algae.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zsalinity.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_atmo.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_ocean.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_bl99.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_0layer.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_mushy.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_isotope.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_age.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_firstyear.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_flux.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_cesm.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_lvl.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_topo.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_vertical.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_itd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_intfc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_kinds_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_fileunits.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_exit.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_communicate.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_constants.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_broadcast.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_domain_size.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_blocks.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_spacecurve.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_distribution.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_gather_scatter.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_reprosum.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_global_reductions.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_boundary.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_domain.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_timers.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_FinalMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_arrays_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_state.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_calendar.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_read_write.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_scam.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_grid.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp_1d.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_restart.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_eap.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_mechred.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_pond.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_drag.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_fsd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_history_write.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_remap.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_driver.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restoring.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_init.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_init_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restart_driver.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_InitMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/cice_wrapper_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_step_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_RunMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_shr_methods.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_import_export.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 -mpiicc -c -O2 -fp-model precise -xHost -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_shr_reprosum86.c -ar -r /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o -ar -r /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o -ar: creating /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -test -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS" COMP_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_kinds.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_warnings.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_parameters.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_tracers.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mushy_physics.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_itd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_fsd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mechred.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_wavefracspec.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_orbital.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_shortwave.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_brine.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_aerosol.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_algae.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zsalinity.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_atmo.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_ocean.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_bl99.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_0layer.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_mushy.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_isotope.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_age.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_firstyear.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_flux.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_cesm.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_lvl.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_topo.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_vertical.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_itd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_intfc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_kinds_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_fileunits.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_exit.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_communicate.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_constants.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_broadcast.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_domain_size.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_blocks.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_spacecurve.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_distribution.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_gather_scatter.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_reprosum.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_global_reductions.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_boundary.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_domain.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_timers.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_FinalMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_arrays_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_state.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_calendar.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_read_write.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_scam.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_grid.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp_1d.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_restart.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_eap.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_mechred.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_pond.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_drag.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_fsd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_history_write.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_remap.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_driver.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restoring.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_init.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_init_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restart_driver.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_InitMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/cice_wrapper_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_step_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_RunMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_shr_methods.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_import_export.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 +mpiicc -c -O2 -fp-model precise -xHost -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_shr_reprosum86.c +ar -r /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o +ar -r /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o +ar: creating /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +test -f /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS" COMP_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ - . /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS ; \ - exec gmake COMP_SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS" COMP_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" \ - "INSTALLDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" install + . /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS ; \ + exec gmake COMP_SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS" COMP_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" \ + "INSTALLDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL" install Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS' cd nems/util ;\ exec gmake -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/nems/util' mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I. shr_kind_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I. perf_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I. shr_log_mod.F90 @@ -8710,10 +4781,10 @@ a - shr_mpi_mod.o a - shr_pio_mod.o a - shr_sys_mod.o a - glc_elevclass_mod.o -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/nems/util' cd mediator ;\ exec gmake INTERNAL_PIO_INIT=1 -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/mediator' mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_kind_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_utils_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util esmFlds.F90 @@ -8726,14 +4797,13 @@ mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -m mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_prep_ice_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util esmFldsExchange_cesm_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_time_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_io_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_history_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_profile_mod.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_prep_ocn_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_prep_rof_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_aofluxes_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_fraction_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_prep_lnd_mod.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_io_mod.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_history_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_ocnalb_mod.F90 med_phases_ocnalb_mod.F90(586): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [RC] subroutine med_phases_ocnalb_orbital_update(clock, logunit, mastertask, eccen, obliqr, lambm0, mvelpp, rc) @@ -8743,87 +4813,88 @@ mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -m mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util esmFldsExchange_nems_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util esmFldsExchange_hafs_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_prep_glc_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_prep_ocn_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med.F90 -ar rv libcmeps.a med_phases_prep_wav_mod.o med_phases_prep_ice_mod.o esmFldsExchange_cesm_mod.o esmFlds.o med_phases_profile_mod.o med_time_mod.o med_methods_mod.o med_constants_mod.o med_phases_prep_ocn_mod.o med.o med_fraction_mod.o med_phases_history_mod.o esmFldsExchange_hafs_mod.o med_io_mod.o med_phases_prep_lnd_mod.o med_kind_mod.o med_phases_restart_mod.o med_phases_prep_glc_mod.o med_internalstate_mod.o med_phases_prep_atm_mod.o esmFldsExchange_nems_mod.o med_utils_mod.o med_phases_aofluxes_mod.o med_phases_ocnalb_mod.o med_phases_prep_rof_mod.o med_merge_mod.o med_map_mod.o +ar rv libcmeps.a med_phases_prep_wav_mod.o med_phases_prep_ice_mod.o esmFldsExchange_cesm_mod.o esmFlds.o med_phases_history_mod.o med_merge_mod.o med.o med_methods_mod.o med_constants_mod.o med_phases_prep_ocn_mod.o med_fraction_mod.o med_io_mod.o esmFldsExchange_hafs_mod.o med_phases_aofluxes_mod.o med_phases_prep_glc_mod.o med_kind_mod.o med_phases_restart_mod.o med_time_mod.o med_phases_prep_lnd_mod.o med_internalstate_mod.o med_phases_prep_atm_mod.o esmFldsExchange_nems_mod.o med_utils_mod.o med_phases_ocnalb_mod.o med_phases_prep_rof_mod.o med_phases_profile_mod.o med_map_mod.o ar: creating libcmeps.a a - med_phases_prep_wav_mod.o a - med_phases_prep_ice_mod.o a - esmFldsExchange_cesm_mod.o a - esmFlds.o -a - med_phases_profile_mod.o -a - med_time_mod.o +a - med_phases_history_mod.o +a - med_merge_mod.o +a - med.o a - med_methods_mod.o a - med_constants_mod.o a - med_phases_prep_ocn_mod.o -a - med.o a - med_fraction_mod.o -a - med_phases_history_mod.o -a - esmFldsExchange_hafs_mod.o a - med_io_mod.o -a - med_phases_prep_lnd_mod.o +a - esmFldsExchange_hafs_mod.o +a - med_phases_aofluxes_mod.o +a - med_phases_prep_glc_mod.o a - med_kind_mod.o a - med_phases_restart_mod.o -a - med_phases_prep_glc_mod.o +a - med_time_mod.o +a - med_phases_prep_lnd_mod.o a - med_internalstate_mod.o a - med_phases_prep_atm_mod.o a - esmFldsExchange_nems_mod.o a - med_utils_mod.o -a - med_phases_aofluxes_mod.o a - med_phases_ocnalb_mod.o a - med_phases_prep_rof_mod.o -a - med_merge_mod.o +a - med_phases_profile_mod.o a - med_map_mod.o -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/mediator' rm -f cmeps.mk.install -mkdir -p /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL -mkdir -p /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -cp -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/nems/util/libcmeps_util.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL -cp -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/mediator/libcmeps.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL -cp -f mediator/*.mod /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -cp -f nems/util/*.mod /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -cp -f cmeps.mk.install /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS' -test -d "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" -test -s "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" +mkdir -p /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL +mkdir -p /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include +cp -f /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/nems/util/libcmeps_util.a /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL +cp -f /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/mediator/libcmeps.a /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL +cp -f mediator/*.mod /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include +cp -f nems/util/*.mod /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include +cp -f cmeps.mk.install /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS' +test -d "/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL" +test -s "/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ccpp_mk="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk" ; echo fms_mk="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" ; echo cice6_mk="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk" ; echo cmeps_mk="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" ; ) > "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC" -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ccpp_mk="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk" ; echo fms_mk="/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" ; echo cice6_mk="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk" ; echo cmeps_mk="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" ; ) > "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC" +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; do \ +for m in /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src ; \ +echo build NEMS after /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src ; \ gmake nems \ COMPONENTS="CCPP FMS FV3 MOM6 CICE6 CMEPS" \ - CCPP_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL FV3_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL MOM6_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL CICE6_DIR= CMEPS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL TARGET="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x" ; \ -test -x /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x + CCPP_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL FV3_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL MOM6_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL CICE6_DIR= CMEPS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL TARGET="/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/exe/NEMS.x" ; \ +test -x /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/exe/NEMS.x Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 -build NEMS after /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +build NEMS after /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk Components in linker order: CMEPS CICE6 MOM6 FV3 FMS CCPP -CMEPS: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -CICE6: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -MOM6: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -FV3: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk -CCPP: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk +CMEPS: include /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +CICE6: include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +MOM6: include /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +FV3: include /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk +CCPP: include /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION="8_1_0_beta_snapshot_27" @@ -8833,266 +4904,266 @@ CPPFLAGS += ESMF_VERSION_STRING="8.1.0 beta snapshot" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 01:44:48 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Tue Oct 13 20:04:24 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=287' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 01:44:48 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR_methods.tmp.f90 +‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Tue Oct 13 20:04:24 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=287' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 01:44:48 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 +‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Tue Oct 13 20:04:24 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=287' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 01:44:48 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR_SpaceWeather.tmp.f90 +‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Tue Oct 13 20:04:24 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=287' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 01:44:48 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_EARTH_INTERNAL_STATE.tmp.f90 +‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Tue Oct 13 20:04:24 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=287' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 01:44:48 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_EARTH_GRID_COMP.tmp.f90 +‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Tue Oct 13 20:04:24 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=287' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 01:44:48 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_INTERNAL_STATE.tmp.f90 +‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Tue Oct 13 20:04:24 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=287' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 01:44:48 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_GRID_COMP.tmp.f90 +‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Tue Oct 13 20:04:24 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=287' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 01:44:48 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_Rusage.tmp.f90 +‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Tue Oct 13 20:04:24 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=287' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 01:44:48 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Tue Oct 13 20:04:24 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=287' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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 /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nceppost/dceca26/lib/libnceppost.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nemsio/2.5.2/lib/libnemsio.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/g2/3.4.1/lib/libg2_4.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/g2tmpl/1.9.1/lib/libg2tmpl.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/bacio/2.4.1/lib/libbacio_4.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/sp/2.3.3/lib/libsp_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/w3emc/2.7.3/lib/libw3emc_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/w3nco/2.4.1/lib/libw3nco_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/crtm/2.3.0/lib/libcrtm.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/jasper/2.0.15/lib64/libjasper.a -lpng -lz -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/hdf5/1.10.6/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/zlib/1.2.11/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib -Wl,-rpath,/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -qopenmp -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf extlibs is /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nceppost/dceca26/lib/libnceppost.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nemsio/2.5.2/lib/libnemsio.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/g2/3.4.1/lib/libg2_4.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/g2tmpl/1.9.1/lib/libg2tmpl.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/bacio/2.4.1/lib/libbacio_4.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/sp/2.3.3/lib/libsp_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/w3emc/2.7.3/lib/libw3emc_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/w3nco/2.4.1/lib/libw3nco_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/crtm/2.3.0/lib/libcrtm.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/jasper/2.0.15/lib64/libjasper.a -lpng -lz -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/hdf5/1.10.6/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/zlib/1.2.11/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib -Wl,-rpath,/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -qopenmp -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -mpiifort -o /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/libcmeps.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/libcmeps_util.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/lib/libpiof.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/lib/libpioc.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/libcice6.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/libmom.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/lib_ocean.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cap.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libccppdriver.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libfv3core.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libfv3io.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libipd.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libgfsphys.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cpl.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics_wrapper.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/libfms.a -L/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nceppost/dceca26/lib/libnceppost.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nemsio/2.5.2/lib/libnemsio.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/g2/3.4.1/lib/libg2_4.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/g2tmpl/1.9.1/lib/libg2tmpl.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/bacio/2.4.1/lib/libbacio_4.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/sp/2.3.3/lib/libsp_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/w3emc/2.7.3/lib/libw3emc_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/w3nco/2.4.1/lib/libw3nco_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/crtm/2.3.0/lib/libcrtm.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/jasper/2.0.15/lib64/libjasper.a -lpng -lz -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/hdf5/1.10.6/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/zlib/1.2.11/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib -Wl,-rpath,/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -qopenmp -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf +mpiifort -o /work/noaa/stmp/libin/update/ufs-s2s-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 /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/libcmeps.a /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/libcmeps_util.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/lib/libpiof.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/lib/libpioc.a /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/libcice6.a /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/libmom.a /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/lib_ocean.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cap.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libccppdriver.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libfv3core.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libfv3io.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libipd.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libgfsphys.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cpl.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics_wrapper.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics.a /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/libfms.a -L/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nceppost/dceca26/lib/libnceppost.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nemsio/2.5.2/lib/libnemsio.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/g2/3.4.1/lib/libg2_4.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/g2tmpl/1.9.1/lib/libg2tmpl.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/bacio/2.4.1/lib/libbacio_4.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/sp/2.3.3/lib/libsp_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/w3emc/2.7.3/lib/libw3emc_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/w3nco/2.4.1/lib/libw3nco_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/crtm/2.3.0/lib/libcrtm.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/jasper/2.0.15/lib64/libjasper.a -lpng -lz -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/hdf5/1.10.6/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/zlib/1.2.11/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib -Wl,-rpath,/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -qopenmp -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/jasper/2.0.15/lib64/libjasper.a(jas_stream.c.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x994): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src' -set -xe ; cp "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x" "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/tests/fcst_1.exe" -+ cp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/tests/fcst_1.exe +/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src' +set -xe ; cp "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/exe/NEMS.x" "/work/noaa/stmp/libin/update/ufs-s2s-model/tests/fcst_1.exe" ++ cp /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/exe/NEMS.x /work/noaa/stmp/libin/update/ufs-s2s-model/tests/fcst_1.exe Will copy modules.nems and NEMS.x as fcst_1 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" ; \ -rm -rf "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build" -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build -cat /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs ; \ - exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' +cd "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" ; \ +rm -rf "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build" ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp ++ rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build +cat /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs ; \ + exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' -cat /dev/null > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/conf/configure.fv3 -cat /dev/null > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/conf/modules.fv3 -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs' +cat /dev/null > /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/conf/configure.fv3 +cat /dev/null > /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/conf/modules.fv3 +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/stochastic_physics' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/stochastic_physics' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/stochastic_physics' (cd stochastic_physics && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include] -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/stochastic_physics' Cleaning io ... rm -f -f libstochastic_physics_wrapper.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include] -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' -rm -rf nems_dir FV3_INSTALL /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/conf/configure.fv3 \ - /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/conf/modules.fv3 +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' +rm -rf nems_dir FV3_INSTALL /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/conf/configure.fv3 \ + /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/conf/modules.fv3 set -e ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -cp -n /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/modulefiles/orion.intel/fv3 /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ - . /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +cp -n /work/noaa/stmp/libin/update/ufs-s2s-model/modulefiles/orion.intel/fv3 /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="orion" SYSTEM_USERDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="orion" SYSTEM_USERDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.clean Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 CICE6 ./comp_ice.backend.clean: ARCH = orion_intel -CICE6 ./comp_ice.backend.clean: EXEDIR = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.clean: OBJDIR = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.clean: MAKEFILE = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.clean: MACROSFILE = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.orion_intel +CICE6 ./comp_ice.backend.clean: EXEDIR = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.clean: OBJDIR = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.clean: MAKEFILE = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.clean: MACROSFILE = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.orion_intel CICE6 ./comp_ice.backend.clean: ESMFMKFILE = /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -f *.o *.d *.mod /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -cp -n /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/modulefiles/orion.intel/fv3 /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ - . /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS" COMP_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -f *.o *.d *.mod /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +cp -n /work/noaa/stmp/libin/update/ufs-s2s-model/modulefiles/orion.intel/fv3 /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS" COMP_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS ; \ exec gmake clean Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS' cd mediator; \ exec gmake clean -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/mediator' rm -f -f libcmeps.a *.i90 *.o *.mod -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/mediator' cd nems/util; \ exec gmake clean -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/nems/util' rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod rm -f -f med_constants_mod.* -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS' -if ! test -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/nems/util' +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS' +if ! test -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 CMEPS" \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 CMEPS" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: CMEPS CICE6 MOM6 FV3 FMS CCPP -CMEPS: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -CICE6: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src' -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing -MOM6: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -FV3: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk +CMEPS: include /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +CICE6: include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src' +GNUmakefile:70: /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing +MOM6: include /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +FV3: include /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION="8_1_0_beta_snapshot_27" @@ -9104,15 +5175,15 @@ CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src' -Elapsed time 1301 seconds. Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y finished +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src' +Elapsed time 1265 seconds. Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y finished + SECONDS=0 + [[ 4 -lt 2 ]] -+ readonly PATHTR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -+ PATHTR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 ++ readonly PATHTR=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 ++ PATHTR=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 + readonly BUILD_TARGET=orion.intel + BUILD_TARGET=orion.intel + readonly 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y' @@ -9124,7 +5195,7 @@ Elapsed time 1301 seconds. Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_ + readonly clean_after=YES + clean_after=YES + hostname -Orion-login-2.HPC.MsState.Edu +Orion-login-4.HPC.MsState.Edu + echo 'Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y into fcst_2.exe on orion.intel' Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y into fcst_2.exe on orion.intel + gnu_make=gmake @@ -9134,49 +5205,49 @@ Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_G + [[ orion.intel == stampede.* ]] + MAKE_THREADS=1 + [[ 1 -gt 1 ]] -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../NEMS ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y == *\C\C\P\P\=\Y* ]] + COMPONENTS=FMS,FV3,CCPP + set +ex Compiling suites FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled -/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/tests/compile.sh: line 85: MAKE_OPT: readonly variable +./compile.sh: line 85: MAKE_OPT: readonly variable Will copy modules.nems and NEMS.x as fcst_2 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS' > "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS' > "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" ; \ -rm -rf "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build" -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build +cd "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" ; \ +rm -rf "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build" ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp ++ rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build set -xue ; \ -export PATH_CCPP="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ +export PATH_CCPP="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ cd $PATH_CCPP ; \ -rm -rf "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib" ; \ -rm -rf "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include" ; \ -rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk -+ export PATH_CCPP=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ PATH_CCPP=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model -+ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean +rm -rf "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib" ; \ +rm -rf "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include" ; \ +rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk ++ export PATH_CCPP=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp ++ PATH_CCPP=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model ++ /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Performing clean .... INFO: CCPP prebuild clean completed successfully, exiting. -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib -+ rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -+ rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk -cat /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs ; \ - exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp ++ rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib ++ rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include ++ rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk +cat /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs ; \ + exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -9187,241 +5258,241 @@ 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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' -rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/conf/configure.fv3 -cat /dev/null > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/conf/modules.fv3 -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs' +rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/conf/configure.fv3 +cat /dev/null > /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/conf/modules.fv3 +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/stochastic_physics' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/stochastic_physics' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/stochastic_physics' (cd stochastic_physics && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include] -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/stochastic_physics' Cleaning io ... rm -f -f libstochastic_physics_wrapper.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include] -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' -rm -rf nems_dir FV3_INSTALL /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/conf/configure.fv3 \ - /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/conf/modules.fv3 -rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' +rm -rf nems_dir FV3_INSTALL /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/conf/configure.fv3 \ + /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/conf/modules.fv3 +rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk set -e ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/src/MOM6/config_src/nems_cap/mom5.mk.install -rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -set -xe ; cp "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems" "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/tests/modules.fcst_2" -+ cp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/tests/modules.fcst_2 -cp -n /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/modulefiles/orion.intel/fv3 /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ - . /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/src/MOM6/config_src/nems_cap/mom5.mk.install +rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +set -xe ; cp "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems" "/work/noaa/stmp/libin/update/ufs-s2s-model/tests/modules.fcst_2" ++ cp /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems /work/noaa/stmp/libin/update/ufs-s2s-model/tests/modules.fcst_2 +cp -n /work/noaa/stmp/libin/update/ufs-s2s-model/modulefiles/orion.intel/fv3 /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="orion" SYSTEM_USERDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="orion" SYSTEM_USERDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.clean Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 CICE6 ./comp_ice.backend.clean: ARCH = orion_intel -CICE6 ./comp_ice.backend.clean: EXEDIR = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.clean: OBJDIR = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.clean: MAKEFILE = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.clean: MACROSFILE = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.orion_intel +CICE6 ./comp_ice.backend.clean: EXEDIR = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.clean: OBJDIR = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.clean: MAKEFILE = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.clean: MACROSFILE = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.orion_intel CICE6 ./comp_ice.backend.clean: ESMFMKFILE = /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -f *.o *.d *.mod /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/esmf ; \ -export COMP_SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model" COMP_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL" WW3_COMP="orion" ; \ +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -f *.o *.d *.mod /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/esmf ; \ +export COMP_SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model" COMP_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/WW3_INSTALL" WW3_COMP="orion" ; \ export ESMFMKFILE=/dev/null ; \ exec gmake distclean Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/esmf' -\rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/exe/ww3_multi_esmf *.o *.mod -/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/bin/w3_clean -c +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/esmf' +\rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/exe/ww3_multi_esmf *.o *.mod +/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/bin/w3_clean -c ***************************** *** WAVEWATCH III clean *** ***************************** - Clean up /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/tmp - Clean up /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/bin - Clean up /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/ftn - Clean up /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/aux - Clean up /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/bin - Clean up /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/../regtests -\rm -fr /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/tmp -\rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/bin/wwatch3.env -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/esmf' -cd "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model" ; \ + Clean up /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/tmp + Clean up /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/bin + Clean up /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/ftn + Clean up /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/aux + Clean up /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/bin + Clean up /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/../regtests +\rm -fr /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/tmp +\rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/bin/wwatch3.env +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/esmf' +cd "/work/noaa/stmp/libin/update/ufs-s2s-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 /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk -cp -n /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/modulefiles/orion.intel/fv3 /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ - . /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS" COMP_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/WW3_INSTALL /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk +cp -n /work/noaa/stmp/libin/update/ufs-s2s-model/modulefiles/orion.intel/fv3 /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS" COMP_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS ; \ exec gmake clean Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS' cd mediator; \ exec gmake clean -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/mediator' rm -f -f libcmeps.a *.i90 *.o *.mod -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/mediator' cd nems/util; \ exec gmake clean -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/nems/util' rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod rm -f -f med_constants_mod.* -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS' -rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL -rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -if ! test -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/nems/util' +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS' +rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL +rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +if ! test -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS" \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: CMEPS WW3 CICE6 MOM6 FV3 FMS CCPP -CMEPS: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src' -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk: component CMEPS makefile fragment is missing +CMEPS: include /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src' +GNUmakefile:70: /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk: component CMEPS makefile fragment is missing WW3: include GNUmakefile:70: : component WW3 makefile fragment is missing -CICE6: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing -MOM6: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing -FV3: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing +CICE6: include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +GNUmakefile:70: /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing +MOM6: include /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +GNUmakefile:70: /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing +FV3: include /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk +GNUmakefile:70: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION="8_1_0_beta_snapshot_27" @@ -9433,81 +5504,81 @@ CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src' -rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/externals.nems /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.sh /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.csh /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk -rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/components.mk -rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src' +rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/exe/NEMS.x /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/externals.nems /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems.sh /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems.csh /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/test-results.mk +rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/components.mk +rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/test_results.mk Will copy modules.nems and NEMS.x as fcst_2 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS' > "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS' > "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. -cp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/modulefiles/orion.intel/fv3 /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems -set -xe ; cp "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems" "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/tests/modules.fcst_2" -+ cp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/tests/modules.fcst_2 -cp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/conf/configure.fv3.orion.intel /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems -cat /dev/null > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/externals.nems -cp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h -( echo '. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.csh" -/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/configure_rules.mk:3: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS' +/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +cp /work/noaa/stmp/libin/update/ufs-s2s-model/modulefiles/orion.intel/fv3 /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems +set -xe ; cp "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems" "/work/noaa/stmp/libin/update/ufs-s2s-model/tests/modules.fcst_2" ++ cp /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems /work/noaa/stmp/libin/update/ufs-s2s-model/tests/modules.fcst_2 +cp /work/noaa/stmp/libin/update/ufs-s2s-model/conf/configure.fv3.orion.intel /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems +cat /dev/null > /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/externals.nems +cp /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h +( echo '. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems.csh" +/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/incmake/configure_rules.mk:3: /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=16384 ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=16384 ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-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 ; \ -) > "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS' -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +) > "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS' +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -xue ; \ -export PATH_CCPP="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ +export PATH_CCPP="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3 ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ cd $PATH_CCPP ; \ -./build_ccpp.sh orion.intel "$PATH_CCPP" /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk \ - "CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp"" NO NO ; \ -test -d "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp"/include ; \ -test -d "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp"/lib +./build_ccpp.sh orion.intel "$PATH_CCPP" /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk \ + "CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp"" NO NO ; \ +test -d "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp"/include ; \ +test -d "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp"/lib Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 -+ export PATH_CCPP=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ PATH_CCPP=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model -+ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ++ export PATH_CCPP=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp ++ PATH_CCPP=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3 ++ /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_coupled.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15p2_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_2017_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_v15p2_coupled.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 @@ -9555,6 +5626,7 @@ INFO: Converting local name xlaixy of variable leaf_area_index from new to old m INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far 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 peln of variable log_pressure_at_Lagrangian_surface 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 zogw of variable height_of_launch_level_of_orographic_gravity_wave 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 do_shum of variable flag_for_stochastic_shum_option from new to old metadata @@ -9582,6 +5654,7 @@ INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of varia INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate 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 qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name jindx1_ci of variable lower_cloud_nuclei_y_interpolation_index from new to old metadata INFO: Converting local name do_sppt of variable flag_for_stochastic_physics_perturbations 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 qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata @@ -9597,6 +5670,7 @@ INFO: Converting local name slag of variable equation_of_time from new to old me INFO: Converting local name zorl of variable surface_roughness_length 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 do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name in_nm of variable ice_nucleation_number from new to old metadata INFO: Converting local name rrtmgp_nGptsLW of variable number_of_lw_spectral_points_rrtmgp 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 aerosolslw of variable RRTMGP_aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata @@ -9608,7 +5682,7 @@ INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model INFO: Converting local name qsq of variable q_prime_squared 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 refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name flxprf_sw of variable RRTMGP_sw_fluxes 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 dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd 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 @@ -9622,10 +5696,12 @@ INFO: Converting local name snowd_land of variable surface_snow_thickness_water_ INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface 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 cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jindx1_aer of variable lower_aerosol_y_interpolation_index 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 gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 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 ty_cloud_optics of variable ty_cloud_optics from new to old metadata +INFO: Converting local name fluxr of variable cumulative_radiation_diagnostic 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 gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics 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 @@ -9670,7 +5746,6 @@ INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_ INFO: Converting local name ty_optical_props_nstr of variable ty_optical_props_nstr 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 phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step 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 ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata @@ -9695,6 +5770,7 @@ INFO: Converting local name ntqv of variable index_for_water_vapor from new to o INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata INFO: Converting local name bl_mynn_output of variable mynn_output_flag 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 jindx2_ci of variable upper_cloud_nuclei_y_interpolation_index 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 qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio 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 @@ -9702,6 +5778,7 @@ INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from ne INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency 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 lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name nfxr of variable number_of_radiation_diagnostic_variables 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 hprime of variable statistical_measures_of_subgrid_orography from new to old metadata @@ -9789,6 +5866,7 @@ INFO: Converting local name flag_for_dcnv_generic_tend of variable flag_for_gene INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial 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 snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iindx2_aer of variable upper_aerosol_x_interpolation_index 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 nieffr of variable index_for_ice_effective_radius from new to old metadata INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata @@ -9797,6 +5875,7 @@ INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata INFO: Converting local name clxss of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale 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 iindx2_ci of variable upper_cloud_nuclei_x_interpolation_index 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 do_myjpbl of variable do_myjpbl 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_and_radiation_levels from new to old metadata @@ -9832,6 +5911,7 @@ INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_ne INFO: Converting local name landfrac of variable land_area_fraction 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 num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name ddy_ci of variable cloud_nuclei_y_interpolation_weight from new to old metadata INFO: Converting local name flag_for_scnv_generic_tend of variable flag_for_generic_shallow_convection_tendency 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 @@ -9842,6 +5922,7 @@ INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_ INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics 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 du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name lgfdlmprad of variable flag_for_GFDL_microphysics_radiation_interaction 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 ncstrac of variable number_of_tracers_for_CS from new to old metadata INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata @@ -9882,11 +5963,14 @@ INFO: Converting local name tvxy of variable vegetation_temperature from new to 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 alpha of variable cloud_overlap_decorrelation_parameter from new to old metadata +INFO: Converting local name nqvdelt of variable index_for_specific_humidity_at_previous_timestep 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 nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step 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 det_sqv of variable water_vapor_detrainment_tendency from new to old metadata INFO: Converting local name dq3dt(:,:,13) of variable cumulative_change_in_ozone_concentration_due_to_non_physics_processes from new to old metadata +INFO: Converting local name lmfdeep2 of variable flag_for_scale_aware_mass_flux_convection from new to old metadata +INFO: Converting local name iindx1_ci of variable lower_cloud_nuclei_x_interpolation_index from new to old metadata INFO: Converting local name ty_gas_concs of variable ty_gas_concs 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 snicexy of variable snow_layer_ice from new to old metadata @@ -9902,6 +5986,7 @@ INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form 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 ddx_aer of variable aerosol_x_interpolation_weight 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 sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct 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 @@ -9937,7 +6022,6 @@ INFO: Converting local name raddt of variable time_step_for_radiation from new t INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio 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 cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name qdiag3d of variable flag_tracer_diagnostics_3D from new to old metadata INFO: Converting local name taussxy of variable nondimensional_snow_age 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 con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata @@ -9964,6 +6048,7 @@ INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata INFO: Converting local name lprnt of variable flag_print 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 nTdelt of variable index_for_air_temperature_at_previous_timestep 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 hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata @@ -9979,6 +6064,7 @@ INFO: Converting local name flhc of variable surface_exchange_coefficient_for_he INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity 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 kice of variable ice_vertical_dimension from new to old metadata +INFO: Converting local name ccn_nm of variable tendency_of_ccn_activated_number from new to old metadata INFO: Converting local name ca_trigger of variable flag_for_global_cellular_automata_trigger from new to old metadata INFO: Converting local name sw_optical_props_precipByBand of variable shortwave_optical_properties_for_precipitation_by_band from new to old metadata INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata @@ -9997,6 +6083,7 @@ INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata INFO: Converting local name save_q(:,:,index_for_ozone) of variable ozone_mixing_ratio_save from new to old metadata INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name ny of variable number_of_points_in_y_direction_for_this_MPI_rank 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 Grid of variable GFS_grid_type_instance 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 @@ -10007,6 +6094,7 @@ INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ 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 gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name jindx2_h of variable upper_water_vapor_interpolation_index 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 ak of variable a_parameter_of_the_hybrid_coordinate 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 @@ -10016,6 +6104,7 @@ INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_w INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column 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 clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name nps2delt of variable index_for_surface_air_pressure_two_timesteps_back from new to old metadata INFO: Converting local name wet1 of variable normalized_soil_wetness 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 @@ -10025,7 +6114,7 @@ INFO: Converting local name t_lay of variable air_temperature_at_layer_for_RRTMG INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation 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 flxprf_sw of variable RRTMGP_sw_fluxes 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 refl_10cm of variable radar_reflectivity_10cm 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 @@ -10033,6 +6122,7 @@ INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gra INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection 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 gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name cny of variable number_of_points_in_y_direction_for_this_cubed_sphere_face 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 diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata @@ -10047,6 +6137,7 @@ INFO: Converting local name slopetype of variable surface_slope_classification f 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 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 zhour of variable time_since_diagnostics_zeroed 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 dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata @@ -10133,7 +6224,6 @@ INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixi 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 tlyr of variable air_temperature_at_layer_for_radiation 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 islmsk of variable sea_land_ice_mask 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 rrtmgp_root of variable directory_for_rte_rrtmgp_source_code from new to old metadata INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata @@ -10144,7 +6234,7 @@ INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_func INFO: Converting local name dt_cool of variable sub_layer_cooling_amount 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 flipv of variable flag_flip 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 ncpl of variable local_condesed_water_number_concentration 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 xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata @@ -10166,6 +6256,7 @@ INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettel INFO: Converting local name nscav of variable number_of_tracers_scavenged 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 dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name phy_f2d(:,index_for_surface_air_pressure_two_timesteps_back) of variable surface_air_pressure_two_timesteps_back from new to old metadata INFO: Converting local name lw_optical_props_aerosol of variable longwave_optical_properties_for_aerosols 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 precip_frac of variable precipitation_fraction_by_layer from new to old metadata @@ -10180,13 +6271,14 @@ INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_ 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 do_GPsw_Glw of variable scheme_flag 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_and_radiation_levels from new to old metadata +INFO: Converting local name jindx2_aer of variable upper_aerosol_y_interpolation_index 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 cldfra of variable instantaneous_3d_cloud_fraction 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 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 hwrf_samfdeep of variable flag_for_hwrf_samfdeepcnv_scheme from new to old metadata +INFO: Converting local name qdiag3d of variable flag_tracer_diagnostics_3D 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 elvmax of variable maximum_subgrid_orography from new to old metadata INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata @@ -10194,6 +6286,7 @@ INFO: Converting local name gamq of variable countergradient_mixing_term_for_wat INFO: Converting local name GFS_Control of variable GFS_control_type_instance 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 phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name seed0 of variable seed_random_numbers_RAS 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 faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 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 @@ -10204,14 +6297,17 @@ INFO: Converting local name raincprv of variable lwe_thickness_of_convective_pre INFO: Converting local name ty_source_func_lw of variable ty_source_func_lw 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 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 phy_f3d(:,:,index_for_air_temperature_two_timesteps_back) of variable air_temperature_two_timesteps_back from new to old metadata +INFO: Converting local name nT2delt of variable index_for_air_temperature_two_timesteps_back 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 ttendlim of variable limit_for_temperature_tendency_for_microphysics 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 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 facwf of variable fractional_coverage_with_weak_cosz_dependency 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 prcpmp of variable lwe_thickness_of_explicit_precipitation_amount 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 u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nszero of variable number_of_timesteps_between_diagnostic_clearing 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 qrn of variable local_rain_water_mixing_ratio 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 @@ -10221,6 +6317,7 @@ INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_fl INFO: Converting local name logunit of variable iounit_log from new to old metadata INFO: Converting local name ncols of variable horizontal_dimension from new to old metadata INFO: Converting local name p_lay of variable air_pressure_at_layer_for_RRTMGP_in_hPa 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 reset of variable flag_reset_maximum_hourly_fields 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 zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata @@ -10239,7 +6336,6 @@ INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morriso INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass 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 shum_wts of variable weights_for_stochastic_shum_perturbation_flipped 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 ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata INFO: Converting local name sktp1r of variable surface_skin_temperature_at_previous_time_step from new to old metadata INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata @@ -10261,7 +6357,6 @@ INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to INFO: Converting local name de_lgth of variable cloud_decorrelation_length 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 skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped 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 lakedepth of variable lake_depth 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 sfc_alb_nir_dir of variable surface_albedo_nearIR_direct from new to old metadata @@ -10290,6 +6385,7 @@ INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_do INFO: Converting local name ncnd of variable number_of_cloud_condensate_types 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 u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name nqv2delt of variable index_for_specific_humidity_two_timesteps_back from new to old metadata INFO: Converting local name maxMF of variable maximum_mass_flux 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 drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata @@ -10307,7 +6403,6 @@ INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_ 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 tf of variable frozen_cloud_threshold_temperature 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 levsp1 of variable vertical_dimension_plus_one 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 faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata @@ -10325,6 +6420,7 @@ INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m 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 sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name jindx2_o3 of variable upper_ozone_interpolation_index 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 ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata @@ -10374,10 +6470,12 @@ INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_ INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate 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 dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name facwf of variable fractional_coverage_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name ddy_o3 of variable ozone_interpolation_weight from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_specific_humidity_at_previous_timestep) of variable water_vapor_specific_humidity_at_previous_timestep from new to old metadata INFO: Converting local name nblks of variable ccpp_block_count 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 faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ddx_ci of variable cloud_nuclei_x_interpolation_weight 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 num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata @@ -10394,10 +6492,12 @@ INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_mo INFO: Converting local name sw_file_gas of variable rrtmgp_kdistribution_sw 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 fhzero of variable frequency_for_diagnostic_clearing 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 f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m 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 snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name nx of variable number_of_points_in_x_direction_for_this_MPI_rank from new to old metadata INFO: Converting local name topflw_type of variable topflw_type 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 cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata @@ -10447,9 +6547,9 @@ INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sens INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling 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 debug of variable flag_debug from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_specific_humidity_two_timesteps_back) of variable water_vapor_specific_humidity_two_timesteps_back 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 cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean 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 save_v of variable y_wind_save from new to old metadata INFO: Converting local name dt3dt(:,:,10) of variable cumulative_change_in_temperature_due_to_physics from new to old metadata INFO: Converting local name el_pbl of variable mixing_length from new to old metadata @@ -10459,11 +6559,12 @@ INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm INFO: Converting local name ncpr of variable local_rain_number_concentration 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 alb1d of variable surface_albedo_perturbation 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 jsc of variable starting_y_index_for_this_MPI_rank 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 rechxy of variable water_table_recharge_when_shallow 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 idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name h2o_phys of variable flag_for_stratospheric_water_vapor_physics 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 mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata @@ -10488,7 +6589,7 @@ INFO: Converting local name solhr of variable forecast_hour_of_the_day from new INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL 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 ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name toa_src_lw of variable toa_incident_lw_flux_by_spectral_point 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 clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height 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 @@ -10544,11 +6645,13 @@ INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation 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 bl_mynn_mixqt of variable mix_total_water_flag 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 jindx1_o3 of variable lower_ozone_interpolation_index 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 aux2d of variable auxiliary_2d_arrays from new to old metadata INFO: Converting local name deltaZ of variable layer_thickness 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 work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_air_temperature_at_previous_timestep) of variable air_temperature_at_previous_timestep 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 imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme 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 @@ -10581,20 +6684,21 @@ INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_ INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata INFO: Converting local name kcnv of variable flag_deep_convection 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 jindx1_h of variable lower_water_vapor_interpolation_index 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 qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface 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 do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name con_rocp of variable ratio_of_gas_constant_dry_air_to_specific_heat_of_dry_air_at_constant_pressure 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 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 aerosolssw(:,:,:,3) of variable RRTMGP_aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata INFO: Converting local name levs of variable vertical_dimension 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 isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata INFO: Converting local name cldtaulw of variable RRTMGP_cloud_optical_depth_layers_at_10mu_band 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 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 dv3dt(:,:,6) of variable cumulative_change_in_y_wind_due_to_shallow_convection from new to old metadata INFO: Converting local name prnum of variable prandtl_number from new to old metadata INFO: Converting local name sub_thl of variable theta_subsidence_tendency from new to old metadata @@ -10623,6 +6727,8 @@ INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pre INFO: Converting local name communicator of variable mpi_comm 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 smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name phy_f2d(:,index_for_surface_air_pressure_at_previous_timestep) of variable surface_air_pressure_at_previous_timestep from new to old metadata +INFO: Converting local name npsdelt of variable index_for_surface_air_pressure_at_previous_timestep 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 dtsfci of variable instantaneous_surface_upward_sensible_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 @@ -10667,12 +6773,12 @@ INFO: Converting local name tlvl of variable air_temperature_at_interface_for_ra INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata INFO: Converting local name do_RRTMGP of variable flag_for_rrtmgp_radiation_scheme 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 ddy_aer of variable aerosol_y_interpolation_weight from new to old metadata INFO: Converting local name nupdraft of variable number_of_plumes 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 GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata INFO: Converting local name lw_file_clouds of variable rrtmgp_coeff_lw_cloud_optics 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 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 stress_land of variable surface_wind_stress_over_land from new to old metadata @@ -10680,7 +6786,9 @@ INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from ne INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer 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 random_clds of variable flag_for_random_clouds_for_RAS 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 cvb of variable pressure_at_bottom_of_convective_cloud 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 lw_file_gas of variable rrtmgp_kdistribution_lw from new to old metadata INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata @@ -10690,6 +6798,7 @@ INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant f INFO: Converting local name hefac of variable surface_upward_latent_heat_flux_reduction_factor 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 GFS_tbd_type of variable GFS_tbd_type 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 p_lev of variable air_pressure_at_interface_for_RRTMGP_in_hPa 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 @@ -10703,8 +6812,8 @@ INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer INFO: Converting local name dlength of variable characteristic_grid_length_scale 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 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 du3dt(:,:,6) of variable cumulative_change_in_x_wind_due_to_shallow_convection 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 sec_diff_byband of variable secant_of_diffusivity_angle_each_RRTMGP_LW_band from new to old metadata INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata @@ -10717,6 +6826,7 @@ INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultra 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 flag_cice of variable flag_for_cice 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 toa_src_lw of variable toa_incident_lw_flux_by_spectral_point 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 qgl of variable local_graupel_mixing_ratio from new to old metadata @@ -10742,6 +6852,7 @@ INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variabl INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial 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 con_rog of variable ratio_of_gas_constant_dry_air_to_gravitational_acceleration 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 tisfc of variable sea_ice_temperature 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 @@ -10777,6 +6888,7 @@ INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible INFO: Converting local name woodxy of variable wood_mass 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 icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name iindx1_aer of variable lower_aerosol_x_interpolation_index 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 qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata @@ -10794,6 +6906,7 @@ INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_al 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 cnx of variable number_of_points_in_x_direction_for_this_cubed_sphere_face 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 w_d of variable coefficient_w_d from new to old metadata INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata @@ -10819,7 +6932,6 @@ INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount 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 gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics 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 nctp of variable number_of_cloud_types_CS 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 fluxlwDOWN_jac of variable RRTMGP_jacobian_of_lw_flux_profile_downward from new to old metadata @@ -10853,9 +6965,10 @@ INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of vari INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata INFO: Converting local name fluxlwUP_allsky of variable RRTMGP_lw_flux_profile_upward_allsky 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 isc of variable starting_x_index_for_this_MPI_rank from new to old metadata INFO: Converting local name tiice of variable internal_ice_temperature 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 dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL 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 con_epsqs of variable minimum_value_of_saturation_mixing_ratio 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 wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata @@ -10867,7 +6980,7 @@ INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of varia INFO: Converting local name ustm of variable surface_friction_velocity_drag 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 w_0 of variable coefficient_w_0 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 hwrf_samfdeep of variable flag_for_hwrf_samfdeepcnv_scheme from new to old metadata INFO: Converting local name aerosolssw(:,:,:,1) of variable RRTMGP_aerosol_optical_depth_for_shortwave_bands_01_16 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 do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata @@ -10881,7 +6994,6 @@ INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for 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 xlat_d of variable latitude_in_degree 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 nn of variable number_of_tracers_for_convective_transport 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 wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata @@ -10923,6 +7035,7 @@ INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_f INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata INFO: Converting local name lndp_var_list of variable variables_to_be_perturbed_for_landperts 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 ddy_h of variable water_vapor_interpolation_weight 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 vtype of variable vegetation_type_classification_real 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 @@ -10989,7 +7102,6 @@ INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwe INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp 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 xz of variable diurnal_thermocline_layer_thickness 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 shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term 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 semis of variable surface_longwave_emissivity from new to old metadata @@ -11019,4078 +7131,152 @@ INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake 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 evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Metadata table for model FV3 written to /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Metadata table for model FV3 written to /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html INFO: Parsing metadata tables in physics scheme files ... -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_pre GFS_DCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_pre_run GFS_DCNV_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_DCNV_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_post GFS_DCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_post_run GFS_DCNV_generic_pre INFO: Parsed tables in scheme GFS_DCNV_generic_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_pre GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_pre_run GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_post GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_post_run GFS_DCNV_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_cloud_work_function in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_updraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_downdraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_detrainment_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover_in_phy_f3d in table GFS_DCNV_generic_post_run INFO: Parsed tables in scheme GFS_DCNV_generic_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_pre GFS_GWD_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_pre_run GFS_GWD_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable statistical_measures_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_post GFS_GWD_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_post_run GFS_GWD_generic_pre INFO: Parsed tables in scheme GFS_GWD_generic_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_pre GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_pre_run GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_post GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_post_run GFS_GWD_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_x_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_y_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run INFO: Parsed tables in scheme GFS_GWD_generic_post with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for GFS_MP_generic_pre_finalize -INFO: Legacy extension - skip empty table for GFS_MP_generic_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_pre GFS_MP_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_pre_run GFS_MP_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_MP_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_post GFS_MP_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_post_run GFS_MP_generic_pre INFO: Parsed tables in scheme GFS_MP_generic_pre with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for GFS_MP_generic_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_pre GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_pre_run GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_post GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_post_run GFS_MP_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable random_number_array in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_rain_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_freezing_rain_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_sleet_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_snow_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_ice_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_snow_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_graupel_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_ice_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_snow_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_graupel_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable column_precipitable_water in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable explicit_rainfall_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -INFO: Legacy extension - skip empty table for GFS_MP_generic_post_finalize INFO: Parsed tables in scheme GFS_MP_generic_post with dependencies ['machine.F', 'calpreciptype.f90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_pre GFS_PBL_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_pre_run GFS_PBL_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_PBL_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_post GFS_PBL_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_post_run GFS_PBL_generic_pre INFO: Parsed tables in scheme GFS_PBL_generic_pre with dependencies ['machine.F', 'GFS_PBL_generic.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_pre GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_pre_run GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_post GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_post_run GFS_PBL_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_heat_diffusivity in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_reduction_factor in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_reduction_factor in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_PBL_generic_post_run INFO: Parsed tables in scheme GFS_PBL_generic_post with dependencies ['machine.F', 'GFS_PBL_generic.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_pre GFS_SCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_pre_run GFS_SCNV_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_SCNV_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_post GFS_SCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_post_run GFS_SCNV_generic_pre INFO: Parsed tables in scheme GFS_SCNV_generic_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_pre GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_pre_run GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_post GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_post_run GFS_SCNV_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover_in_phy_f3d in table GFS_SCNV_generic_post_run INFO: Parsed tables in scheme GFS_SCNV_generic_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_diagtoscreen INFO: Parsed tables in scheme GFS_diagtoscreen with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_interstitialtoscreen INFO: Parsed tables in scheme GFS_interstitialtoscreen with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_abort INFO: Parsed tables in scheme GFS_abort with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_checkland -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_ocean_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_checkland_run INFO: Parsed tables in scheme GFS_checkland with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary INFO: Parsed tables in scheme GFS_phys_time_vary with dependencies ['iccninterp.F90', 'h2ointerp.f90', 'ozne_def.f', 'sfcsub.F', 'aerinterp.F90', 'mersenne_twister.f', 'h2o_def.f', 'gcycle.F90', 'machine.F', 'aerclm_def.F', 'ozinterp.f90', 'namelist_soilveg.f', 'iccn_def.F'] -INFO: Legacy extension - skip empty table for GFS_rad_time_vary_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rad_time_vary GFS_rad_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rad_time_vary_run GFS_rad_time_vary -INFO: Legacy extension - skip empty table for GFS_rad_time_vary_finalize INFO: Parsed tables in scheme GFS_rad_time_vary with dependencies ['physparam.f', 'radcons.f90', 'mersenne_twister.f', 'machine.F'] -INFO: Legacy extension - skip empty table for GFS_rrtmg_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_post GFS_rrtmg_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_post_run GFS_rrtmg_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_10mu_band in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_0p55mu_band in table GFS_rrtmg_post_run -INFO: Legacy extension - skip empty table for GFS_rrtmg_post_finalize INFO: Parsed tables in scheme GFS_rrtmg_post with dependencies ['iounitdef.f', 'radlw_param.f', 'radiation_aerosols.f', 'radsw_param.f', 'machine.F'] -INFO: Legacy extension - skip empty table for GFS_rrtmg_pre_finalize -INFO: Legacy extension - skip empty table for GFS_rrtmg_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_pre GFS_rrtmg_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_pre_run GFS_rrtmg_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_ice_water_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_rain_water_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rime_factor in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_condensate_mixing_ratio_updated_by_physics in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc113 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_3d_cloud_fraction in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table GFS_rrtmg_pre_run INFO: Parsed tables in scheme GFS_rrtmg_pre with dependencies ['physparam.f', 'funcphys.f90', 'surface_perturbation.F90', 'module_mp_radar.F90', 'physcons.F90', 'radiation_gases.f', 'radiation_astronomy.f', 'radsw_param.f', 'machine.F', 'module_bfmicrophysics.f', 'radlw_param.f', 'radiation_aerosols.f', 'module_mp_thompson_make_number_concentrations.F90', 'iounitdef.f', 'module_mp_thompson.F90', 'radiation_clouds.f', 'radcons.f90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup INFO: Parsed tables in scheme GFS_rrtmg_setup with dependencies ['physparam.f', 'radsw_main.f', 'radsw_param.f', 'radiation_gases.f', 'radiation_astronomy.f', 'module_bfmicrophysics.f', 'radlw_param.f', 'radiation_aerosols.f', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f', 'radiation_surface.f', 'radlw_main.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_stochastics GFS_stochastics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_stochastics_run GFS_stochastics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cellular_automata_global_pattern in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_sppt_perturbation in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_x_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_y_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_shum_perturbation in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_sppt_perturbation_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_shum_perturbation_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dissipation_estimate_of_air_temperature_at_model_layers in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_stochastics_run INFO: Parsed tables in scheme GFS_stochastics with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_rad_reset INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_phys_reset INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_1 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_diag in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_1 INFO: Parsed tables in scheme GFS_suite_interstitial_1 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_2 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_for_coupling in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_for_idea in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable duration_of_sunshine in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_land_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ice_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_pressure_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_longwave_radiation in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shortwave_radiation in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_top_entrainment_instability_value in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_at_previous_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_upward in table GFS_suite_interstitial_2_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_2 INFO: Parsed tables in scheme GFS_suite_interstitial_2 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_stateout_reset -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_stateout_reset INFO: Parsed tables in scheme GFS_suite_stateout_reset with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_stateout_update -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_stateout_update INFO: Parsed tables in scheme GFS_suite_stateout_update with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_3 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save_from_convective_parameterization in table GFS_suite_interstitial_3_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_3 INFO: Parsed tables in scheme GFS_suite_interstitial_3 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_4 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save_from_convective_parameterization in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_suite_interstitial_4_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_4 INFO: Parsed tables in scheme GFS_suite_interstitial_4 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_5 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_5_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_5_run INFO: Parsed tables in scheme GFS_suite_interstitial_5 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_pre GFS_surface_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_pre_run GFS_surface_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_area_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_surface_physics_perturbation in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_soil_type_b_parameter in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_leaf_area_index in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_vegetation_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_cice in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_in in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table GFS_surface_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_post GFS_surface_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_post_run GFS_surface_generic_pre INFO: Parsed tables in scheme GFS_surface_generic_pre with dependencies ['surface_perturbation.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_pre GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_pre_run GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_post GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_post_run GFS_surface_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_potential_evaporation in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_ground_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_longwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_longwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_temperature_at_2m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_specific_humidity_at_2m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_wind_at_10m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_wind_at_10m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_skin_temperature_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_air_pressure_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_ground_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_transpiration_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_snow_area_fraction_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_runoff in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_reduction_factor in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_reduction_factor in table GFS_surface_generic_post_run INFO: Parsed tables in scheme GFS_surface_generic_post with dependencies ['surface_perturbation.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_depth in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_ocean_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table GFS_surface_composites_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_pre INFO: Parsed tables in scheme GFS_surface_composites_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_inter -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_inter INFO: Parsed tables in scheme GFS_surface_composites_inter with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table GFS_surface_composites_post_run INFO: Parsed tables in scheme GFS_surface_composites_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part1 GFS_surface_loop_control_part1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part1_run GFS_surface_loop_control_part1 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_loop_control_part1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_surface_loop_control_part1_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part2 GFS_surface_loop_control_part1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part2_run GFS_surface_loop_control_part1 INFO: Parsed tables in scheme GFS_surface_loop_control_part1 with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part1 GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part1_run GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part2 GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part2_run GFS_surface_loop_control_part2 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_loop_control_part2_run INFO: Parsed tables in scheme GFS_surface_loop_control_part2 with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre INFO: Parsed tables in scheme GFS_time_vary_pre with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography_unfiltered in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude_in_degree in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable eddy_mixing_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_mountain_blocking in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_low_level_wave_breaking in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_turbulent_kinetic_energy_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp INFO: Parsed tables in scheme cires_ugwp with dependencies ['cires_vert_orodis.F90', 'cires_ugwp_solvers.F90', 'cires_ugwp_utils.F90', 'cires_vert_wmsdis.F90', 'cires_orowam2017.f', 'cires_vert_lsatdis.F90', 'machine.F', 'cires_ugwp_triggers.F90', 'gwdps.f', 'ugwp_driver_v0.F', 'cires_ugwp_module.F90', 'cires_ugwp_initialize.F90'] -INFO: Legacy extension - skip empty table for cires_ugwp_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp_post cires_ugwp_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_post_run cires_ugwp_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_mountain_blocking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_low_level_wave_breaking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_mountain_blocking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_low_level_wave_breaking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table cires_ugwp_post_run -INFO: Legacy extension - skip empty table for cires_ugwp_post_finalize INFO: Parsed tables in scheme cires_ugwp_post with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for cnvc90_finalize -INFO: Legacy extension - skip empty table for cnvc90_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cnvc90 cnvc90 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cnvc90_run cnvc90 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable smallest_cloud_base_vertical_index_encountered_thus_far in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable largest_cloud_top_vertical_index_encountered_thus_far in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_convective_cloud in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable pressure_at_bottom_of_convective_cloud in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable pressure_at_top_of_convective_cloud in table cnvc90_run INFO: Parsed tables in scheme cnvc90 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv_pre -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_updraft_velocity_at_cloud_base in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table cs_conv_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv_pre -INFO: Legacy extension - skip empty table for cs_conv_pre_finalize -INFO: Legacy extension - skip empty table for cs_conv_pre_init INFO: Parsed tables in scheme cs_conv_pre with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -INFO: Legacy extension - skip empty table for cs_conv_post_init -INFO: Legacy extension - skip empty table for cs_conv_post_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv_post -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction_at_model_interfaces in table cs_conv_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction in table cs_conv_post_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv_post INFO: Parsed tables in scheme cs_conv_post with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -INFO: Legacy extension - skip empty table for cs_conv_init -INFO: Legacy extension - skip empty table for cs_conv_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_base_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_updraft_velocity_at_cloud_base in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction_at_model_interfaces in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table cs_conv_run INFO: Parsed tables in scheme cs_conv with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_aw_adj cs_conv_aw_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_aw_adj_run cs_conv_aw_adj -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table cs_conv_aw_adj_run INFO: Parsed tables in scheme cs_conv_aw_adj with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke_pre cu_ntiedtke_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_pre_run cu_ntiedtke_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_ntiedtke_pre_run INFO: Parsed tables in scheme cu_ntiedtke_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_init cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_run cu_ntiedtke -INFO: Legacy extension - skip empty table for cu_ntiedtke_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_init cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_run cu_ntiedtke -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table cu_ntiedtke_run INFO: Parsed tables in scheme cu_ntiedtke with dependencies ['physcons.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke_post cu_ntiedtke_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_post_run cu_ntiedtke_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_ntiedtke_post_run INFO: Parsed tables in scheme cu_ntiedtke_post with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for dcyc2t3_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True dcyc2t3 dcyc2t3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False dcyc2t3_run dcyc2t3 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_midlayer_air_temperature_in_longwave_radiation in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -INFO: Legacy extension - skip empty table for dcyc2t3_finalize INFO: Parsed tables in scheme dcyc2t3 with dependencies ['physcons.F90', 'machine.F'] -INFO: Legacy extension - skip empty table for drag_suite_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True drag_suite drag_suite -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False drag_suite_run drag_suite -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table drag_suite_run -INFO: Legacy extension - skip empty table for drag_suite_init INFO: Parsed tables in scheme drag_suite -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shoc shoc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shoc_run shoc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable prandtl_number in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy_convective_transport_tracer in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_from_shoc in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_buoyancy_flux_from_shoc in table shoc_run INFO: Parsed tables in scheme shoc with dependencies ['funcphys.f90', 'machine.F'] -INFO: Legacy extension - skip empty table for get_prs_fv3_init -INFO: Legacy extension - skip empty table for get_prs_fv3_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_prs_fv3 get_prs_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_prs_fv3_run get_prs_fv3 -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature in table get_prs_fv3_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_phi_fv3 get_prs_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_phi_fv3_run get_prs_fv3 INFO: Parsed tables in scheme get_prs_fv3 with dependencies ['physcons.F90', 'machine.F'] -INFO: Legacy extension - skip empty table for get_phi_fv3_finalize -INFO: Legacy extension - skip empty table for get_phi_fv3_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_prs_fv3 get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_prs_fv3_run get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_phi_fv3 get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_phi_fv3_run get_phi_fv3 -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table get_phi_fv3_run INFO: Parsed tables in scheme get_phi_fv3 with dependencies ['physcons.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in table gfdl_cloud_microphys_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys INFO: Parsed tables in scheme gfdl_cloud_microphys with dependencies ['module_mp_radar.F90', 'machine.F', 'module_gfdl_cloud_microphys.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj INFO: Parsed tables in scheme fv_sat_adj with dependencies ['physcons.F90', 'module_mp_radar.F90', 'multi_gases.F90', 'machine.F', 'module_gfdl_cloud_microphys.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True zhaocarr_gscond zhaocarr_gscond -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False zhaocarr_gscond_run zhaocarr_gscond -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table zhaocarr_gscond_run INFO: Parsed tables in scheme zhaocarr_gscond with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -INFO: Legacy extension - skip empty table for gwdc_pre_finalize -INFO: Legacy extension - skip empty table for gwdc_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable characteristic_grid_length_scale in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_column_heating_rate in table gwdc_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc_pre INFO: Parsed tables in scheme gwdc_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_column_heating_rate in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable characteristic_grid_length_scale in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_convective_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_convective_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdc_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc -INFO: Legacy extension - skip empty table for gwdc_finalize -INFO: Legacy extension - skip empty table for gwdc_init INFO: Parsed tables in scheme gwdc with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for gwdc_post_finalize -INFO: Legacy extension - skip empty table for gwdc_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_x_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_y_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gwdc_post_run INFO: Parsed tables in scheme gwdc_post with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for gwdps_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdps gwdps -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdps_run gwdps -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table gwdps_run -INFO: Legacy extension - skip empty table for gwdps_finalize INFO: Parsed tables in scheme gwdps -INFO: Legacy extension - skip empty table for h2ophys_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True h2ophys h2ophys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False h2ophys_run h2ophys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table h2ophys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table h2ophys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable h2o_forcing in table h2ophys_run -INFO: Legacy extension - skip empty table for h2ophys_finalize INFO: Parsed tables in scheme h2ophys with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True samfdeepcnv samfdeepcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False samfdeepcnv_run samfdeepcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_cellular_automata_for_deep_convection in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable physics_field_for_coupling in table samfdeepcnv_run -INFO: Legacy extension - skip empty table for samfdeepcnv_finalize -INFO: Legacy extension - skip empty table for samfdeepcnv_init INFO: Parsed tables in scheme samfdeepcnv with dependencies ['funcphys.f90', 'samfaerosols.F', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True samfshalcnv samfshalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False samfshalcnv_run samfshalcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table samfshalcnv_run -INFO: Legacy extension - skip empty table for samfshalcnv_finalize -INFO: Legacy extension - skip empty table for samfshalcnv_init INFO: Parsed tables in scheme samfshalcnv with dependencies ['funcphys.f90', 'samfaerosols.F', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sascnvn sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_init sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_run sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sascnvn sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_init sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_run sascnvn -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table sascnvn_run -INFO: Legacy extension - skip empty table for sascnvn_finalize INFO: Parsed tables in scheme sascnvn with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shalcnv shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_init shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_run shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shalcnv shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_init shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_run shalcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table shalcnv_run -INFO: Legacy extension - skip empty table for shalcnv_finalize INFO: Parsed tables in scheme shalcnv with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True maximum_hourly_diagnostics maximum_hourly_diagnostics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False maximum_hourly_diagnostics_run maximum_hourly_diagnostics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_temperature_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_temperature_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run INFO: Parsed tables in scheme maximum_hourly_diagnostics with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_init m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_run m_micro -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable in_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ccn_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table m_micro_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_init m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_run m_micro -INFO: Legacy extension - skip empty table for m_micro_finalize INFO: Parsed tables in scheme m_micro with dependencies ['cldwat2m_micro.F', 'aer_cloud.F', 'micro_mg_utils.F90', 'cldmacro.F', 'machine.F', 'physcons.F90', 'aerclm_def.F', 'micro_mg2_0.F90', 'micro_mg3_0.F90', 'wv_saturation.F'] -INFO: Legacy extension - skip empty table for m_micro_pre_init -INFO: Legacy extension - skip empty table for m_micro_pre_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_pre m_micro_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_pre_run m_micro_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table m_micro_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_post m_micro_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_post_run m_micro_pre INFO: Parsed tables in scheme m_micro_pre with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for m_micro_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_pre m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_pre_run m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_post m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_post_run m_micro_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_on_dynamics_timestep in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_on_dynamics_timestep in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_on_dynamics_timestep in table m_micro_post_run -INFO: Legacy extension - skip empty table for m_micro_post_finalize INFO: Parsed tables in scheme m_micro_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver_pre cu_gf_driver_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_pre_run cu_gf_driver_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable gf_memory_counter in table cu_gf_driver_pre_run INFO: Parsed tables in scheme cu_gf_driver_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_init cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_run cu_gf_driver -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_condesate_after_rainout in table cu_gf_driver_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_init cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_run cu_gf_driver -INFO: Legacy extension - skip empty table for cu_gf_driver_finalize INFO: Parsed tables in scheme cu_gf_driver with dependencies ['cu_gf_deep.F90', 'cu_gf_sh.F90', 'machine.F', 'physcons.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver_post cu_gf_driver_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_post_run cu_gf_driver_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable gf_memory_counter in table cu_gf_driver_post_run INFO: Parsed tables in scheme cu_gf_driver_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_init hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_run hedmf -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table hedmf_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_init hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_run hedmf INFO: Parsed tables in scheme hedmf with dependencies ['physcons.F90', 'funcphys.f90', 'mfpbl.f', 'tridi.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf_hafs hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_init hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_run hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf_hafs hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_init hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_run hedmf_hafs -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table hedmf_hafs_run INFO: Parsed tables in scheme hedmf_hafs with dependencies ['physcons.F90', 'funcphys.f90', 'mfpbl.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True moninshoc moninshoc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False moninshoc_run moninshoc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_from_shoc in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable prandtl_number in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table moninshoc_run INFO: Parsed tables in scheme moninshoc with dependencies ['funcphys.f90', 'tridi.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdif satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_init satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_run satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdif satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_init satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_run satmedmfvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table satmedmfvdif_run INFO: Parsed tables in scheme satmedmfvdif with dependencies ['funcphys.f90', 'mfpblt.f', 'tridi.f', 'machine.F', 'mfscu.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdifq satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_init satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_run satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdifq satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_init satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_run satmedmfvdifq -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table satmedmfvdifq_run INFO: Parsed tables in scheme satmedmfvdifq with dependencies ['funcphys.f90', 'mfscuq.f', 'tridi.f', 'machine.F', 'mfpbltq.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shinhongvdif shinhongvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shinhongvdif_run shinhongvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table shinhongvdif_run INFO: Parsed tables in scheme shinhongvdif with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ysuvdif ysuvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ysuvdif_run ysuvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table ysuvdif_run INFO: Parsed tables in scheme ysuvdif with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mynnedmf_wrapper mynnedmf_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnedmf_wrapper_init mynnedmf_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnedmf_wrapper_run mynnedmf_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_friendly_aerosol_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable reciprocal_of_obukhov_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tke_at_mass_points in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable t_prime_squared in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable q_prime_squared in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable t_prime_q_prime in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mixing_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stability_function_for_heat in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_for_mynnpbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_momentum_diffusivity_for_mynnpbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_water_mixing_ratio_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_ice_mixing_ratio_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_fraction_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_area in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_vertical_velocity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_total_water in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_theta_l in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_entrainment_rate in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_cloud_water in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_subsidence_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_subsidence_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_detrainment_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_detrainment_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_of_plumes in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_mass_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable k_level_of_highest_plume in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_vapor_specific_humidity_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ozone_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table mynnedmf_wrapper_run INFO: Parsed tables in scheme mynnedmf_wrapper with dependencies ['physcons.F90', 'machine.F', 'module_bl_mynn.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mynnsfc_wrapper mynnsfc_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnsfc_wrapper_run mynnsfc_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_mixing_ratio_at_surface in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_drag in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_stability_parameter in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_star in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable reciprocal_of_obukhov_length in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_latent_heat in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_heat in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_moisture in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_heat_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_moisture_at_2m in table mynnsfc_wrapper_run INFO: Parsed tables in scheme mynnsfc_wrapper with dependencies ['module_sf_mynn.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sgscloud_radpre sgscloud_radpre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sgscloud_radpre_run sgscloud_radpre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_condesate_after_rainout in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_water_mixing_ratio_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_ice_mixing_ratio_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_fraction_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table sgscloud_radpre_run INFO: Parsed tables in scheme sgscloud_radpre with dependencies ['funcphys.f90', 'physcons.F90', 'machine.F', 'module_bfmicrophysics.f', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sgscloud_radpost sgscloud_radpost -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sgscloud_radpost_run sgscloud_radpost -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table sgscloud_radpost_run INFO: Parsed tables in scheme sgscloud_radpost with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True myjsfc_wrapper myjsfc_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False myjsfc_wrapper_run myjsfc_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable u_wind_component_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable v_wind_component_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable baseline_surface_roughness_length in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable heat_exchange_coefficient_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable momentum_exchange_coefficient_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_layer_evaporation_switch in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_latent_heat_flux in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_momentum_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_potental_temperature_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_specific_humidity_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table myjsfc_wrapper_run INFO: Parsed tables in scheme myjsfc_wrapper with dependencies ['module_SF_JSFC.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True myjpbl_wrapper myjpbl_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False myjpbl_wrapper_run myjpbl_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable u_wind_component_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable v_wind_component_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable baseline_surface_roughness_length in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable heat_exchange_coefficient_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable momentum_exchange_coefficient_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_layer_evaporation_switch in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_latent_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_momentum_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_potental_temperature_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_specific_humidity_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table myjpbl_wrapper_run INFO: Parsed tables in scheme myjpbl_wrapper with dependencies ['module_BL_MYJPBL.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_pre mp_thompson_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_pre_run mp_thompson_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table mp_thompson_pre_run INFO: Parsed tables in scheme mp_thompson_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_friendly_aerosol_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_friendly_aerosols_at_surface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_friendly_aerosols_at_surface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table mp_thompson_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: Legacy extension - replacing variable 'horizontal_loop_extent' with 'horizontal_dimension' in table mp_thompson_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson INFO: Parsed tables in scheme mp_thompson with dependencies ['module_mp_thompson.F90', 'module_mp_radar.F90', 'machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table mp_thompson_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mp_thompson_post_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post INFO: Parsed tables in scheme mp_thompson_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_init ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_run ozphys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_updated_by_physics in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_forcing in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table ozphys_run -INFO: Legacy extension - skip empty table for ozphys_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_init ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_run ozphys INFO: Parsed tables in scheme ozphys with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys_2015 ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_init ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_run ozphys_2015 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_updated_by_physics in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_forcing in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table ozphys_2015_run -INFO: Legacy extension - skip empty table for ozphys_2015_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys_2015 ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_init ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_run ozphys_2015 INFO: Parsed tables in scheme ozphys_2015 with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for zhaocarr_precpd_init -INFO: Legacy extension - skip empty table for zhaocarr_precpd_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True zhaocarr_precpd zhaocarr_precpd -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False zhaocarr_precpd_run zhaocarr_precpd -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_rain_water_mixing_ratio_due_to_microphysics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table zhaocarr_precpd_run INFO: Parsed tables in scheme zhaocarr_precpd with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True phys_tend phys_tend -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False phys_tend_run phys_tend -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_longwave_radiation in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shortwave_radiation in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_physics in table phys_tend_run INFO: Parsed tables in scheme phys_tend with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw rrtmg_lw -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_run rrtmg_lw -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_lw in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_longwave_bands_01_16 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_top_atmosphere in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_sfc in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_10mu_band in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmg_lw_run INFO: Parsed tables in scheme rrtmg_lw with dependencies ['physcons.F90', 'physparam.f', 'radlw_param.f', 'mersenne_twister.f', 'radlw_datatb.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw rrtmg_sw -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_run rrtmg_sw -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_sw in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_top_atmosphere in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_sfc in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_0p55mu_band in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmg_sw_run INFO: Parsed tables in scheme rrtmg_sw with dependencies ['physcons.F90', 'physparam.f', 'radsw_datatb.f', 'mersenne_twister.f', 'radsw_param.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable random_number_array in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_interfaces in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table rascnv_run INFO: Parsed tables in scheme rascnv -INFO: Legacy extension - skip empty table for rayleigh_damp_finalize -INFO: Legacy extension - skip empty table for rayleigh_damp_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rayleigh_damp rayleigh_damp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rayleigh_damp_run rayleigh_damp -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_rayleigh_damping in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_rayleigh_damping in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_rayleigh_damping in table rayleigh_damp_run INFO: Parsed tables in scheme rayleigh_damp -INFO: Legacy extension - skip empty table for rrtmg_lw_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw_post rrtmg_lw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_post_run rrtmg_lw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_post_run -INFO: Legacy extension - skip empty table for rrtmg_lw_post_finalize INFO: Parsed tables in scheme rrtmg_lw_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw_pre rrtmg_lw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_pre_run rrtmg_lw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_lw_pre_run -INFO: Legacy extension - skip empty table for rrtmg_lw_pre_init -INFO: Legacy extension - skip empty table for rrtmg_lw_pre_finalize INFO: Parsed tables in scheme rrtmg_lw_pre with dependencies ['iounitdef.f', 'radiation_surface.f', 'machine.F'] -INFO: Legacy extension - skip empty table for rrtmg_sw_post_init -INFO: Legacy extension - skip empty table for rrtmg_sw_post_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw_post rrtmg_sw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_post_run rrtmg_sw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmg_sw_post_run INFO: Parsed tables in scheme rrtmg_sw_post with dependencies ['radsw_param.f', 'machine.F'] -INFO: Legacy extension - skip empty table for rrtmg_sw_pre_init -INFO: Legacy extension - skip empty table for rrtmg_sw_pre_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw_pre rrtmg_sw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_pre_run rrtmg_sw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table rrtmg_sw_pre_run INFO: Parsed tables in scheme rrtmg_sw_pre with dependencies ['iounitdef.f', 'radiation_surface.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diag sfc_diag -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diag_run sfc_diag -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table sfc_diag_run INFO: Parsed tables in scheme sfc_diag with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diag_post sfc_diag_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diag_post_run sfc_diag_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m_from_noahmp in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m_from_noahmp in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_x_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_y_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dewpoint_temperature_at_2m in table sfc_diag_post_run INFO: Parsed tables in scheme sfc_diag_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_area_index in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_weak_cosz_dependency in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_weak_cosz_dependency in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_frozen_soil_physics in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_temperature_bottom_first_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_at_surface in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_condensation_mass in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_mixing_ratio_at_surface in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable density_of_frozen_precipitation in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_runoff in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_water_equivalent_of_frozen_precip in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_accumulated_snowfall in table lsm_ruc_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc INFO: Parsed tables in scheme lsm_ruc with dependencies ['module_sf_ruclsm.F90', 'module_soil_pre.F90', 'namelist_soilveg_ruc.F90', 'machine.F', 'set_soilveg_ruc.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_pre lsm_ruc_sfc_sice_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_pre_run lsm_ruc_sfc_sice_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table lsm_ruc_sfc_sice_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_post lsm_ruc_sfc_sice_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_post_run lsm_ruc_sfc_sice_pre INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_pre lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_pre_run lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_post lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_post_run lsm_ruc_sfc_sice_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table lsm_ruc_sfc_sice_post_run INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_cice sfc_cice -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_cice_run sfc_cice -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table sfc_cice_run INFO: Parsed tables in scheme sfc_cice with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diff sfc_diff -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diff_run sfc_diff -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_from_wave_model in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table sfc_diff_run INFO: Parsed tables in scheme sfc_diff with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_soil_type_b_parameter in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_leaf_area_index in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_vegetation_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness in table lsm_noah_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah INFO: Parsed tables in scheme lsm_noah with dependencies ['surface_perturbation.F90', 'funcphys.f90', 'set_soilveg.f', 'machine.F', 'sflx.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True noahmpdrv noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_init noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_run noahmpdrv -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable explicit_rainfall_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_of_snow_layers in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ground_temperature_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_intercepted_ice_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_intercepted_liquid_water in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_air_vapor_pressure in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_air_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable area_fraction_of_wet_canopy in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_mass_at_previous_time_step in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_albedo_at_previous_time_step in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_at_surface in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_water_storage in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_depth in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_storage_in_aquifer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_storage_in_aquifer_and_saturated_soil in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_bottom_depth_from_snow_surface in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_layer_ice in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_layer_liquid_water in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fine_root_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stem_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wood_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slow_soil_pool_mass_content_of_carbon in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fast_soil_pool_mass_content_of_carbon in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_area_index in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stem_area_index in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nondimensional_snow_age in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable equilibrium_soil_water_content in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_water_content_between_soil_bottom_and_water_table in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_recharge_when_deep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_recharge_when_shallow in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m_from_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m_from_noahmp in table noahmpdrv_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True noahmpdrv noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_init noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_run noahmpdrv INFO: Parsed tables in scheme noahmpdrv with dependencies ['funcphys.f90', 'module_sf_noahmp_glacier.f90', 'module_sf_noahmplsm.f90', 'set_soilveg.f', 'machine.F', 'noahmp_tables.f90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_depth in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table flake_driver_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver INFO: Parsed tables in scheme flake_driver with dependencies ['flake.F90', 'machine.F'] -INFO: Legacy extension - skip empty table for sfc_nst_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_for_nsst in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_water_salinity in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_x_current in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_y_current in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ocean_mixed_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensitivity_of_dtl_heat_content_to_surface_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensitivity_of_dtl_thickness_to_surface_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_c_0 in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_c_d in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_w_0 in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_w_d in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable free_convection_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_dtlm_start in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensible_heat_flux_due_to_rainfall in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table sfc_nst_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst -INFO: Legacy extension - skip empty table for sfc_nst_finalize INFO: Parsed tables in scheme sfc_nst with dependencies ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_for_nsst in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table sfc_nst_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst_pre INFO: Parsed tables in scheme sfc_nst_pre with dependencies ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography_unfiltered in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_change_over_depth_in_sea_water_temperature in table sfc_nst_post_run -INFO: Legacy extension - skip empty table for sfc_nst_post_init -INFO: Legacy extension - skip empty table for sfc_nst_post_finalize INFO: Parsed tables in scheme sfc_nst_post with dependencies ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] -INFO: Legacy extension - skip empty table for sfc_ocean_finalize -INFO: Legacy extension - skip empty table for sfc_ocean_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_ocean sfc_ocean -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_ocean_run sfc_ocean -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table sfc_ocean_run INFO: Parsed tables in scheme sfc_ocean with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_sice sfc_sice -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_sice_run sfc_sice -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_melt in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_cice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table sfc_sice_run INFO: Parsed tables in scheme sfc_sice with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_fer_hires mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_init mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_run mp_fer_hires -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_condensate_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_change_of_air_temperature_due_to_FA_scheme in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_ice_water_cloud in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_rain_water_cloud in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rime_factor in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_weighted_rime_factor_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mp_fer_hires_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_fer_hires mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_init mp_fer_hires -WARNING: Legacy extension - replacing variable 'horizontal_loop_extent' with 'horizontal_dimension' in table mp_fer_hires_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_run mp_fer_hires -INFO: Legacy extension - skip empty table for mp_fer_hires_finalize INFO: Parsed tables in scheme mp_fer_hires with dependencies ['module_MP_FER_HIRES.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_gas_optics rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_init rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_run rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_gas_optics rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_init rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_run rrtmgp_lw_gas_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmgp_lw_gas_optics_run INFO: Parsed tables in scheme rrtmgp_lw_gas_optics with dependencies ['rte-rrtmgp/rte/mo_rte_lw.F90', 'rte-rrtmgp/extensions/mo_compute_bc.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/rte/mo_rte_sw.F90', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_10mu_band in table rrtmgp_lw_cloud_optics_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics INFO: Parsed tables in scheme rrtmgp_lw_cloud_optics with dependencies ['rrtmgp_aux.F90', 'rrtmg_lw_cloud_optics.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_gas_optics rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_init rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_run rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_gas_optics rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_init rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_run rrtmgp_sw_gas_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable toa_incident_sw_flux_by_spectral_point in table rrtmgp_sw_gas_optics_run INFO: Parsed tables in scheme rrtmgp_sw_gas_optics with dependencies ['rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/rte/mo_rte_sw.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'radiation_gases.f', 'rte-rrtmgp/extensions/mo_compute_bc.F90', 'machine.F', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/rte/mo_rte_lw.F90', 'iounitdef.f', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_optics rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_init rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_run rrtmgp_sw_cloud_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band in table rrtmgp_sw_cloud_optics_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_optics rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_init rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_run rrtmgp_sw_cloud_optics INFO: Parsed tables in scheme rrtmgp_sw_cloud_optics with dependencies ['physparam.f', 'rrtmg_sw_cloud_optics.F90', 'machine.F', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_aerosol_optics rrtmgp_sw_aerosol_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_aerosol_optics_run rrtmgp_sw_aerosol_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table rrtmgp_sw_aerosol_optics_run INFO: Parsed tables in scheme rrtmgp_sw_aerosol_optics with dependencies ['iounitdef.f', 'radiation_aerosols.f', 'rrtmgp_aux.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_rte rrtmgp_lw_rte -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_rte_run rrtmgp_lw_rte -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_emissivity_in_each_RRTMGP_LW_band in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_allsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_clrsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_clrsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_upward in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_downward in table rrtmgp_lw_rte_run INFO: Parsed tables in scheme rrtmgp_lw_rte with dependencies ['rte-rrtmgp/rte/mo_rte_lw.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_rte rrtmgp_sw_rte -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_rte_run rrtmgp_sw_rte -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable toa_incident_sw_flux_by_spectral_point in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_allsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_allsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_clrsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_clrsky in table rrtmgp_sw_rte_run INFO: Parsed tables in scheme rrtmgp_sw_rte with dependencies ['rte-rrtmgp/rte/mo_rte_sw.F90', 'radsw_param.f', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_aerosol_optics rrtmgp_lw_aerosol_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_aerosol_optics_run rrtmgp_lw_aerosol_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table rrtmgp_lw_aerosol_optics_run INFO: Parsed tables in scheme rrtmgp_lw_aerosol_optics with dependencies ['iounitdef.f', 'radiation_aerosols.f', 'rrtmgp_aux.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup INFO: Parsed tables in scheme GFS_rrtmgp_setup with dependencies ['physparam.f', 'radiation_gases.f', 'radiation_astronomy.f', 'machine.F', 'module_bfmicrophysics.f', 'radiation_aerosols.f', 'iounitdef.f', 'radiation_surface.f', 'radiation_clouds.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_pre GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_init GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_run GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_pre GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_init GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_run GFS_rrtmgp_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_pre_run INFO: Parsed tables in scheme GFS_rrtmgp_pre with dependencies ['physparam.f', 'funcphys.f90', 'physcons.F90', 'radiation_gases.f', 'radiation_astronomy.f', 'machine.F', 'module_bfmicrophysics.f', 'radiation_aerosols.f', 'rrtmg_lw_cloud_optics.F90', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f', 'radiation_surface.f', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_pre rrtmgp_lw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_pre_run rrtmgp_lw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_emissivity_in_each_RRTMGP_LW_band in table rrtmgp_lw_pre_run INFO: Parsed tables in scheme rrtmgp_lw_pre with dependencies ['iounitdef.f', 'physparam.f', 'radiation_surface.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_sw_pre GFS_rrtmgp_sw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_sw_pre_run GFS_rrtmgp_sw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fractional_coverage_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fractional_coverage_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_surface_physics_perturbation in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_mean_cosz_over_rad_call_period in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table GFS_rrtmgp_sw_pre_run INFO: Parsed tables in scheme GFS_rrtmgp_sw_pre with dependencies ['iounitdef.f', 'physparam.f', 'radiation_surface.f', 'radiation_astronomy.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_lw_post GFS_rrtmgp_lw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_lw_post_run GFS_rrtmgp_lw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_allsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_clrsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_clrsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_10mu_band in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_on_radiation_time_step in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_sfc in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_midlayer_air_temperature_in_longwave_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_top_atmosphere in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_fluxes in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in table GFS_rrtmgp_lw_post_run INFO: Parsed tables in scheme GFS_rrtmgp_lw_post with dependencies ['rte-rrtmgp/extensions/mo_heating_rates.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'radlw_param.f', 'radiation_aerosols.f', 'rte-rrtmgp/rte/mo_fluxes.F90', 'iounitdef.f', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_sampling rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_init rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_run rrtmgp_lw_cloud_sampling -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_lw in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table rrtmgp_lw_cloud_sampling_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_sampling rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_init rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_run rrtmgp_lw_cloud_sampling INFO: Parsed tables in scheme rrtmgp_lw_cloud_sampling with dependencies ['physparam.f', 'machine.F', 'rrtmgp_sampling.F90', 'mersenne_twister.f', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_sampling rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_init rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_run rrtmgp_sw_cloud_sampling -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_sw in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table rrtmgp_sw_cloud_sampling_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_sampling rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_init rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_run rrtmgp_sw_cloud_sampling INFO: Parsed tables in scheme rrtmgp_sw_cloud_sampling with dependencies ['physparam.f', 'machine.F', 'rrtmgp_sampling.F90', 'mersenne_twister.f', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_cloud_diagnostics GFS_cloud_diagnostics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_cloud_diagnostics_run GFS_cloud_diagnostics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_cloud_diagnostics_run INFO: Parsed tables in scheme GFS_cloud_diagnostics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_gfdlmp_pre GFS_rrtmgp_gfdlmp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_gfdlmp_pre_run GFS_rrtmgp_gfdlmp_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_rrtmgp_gfdlmp_pre_run INFO: Parsed tables in scheme GFS_rrtmgp_gfdlmp_pre with dependencies ['rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_zhaocarr_pre GFS_rrtmgp_zhaocarr_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_zhaocarr_pre_run GFS_rrtmgp_zhaocarr_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmgp_zhaocarr_pre_run INFO: Parsed tables in scheme GFS_rrtmgp_zhaocarr_pre with dependencies ['rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_sw_post GFS_rrtmgp_sw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_sw_post_run GFS_rrtmgp_sw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_mean_cosz_over_rad_call_period in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_allsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_allsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_clrsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_clrsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_sfc in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_top_atmosphere in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_fluxes in table GFS_rrtmgp_sw_post_run INFO: Parsed tables in scheme GFS_rrtmgp_sw_post with dependencies ['rte-rrtmgp/extensions/mo_heating_rates.F90', 'radsw_param.f', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'radiation_aerosols.f', 'rte-rrtmgp/rte/mo_fluxes.F90', 'iounitdef.f', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] +INFO: filtering out variable GFS_cldprop_type_instance +INFO: filtering out variable GFS_coupling_type_instance +INFO: filtering out variable GFS_diag_type_instance +INFO: filtering out variable GFS_grid_type_instance +INFO: filtering out variable GFS_radtend_type_instance +INFO: filtering out variable GFS_sfcprop_type_instance +INFO: filtering out variable GFS_statein_type_instance INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable GFS_tbd_type_instance INFO: filtering out variable Gas_concentrations_for_RRTMGP_suite INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_10mu_band @@ -15107,7 +7293,6 @@ INFO: filtering out variable RRTMGP_sw_fluxes 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 active_gases_used_by_RRTMGP -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology INFO: filtering out variable air_pressure_at_interface_for_RRTMGP_in_hPa INFO: filtering out variable air_pressure_at_layer_for_RRTMGP_in_hPa INFO: filtering out variable air_temperature_at_interface_for_RRTMGP @@ -15122,7 +7307,6 @@ 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 @@ -15135,7 +7319,6 @@ INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_ 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_overlap_param INFO: filtering out variable cloud_phase_transition_denominator INFO: filtering out variable cloud_phase_transition_threshold_temperature @@ -15162,7 +7345,6 @@ INFO: filtering out variable cumulative_change_in_temperature_due_to_physics INFO: filtering out variable cumulative_change_in_water_vapor_specific_humidity_due_to_physics INFO: filtering out variable cumulative_change_in_x_wind_due_to_physics INFO: filtering out variable cumulative_change_in_y_wind_due_to_physics -INFO: filtering out variable daytime_mean_cosz_over_rad_call_period 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 @@ -15174,7 +7356,6 @@ INFO: filtering out variable diurnal_thermocline_layer_thickness INFO: filtering out variable diurnal_thermocline_layer_x_current INFO: filtering out variable diurnal_thermocline_layer_y_current INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnedmf INFO: filtering out variable do_mynnsfclay INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme INFO: filtering out variable edmf_flag @@ -15204,10 +7385,7 @@ 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_lmfshal INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_output_of_longwave_heating_rate -INFO: filtering out variable flag_for_output_of_shortwave_heating_rate 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 @@ -15220,7 +7398,6 @@ INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_op 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_uni_cld INFO: filtering out variable flag_mg3_as_mg2 INFO: filtering out variable flag_skip_macro INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMG @@ -15228,11 +7405,10 @@ INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMGP_LUT INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMGP_PADE INFO: filtering out variable forecast_month INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_ice_water_cloud +INFO: filtering out variable fraction_of_rain_water_cloud INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable fractional_coverage_with_strong_cosz_dependency -INFO: filtering out variable fractional_coverage_with_weak_cosz_dependency INFO: filtering out variable free_convection_layer_thickness -INFO: filtering out variable frequency_for_longwave_radiation INFO: filtering out variable gf_memory_counter INFO: filtering out variable graupel_mixing_ratio INFO: filtering out variable graupel_number_concentration_updated_by_physics @@ -15242,11 +7418,10 @@ 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_nucleation_number 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_of_dtlm_start INFO: filtering out variable initial_permutation_seed_lw INFO: filtering out variable initial_permutation_seed_sw @@ -15289,10 +7464,6 @@ 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_change_over_depth_in_sea_water_temperature -INFO: filtering out variable mean_nir_albedo_with_strong_cosz_dependency -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_strong_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 @@ -15332,7 +7503,6 @@ INFO: filtering out variable normalized_soil_wetness_for_land_surface_model INFO: filtering out variable number_of_active_gases_used_by_RRTMGP INFO: filtering out variable number_of_aerosol_tracers_MG INFO: filtering out variable number_of_angles_used_in_gaussian_quadrature -INFO: filtering out variable number_of_cloud_condensate_types 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 @@ -15354,6 +7524,7 @@ INFO: filtering out variable rain_number_concentration_updated_by_physics INFO: filtering out variable rain_water_mixing_ratio INFO: filtering out variable reciprocal_of_obukhov_length INFO: filtering out variable relative_humidity +INFO: filtering out variable rime_factor INFO: filtering out variable rrtmgp_coeff_lw_cloud_optics INFO: filtering out variable rrtmgp_coeff_sw_cloud_optics INFO: filtering out variable rrtmgp_kdistribution_lw @@ -15421,6 +7592,7 @@ 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_ccn_activated_number 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 @@ -15442,6 +7614,7 @@ INFO: filtering out variable tke_budget INFO: filtering out variable tke_dissipative_heating_factor INFO: filtering out variable toa_incident_sw_flux_by_spectral_point INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable total_cloud_condensate_mixing_ratio_updated_by_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 @@ -15478,24 +7651,24 @@ 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 /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Metadata table for model FV3 written to /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex INFO: Comparing metadata for requested and provided variables ... INFO: Generating list of Fortran modules containing CCPP type definitions ... INFO: Generating typedefs makefile/cmakefile snippet ... -INFO: Added 10 typedefs to /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh +INFO: Added 10 typedefs to /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 146 schemes to /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk, /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Added 146 schemes to /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk, /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics ... +INFO: Generating static API ccpp_static_api.F90 in /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics ... INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 16 auto-generated caps to /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk and /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake, /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh +INFO: Added 16 auto-generated caps to /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk and /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake, /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh INFO: CCPP prebuild step completed successfully. -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ ./build_ccpp.sh orion.intel /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk 'CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp' NO NO ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp ++ ./build_ccpp.sh orion.intel /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk 'CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp' NO NO MACHINE_ID=orion.intel is valid. Compilers set for orion.intel. Obtained ESMF_LIB=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib from /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -DNETCDF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=OFF' ... +Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp -DNETCDF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=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 @@ -15536,8 +7709,8 @@ Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/work/noaa/nems/junwang/s2s/2 -- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp -- Enable OpenMP support for C/C++/Fortran compiler -- Got CCPP TYPEDEFS from cmakefile include file: gfs_typedefs.mod;mo_cloud_optics.mod;mo_optical_props.mod;ccpp_typedefs.mod;mo_gas_concentrations.mod;machine.mod;mo_source_functions.mod;module_radlw_parameters.mod;module_radsw_parameters.mod;mo_gas_optics_rrtmgp.mod --- Got CCPP SCHEMES from cmakefile include file: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 --- Got CCPP CAPS from cmakefile include file: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 +-- Got CCPP SCHEMES from cmakefile include file: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 +-- Got CCPP CAPS from cmakefile include file: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -- Configuring done -- Generating done CMake Warning: @@ -15546,57 +7719,57 @@ CMake Warning: LEGACY_INTEL --- Build files have been written to: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build -make[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -/apps/cmake-3.17.3/bin/cmake -S/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -B/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/apps/cmake-3.17.3/bin/cmake -E cmake_progress_start /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks +-- Build files have been written to: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build +make[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +/apps/cmake-3.17.3/bin/cmake -S/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp -B/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/cmake-3.17.3/bin/cmake -E cmake_progress_start /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build && /apps/cmake-3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -Dependee "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". -Dependee "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +make[3]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build && /apps/cmake-3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +Dependee "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Dependee "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". Scanning dependencies of target ccpp -make[3]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' [ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_types.mod framework/src/CMakeFiles/ccpp.dir/ccpp_types.mod.stamp Intel [ 1%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_api.mod framework/src/CMakeFiles/ccpp.dir/ccpp_api.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build [ 2%] Linking Fortran static library libccpp.a -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/cmake-3.17.3/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/cmake-3.17.3/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/cmake-3.17.3/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/cmake-3.17.3/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 /bin/ar qc libccpp.a CMakeFiles/ccpp.dir/ccpp_types.F90.o CMakeFiles/ccpp.dir/ccpp_api.F90.o /bin/ranlib libccpp.a -make[3]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' [ 2%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build && /apps/cmake-3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -Dependee "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". -Dependee "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +make[3]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build && /apps/cmake-3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +Dependee "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Dependee "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". Scanning dependencies of target ccppphys -make[3]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' [ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_types.mod physics/CMakeFiles/ccppphys.dir/ccpp_types.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o.provides.build [ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/machine.mod physics/CMakeFiles/ccppphys.dir/machine.mod.stamp Intel [ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/physcons.mod physics/CMakeFiles/ccppphys.dir/physcons.mod.stamp Intel [ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ugwp_common.mod physics/CMakeFiles/ccppphys.dir/ugwp_common.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ugwp_conv_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_conv_init.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ugwp_fjet_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_fjet_init.mod.stamp Intel @@ -15604,116 +7777,116 @@ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ugwp_okw_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_okw_init.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ugwp_oro_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_oro_init.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ugwp_wmsdis_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_wmsdis_init.mod.stamp Intel -[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_module.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_module.mod.stamp Intel -[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gwdps.mod physics/CMakeFiles/ccppphys.dir/gwdps.mod.stamp Intel -[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp.mod.stamp Intel -[ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_post.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_post.mod.stamp Intel -[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/cnvc90.mod physics/CMakeFiles/ccppphys.dir/cnvc90.mod.stamp Intel -[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/dcyc2t3.mod physics/CMakeFiles/ccppphys.dir/dcyc2t3.mod.stamp Intel -[ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/get_phi_fv3.mod physics/CMakeFiles/ccppphys.dir/get_phi_fv3.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/get_prs_fv3.mod physics/CMakeFiles/ccppphys.dir/get_prs_fv3.mod.stamp Intel -[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_post.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_pre.mod.stamp Intel -[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_post.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_pre.mod.stamp Intel -[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_post.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_pre.mod.stamp Intel -[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_post.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_pre.mod.stamp Intel -[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_post.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_pre.mod.stamp Intel -[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mersenne_twister.mod physics/CMakeFiles/ccppphys.dir/mersenne_twister.mod.stamp Intel -[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_kind.mod physics/CMakeFiles/ccppphys.dir/mo_rte_kind.mod.stamp Intel -[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props_kernels.mod.stamp Intel -[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_util_array.mod physics/CMakeFiles/ccppphys.dir/mo_rte_util_array.mod.stamp Intel -[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props.mod.stamp Intel -[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_config.mod physics/CMakeFiles/ccppphys.dir/mo_rte_config.mod.stamp Intel -[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_cloud_optics.mod.stamp Intel -[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_string.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_string.mod.stamp Intel -[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_concentrations.mod physics/CMakeFiles/ccppphys.dir/mo_gas_concentrations.mod.stamp Intel -[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_source_functions.mod physics/CMakeFiles/ccppphys.dir/mo_source_functions.mod.stamp Intel -[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics.mod.stamp Intel -[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_kernels.mod.stamp Intel -[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_constants.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_constants.mod.stamp Intel -[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder_kernels.mod.stamp Intel -[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder.mod.stamp Intel -[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_rrtmgp.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_rrtmgp.mod.stamp Intel -[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/physparam.mod physics/CMakeFiles/ccppphys.dir/physparam.mod.stamp Intel -[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radlw_parameters.mod.stamp Intel -[ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radsw_parameters.mod.stamp Intel -[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/parse_tracers.mod physics/CMakeFiles/ccppphys.dir/parse_tracers.mod.stamp Intel -[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_typedefs.mod physics/CMakeFiles/ccppphys.dir/gfs_typedefs.mod.stamp Intel -[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson_make_number_concentrations.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson_make_number_concentrations.mod.stamp Intel -[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_1.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_1.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_2.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_2.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_3.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_3.mod.stamp Intel @@ -15721,124 +7894,124 @@ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_phys_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_phys_reset.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_reset.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_update.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_update.mod.stamp Intel -[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_inter.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_inter.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_post.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_pre.mod.stamp Intel -[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/surface_perturbation.mod physics/CMakeFiles/ccppphys.dir/surface_perturbation.mod.stamp Intel -[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_post.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_pre.mod.stamp Intel -[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part1.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part1.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part2.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part2.mod.stamp Intel -[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/funcphys.mod physics/CMakeFiles/ccppphys.dir/funcphys.mod.stamp Intel -[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/hedmf.mod physics/CMakeFiles/ccppphys.dir/hedmf.mod.stamp Intel -[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg.mod physics/CMakeFiles/ccppphys.dir/namelist_soilveg.mod.stamp Intel -[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_mod.mod physics/CMakeFiles/ccppphys.dir/set_soilveg_mod.mod.stamp Intel -[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/lsm_noah.mod physics/CMakeFiles/ccppphys.dir/lsm_noah.mod.stamp Intel -[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/maximum_hourly_diagnostics.mod physics/CMakeFiles/ccppphys.dir/maximum_hourly_diagnostics.mod.stamp Intel -[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ozphys.mod physics/CMakeFiles/ccppphys.dir/ozphys.mod.stamp Intel -[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/rayleigh_damp.mod physics/CMakeFiles/ccppphys.dir/rayleigh_damp.mod.stamp Intel -[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/samfcnv_aerosols.mod physics/CMakeFiles/ccppphys.dir/samfcnv_aerosols.mod.stamp Intel -[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/samfdeepcnv.mod physics/CMakeFiles/ccppphys.dir/samfdeepcnv.mod.stamp Intel -[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/samfshalcnv.mod physics/CMakeFiles/ccppphys.dir/samfshalcnv.mod.stamp Intel -[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/sfc_cice.mod physics/CMakeFiles/ccppphys.dir/sfc_cice.mod.stamp Intel -[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag.mod physics/CMakeFiles/ccppphys.dir/sfc_diag.mod.stamp Intel -[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag_post.mod physics/CMakeFiles/ccppphys.dir/sfc_diag_post.mod.stamp Intel -[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/sfc_diff.mod physics/CMakeFiles/ccppphys.dir/sfc_diff.mod.stamp Intel -[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/sfc_ocean.mod physics/CMakeFiles/ccppphys.dir/sfc_ocean.mod.stamp Intel -[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/sfc_sice.mod physics/CMakeFiles/ccppphys.dir/sfc_sice.mod.stamp Intel -[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_gscond.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_gscond.mod.stamp Intel -[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_precpd.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_precpd.mod.stamp Intel -[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_physics_cap.mod.stamp Intel +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +/apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_post.mod.stamp Intel +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +/apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_mp_radar.mod physics/CMakeFiles/ccppphys.dir/module_mp_radar.mod.stamp Intel +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +/apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson.mod.stamp Intel [ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def.mod physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel -[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef.mod physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel -[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX-I -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols.mod physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel -[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -/apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_post.mod.stamp Intel -[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -/apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_mp_radar.mod physics/CMakeFiles/ccppphys.dir/module_mp_radar.mod.stamp Intel -[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -/apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson.mod.stamp Intel -[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_astronomy.mod physics/CMakeFiles/ccppphys.dir/module_radiation_astronomy.mod.stamp Intel -[ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_microphysics.mod physics/CMakeFiles/ccppphys.dir/module_microphysics.mod.stamp Intel -[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_clouds.mod physics/CMakeFiles/ccppphys.dir/module_radiation_clouds.mod.stamp Intel -[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ozne_def.mod physics/CMakeFiles/ccppphys.dir/ozne_def.mod.stamp Intel -[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_gases.mod physics/CMakeFiles/ccppphys.dir/module_radiation_gases.mod.stamp Intel -[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/radcons.mod physics/CMakeFiles/ccppphys.dir/radcons.mod.stamp Intel -[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_pre.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_rad_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_rad_reset.mod.stamp Intel -[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_avplank.mod physics/CMakeFiles/ccppphys.dir/module_radlw_avplank.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_cldprlw.mod physics/CMakeFiles/ccppphys.dir/module_radlw_cldprlw.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb01.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb01.mod.stamp Intel @@ -15858,20 +8031,20 @@ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb15.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb15.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb16.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radlw_ref.mod.stamp Intel -[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw.mod.stamp Intel -[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_post.mod.stamp Intel [ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_surface.mod physics/CMakeFiles/ccppphys.dir/module_radiation_surface.mod.stamp Intel -[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_pre.mod.stamp Intel [ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_cldprtb.mod physics/CMakeFiles/ccppphys.dir/module_radsw_cldprtb.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb16.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb17.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb17.mod.stamp Intel @@ -15890,122 +8063,122 @@ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radsw_ref.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_sflux.mod physics/CMakeFiles/ccppphys.dir/module_radsw_sflux.mod.stamp Intel [ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw.mod.stamp Intel [ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_post.mod.stamp Intel -[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_pre.mod.stamp Intel -[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod.stamp Intel -[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_stochastics.mod physics/CMakeFiles/ccppphys.dir/gfs_stochastics.mod.stamp Intel -[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod.stamp Intel [ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/aerinterp.mod physics/CMakeFiles/ccppphys.dir/aerinterp.mod.stamp Intel -[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/h2o_def.mod physics/CMakeFiles/ccppphys.dir/h2o_def.mod.stamp Intel -[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/h2ointerp.mod physics/CMakeFiles/ccppphys.dir/h2ointerp.mod.stamp Intel -[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/iccn_def.mod physics/CMakeFiles/ccppphys.dir/iccn_def.mod.stamp Intel -[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/iccninterp.mod physics/CMakeFiles/ccppphys.dir/iccninterp.mod.stamp Intel -[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ozinterp.mod physics/CMakeFiles/ccppphys.dir/ozinterp.mod.stamp Intel -[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_phys_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_phys_time_vary.mod.stamp Intel -[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_rad_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_rad_time_vary.mod.stamp Intel -[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_setup.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_setup.mod.stamp Intel -[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_time_vary_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_time_vary_pre.mod.stamp Intel -[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod.stamp Intel -[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_cap.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build -[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdif.mod physics/CMakeFiles/ccppphys.dir/satmedmfvdif.mod.stamp Intel -[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod.stamp Intel -[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod.stamp Intel -[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod.stamp Intel -[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod.stamp Intel -[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build -[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_typedefs.mod physics/CMakeFiles/ccppphys.dir/ccpp_typedefs.mod.stamp Intel -[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys_mod.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys_mod.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/fv_sat_adj.mod physics/CMakeFiles/ccppphys.dir/fv_sat_adj.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys.mod.stamp Intel -[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/h2ophys.mod physics/CMakeFiles/ccppphys.dir/h2ophys.mod.stamp Intel -[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ozphys_2015.mod physics/CMakeFiles/ccppphys.dir/ozphys_2015.mod.stamp Intel -[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod.stamp Intel -[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod.stamp Intel -[ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod.stamp Intel -[ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod.stamp Intel -[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_cap.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build @@ -16061,8 +8234,8 @@ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build -[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_multi_gases_mod.mod physics/CMakeFiles/ccppphys.dir/ccpp_multi_gases_mod.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build @@ -16117,352 +8290,352 @@ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build -[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/sfccyc_module.mod physics/CMakeFiles/ccppphys.dir/sfccyc_module.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build -[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/sso_coorde.mod physics/CMakeFiles/ccppphys.dir/sso_coorde.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o.provides.build -[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90 -o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o +[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90 -o CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_data.mod physics/CMakeFiles/ccppphys.dir/ccpp_data.mod.stamp Intel -/apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o.provides.build -/apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build -/apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build -[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +/apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o.provides.build +/apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +/apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o [100%] Linking Fortran static library libccppphys.a -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 -/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 +/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /bin/ranlib libccppphys.a -make[3]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -/apps/cmake-3.17.3/bin/cmake -E cmake_progress_start /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 -make[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -make[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -/apps/cmake-3.17.3/bin/cmake -S/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -B/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/apps/cmake-3.17.3/bin/cmake -E cmake_progress_start /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +/apps/cmake-3.17.3/bin/cmake -E cmake_progress_start /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 +make[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +make[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +/apps/cmake-3.17.3/bin/cmake -S/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp -B/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/cmake-3.17.3/bin/cmake -E cmake_progress_start /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build && /apps/cmake-3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build && /apps/cmake-3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make[3]: Nothing to be done for `framework/src/CMakeFiles/ccpp.dir/build'. -make[3]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' [ 2%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build && /apps/cmake-3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build && /apps/cmake-3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make[3]: Nothing to be done for `physics/CMakeFiles/ccppphys.dir/build'. -make[3]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -/apps/cmake-3.17.3/bin/cmake -E cmake_progress_start /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +/apps/cmake-3.17.3/bin/cmake -E cmake_progress_start /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make[2]: Nothing to be done for `preinstall'. -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' Install the project... /apps/cmake-3.17.3/bin/cmake -P cmake_install.cmake -- Install configuration: "Release" --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/libccpp.a --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config.cmake --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config-release.cmake --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_types.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_api.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/libccppphys.a --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config.cmake --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config-release.cmake --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/gfs_typedefs.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_cloud_optics.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_optical_props.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_typedefs.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_gas_concentrations.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/machine.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_source_functions.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/module_radlw_parameters.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/module_radsw_parameters.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod -make[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -+ test -d /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -+ test -d /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs ; \ -exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" all +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib/libccpp.a +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config.cmake +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config-release.cmake +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_types.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_api.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib/libccppphys.a +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config.cmake +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config-release.cmake +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/gfs_typedefs.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/mo_cloud_optics.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/mo_optical_props.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_typedefs.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/mo_gas_concentrations.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/machine.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/mo_source_functions.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/module_radlw_parameters.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/module_radsw_parameters.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod +make[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' ++ test -d /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include ++ test -d /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs ; \ +exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" all Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 @@ -16550,80 +8723,80 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" -mv fms.mk "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' -test -d /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" into /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL on orion -cp -fp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems \ - "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3"/conf/configure.fv3 -cp -fp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems \ - "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3"/conf/modules.fv3 -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 COMP_BINDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL MACHINE_ID=orion FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" nemsinstall +mkdir -p "/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL" +mv fms.mk "/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs' +test -d /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL +Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" into /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL on orion +cp -fp /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems \ + "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3"/conf/configure.fv3 +cp -fp /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems \ + "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3"/conf/modules.fv3 +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 COMP_BINDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL MACHINE_ID=orion FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" nemsinstall Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' -gmake -C cpl FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' +gmake -C cpl FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -c module_cap_cpl.F90 +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics' Building dependencies ... -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics' +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-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/mersenne_twister.o physics/namelist_soilveg.o physics/physparam.o physics/set_soilveg.o physics/noahmp_tables.o physics/GFDL_parse_tracers.o physics/physcons.o CCPP_layer/CCPP_data.o ../ccpp/physics/ccpp_static_api.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_restart.o ar: creating libgfsphys.a a - physics/mersenne_twister.o @@ -16639,65 +8812,65 @@ a - GFS_layer/GFS_abstraction_layer.o a - GFS_layer/GFS_diagnostics.o a - GFS_layer/GFS_driver.o a - GFS_layer/GFS_restart.o -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' -gmake -C ccpp/driver FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics' +gmake -C ccpp/driver FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build CCPP layer ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver' Building dependencies ... -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver' Build CCPP layer ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS CCPP_driver.F90 > CCPP_driver.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver' +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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS CCPP_driver.F90 > CCPP_driver.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o ar rv libccppdriver.a CCPP_driver.o ar: creating libccppdriver.a a - CCPP_driver.o -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' -gmake -C ipd FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver' +gmake -C ipd FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd' Building dependencies ... -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd' -gmake -C io FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd' +gmake -C io FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include] -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include] -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -c module_fv3_io_def.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nemsio/2.5.2/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -c module_wrt_grid_comp.F90 +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -c module_fv3_io_def.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nemsio/2.5.2/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 @@ -16710,65 +8883,65 @@ 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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -c model/fv_arrays.F90 -o model/fv_arrays.o +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -16814,52 +8987,52 @@ 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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/stochastic_physics' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/stochastic_physics' Building dependencies ... -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/stochastic_physics' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/stochastic_physics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c kinddef.F90 -o kinddef.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c glats_stochy.f -o glats_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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c mpi_wrapper.F90 -o mpi_wrapper.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c halo_exchange.fv3.F90 -o halo_exchange.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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c lndp_apply_perts.F90 -o lndp_apply_perts.o +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/stochastic_physics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c kinddef.F90 -o kinddef.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c glats_stochy.f -o glats_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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c mpi_wrapper.F90 -o mpi_wrapper.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c halo_exchange.fv3.F90 -o halo_exchange.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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c lndp_apply_perts.F90 -o lndp_apply_perts.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 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 plumes.o kinddef.o mpi_wrapper.o halo_exchange.fv3.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 cellular_automata_global.o cellular_automata_sgs.o update_ca.o lndp_apply_perts.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -16896,25 +9069,25 @@ a - cellular_automata_global.o a - cellular_automata_sgs.o a - update_ca.o a - lndp_apply_perts.o -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/stochastic_physics' -gmake -C stochastic_physics FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/stochastic_physics' +gmake -C stochastic_physics FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include] -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I ../../stochastic_physics -I../ccpp/physics -I../ccpp/build/physics -I../atmos_cubed_sphere -c stochastic_physics_wrapper.F90 -o stochastic_physics_wrapper.o +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/stochastic_physics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I ../../stochastic_physics -I../ccpp/physics -I../ccpp/build/physics -I../atmos_cubed_sphere -c stochastic_physics_wrapper.F90 -o stochastic_physics_wrapper.o ar rv libstochastic_physics_wrapper.a stochastic_physics_wrapper.o ar: creating libstochastic_physics_wrapper.a a - stochastic_physics_wrapper.o -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 @@ -16922,42 +9095,42 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' -gmake esmf_make_fragment FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' +gmake esmf_make_fragment FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' -Installation into "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' +Installation into "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' -test -d /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -rm -fr /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/exec -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="orion" ; \ +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' +test -d /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL +rm -fr /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/exec +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="orion" ; \ set -e ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface ; \ -./compile.sh --platform orion --fms-dir "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" +cd /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface ; \ +./compile.sh --platform orion --fms-dir "/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL" Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 -Will use FMS from: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL +Will use FMS from: /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL ++ pwd -+ BASEDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface ++ BASEDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface + MACHINE_ID=orion + COMPILE_OPTION=orion-intel.mk + DEBUG= @@ -16972,580 +9145,530 @@ MOM6 compile.sh ... DEBUG=, REPRO=1 + [[ 1 == 1 ]] + echo 'compile MOM6 library ...' compile MOM6 library ... -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface + mkdir -p build/intel/MOM6_LIB/repro + cd build/intel/MOM6_LIB/repro + [[ -f path_names ]] + rm -f path_names + echo 'generating file_paths ...' generating file_paths ... -+ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/mkmf/bin/list_paths /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 ++ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/mkmf/bin/list_paths /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 A list of the files you checked out is in the file path_names. + echo 'generating makefile ...' generating makefile ... -+ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/mkmf/bin/mkmf -t /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/mkmf/templates/orion-intel.mk -p lib_ocean.a -o -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL path_names -.................................................................................................................................................................................................................................................................... Makefile is ready. ++ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/mkmf/bin/mkmf -t /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/mkmf/templates/orion-intel.mk -p lib_ocean.a -o -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL path_names +........................................................................................................................................................................................................................................... Makefile is ready. + echo 'compiling MOM6 library...' compiling MOM6 library... + make NETCDF=4 REPRO=1 DEBUG= lib_ocean.a -make[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_error_handler.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_array_transform.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_cpu_clock.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_time_manager.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_string_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/polynomial_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PLM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_safe_alloc.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_vkernels.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PCM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_zlike.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_sigma.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_manager_wrapper.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_math.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_pt_from_t__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_sr_from_sp__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_intrinsic_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_gibbs_ice__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_specvol_second_derivatives__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_chem_potential_water_t_exact__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_pt0_from_t__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_ct_freezing_exact__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_ct_from_t__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_specvol_first_derivatives__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_t_freezing_poly__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_entropy_part_zerop__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_constants.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_rho__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_t_deriv_chem_potential_water_t_exact__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_pt_from_ct__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_t_freezing_exact__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_rho_second_derivatives__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_t_from_ct__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_ct_freezing_poly__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_gibbs_pt0_pt0__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_ct_from_pt__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_rho_first_derivatives__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_entropy_part__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_gibbs__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_specvol__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_sp_from_sr__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_coms.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_document.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_solvers.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_consts.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_TFreeze.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_edge_values.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_file_parser.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_background.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PPM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PQM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P1M_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P3M_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_params.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_domains.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_unit_scaling.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_verticalGrid.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_interp.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_remapping.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_hor_index.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_linear.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_checksums.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_dyn_horgrid.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_grid.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_random.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_io.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_spatial_means.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/baroclinic_zone_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/user_shelf_init.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_transcribe_grid.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_debugging.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_get_input.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_transform_FMS.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_grid_initialize.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_shared_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_write_cputime.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_restart.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_hycom.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_variables.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_rho.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_slight.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_Z_init.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_adapt.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_horizontal_regridding.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_interface_heights.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_checksum_packages.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_isopycnal_slopes.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/soliton_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/adjustment_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Rossby_front_2d_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_regridding.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_remap.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_mediator.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_registry.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_sponge.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_opacity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_speed.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_Montgomery.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_PointAccel.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_structure.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_change_diffusivity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_open_boundary.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/lock_exchange_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/external_gwave_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_forcing_type.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/benchmark_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Neverland_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/sloshing_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/seamount_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Phillips_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/circle_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_diagnostics.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/RGC_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/ISOMIP_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME2d_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dense_water_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_diabatic.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_wave_interface.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_aux.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_marine_ice.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/SCM_CVMix_tests.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_controlled_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Idealized_Hurricane.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ISOMIP_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/DOME_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_ALE.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity_PPM.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/supercritical_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_CoriolisAdv.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/tidal_bay_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Kelvin_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/shelfwave_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_channel_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_barotropic.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_advect.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/tracer_example.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/RGC_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ideal_age_example.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dye_example.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/oil_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/advection_test_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dyed_obc_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/pseudo_salt_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/boundary_impulse_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_coord_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_boundary_update.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_fixed_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_state_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_generic_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_flow_control.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_sum_output.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_surface_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_revise_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_surface_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_main.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_split_RK2.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_neutral_diffusion.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_hor_diff.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_unit_tests.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 -ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_cpu_clock.o MOM_checksums.o user_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o ocean_da_types.o baroclinic_zone_initialization.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_open_boundary.o MOM_set_viscosity.o cvmix_shear.o MOM_regularize_layers.o MOM_string_functions.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o PLM_functions.o gsw_pt_from_t__genmod.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_safe_alloc.o gsw_sr_from_sp__genmod.o MOM_intrinsic_functions.o MOM_continuity.o MOM_obsolete_params.o MOM_checksum_packages.o dumbbell_initialization.o MOM_dyn_horgrid.o gsw_gibbs_ice__genmod.o MOM_unit_scaling.o gsw_specvol_second_derivatives__genmod.o MOM_EOS_Wright.o gsw_gibbs.o PPM_functions.o supercritical_initialization.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_error_handler.o MOM_PointAccel.o gsw_gibbs_pt0_pt0.o gsw_pt_from_ct.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o gsw_t_freezing_exact.o regrid_consts.o MOM_diag_mediator.o MOM_wave_speed.o ISOMIP_initialization.o gsw_chem_potential_water_t_exact__genmod.o polynomial_functions.o gsw_pt0_from_t__genmod.o user_shelf_init.o gsw_rho_first_derivatives.o MOM_neutral_diffusion.o write_ocean_obs.o MOM_EOS_UNESCO.o gsw_ct_freezing_exact__genmod.o seamount_initialization.o MOM_dynamics_unsplit.o gsw_ct_from_t__genmod.o MOM_diagnostics.o gsw_mod_specvol_coefficients.o gsw_specvol_first_derivatives__genmod.o MOM_barotropic.o soliton_initialization.o Kelvin_initialization.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_generic_tracer.o MOM_lateral_boundary_diffusion.o MOM_bkgnd_mixing.o circle_obcs_initialization.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o P1M_functions.o MOM_ALE.o gsw_t_freezing_poly__genmod.o boundary_impulse_tracer.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o MOM_diag_remap.o MOM_domains.o Neverland_initialization.o MOM_tidal_mixing.o gsw_entropy_part_zerop__genmod.o gsw_pt_from_t.o dense_water_initialization.o MOM_entrain_diffusive.o Phillips_initialization.o MOM_internal_tide_input.o MOM_marine_ice.o MOM_debugging.o kdtree.o MOM_document.o MOM_variables.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o gsw_rho__genmod.o MOM_tracer_flow_control.o MOM_coms.o cvmix_background.o MOM_diabatic_driver.o MOM_horizontal_regridding.o gsw_ct_from_pt.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_spatial_means.o RGC_tracer.o MOM_ice_shelf.o cvmix_ddiff.o gsw_specvol_second_derivatives.o gsw_t_deriv_chem_potential_water_t_exact__genmod.o gsw_ct_freezing_poly.o MOM_PressureForce_Montgomery.o gsw_pt_from_ct__genmod.o MOM_sum_output.o MOM_isopycnal_slopes.o gsw_mod_gibbs_ice_coefficients.o MOM_array_transform.o cvmix_math.o dumbbell_surface_forcing.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o MOM_random.o MOM_ice_shelf_dynamics.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_tracer_hor_diff.o MOM_full_convection.o mom_ocean_model_nuopc.o gsw_chem_potential_water_t_exact.o MOM_transform_FMS.o MOM_EOS.o coord_rho.o MOM_state_initialization.o gsw_t_freezing_exact__genmod.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_restart.o MOM_coord_initialization.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o gsw_ct_freezing_exact.o MOM_OCMIP2_CFC.o MOM_diag_manager_wrapper.o MOM_time_manager.o regrid_interp.o MOM_EOS_NEMO.o gsw_mod_freezing_poly_coefficients.o MOM_CVMix_conv.o MOM_wave_structure.o gsw_pt0_from_t.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o tidal_bay_initialization.o user_change_diffusivity.o MOM_tracer_registry.o gsw_rho_second_derivatives__genmod.o coord_zlike.o gsw_gibbs_ice.o gsw_t_from_ct__genmod.o gsw_ct_freezing_poly__genmod.o gsw_gibbs_pt0_pt0__genmod.o MOM_MEKE_types.o MOM_CVMix_ddiff.o dyed_channel_initialization.o gsw_rho_second_derivatives.o MOM_thickness_diffuse.o MOM_file_parser.o MOM_unit_tests.o ideal_age_example.o MOM_offline_main.o gsw_specvol_first_derivatives.o MOM_set_diffusivity.o DOME_initialization.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o coord_sigma.o BFB_surface_forcing.o advection_test_tracer.o pseudo_salt_tracer.o dyed_obcs_initialization.o MOM_PressureForce.o gsw_mod_toolbox.o MOM_verticalGrid.o MOM_regridding.o MOM_boundary_update.o MOM_forcing_type.o coord_adapt.o MOM_tracer_Z_init.o MOM_bulk_mixed_layer.o MOM_controlled_forcing.o gsw_sr_from_sp.o MOM_shared_initialization.o MOM_kappa_shear.o MOM_ALE_sponge.o gsw_entropy_part.o MOM_ice_shelf_state.o gsw_mod_teos10_constants.o MOM_PressureForce_analytic_FV.o MOM_lateral_mixing_coeffs.o Idealized_Hurricane.o MOM_write_cputime.o gsw_mod_kinds.o MOM_sponge.o gsw_ct_from_pt__genmod.o MOM_continuity_PPM.o oil_tracer.o MOM.o MOM_EOS_linear.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o gsw_rho_first_derivatives__genmod.o gsw_rho.o gsw_entropy_part__genmod.o gsw_gibbs__genmod.o dyed_obc_tracer.o gsw_specvol__genmod.o gsw_sp_from_sr__genmod.o adjustment_initialization.o MOM_constants.o shelfwave_initialization.o MOM_remapping.o MOM_io.o dye_example.o benchmark_initialization.o lock_exchange_initialization.o mom_surface_forcing_nuopc.o cvmix_tidal.o MOM_obsolete_diagnostics.o gsw_t_deriv_chem_potential_water_t_exact.o +make[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_error_handler.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_array_transform.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_cpu_clock.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_time_manager.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_string_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/polynomial_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PLM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_math.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_safe_alloc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_vkernels.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PCM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_zlike.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_sigma.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_manager_wrapper.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_intrinsic_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_constants.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_coms.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_document.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_solvers.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_consts.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_TFreeze.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_edge_values.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_file_parser.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PPM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PQM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P1M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P3M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_background.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_domains.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_unit_scaling.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_params.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_interp.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_remapping.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_verticalGrid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_hor_index.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_linear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_checksums.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_dyn_horgrid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_random.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_io.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_spatial_means.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/baroclinic_zone_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_transcribe_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/user_shelf_init.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_debugging.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_get_input.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_transform_FMS.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_grid_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_shared_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_write_cputime.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_restart.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_hycom.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_variables.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_rho.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_slight.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_Z_init.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_adapt.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_horizontal_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_interface_heights.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_checksum_packages.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_isopycnal_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/adjustment_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/Rossby_front_2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/soliton_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_remap.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_mediator.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_opacity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_registry.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_structure.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_change_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_speed.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_Montgomery.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_PointAccel.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_open_boundary.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/lock_exchange_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/external_gwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_forcing_type.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/benchmark_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/Neverland_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/sloshing_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/seamount_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/Phillips_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/circle_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/ISOMIP_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/dense_water_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/RGC_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_diabatic.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_wave_interface.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/SCM_CVMix_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_marine_ice.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_controlled_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/Idealized_Hurricane.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/tracer_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/DOME_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ISOMIP_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/RGC_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ideal_age_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dye_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/oil_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/advection_test_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dyed_obc_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_ALE.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/pseudo_salt_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/boundary_impulse_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_barotropic.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/tidal_bay_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/Kelvin_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/shelfwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_channel_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity_PPM.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_CoriolisAdv.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/supercritical_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_advect.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_coord_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_boundary_update.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_fixed_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_state_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_generic_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_flow_control.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_sum_output.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_revise_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_main.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_split_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_neutral_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_hor_diff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_unit_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 +ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_cpu_clock.o MOM_checksums.o gsw_mod_gibbs_ice_coefficients.o MOM_array_transform.o cvmix_math.o dumbbell_surface_forcing.o user_initialization.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o MOM_random.o ocean_da_types.o baroclinic_zone_initialization.o MOM_ice_shelf_dynamics.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_open_boundary.o MOM_set_viscosity.o MOM_tracer_hor_diff.o cvmix_shear.o MOM_full_convection.o MOM_regularize_layers.o MOM_string_functions.o mom_ocean_model_nuopc.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o gsw_chem_potential_water_t_exact.o MOM_transform_FMS.o PLM_functions.o MOM_EOS.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_state_initialization.o coord_rho.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_safe_alloc.o MOM_restart.o MOM_coord_initialization.o MOM_intrinsic_functions.o MOM_continuity.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o MOM_OCMIP2_CFC.o gsw_ct_freezing_exact.o MOM_diag_manager_wrapper.o MOM_time_manager.o MOM_obsolete_params.o regrid_interp.o MOM_checksum_packages.o dumbbell_initialization.o MOM_EOS_NEMO.o MOM_CVMix_conv.o MOM_dyn_horgrid.o gsw_mod_freezing_poly_coefficients.o gsw_pt0_from_t.o MOM_wave_structure.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o MOM_unit_scaling.o tidal_bay_initialization.o MOM_EOS_Wright.o PPM_functions.o gsw_gibbs.o user_change_diffusivity.o supercritical_initialization.o MOM_tracer_registry.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o coord_zlike.o gsw_gibbs_ice.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_MEKE_types.o MOM_error_handler.o MOM_CVMix_ddiff.o MOM_PointAccel.o gsw_gibbs_pt0_pt0.o gsw_pt_from_ct.o dyed_channel_initialization.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o regrid_consts.o gsw_t_freezing_exact.o MOM_diag_mediator.o MOM_thickness_diffuse.o gsw_rho_second_derivatives.o MOM_file_parser.o MOM_wave_speed.o ISOMIP_initialization.o MOM_unit_tests.o polynomial_functions.o MOM_offline_main.o ideal_age_example.o user_shelf_init.o DOME_initialization.o MOM_set_diffusivity.o gsw_rho_first_derivatives.o gsw_specvol_first_derivatives.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o MOM_neutral_diffusion.o BFB_surface_forcing.o coord_sigma.o write_ocean_obs.o advection_test_tracer.o dyed_obcs_initialization.o pseudo_salt_tracer.o MOM_EOS_UNESCO.o seamount_initialization.o MOM_dynamics_unsplit.o MOM_PressureForce.o MOM_verticalGrid.o MOM_diagnostics.o gsw_mod_toolbox.o gsw_mod_specvol_coefficients.o MOM_regridding.o MOM_boundary_update.o MOM_barotropic.o coord_adapt.o MOM_forcing_type.o soliton_initialization.o MOM_tracer_Z_init.o Kelvin_initialization.o MOM_controlled_forcing.o MOM_bulk_mixed_layer.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o gsw_sr_from_sp.o MOM_shared_initialization.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_lateral_boundary_diffusion.o MOM_generic_tracer.o MOM_bkgnd_mixing.o MOM_kappa_shear.o circle_obcs_initialization.o MOM_ALE_sponge.o gsw_entropy_part.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o MOM_ice_shelf_state.o P1M_functions.o gsw_mod_teos10_constants.o MOM_ALE.o MOM_PressureForce_analytic_FV.o boundary_impulse_tracer.o MOM_lateral_mixing_coeffs.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o Idealized_Hurricane.o MOM_diag_remap.o gsw_mod_kinds.o MOM_write_cputime.o MOM_domains.o Neverland_initialization.o MOM_sponge.o MOM_tidal_mixing.o oil_tracer.o MOM_continuity_PPM.o gsw_pt_from_t.o MOM.o dense_water_initialization.o MOM_entrain_diffusive.o MOM_EOS_linear.o Phillips_initialization.o MOM_internal_tide_input.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o MOM_marine_ice.o MOM_debugging.o kdtree.o gsw_rho.o MOM_document.o dyed_obc_tracer.o MOM_variables.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o adjustment_initialization.o MOM_constants.o MOM_tracer_flow_control.o MOM_coms.o shelfwave_initialization.o cvmix_background.o MOM_diabatic_driver.o gsw_ct_from_pt.o MOM_horizontal_regridding.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_remapping.o MOM_spatial_means.o benchmark_initialization.o lock_exchange_initialization.o dye_example.o MOM_io.o RGC_tracer.o MOM_ice_shelf.o mom_surface_forcing_nuopc.o cvmix_ddiff.o cvmix_tidal.o gsw_specvol_second_derivatives.o MOM_obsolete_diagnostics.o gsw_ct_freezing_poly.o MOM_sum_output.o MOM_PressureForce_Montgomery.o MOM_isopycnal_slopes.o gsw_t_deriv_chem_potential_water_t_exact.o ar: creating lib_ocean.a a - cvmix_utils.o a - coord_hycom.o a - MOM_cpu_clock.o a - MOM_checksums.o +a - gsw_mod_gibbs_ice_coefficients.o +a - MOM_array_transform.o +a - cvmix_math.o +a - dumbbell_surface_forcing.o a - user_initialization.o +a - gsw_ct_from_t.o +a - MOM_TFreeze.o +a - MOM_grid_initialize.o +a - BFB_initialization.o a - ISOMIP_tracer.o a - PCM_functions.o a - cvmix_kinds_and_types.o +a - MOM_random.o a - ocean_da_types.o a - baroclinic_zone_initialization.o +a - MOM_ice_shelf_dynamics.o a - RGC_initialization.o a - gsw_entropy_part_zerop.o +a - MOM_transcribe_grid.o +a - MOM_internal_tides.o +a - cvmix_kpp.o a - MOM_open_boundary.o a - MOM_set_viscosity.o +a - MOM_tracer_hor_diff.o a - cvmix_shear.o +a - MOM_full_convection.o a - MOM_regularize_layers.o a - MOM_string_functions.o +a - mom_ocean_model_nuopc.o a - MOM_wave_interface.o a - MOM_grid.o a - DOME_tracer.o a - MOM_tidal_forcing.o a - gsw_sp_from_sr.o +a - gsw_chem_potential_water_t_exact.o +a - MOM_transform_FMS.o a - PLM_functions.o -a - gsw_pt_from_t__genmod.o +a - MOM_EOS.o a - MOM_tracer_initialization_from_Z.o a - MOM_MEKE.o +a - MOM_state_initialization.o +a - coord_rho.o +a - MOM_interface_heights.o +a - MOM_diabatic_aux.o a - MOM_safe_alloc.o -a - gsw_sr_from_sp__genmod.o +a - MOM_restart.o +a - MOM_coord_initialization.o a - MOM_intrinsic_functions.o a - MOM_continuity.o +a - MOM_hor_visc.o +a - SCM_CVMix_tests.o +a - MOM_CVMix_shear.o +a - MOM_OCMIP2_CFC.o +a - gsw_ct_freezing_exact.o +a - MOM_diag_manager_wrapper.o +a - MOM_time_manager.o a - MOM_obsolete_params.o +a - regrid_interp.o a - MOM_checksum_packages.o a - dumbbell_initialization.o +a - MOM_EOS_NEMO.o +a - MOM_CVMix_conv.o a - MOM_dyn_horgrid.o -a - gsw_gibbs_ice__genmod.o +a - gsw_mod_freezing_poly_coefficients.o +a - gsw_pt0_from_t.o +a - MOM_wave_structure.o +a - external_gwave_initialization.o +a - MOM_geothermal.o +a - gsw_specvol.o +a - MOM_get_input.o a - MOM_unit_scaling.o -a - gsw_specvol_second_derivatives__genmod.o +a - tidal_bay_initialization.o a - MOM_EOS_Wright.o -a - gsw_gibbs.o a - PPM_functions.o +a - gsw_gibbs.o +a - user_change_diffusivity.o a - supercritical_initialization.o +a - MOM_tracer_registry.o a - MOM_offline_aux.o a - MOM_EOS_TEOS10.o a - regrid_edge_values.o +a - coord_zlike.o +a - gsw_gibbs_ice.o a - MOM_energetic_PBL.o a - MOM_CoriolisAdv.o a - PQM_functions.o a - MOM_dynamics_unsplit_RK2.o +a - MOM_MEKE_types.o a - MOM_error_handler.o +a - MOM_CVMix_ddiff.o a - MOM_PointAccel.o a - gsw_gibbs_pt0_pt0.o a - gsw_pt_from_ct.o +a - dyed_channel_initialization.o a - MOM_fixed_initialization.o a - gsw_t_freezing_poly.o a - MOM_tracer_advect.o -a - gsw_t_freezing_exact.o a - regrid_consts.o +a - gsw_t_freezing_exact.o a - MOM_diag_mediator.o +a - MOM_thickness_diffuse.o +a - gsw_rho_second_derivatives.o +a - MOM_file_parser.o a - MOM_wave_speed.o a - ISOMIP_initialization.o -a - gsw_chem_potential_water_t_exact__genmod.o +a - MOM_unit_tests.o a - polynomial_functions.o -a - gsw_pt0_from_t__genmod.o +a - MOM_offline_main.o +a - ideal_age_example.o a - user_shelf_init.o +a - DOME_initialization.o +a - MOM_set_diffusivity.o a - gsw_rho_first_derivatives.o +a - gsw_specvol_first_derivatives.o +a - MOM_diapyc_energy_req.o +a - MOM_opacity.o +a - tracer_example.o +a - user_revise_forcing.o a - MOM_neutral_diffusion.o +a - BFB_surface_forcing.o +a - coord_sigma.o a - write_ocean_obs.o +a - advection_test_tracer.o +a - dyed_obcs_initialization.o +a - pseudo_salt_tracer.o a - MOM_EOS_UNESCO.o -a - gsw_ct_freezing_exact__genmod.o a - seamount_initialization.o a - MOM_dynamics_unsplit.o -a - gsw_ct_from_t__genmod.o +a - MOM_PressureForce.o +a - MOM_verticalGrid.o a - MOM_diagnostics.o +a - gsw_mod_toolbox.o a - gsw_mod_specvol_coefficients.o -a - gsw_specvol_first_derivatives__genmod.o +a - MOM_regridding.o +a - MOM_boundary_update.o a - MOM_barotropic.o +a - coord_adapt.o +a - MOM_forcing_type.o a - soliton_initialization.o +a - MOM_tracer_Z_init.o a - Kelvin_initialization.o +a - MOM_controlled_forcing.o +a - MOM_bulk_mixed_layer.o a - MOM_hor_index.o a - regrid_solvers.o a - ocean_da_core.o +a - gsw_sr_from_sp.o +a - MOM_shared_initialization.o a - DOME2d_initialization.o a - MOM_tracer_diabatic.o a - MOM_vert_friction.o -a - MOM_generic_tracer.o a - MOM_lateral_boundary_diffusion.o +a - MOM_generic_tracer.o a - MOM_bkgnd_mixing.o +a - MOM_kappa_shear.o a - circle_obcs_initialization.o +a - MOM_ALE_sponge.o +a - gsw_entropy_part.o a - MOM_ice_shelf_initialize.o a - MOM_CVMix_KPP.o +a - MOM_ice_shelf_state.o a - P1M_functions.o +a - gsw_mod_teos10_constants.o a - MOM_ALE.o -a - gsw_t_freezing_poly__genmod.o +a - MOM_PressureForce_analytic_FV.o a - boundary_impulse_tracer.o +a - MOM_lateral_mixing_coeffs.o a - cvmix_put_get.o a - MOM_oda_driver.o a - cvmix_convection.o +a - Idealized_Hurricane.o a - MOM_diag_remap.o +a - gsw_mod_kinds.o +a - MOM_write_cputime.o a - MOM_domains.o a - Neverland_initialization.o +a - MOM_sponge.o a - MOM_tidal_mixing.o -a - gsw_entropy_part_zerop__genmod.o +a - oil_tracer.o +a - MOM_continuity_PPM.o a - gsw_pt_from_t.o +a - MOM.o a - dense_water_initialization.o a - MOM_entrain_diffusive.o +a - MOM_EOS_linear.o a - Phillips_initialization.o a - MOM_internal_tide_input.o +a - coord_slight.o +a - gsw_t_from_ct.o +a - Rossby_front_2d_initialization.o a - MOM_marine_ice.o a - MOM_debugging.o a - kdtree.o +a - gsw_rho.o a - MOM_document.o +a - dyed_obc_tracer.o a - MOM_variables.o a - P3M_functions.o a - MOM_mixed_layer_restrat.o a - MOM_diag_vkernels.o -a - gsw_rho__genmod.o +a - adjustment_initialization.o +a - MOM_constants.o a - MOM_tracer_flow_control.o a - MOM_coms.o +a - shelfwave_initialization.o a - cvmix_background.o a - MOM_diabatic_driver.o -a - MOM_horizontal_regridding.o a - gsw_ct_from_pt.o +a - MOM_horizontal_regridding.o a - MOM_dynamics_split_RK2.o a - sloshing_initialization.o +a - MOM_remapping.o a - MOM_spatial_means.o +a - benchmark_initialization.o +a - lock_exchange_initialization.o +a - dye_example.o +a - MOM_io.o a - RGC_tracer.o a - MOM_ice_shelf.o +a - mom_surface_forcing_nuopc.o a - cvmix_ddiff.o +a - cvmix_tidal.o a - gsw_specvol_second_derivatives.o -a - gsw_t_deriv_chem_potential_water_t_exact__genmod.o +a - MOM_obsolete_diagnostics.o a - gsw_ct_freezing_poly.o -a - MOM_PressureForce_Montgomery.o -a - gsw_pt_from_ct__genmod.o a - MOM_sum_output.o +a - MOM_PressureForce_Montgomery.o a - MOM_isopycnal_slopes.o -a - gsw_mod_gibbs_ice_coefficients.o -a - MOM_array_transform.o -a - cvmix_math.o -a - dumbbell_surface_forcing.o -a - gsw_ct_from_t.o -a - MOM_TFreeze.o -a - MOM_grid_initialize.o -a - BFB_initialization.o -a - MOM_random.o -a - MOM_ice_shelf_dynamics.o -a - MOM_transcribe_grid.o -a - MOM_internal_tides.o -a - cvmix_kpp.o -a - MOM_tracer_hor_diff.o -a - MOM_full_convection.o -a - mom_ocean_model_nuopc.o -a - gsw_chem_potential_water_t_exact.o -a - MOM_transform_FMS.o -a - MOM_EOS.o -a - coord_rho.o -a - MOM_state_initialization.o -a - gsw_t_freezing_exact__genmod.o -a - MOM_interface_heights.o -a - MOM_diabatic_aux.o -a - MOM_restart.o -a - MOM_coord_initialization.o -a - MOM_hor_visc.o -a - SCM_CVMix_tests.o -a - MOM_CVMix_shear.o -a - gsw_ct_freezing_exact.o -a - MOM_OCMIP2_CFC.o -a - MOM_diag_manager_wrapper.o -a - MOM_time_manager.o -a - regrid_interp.o -a - MOM_EOS_NEMO.o -a - gsw_mod_freezing_poly_coefficients.o -a - MOM_CVMix_conv.o -a - MOM_wave_structure.o -a - gsw_pt0_from_t.o -a - external_gwave_initialization.o -a - MOM_geothermal.o -a - gsw_specvol.o -a - MOM_get_input.o -a - tidal_bay_initialization.o -a - user_change_diffusivity.o -a - MOM_tracer_registry.o -a - gsw_rho_second_derivatives__genmod.o -a - coord_zlike.o -a - gsw_gibbs_ice.o -a - gsw_t_from_ct__genmod.o -a - gsw_ct_freezing_poly__genmod.o -a - gsw_gibbs_pt0_pt0__genmod.o -a - MOM_MEKE_types.o -a - MOM_CVMix_ddiff.o -a - dyed_channel_initialization.o -a - gsw_rho_second_derivatives.o -a - MOM_thickness_diffuse.o -a - MOM_file_parser.o -a - MOM_unit_tests.o -a - ideal_age_example.o -a - MOM_offline_main.o -a - gsw_specvol_first_derivatives.o -a - MOM_set_diffusivity.o -a - DOME_initialization.o -a - MOM_diapyc_energy_req.o -a - MOM_opacity.o -a - tracer_example.o -a - user_revise_forcing.o -a - coord_sigma.o -a - BFB_surface_forcing.o -a - advection_test_tracer.o -a - pseudo_salt_tracer.o -a - dyed_obcs_initialization.o -a - MOM_PressureForce.o -a - gsw_mod_toolbox.o -a - MOM_verticalGrid.o -a - MOM_regridding.o -a - MOM_boundary_update.o -a - MOM_forcing_type.o -a - coord_adapt.o -a - MOM_tracer_Z_init.o -a - MOM_bulk_mixed_layer.o -a - MOM_controlled_forcing.o -a - gsw_sr_from_sp.o -a - MOM_shared_initialization.o -a - MOM_kappa_shear.o -a - MOM_ALE_sponge.o -a - gsw_entropy_part.o -a - MOM_ice_shelf_state.o -a - gsw_mod_teos10_constants.o -a - MOM_PressureForce_analytic_FV.o -a - MOM_lateral_mixing_coeffs.o -a - Idealized_Hurricane.o -a - MOM_write_cputime.o -a - gsw_mod_kinds.o -a - MOM_sponge.o -a - gsw_ct_from_pt__genmod.o -a - MOM_continuity_PPM.o -a - oil_tracer.o -a - MOM.o -a - MOM_EOS_linear.o -a - coord_slight.o -a - gsw_t_from_ct.o -a - Rossby_front_2d_initialization.o -a - gsw_rho_first_derivatives__genmod.o -a - gsw_rho.o -a - gsw_entropy_part__genmod.o -a - gsw_gibbs__genmod.o -a - dyed_obc_tracer.o -a - gsw_specvol__genmod.o -a - gsw_sp_from_sr__genmod.o -a - adjustment_initialization.o -a - MOM_constants.o -a - shelfwave_initialization.o -a - MOM_remapping.o -a - MOM_io.o -a - dye_example.o -a - benchmark_initialization.o -a - lock_exchange_initialization.o -a - mom_surface_forcing_nuopc.o -a - cvmix_tidal.o -a - MOM_obsolete_diagnostics.o a - gsw_t_deriv_chem_potential_water_t_exact.o -make[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' +make[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' + echo 'compiling MOM6 library successful' compiling MOM6 library successful + echo 'compiling MOM6 library done' compiling MOM6 library done -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface + mkdir -p exec/orion/ -+ ln -s /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro exec/orion/lib_ocean ++ ln -s /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro exec/orion/lib_ocean + [[ 0 == 1 ]] + echo ================================================== ================================================== + [[ 0 == 1 ]] + echo 'Next recommended step is to rejoice out of happiness from a successful compile.' Next recommended step is to rejoice out of happiness from a successful compile. -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface ; \ - exec gmake -f makefile.nuopc COMP_SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="orion" \ - "FMSDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" \ - "NEMSMOMDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/orion" \ - "INSTALLDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" install +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface ; \ + exec gmake -f makefile.nuopc COMP_SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="orion" \ + "FMSDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL" \ + "NEMSMOMDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/exec/orion" \ + "INSTALLDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" install Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface' -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/hpc-stack/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/time_utils.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/hpc-stack/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_methods.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/hpc-stack/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_time.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/hpc-stack/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap.F90 +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface' +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/hpc-stack/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/time_utils.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/hpc-stack/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_methods.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/hpc-stack/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_time.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/hpc-stack/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap.F90 ar rv libmom.a mom_cap.o time_utils.o mom_cap_methods.o mom_cap_time.o ar: creating libmom.a a - mom_cap.o @@ -17553,43 +9676,43 @@ a - time_utils.o a - mom_cap_methods.o a - mom_cap_time.o rm -f mom6.mk.install -mkdir -p /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -cp -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean/lib_ocean.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -cp -f libmom.a mom_cap_mod.mod /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -cp -f mom6.mk.install /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface' -test -d "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" -test -s "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +mkdir -p /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean/lib_ocean.a /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f libmom.a mom_cap_mod.mod /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f mom6.mk.install /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface' +test -d "/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" +test -s "/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="orion" SYSTEM_USERDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="orion" SYSTEM_USERDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.libcice Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 CICE6 ./comp_ice.backend.libcice: ARCH = orion_intel CICE6 ./comp_ice.backend.libcice: DEBUG = false -CICE6 ./comp_ice.backend.libcice: EXEDIR = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.libcice: OBJDIR = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.libcice: MAKEFILE = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.libcice: MACROSFILE = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.orion_intel -CICE6 ./comp_ice.backend.libcice: DEPFILE = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/makdep.c +CICE6 ./comp_ice.backend.libcice: EXEDIR = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.libcice: OBJDIR = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.libcice: MAKEFILE = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.libcice: MACROSFILE = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.orion_intel +CICE6 ./comp_ice.backend.libcice: DEPFILE = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/makdep.c CICE6 ./comp_ice.backend.libcice: ESMFMKFILE = /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -rm: cannot remove '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk': No such file or directory -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm: cannot remove ‘/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk’: No such file or directory +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' Building dependency for icepack_zsalinity.d Building dependency for icepack_zbgc_shared.d Building dependency for icepack_zbgc.d @@ -17682,143 +9805,143 @@ Building dependency for cice_wrapper_mod.d Building dependency for CICE_RunMod.d Building dependency for CICE_InitMod.d Building dependency for CICE_FinalMod.d -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_kinds.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_warnings.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_parameters.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_tracers.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mushy_physics.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_itd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_fsd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mechred.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_wavefracspec.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_orbital.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_shortwave.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_brine.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_aerosol.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_algae.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zsalinity.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_atmo.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_ocean.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_bl99.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_0layer.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_mushy.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_isotope.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_age.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_firstyear.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_flux.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_cesm.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_lvl.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_topo.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_vertical.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_itd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_intfc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_kinds_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_fileunits.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_exit.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_communicate.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_constants.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_broadcast.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_domain_size.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_blocks.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_spacecurve.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_distribution.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_gather_scatter.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_reprosum.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_global_reductions.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_boundary.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_domain.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_timers.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_FinalMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_arrays_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_state.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_calendar.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_read_write.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_scam.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_grid.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp_1d.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_restart.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_eap.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_mechred.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_pond.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_drag.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_fsd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_history_write.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_remap.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_driver.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restoring.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_init.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_init_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restart_driver.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_InitMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/cice_wrapper_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_step_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_RunMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_shr_methods.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_import_export.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 -mpiicc -c -O2 -fp-model precise -xHost -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_shr_reprosum86.c -ar -r /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o -ar -r /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o -ar: creating /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -test -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/esmf ; \ -export COMP_SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model" COMP_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL" WW3_COMP="orion" ; \ +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_kinds.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_warnings.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_parameters.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_tracers.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mushy_physics.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_itd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_fsd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mechred.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_wavefracspec.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_orbital.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_shortwave.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_brine.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_aerosol.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_algae.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zsalinity.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_atmo.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_ocean.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_bl99.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_0layer.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_mushy.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_isotope.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_age.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_firstyear.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_flux.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_cesm.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_lvl.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_topo.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_vertical.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_itd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_intfc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_kinds_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_fileunits.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_exit.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_communicate.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_constants.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_broadcast.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_domain_size.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_blocks.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_spacecurve.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_distribution.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_gather_scatter.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_reprosum.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_global_reductions.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_boundary.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_domain.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_timers.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_FinalMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_arrays_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_state.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_calendar.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_read_write.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_scam.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_grid.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp_1d.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_restart.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_eap.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_mechred.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_pond.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_drag.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_fsd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_history_write.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_remap.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_driver.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restoring.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_init.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_init_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restart_driver.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_InitMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/cice_wrapper_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_step_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_RunMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_shr_methods.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_import_export.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 +mpiicc -c -O2 -fp-model precise -xHost -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_shr_reprosum86.c +ar -r /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o +ar -r /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o +ar: creating /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +test -f /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/esmf ; \ +export COMP_SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model" COMP_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/WW3_INSTALL" WW3_COMP="orion" ; \ exec gmake -j 1 WW3_COMP="orion" ww3_nemslibonly Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/esmf -+ export COMP_SRCDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model COMP_BINDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL WW3_COMP=orion -+ COMP_SRCDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model -+ COMP_BINDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/esmf ++ export COMP_SRCDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model COMP_BINDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/WW3_INSTALL WW3_COMP=orion ++ COMP_SRCDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model ++ COMP_BINDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/WW3_INSTALL + WW3_COMP=orion + exec gmake -j 1 WW3_COMP=orion ww3_nemslibonly -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/esmf' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/esmf' ***************************** *** WAVEWATCH III setup *** ***************************** -[INFO] local env file wwatch3.env found in /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/bin/wwatch3.env - Setup file /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/bin/wwatch3.env found +[INFO] local env file wwatch3.env found in /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/bin/wwatch3.env + Setup file /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/bin/wwatch3.env found Printer (listings) : auxiliary FORTRAN compiler : gfortran auxiliary C compiler : gcc - Source directory : /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model - Scratch directory : /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/tmp + Source directory : /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model + Scratch directory : /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/tmp Save source code : yes Save listings : yes @@ -17826,30 +9949,30 @@ gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model Compile auxiliary programs -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/aux' -gfortran -o /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/bin/w3adc w3adc.f -gfortran -o /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/bin/w3list w3list.f -gfortran -o /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/bin/w3prnt w3prnt.f -gfortran -o /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/bin/w3split w3split.f -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/aux' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/aux' +gfortran -o /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/bin/w3adc w3adc.f +gfortran -o /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/bin/w3list w3list.f +gfortran -o /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/bin/w3prnt w3prnt.f +gfortran -o /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/bin/w3split w3split.f +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/aux' Setup comp & link files - sed /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/bin/comp.tmpl => /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/bin/comp - sed /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/bin/link.tmpl => /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/bin/link + sed /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/bin/comp.tmpl => /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/bin/comp + sed /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/bin/link.tmpl => /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/bin/link Create required model subdirectories Finished setting up WAVEWATCH III -/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/bin/w3_make ww3_multi_esmf +/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/bin/w3_make ww3_multi_esmf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model -Scratch directory : /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/tmp +Main directory : /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model +Scratch directory : /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -17861,18 +9984,18 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/bin/switch +switch = /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/bin/switch new directive controlled threading Checking all subroutines for modules (this may take a while) ... Processing ww3_multi_esmf --------------------- -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/ftn' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/ftn' ad3 : processing constants ad3 : processing scrip_kindsmod [no w3adc] ad3 : processing w3uqckmd -ad3 : processing scrip_iounitsmod [no w3adc] 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] @@ -17884,14 +10007,14 @@ ad3 : processing w3cspcmd ad3 : processing wmunitmd ad3 : processing scrip_remap_vars [no w3adc] ad3 : processing scrip_remap_conservative [no w3adc] -ad3 : processing scrip_remap_read [no w3adc] ad3 : processing scrip_remap_write [no w3adc] +ad3 : processing scrip_remap_read [no w3adc] ad3 : processing scrip_interface ad3 : processing w3gdatmd -ad3 : processing w3idatmd ad3 : processing w3odatmd ad3 : processing wmscrpmd ad3 : processing w3sbt1md +ad3 : processing w3idatmd ad3 : processing w3dispmd ad3 : processing w3timemd ad3 : processing wmmdatmd @@ -17905,8 +10028,8 @@ ad3 : processing w3partmd ad3 : processing w3nmlmultimd ad3 : processing wmfinlmd ad3 : processing w3fld2md -ad3 : processing w3snl1md ad3 : processing w3parall +ad3 : processing w3snl1md ad3 : processing w3triamd ad3 : processing w3wdatmd ad3 : processing w3iogrmd @@ -17993,56 +10116,56 @@ a - wmscrpmd.o a - scrip_netcdfmod.o a - scrip_remap_write.o a - scrip_remap_read.o -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/ftn' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/esmf' -mkdir -p /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL -cp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/nuopc.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL/. -test -d "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL" -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS" COMP_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/esmf' +mkdir -p /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/WW3_INSTALL +cp /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/nuopc.mk /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/WW3_INSTALL/. +test -d "/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/WW3_INSTALL" +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS" COMP_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ - . /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS ; \ - exec gmake COMP_SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS" COMP_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" \ - "INSTALLDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" install + . /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS ; \ + exec gmake COMP_SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS" COMP_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" \ + "INSTALLDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL" install Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS' cd nems/util ;\ exec gmake -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/nems/util' mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I. shr_kind_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I. perf_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I. shr_log_mod.F90 @@ -18079,10 +10202,10 @@ a - shr_mpi_mod.o a - shr_pio_mod.o a - shr_sys_mod.o a - glc_elevclass_mod.o -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/nems/util' cd mediator ;\ exec gmake INTERNAL_PIO_INIT=1 -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/mediator' mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_kind_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_utils_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util esmFlds.F90 @@ -18095,14 +10218,13 @@ mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -m mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_prep_ice_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util esmFldsExchange_cesm_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_time_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_io_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_history_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_profile_mod.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_prep_ocn_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_prep_rof_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_aofluxes_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_fraction_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_prep_lnd_mod.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_io_mod.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_history_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_ocnalb_mod.F90 med_phases_ocnalb_mod.F90(586): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [RC] subroutine med_phases_ocnalb_orbital_update(clock, logunit, mastertask, eccen, obliqr, lambm0, mvelpp, rc) @@ -18112,27 +10234,28 @@ mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -m mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util esmFldsExchange_nems_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util esmFldsExchange_hafs_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_prep_glc_mod.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_prep_ocn_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med.F90 -ar rv libcmeps.a med_phases_prep_wav_mod.o med_phases_prep_ice_mod.o esmFldsExchange_cesm_mod.o esmFlds.o med_phases_profile_mod.o med_time_mod.o med_methods_mod.o med_constants_mod.o med_phases_prep_ocn_mod.o med.o med_fraction_mod.o med_phases_history_mod.o esmFldsExchange_hafs_mod.o med_io_mod.o med_phases_prep_lnd_mod.o med_kind_mod.o med_phases_restart_mod.o med_phases_prep_glc_mod.o med_internalstate_mod.o med_phases_prep_atm_mod.o esmFldsExchange_nems_mod.o med_utils_mod.o med_phases_aofluxes_mod.o med_phases_ocnalb_mod.o med_phases_prep_rof_mod.o med_merge_mod.o med_map_mod.o +ar rv libcmeps.a med_phases_prep_wav_mod.o med_phases_prep_ice_mod.o esmFldsExchange_cesm_mod.o esmFlds.o med_phases_history_mod.o med_phases_profile_mod.o med.o med_methods_mod.o med_constants_mod.o med_phases_prep_ocn_mod.o med_fraction_mod.o med_io_mod.o esmFldsExchange_hafs_mod.o med_phases_prep_glc_mod.o med_kind_mod.o med_phases_restart_mod.o med_time_mod.o med_phases_prep_lnd_mod.o med_internalstate_mod.o med_phases_prep_atm_mod.o esmFldsExchange_nems_mod.o med_utils_mod.o med_phases_aofluxes_mod.o med_phases_ocnalb_mod.o med_phases_prep_rof_mod.o med_merge_mod.o med_map_mod.o ar: creating libcmeps.a a - med_phases_prep_wav_mod.o a - med_phases_prep_ice_mod.o a - esmFldsExchange_cesm_mod.o a - esmFlds.o +a - med_phases_history_mod.o a - med_phases_profile_mod.o -a - med_time_mod.o +a - med.o a - med_methods_mod.o a - med_constants_mod.o a - med_phases_prep_ocn_mod.o -a - med.o a - med_fraction_mod.o -a - med_phases_history_mod.o -a - esmFldsExchange_hafs_mod.o a - med_io_mod.o -a - med_phases_prep_lnd_mod.o +a - esmFldsExchange_hafs_mod.o +a - med_phases_prep_glc_mod.o a - med_kind_mod.o a - med_phases_restart_mod.o -a - med_phases_prep_glc_mod.o +a - med_time_mod.o +a - med_phases_prep_lnd_mod.o a - med_internalstate_mod.o a - med_phases_prep_atm_mod.o a - esmFldsExchange_nems_mod.o @@ -18142,58 +10265,58 @@ a - med_phases_ocnalb_mod.o a - med_phases_prep_rof_mod.o a - med_merge_mod.o a - med_map_mod.o -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/mediator' rm -f cmeps.mk.install -mkdir -p /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL -mkdir -p /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -cp -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/nems/util/libcmeps_util.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL -cp -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/mediator/libcmeps.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL -cp -f mediator/*.mod /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -cp -f nems/util/*.mod /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -cp -f cmeps.mk.install /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS' -test -d "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" -test -s "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" +mkdir -p /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL +mkdir -p /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include +cp -f /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/nems/util/libcmeps_util.a /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL +cp -f /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/mediator/libcmeps.a /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL +cp -f mediator/*.mod /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include +cp -f nems/util/*.mod /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include +cp -f cmeps.mk.install /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS' +test -d "/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL" +test -s "/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ccpp_mk="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk" ; echo fms_mk="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" ; echo cice6_mk="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk" ; echo ww3_mk="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk" ; echo cmeps_mk="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" ; ) > "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC" -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ccpp_mk="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk" ; echo fms_mk="/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" ; echo cice6_mk="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk" ; echo ww3_mk="/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk" ; echo cmeps_mk="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" ; ) > "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC" +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; do \ +for m in /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src ; \ +echo build NEMS after /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src ; \ gmake nems \ COMPONENTS="CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS" \ - CCPP_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL FV3_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL MOM6_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL CICE6_DIR= WW3_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL CMEPS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL TARGET="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x" ; \ -test -x /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x + CCPP_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL FV3_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL MOM6_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL CICE6_DIR= WW3_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/WW3_INSTALL CMEPS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL TARGET="/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/exe/NEMS.x" ; \ +test -x /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/exe/NEMS.x Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 -build NEMS after /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +build NEMS after /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk Components in linker order: CMEPS WW3 CICE6 MOM6 FV3 FMS CCPP -CMEPS: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -WW3: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk -CICE6: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -MOM6: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -FV3: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk -CCPP: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk +CMEPS: include /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +WW3: include /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk +CICE6: include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +MOM6: include /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +FV3: include /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk +CCPP: include /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION="8_1_0_beta_snapshot_27" @@ -18203,315 +10326,315 @@ CPPFLAGS += ESMF_VERSION_STRING="8.1.0 beta snapshot" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 02:09:10 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/mod_HYB -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Wed Oct 14 01:07:09 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/mod_HYB -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 02:09:10 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/mod_HYB -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR_methods.tmp.f90 +‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Wed Oct 14 01:07:09 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/mod_HYB -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 02:09:10 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/mod_HYB -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 +‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Wed Oct 14 01:07:09 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/mod_HYB -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 02:09:10 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/mod_HYB -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR_SpaceWeather.tmp.f90 +‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Wed Oct 14 01:07:09 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/mod_HYB -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 02:09:10 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/mod_HYB -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_EARTH_INTERNAL_STATE.tmp.f90 +‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Wed Oct 14 01:07:09 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/mod_HYB -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 02:09:10 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/mod_HYB -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_EARTH_GRID_COMP.tmp.f90 +‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Wed Oct 14 01:07:09 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/mod_HYB -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 02:09:10 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/mod_HYB -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_INTERNAL_STATE.tmp.f90 +‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Wed Oct 14 01:07:09 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/mod_HYB -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 02:09:10 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/mod_HYB -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_GRID_COMP.tmp.f90 +‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Wed Oct 14 01:07:09 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/mod_HYB -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 02:09:10 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/mod_HYB -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_Rusage.tmp.f90 +‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Wed Oct 14 01:07:09 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/mod_HYB -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 02:09:10 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/mod_HYB -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Wed Oct 14 01:07:09 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/mod_HYB -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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 /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nceppost/dceca26/lib/libnceppost.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nemsio/2.5.2/lib/libnemsio.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/g2/3.4.1/lib/libg2_4.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/g2tmpl/1.9.1/lib/libg2tmpl.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/bacio/2.4.1/lib/libbacio_4.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/sp/2.3.3/lib/libsp_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/w3emc/2.7.3/lib/libw3emc_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/w3nco/2.4.1/lib/libw3nco_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/crtm/2.3.0/lib/libcrtm.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/jasper/2.0.15/lib64/libjasper.a -lpng -lz -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/hdf5/1.10.6/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/zlib/1.2.11/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib -Wl,-rpath,/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -qopenmp -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf extlibs is /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nceppost/dceca26/lib/libnceppost.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nemsio/2.5.2/lib/libnemsio.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/g2/3.4.1/lib/libg2_4.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/g2tmpl/1.9.1/lib/libg2tmpl.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/bacio/2.4.1/lib/libbacio_4.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/sp/2.3.3/lib/libsp_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/w3emc/2.7.3/lib/libw3emc_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/w3nco/2.4.1/lib/libw3nco_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/crtm/2.3.0/lib/libcrtm.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/jasper/2.0.15/lib64/libjasper.a -lpng -lz -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/hdf5/1.10.6/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/zlib/1.2.11/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib -Wl,-rpath,/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -qopenmp -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -mpiifort -o /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/libcmeps.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/libcmeps_util.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/lib/libpiof.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/lib/libpioc.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/obj_HYB/libww3_multi_esmf.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/libcice6.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/libmom.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/lib_ocean.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cap.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libccppdriver.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libfv3core.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libfv3io.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libipd.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libgfsphys.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cpl.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics_wrapper.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/libfms.a -L/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nceppost/dceca26/lib/libnceppost.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nemsio/2.5.2/lib/libnemsio.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/g2/3.4.1/lib/libg2_4.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/g2tmpl/1.9.1/lib/libg2tmpl.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/bacio/2.4.1/lib/libbacio_4.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/sp/2.3.3/lib/libsp_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/w3emc/2.7.3/lib/libw3emc_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/w3nco/2.4.1/lib/libw3nco_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/crtm/2.3.0/lib/libcrtm.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/jasper/2.0.15/lib64/libjasper.a -lpng -lz -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/hdf5/1.10.6/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/zlib/1.2.11/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib -Wl,-rpath,/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -qopenmp -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf +mpiifort -o /work/noaa/stmp/libin/update/ufs-s2s-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 /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/libcmeps.a /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/libcmeps_util.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/lib/libpiof.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/lib/libpioc.a /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/obj_HYB/libww3_multi_esmf.a /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/libcice6.a /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/libmom.a /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/lib_ocean.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cap.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libccppdriver.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libfv3core.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libfv3io.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libipd.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libgfsphys.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cpl.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics_wrapper.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics.a /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/libfms.a -L/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nceppost/dceca26/lib/libnceppost.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nemsio/2.5.2/lib/libnemsio.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/g2/3.4.1/lib/libg2_4.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/g2tmpl/1.9.1/lib/libg2tmpl.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/bacio/2.4.1/lib/libbacio_4.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/sp/2.3.3/lib/libsp_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/w3emc/2.7.3/lib/libw3emc_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/w3nco/2.4.1/lib/libw3nco_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/crtm/2.3.0/lib/libcrtm.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/jasper/2.0.15/lib64/libjasper.a -lpng -lz -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/hdf5/1.10.6/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/zlib/1.2.11/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib -Wl,-rpath,/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -qopenmp -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/jasper/2.0.15/lib64/libjasper.a(jas_stream.c.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x994): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src' -set -xe ; cp "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x" "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/tests/fcst_2.exe" -+ cp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/tests/fcst_2.exe +/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src' +set -xe ; cp "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/exe/NEMS.x" "/work/noaa/stmp/libin/update/ufs-s2s-model/tests/fcst_2.exe" ++ cp /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/exe/NEMS.x /work/noaa/stmp/libin/update/ufs-s2s-model/tests/fcst_2.exe Will copy modules.nems and NEMS.x as fcst_2 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS' > "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS' > "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" ; \ -rm -rf "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build" -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build -cat /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs ; \ - exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' +cd "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" ; \ +rm -rf "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build" ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp ++ rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build +cat /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs ; \ + exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' -cat /dev/null > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/conf/configure.fv3 -cat /dev/null > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/conf/modules.fv3 -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs' +cat /dev/null > /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/conf/configure.fv3 +cat /dev/null > /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/conf/modules.fv3 +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/stochastic_physics' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/stochastic_physics' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/stochastic_physics' (cd stochastic_physics && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include] -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/stochastic_physics' Cleaning io ... rm -f -f libstochastic_physics_wrapper.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include] -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' -rm -rf nems_dir FV3_INSTALL /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/conf/configure.fv3 \ - /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/conf/modules.fv3 +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' +rm -rf nems_dir FV3_INSTALL /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/conf/configure.fv3 \ + /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/conf/modules.fv3 set -e ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -cp -n /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/modulefiles/orion.intel/fv3 /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ - . /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +cp -n /work/noaa/stmp/libin/update/ufs-s2s-model/modulefiles/orion.intel/fv3 /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="orion" SYSTEM_USERDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="orion" SYSTEM_USERDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.clean Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 CICE6 ./comp_ice.backend.clean: ARCH = orion_intel -CICE6 ./comp_ice.backend.clean: EXEDIR = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.clean: OBJDIR = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.clean: MAKEFILE = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.clean: MACROSFILE = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.orion_intel +CICE6 ./comp_ice.backend.clean: EXEDIR = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.clean: OBJDIR = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.clean: MAKEFILE = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.clean: MACROSFILE = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.orion_intel CICE6 ./comp_ice.backend.clean: ESMFMKFILE = /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -f *.o *.d *.mod /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/esmf ; \ -export COMP_SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model" COMP_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL" WW3_COMP="orion" ; \ +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -f *.o *.d *.mod /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/esmf ; \ +export COMP_SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model" COMP_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/WW3_INSTALL" WW3_COMP="orion" ; \ export ESMFMKFILE=/dev/null ; \ exec gmake distclean Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/esmf' -\rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/exe/ww3_multi_esmf *.o *.mod -/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/bin/w3_clean -c +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/esmf' +\rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/exe/ww3_multi_esmf *.o *.mod +/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/bin/w3_clean -c ***************************** *** WAVEWATCH III clean *** ***************************** - Clean up /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/tmp - Clean up /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/bin - Clean up /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/ftn - Clean up /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/aux - Remove /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/mod - Remove /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/mod_HYB - Remove /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/obj - Remove /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/obj_HYB - Remove /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/tmp - Clean up /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/bin - Remove /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/exe - Clean up /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/../regtests -\rm -fr /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/tmp -\rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/bin/wwatch3.env -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model/esmf' -cd "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/model" ; \ + Clean up /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/tmp + Clean up /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/bin + Clean up /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/ftn + Clean up /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/aux + Remove /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/mod + Remove /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/mod_HYB + Remove /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/obj + Remove /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/obj_HYB + Remove /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/tmp + Clean up /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/bin + Remove /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/exe + Clean up /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/../regtests +\rm -fr /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/tmp +\rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/bin/wwatch3.env +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/WW3/model/esmf' +cd "/work/noaa/stmp/libin/update/ufs-s2s-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 -cp -n /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/modulefiles/orion.intel/fv3 /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ - . /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS" COMP_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +cp -n /work/noaa/stmp/libin/update/ufs-s2s-model/modulefiles/orion.intel/fv3 /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS" COMP_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS ; \ exec gmake clean Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS' cd mediator; \ exec gmake clean -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/mediator' rm -f -f libcmeps.a *.i90 *.o *.mod -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/mediator' cd nems/util; \ exec gmake clean -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/nems/util' rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod rm -f -f med_constants_mod.* -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS' -if ! test -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/nems/util' +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS' +if ! test -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS" \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: CMEPS WW3 CICE6 MOM6 FV3 FMS CCPP -CMEPS: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -WW3: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk -CICE6: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src' -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing -MOM6: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -FV3: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk +CMEPS: include /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +WW3: include /work/noaa/stmp/libin/update/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk +CICE6: include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src' +GNUmakefile:70: /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing +MOM6: include /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +FV3: include /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION="8_1_0_beta_snapshot_27" @@ -18523,15 +10646,15 @@ CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src' -Elapsed time 1467 seconds. Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y finished +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src' +Elapsed time 1434 seconds. Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y finished + SECONDS=0 + [[ 4 -lt 2 ]] -+ readonly PATHTR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -+ PATHTR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 ++ readonly PATHTR=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 ++ PATHTR=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 + readonly BUILD_TARGET=orion.intel + BUILD_TARGET=orion.intel + readonly 'MAKE_OPT=CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y' @@ -18543,7 +10666,7 @@ Elapsed time 1467 seconds. Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_ + readonly clean_after=YES + clean_after=YES + hostname -Orion-login-2.HPC.MsState.Edu +Orion-login-4.HPC.MsState.Edu + echo 'Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y into fcst_3.exe on orion.intel' Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y into fcst_3.exe on orion.intel + gnu_make=gmake @@ -18553,81 +10676,81 @@ Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupl + [[ orion.intel == stampede.* ]] + MAKE_THREADS=1 + [[ 1 -gt 1 ]] -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../NEMS ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y == *\C\C\P\P\=\Y* ]] + COMPONENTS=FMS,FV3,CCPP + set +ex Compiling suites FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled -/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/tests/compile.sh: line 85: MAKE_OPT: readonly variable +./compile.sh: line 85: MAKE_OPT: readonly variable Will copy modules.nems and NEMS.x as fcst_3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS DEBUG=Y Adding FV3 makeopts to FMS makeopts -/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" ; \ -rm -rf "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build" -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build +cd "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" ; \ +rm -rf "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build" ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp ++ rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build set -xue ; \ -export PATH_CCPP="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ +export PATH_CCPP="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ cd $PATH_CCPP ; \ -rm -rf "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib" ; \ -rm -rf "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include" ; \ -rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk -+ export PATH_CCPP=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ PATH_CCPP=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model -+ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean +rm -rf "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib" ; \ +rm -rf "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include" ; \ +rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk ++ export PATH_CCPP=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp ++ PATH_CCPP=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model ++ /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean INFO: Logging level set to DEBUG INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Performing clean .... -DEBUG: Executing "rm -vf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_*_cap.F90 /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_static_api.F90 /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_STATIC_API.sh" -DEBUG: Execution of "rm -vf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_*_cap.F90 /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_static_api.F90 /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_STATIC_API.sh" returned with exit code 0 - stdout: "removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_static_api.F90' -removed '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_STATIC_API.sh'" +DEBUG: Executing "rm -vf /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_*_cap.F90 /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_static_api.F90 /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_STATIC_API.sh" +DEBUG: Execution of "rm -vf /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_*_cap.F90 /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_static_api.F90 /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_STATIC_API.sh" returned with exit code 0 + stdout: "removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_static_api.F90 +removed /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_STATIC_API.sh" stderr: "" INFO: CCPP prebuild clean completed successfully, exiting. -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib -+ rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -+ rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk -cat /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs ; \ - exec gmake CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp ++ rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib ++ rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include ++ rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk +cat /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs ; \ + exec gmake CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -18638,196 +10761,196 @@ 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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' -rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/conf/configure.fv3 -cat /dev/null > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/conf/modules.fv3 -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs' +rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/conf/configure.fv3 +cat /dev/null > /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/conf/modules.fv3 +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/stochastic_physics' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/stochastic_physics' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/stochastic_physics' (cd stochastic_physics && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include] -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/stochastic_physics' Cleaning io ... rm -f -f libstochastic_physics_wrapper.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include] -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' -rm -rf nems_dir FV3_INSTALL /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/conf/configure.fv3 \ - /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/conf/modules.fv3 -rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' +rm -rf nems_dir FV3_INSTALL /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/conf/configure.fv3 \ + /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/conf/modules.fv3 +rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk set -e ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/src/MOM6/config_src/nems_cap/mom5.mk.install -rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -set -xe ; cp "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems" "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/tests/modules.fcst_3" -+ cp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/tests/modules.fcst_3 -cp -n /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/modulefiles/orion.intel/fv3_debug /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ - . /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/src/MOM6/config_src/nems_cap/mom5.mk.install +rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +set -xe ; cp "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems" "/work/noaa/stmp/libin/update/ufs-s2s-model/tests/modules.fcst_3" ++ cp /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems /work/noaa/stmp/libin/update/ufs-s2s-model/tests/modules.fcst_3 +cp -n /work/noaa/stmp/libin/update/ufs-s2s-model/modulefiles/orion.intel/fv3_debug /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="orion" SYSTEM_USERDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" DEBUG=Y ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="orion" SYSTEM_USERDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" DEBUG=Y ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.clean Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 CICE6 ./comp_ice.backend.clean: ARCH = orion_intel -CICE6 ./comp_ice.backend.clean: EXEDIR = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.clean: OBJDIR = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.clean: MAKEFILE = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.clean: MACROSFILE = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.orion_intel +CICE6 ./comp_ice.backend.clean: EXEDIR = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.clean: OBJDIR = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.clean: MAKEFILE = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.clean: MACROSFILE = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.orion_intel CICE6 ./comp_ice.backend.clean: ESMFMKFILE = /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -f *.o *.d *.mod /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -cp -n /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/modulefiles/orion.intel/fv3_debug /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ - . /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS" COMP_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -f *.o *.d *.mod /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +cp -n /work/noaa/stmp/libin/update/ufs-s2s-model/modulefiles/orion.intel/fv3_debug /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS" COMP_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS ; \ exec gmake clean Currently Loaded Modules: - 1) contrib/0.1 11) hpc-impi/2018.4 21) ip/3.3.3 - 2) noaatools/1.0 12) jasper/2.0.15 22) crtm/2.3.0 - 3) cmake/3.17.3 13) zlib/1.2.11 23) nceppost/dceca26 - 4) hpc/1.0.0-beta1 14) png/1.6.35 24) sp/2.3.3 - 5) intel/2018.4 15) hdf5/1.10.6 25) sigio/2.3.2 - 6) mkl/2020.2 16) netcdf/4.7.4 26) bacio/2.4.1 - 7) hpc-intel/2018.4 17) pio/2.5.1 27) nemsio/2.5.2 - 8) munge/0.5.13 18) esmf/8_1_0_beta_snapshot_27 28) w3emc/2.7.3 - 9) slurm/19.05.3-2 19) g2/3.4.1 29) w3nco/2.4.1 - 10) impi/2018.4 20) g2tmpl/1.9.1 30) modules.nems + 1) contrib/0.1 11) zlib/1.2.11 21) nceppost/dceca26 + 2) noaatools/1.0 12) png/1.6.35 22) sp/2.3.3 + 3) cmake/3.17.3 13) hdf5/1.10.6 23) sigio/2.3.2 + 4) hpc/1.0.0-beta1 14) netcdf/4.7.4 24) bacio/2.4.1 + 5) intel/2018.4 15) pio/2.5.1 25) nemsio/2.5.2 + 6) mkl/2020.2 16) esmf/8_1_0_beta_snapshot_27 26) w3emc/2.7.3 + 7) hpc-intel/2018.4 17) g2/3.4.1 27) w3nco/2.4.1 + 8) impi/2018.4 18) g2tmpl/1.9.1 28) modules.nems + 9) hpc-impi/2018.4 19) ip/3.3.3 + 10) jasper/2.0.15 20) crtm/2.3.0 -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS' cd mediator; \ exec gmake clean -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/mediator' rm -f -f libcmeps.a *.i90 *.o *.mod -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/mediator' cd nems/util; \ exec gmake clean -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/nems/util' rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod rm -f -f med_constants_mod.* -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS' -rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL -rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -if ! test -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/nems/util' +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS' +rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL +rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +if ! test -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 CMEPS" \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 CMEPS" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: CMEPS CICE6 MOM6 FV3 FMS CCPP -CMEPS: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src' -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk: component CMEPS makefile fragment is missing -CICE6: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing -MOM6: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing -FV3: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing +CMEPS: include /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src' +GNUmakefile:70: /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk: component CMEPS makefile fragment is missing +CICE6: include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +GNUmakefile:70: /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing +MOM6: include /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +GNUmakefile:70: /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing +FV3: include /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk +GNUmakefile:70: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION="8_1_0_beta_snapshot_27" @@ -18839,86 +10962,85 @@ CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src' -rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/externals.nems /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.sh /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.csh /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk -rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/components.mk -rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src' +rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/exe/NEMS.x /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/externals.nems /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems.sh /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems.csh /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/test-results.mk +rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/components.mk +rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/test_results.mk Will copy modules.nems and NEMS.x as fcst_3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS DEBUG=Y Adding FV3 makeopts to FMS makeopts -/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. -cp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/modulefiles/orion.intel/fv3_debug /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems -set -xe ; cp "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems" "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/tests/modules.fcst_3" -+ cp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/tests/modules.fcst_3 -cp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/conf/configure.fv3.orion.intel /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems -cat /dev/null > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/externals.nems -cp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h -( echo '. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.csh" -/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/configure_rules.mk:3: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS' +/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +cp /work/noaa/stmp/libin/update/ufs-s2s-model/modulefiles/orion.intel/fv3_debug /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems +set -xe ; cp "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems" "/work/noaa/stmp/libin/update/ufs-s2s-model/tests/modules.fcst_3" ++ cp /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems /work/noaa/stmp/libin/update/ufs-s2s-model/tests/modules.fcst_3 +cp /work/noaa/stmp/libin/update/ufs-s2s-model/conf/configure.fv3.orion.intel /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems +cat /dev/null > /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/externals.nems +cp /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h +( echo '. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems.csh" +/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/incmake/configure_rules.mk:3: /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=16384 ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=16384 ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-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 ; \ -) > "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS' -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +) > "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS' +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -xue ; \ -export PATH_CCPP="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ +export PATH_CCPP="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3 ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ cd $PATH_CCPP ; \ -./build_ccpp.sh orion.intel "$PATH_CCPP" /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk \ - "CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp"" NO NO ; \ -test -d "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp"/include ; \ -test -d "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp"/lib +./build_ccpp.sh orion.intel "$PATH_CCPP" /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk \ + "CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp"" NO NO ; \ +test -d "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp"/include ; \ +test -d "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp"/lib Currently Loaded Modules: - 1) contrib/0.1 16) netcdf/4.7.4 - 2) noaatools/1.0 17) pio/2.5.1 - 3) cmake/3.17.3 18) esmf/8_1_0_beta_snapshot_27-debug - 4) hpc/1.0.0-beta1 19) g2/3.4.1 - 5) intel/2018.4 20) g2tmpl/1.9.1 - 6) mkl/2020.2 21) ip/3.3.3 - 7) hpc-intel/2018.4 22) crtm/2.3.0 - 8) munge/0.5.13 23) nceppost/dceca26 - 9) slurm/19.05.3-2 24) sp/2.3.3 - 10) impi/2018.4 25) sigio/2.3.2 - 11) hpc-impi/2018.4 26) bacio/2.4.1 - 12) jasper/2.0.15 27) nemsio/2.5.2 - 13) zlib/1.2.11 28) w3emc/2.7.3 - 14) png/1.6.35 29) w3nco/2.4.1 - 15) hdf5/1.10.6 30) modules.nems + 1) contrib/0.1 15) pio/2.5.1 + 2) noaatools/1.0 16) esmf/8_1_0_beta_snapshot_27-debug + 3) cmake/3.17.3 17) g2/3.4.1 + 4) hpc/1.0.0-beta1 18) g2tmpl/1.9.1 + 5) intel/2018.4 19) ip/3.3.3 + 6) mkl/2020.2 20) crtm/2.3.0 + 7) hpc-intel/2018.4 21) nceppost/dceca26 + 8) impi/2018.4 22) sp/2.3.3 + 9) hpc-impi/2018.4 23) sigio/2.3.2 + 10) jasper/2.0.15 24) bacio/2.4.1 + 11) zlib/1.2.11 25) nemsio/2.5.2 + 12) png/1.6.35 26) w3emc/2.7.3 + 13) hdf5/1.10.6 27) w3nco/2.4.1 + 14) netcdf/4.7.4 28) modules.nems -+ export PATH_CCPP=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ PATH_CCPP=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model -+ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ++ export PATH_CCPP=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp ++ PATH_CCPP=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3 ++ /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled INFO: Logging level set to DEBUG INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_coupled.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15p2_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_2017_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_v15p2_coupled.xml ... INFO: Parsing metadata tables for variables provided by host model ... DEBUG: Parsing file machine.F with registry OrderedDict([('machine', {})]) DEBUG: Module name: machine @@ -18944,20 +11066,20 @@ DEBUG: Module name: CCPP_typedefs DEBUG: Module variables: CCPP_interstitial_type DEBUG: Variables in derived type CCPP_interstitial_type: kappa_dry_for_fast_physics, cappa_moist_gas_constant_at_Lagrangian_surface, tendency_of_air_temperature_at_Lagrangian_surface, flag_for_inline_cloud_fraction_calculation, flag_for_fast_microphysics_energy_conservation, top_layer_index_for_fast_physics, flag_for_the_last_step_of_k_split_remapping, time_step_for_remapping_for_fast_physics, flag_for_tendency_of_air_temperature_at_Lagrangian_surface, atmosphere_energy_content_in_column, atmosphere_energy_content_at_Lagrangian_surface, ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind, flag_for_saturation_adjustment_for_microphysics_in_dynamics, starting_x_direction_index, ending_x_direction_index, starting_x_direction_index_domain, ending_x_direction_index_domain, starting_y_direction_index, ending_y_direction_index, starting_y_direction_index_domain, ending_y_direction_index_domain, pressure_thickness_at_Lagrangian_surface, thickness_at_Lagrangian_surface, cell_area_for_fast_physics, number_of_ghost_zones, vertical_dimension_for_fast_physics, vertical_dimension_for_fast_physics_plus_one, vertical_dimension_for_thickness_at_Lagrangian_surface, vertical_dimension_for_condensed_water_at_Lagrangian_surface, vertical_dimension_for_cappa_at_Lagrangian_surface, log_pressure_at_Lagrangian_surface, surface_geopotential_at_Lagrangian_surface, finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa, virtual_temperature_at_Lagrangian_surface, gas_tracers_for_multi_gas_physics_at_Lagrangian_surface, water_vapor_specific_humidity_at_Lagrangian_surface, cloud_liquid_water_specific_humidity_at_Lagrangian_surface, cloud_ice_specific_humidity_at_Lagrangian_surface, cloud_rain_specific_humidity_at_Lagrangian_surface, cloud_snow_specific_humidity_at_Lagrangian_surface, cloud_graupel_specific_humidity_at_Lagrangian_surface, cloud_fraction_at_Lagrangian_surface, cloud_condensed_water_specific_humidity_at_Lagrangian_surface, omp_threads_for_fast_physics, flag_for_hydrostatic_solver_for_fast_physics, number_of_water_species, number_of_gases_for_multi_gases_physics, gas_constants_for_multi_gases_physics, specific_heat_capacities_for_multi_gases_physics, mpi_rank_for_fast_physics, mpi_root_for_fast_physics INFO: Parsed variable definition tables in module CCPP_typedefs -DEBUG: Parsing file GFS_typedefs.F90 with registry OrderedDict([('GFS_typedefs', {'GFS_diag_type': [1256, 1510], 'GFS_control_type': [485, 1069], 'GFS_interstitial_type': [1520, 1927], 'GFS_tbd_type': [1122, 1194], 'GFS_sfcprop_type': [200, 363], 'GFS_coupling_type': [371, 476], 'GFS_statein_type': [152, 176], 'GFS_cldprop_type': [1202, 1210], 'GFS_data_type': [1939, 1949], 'GFS_radtend_type': [1218, 1248], 'GFS_grid_type': [1077, 1114], 'GFS_stateout_type': [184, 192], 'GFS_init_type': [101, 144]})]) +DEBUG: Parsing file GFS_typedefs.F90 with registry OrderedDict([('GFS_typedefs', {'GFS_diag_type': [1262, 1516], 'GFS_control_type': [485, 1075], 'GFS_interstitial_type': [1526, 1933], 'GFS_tbd_type': [1128, 1200], 'GFS_sfcprop_type': [200, 363], 'GFS_coupling_type': [371, 476], 'GFS_statein_type': [152, 176], 'GFS_cldprop_type': [1208, 1216], 'GFS_data_type': [1945, 1955], 'GFS_radtend_type': [1224, 1254], 'GFS_grid_type': [1083, 1120], 'GFS_stateout_type': [184, 192], 'GFS_init_type': [101, 144]})]) DEBUG: Module name: GFS_typedefs -DEBUG: Module variables: GFS_cldprop_type, GFS_control_type, GFS_coupling_type, GFS_data_type, GFS_diag_type, GFS_grid_type, GFS_interstitial_type, GFS_radtend_type, GFS_sfcprop_type, GFS_statein_type, GFS_stateout_type, GFS_tbd_type, extra_top_layer, netcdf_float_fillvalue, specific_heat_of_liquid_water_at_constant_pressure, specific_heat_of_dry_air_at_constant_pressure, specific_heat_of_water_vapor_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, minimum_value_of_specific_humidity, minimum_value_of_saturation_mixing_ratio, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gravitational_acceleration, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, pi, gas_constant_dry_air, gas_constant_water_vapor, temperature_at_zero_celsius, triple_point_temperature_of_water, minimum_sea_ice_concentration, air_temperature_lapse_rate_constant, joules_per_calorie_constant, sea_water_reference_density, stefan_boltzmann_constant, freezing_point_temperature_of_seawater, standard_atmospheric_pressure, liquid_water_density, specific_heat_of_ice_at_constant_pressure -DEBUG: Variables in derived type GFS_diag_type: sw_fluxes_top_atmosphere, lw_fluxes_top_atmosphere, surface_runoff, cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep, cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep, cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep, cumulative_transpiration_flux_multiplied_by_timestep, cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep, cumulative_surface_snow_area_fraction_multiplied_by_timestep, soil_moisture_content, minimum_temperature_at_2m, maximum_temperature_at_2m, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep, integrated_x_momentum_flux_from_large_scale_gwd, integrated_y_momentum_flux_from_large_scale_gwd, integrated_x_momentum_flux_from_blocking_drag, integrated_y_momentum_flux_from_blocking_drag, integrated_x_momentum_flux_from_small_scale_gwd, integrated_y_momentum_flux_from_small_scale_gwd, integrated_x_momentum_flux_from_form_drag, integrated_y_momentum_flux_from_form_drag, x_momentum_tendency_from_large_scale_gwd, y_momentum_tendency_from_large_scale_gwd, x_momentum_tendency_from_blocking_drag, y_momentum_tendency_from_blocking_drag, x_momentum_tendency_from_small_scale_gwd, y_momentum_tendency_from_small_scale_gwd, x_momentum_tendency_from_form_drag, y_momentum_tendency_from_form_drag, accumulated_lwe_thickness_of_precipitation_amount, accumulated_lwe_thickness_of_ice_amount, accumulated_lwe_thickness_of_snow_amount, accumulated_lwe_thickness_of_graupel_amount, accumulated_lwe_thickness_of_precipitation_amount_in_bucket, accumulated_lwe_thickness_of_ice_amount_in_bucket, accumulated_lwe_thickness_of_snow_amount_in_bucket, accumulated_lwe_thickness_of_graupel_amount_in_bucket, accumulated_change_of_air_temperature_due_to_FA_scheme, cumulative_surface_ground_heat_flux_multiplied_by_timestep, cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep, cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep, duration_of_sunshine, total_runoff, cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep, cumulative_cloud_work_function, time_integral_of_x_stress_due_to_gravity_wave_drag, time_integral_of_y_stress_due_to_gravity_wave_drag, cumulative_surface_pressure_multiplied_by_timestep, cumulative_lwe_thickness_of_convective_precipitation_amount, cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket, minimum_specific_humidity_at_2m, maximum_specific_humidity_at_2m, maximum_x_wind_at_10m, maximum_y_wind_at_10m, maximum_wind_at_10m, maximum_u_wind_at_10m_over_maximum_hourly_time_interval, maximum_v_wind_at_10m_over_maximum_hourly_time_interval, maximum_wind_at_10m_over_maximum_hourly_time_interval, lwe_thickness_of_precipitation_amount_on_dynamics_timestep, lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep, lwe_thickness_of_ice_amount_on_dynamics_timestep, lwe_thickness_of_snow_amount_on_dynamics_timestep, lwe_thickness_of_graupel_amount_on_dynamics_timestep, x_wind_at_10m, y_wind_at_10m, dewpoint_temperature_at_2m, height_above_ground_at_lowest_model_layer, surface_air_pressure_diag, column_precipitable_water, air_temperature_at_lowest_model_layer_for_diag, water_vapor_specific_humidity_at_lowest_model_layer_for_diag, x_wind_at_lowest_model_layer_for_diag, y_wind_at_lowest_model_layer_for_diag, surface_drag_mass_flux_for_heat_and_moisture_in_air, surface_drag_wind_speed_for_momentum_in_air, surface_downwelling_longwave_flux, surface_upwelling_longwave_flux, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, surface_upwelling_shortwave_flux, instantaneous_surface_x_momentum_flux_for_diag, instantaneous_surface_y_momentum_flux_for_diag, instantaneous_surface_upward_sensible_heat_flux_for_diag, instantaneous_surface_upward_latent_heat_flux_for_diag, instantaneous_surface_ground_heat_flux, instantaneous_surface_potential_evaporation, volume_fraction_of_condensed_water_in_soil_at_wilting_point, threshold_volume_fraction_of_condensed_water_in_soil, ratio_of_snowfall_to_rainfall, normalized_soil_wetness, dominant_rain_type, dominant_freezing_rain_type, dominant_sleet_type, dominant_snow_type, weights_for_stochastic_skeb_perturbation_of_x_wind_flipped, weights_for_stochastic_skeb_perturbation_of_y_wind_flipped, weights_for_stochastic_sppt_perturbation_flipped, weights_for_stochastic_shum_perturbation_flipped, level_of_dividing_streamline, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_x_wind_due_to_deep_convection, cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_x_wind_due_to_rayleigh_damping, cumulative_change_in_x_wind_due_to_shallow_convection, cumulative_change_in_x_wind_due_to_physics, cumulative_change_in_x_wind_due_to_non_physics_processes, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_deep_convection, cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_y_wind_due_to_rayleigh_damping, cumulative_change_in_y_wind_due_to_shallow_convection, cumulative_change_in_y_wind_due_to_physics, cumulative_change_in_y_wind_due_to_non_physics_processes, cumulative_change_in_temperature_due_to_longwave_radiation, cumulative_change_in_temperature_due_to_shortwave_radiation, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_temperature_due_to_deep_convection, cumulative_change_in_temperature_due_to_shallow_convection, cumulative_change_in_temperature_due_to_microphysics, cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag, cumulative_change_in_temperature_due_to_rayleigh_damping, cumulative_change_in_temperature_due_to_convective_gravity_wave_drag, cumulative_change_in_temperature_due_to_physics, cumulative_change_in_temperature_due_to_non_physics_processes, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection, cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection, cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate, cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio, cumulative_change_in_ozone_concentration_due_to_temperature, cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column, cumulative_change_in_water_vapor_specific_humidity_due_to_physics, cumulative_change_in_ozone_concentration_due_to_physics, cumulative_change_in_water_vapor_specific_humidity_due_to_non_physics_processes, cumulative_change_in_ozone_concentration_due_to_non_physics_processes, maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval, maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval, maximum_temperature_at_2m_over_maximum_hourly_time_interval, minimum_temperature_at_2m_over_maximum_hourly_time_interval, maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval, minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval, cumulative_atmosphere_updraft_convective_mass_flux, cumulative_atmosphere_downdraft_convective_mass_flux, cumulative_atmosphere_detrainment_convective_mass_flux, radar_reflectivity_10cm, instantaneous_3d_cloud_fraction, number_of_dust_bins_for_diagnostics, number_of_seasalt_bins_for_diagnostics, number_of_chemical_tracers_for_diagnostics, instantaneous_dust_emission_flux, instantaneous_seasalt_emission_flux, instantaneous_sedimentation, instantaneous_dry_deposition, instantaneous_large_scale_wet_deposition, instantaneous_convective_scale_wet_deposition, instantaneous_anthopogenic_and_biomass_burning_emissions, instantaneous_aerosol_column_mass_densities, emdf_updraft_area, emdf_updraft_vertical_velocity, emdf_updraft_total_water, emdf_updraft_theta_l, emdf_updraft_entrainment_rate, emdf_updraft_cloud_water, theta_subsidence_tendency, water_vapor_subsidence_tendency, theta_detrainment_tendency, water_vapor_detrainment_tendency, number_of_plumes, maximum_mass_flux, k_level_of_highest_reaching_plume, k_level_of_highest_plume, atmosphere_heat_diffusivity_for_mynnpbl, atmosphere_momentum_diffusivity_for_mynnpbl, time_integral_of_height_of_mountain_blocking, time_integral_of_height_of_low_level_wave_breaking, time_integral_of_height_of_launch_level_of_orographic_gravity_wave, time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag, time_integral_of_momentum_flux_due_to_mountain_blocking_drag, time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag, time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave, time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag, time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag, time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag, time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave, time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave, auxiliary_2d_arrays, auxiliary_3d_arrays -DEBUG: Variables in derived type GFS_control_type: mpi_rank, mpi_root, mpi_comm, mpi_size, omp_threads, iounit_namelist, namelist_filename, number_of_lines_of_namelist_filename_for_internal_file_reads, namelist_filename_for_internal_file_reads, iounit_log, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_for_generic_gravity_wave_drag_tendency, flag_for_generic_planetary_boundary_layer_tendency, flag_for_generic_deep_convection_tendency, flag_for_generic_shallow_convection_tendency, flag_diagnostics, number_of_2d_auxiliary_arrays, number_of_3d_auxiliary_arrays, vertical_dimension, a_parameter_of_the_hybrid_coordinate, b_parameter_of_the_hybrid_coordinate, vertical_dimension_plus_one, vertical_dimension_minus_one, number_of_equatorial_longitude_points, number_of_latitude_points, ccpp_block_count, ccpp_block_sizes, horizontal_loop_extent, horizontal_dimension, number_of_tile, flag_for_flux_coupling, flag_for_wave_coupling, flag_for_wave_coupling_to_atm, flag_for_chemistry_coupling, flag_idealized_physics, number_of_timesteps_between_surface_cycling_calls, time_step_for_physics, time_step_for_dynamics, date_and_time_at_model_initialization, date_and_time_at_model_initialization_reordered, number_of_timesteps_between_shortwave_radiation_calls, number_of_timesteps_between_longwave_radiation_calls, frequency_for_shortwave_radiation, frequency_for_longwave_radiation, number_of_timesteps_for_radiation_calls_on_physics_timestep, number_of_vertical_layers_for_radiation_calculations, number_of_vertical_layers_for_radiation_calculations_plus_one, flag_for_aerosol_input_MG_radiation, number_of_aerosol_tracers_MG, array_dimension_of_random_number, flag_for_vertical_index_direction_control, flag_for_solar_constant, flag_for_using_prescribed_global_mean_co2_value, flag_for_using_climatology_albedo, flag_for_surface_emissivity_control, flag_for_default_aerosol_effect_in_shortwave_radiation, flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation, flag_for_cloud_overlap_method_for_radiation, flag_for_cloud_overlap_method_for_shortwave_radiation, flag_for_cloud_overlap_method_for_longwave_radiation, flag_for_initial_time_date_control, flag_for_sw_clouds_without_sub_grid_approximation, flag_for_lw_clouds_without_sub_grid_approximation, flag_for_CRICK_proof_cloud_water, flag_for_cloud_condensate_normalized_by_cloud_cover, flag_for_precipitation_effect_on_radiation, flag_for_output_of_longwave_heating_rate, flag_for_output_of_shortwave_heating_rate, active_gases_used_by_RRTMGP, number_of_active_gases_used_by_RRTMGP, directory_for_rte_rrtmgp_source_code, rrtmgp_kdistribution_lw, rrtmgp_coeff_lw_cloud_optics, number_of_lw_bands_rrtmgp, number_of_lw_spectral_points_rrtmgp, rrtmgp_kdistribution_sw, rrtmgp_coeff_sw_cloud_optics, number_of_sw_bands_rrtmgp, number_of_sw_spectral_points_rrtmgp, flag_to_calc_lw_cld_optics_using_RRTMG, flag_to_calc_lw_cld_optics_using_RRTMGP_PADE, flag_to_calc_lw_cld_optics_using_RRTMGP_LUT, flag_to_calc_RRTMGP_LW_jacobian, number_of_rrtmgp_ice_roughness, number_of_angles_used_in_gaussian_quadrature, flag_for_rrtmgp_radiation_scheme, scheme_flag, number_of_hydrometeors, flag_for_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_zhao_carr_microphysics_scheme, flag_for_zhao_carr_pdf_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, coefficient_from_cloud_ice_to_snow, coefficient_from_cloud_water_to_rain, coefficient_from_cloud_ice_to_snow_ras, coefficient_from_cloud_water_to_rain_ras, coefficient_for_evaporation_of_rainfall, cloud_condensed_water_conversion_threshold, cloud_condensed_water_ice_conversion_threshold_ras, condensate_fraction_detrained_in_updraft_layers, time_interval_for_maximum_hourly_fields, number_of_frozen_precipitation_species, flag_for_pdf_for_morrison_gettelman_microphysics_scheme, mg_autoconversion_size_threshold_ice_snow, mg_cloud_water_variance, mg_time_scale_for_autoconversion_of_ice, mg_minimum_rh_for_ice, mg_drop_concentration_constant, mg_ice_concentration_constant, mg_graupel_concentration_constant, mg_bergeron_efficiency_factor, mg_tuning_factor_for_alphas, mg_minimum_cloud_condensed_water_and_ice_mixing_ratio, mg_minimum_cloud_condensed_water_mixing_ratio, mg_minimum_ice_mixing_ratio, mg_type_of_precip_fraction_method, frozen_cloud_threshold_temperature, cloud_phase_transition_threshold_temperature, cloud_phase_transition_denominator, flag_for_cloud_effective_radii, mg_flag_for_uniform_subcolumns, mg_flag_for_cloud_ice_processes, mg_flag_for_heterogeneous_freezing, mg_flag_drop_concentration_constant, mg_flag_ice_concentration_constant, mg_flag_graupel_concentration_constant, mg_allow_supersat_after_sed, mg_flag_for_sb2001_autoconversion, mg_flag_for_graupel, mg_flag_for_hail, mg_flag_for_gmao_ice_formulation, mg_flag_for_liu_liquid_treatment, shoc_tke_dissipatation_pressure_threshold, shoc_tke_dissipation_tunable_parameter, shoc_tke_dissipation_tunable_parameter_near_surface, shoc_implicit_TKE_integration_uncentering_term, shoc_flag_for_optional_surface_TKE_dissipation, number_of_cloud_condensate_types, flag_for_aerosol_physics, flag_for_radar_reflectivity, limit_for_temperature_tendency_for_microphysics, flag_for_land_surface_scheme, flag_for_noah_land_surface_scheme, flag_for_noahmp_land_surface_scheme, flag_for_ruc_land_surface_scheme, ice_vertical_dimension, soil_vertical_dimension, soil_vertical_dimension_for_land_surface_model, snow_vertical_dimension_for_land_surface_model, lower_bound_of_snow_vertical_dimension_for_land_surface_model, flag_for_reading_leaf_area_index_from_input, vegetation_type_dataset_choice, soil_type_dataset_choice, flag_for_individual_cloud_species_advected, minimum_large_ice_fraction, flag_for_dynamic_vegetation_option, flag_for_canopy_stomatal_resistance_option, flag_for_soil_moisture_factor_stomatal_resistance_option, flag_for_runoff_and_groundwater_option, flag_for_surface_layer_drag_coefficient_option, flag_for_supercooled_liquid_water_option, flag_for_frozen_soil_permeability_option, flag_for_radiation_transfer_option, flag_for_ground_snow_surface_albedo_option, flag_for_precipitation_partition_option, flag_for_lower_boundary_soil_temperature_option, flag_for_soil_and_snow_temperature_time_stepping_option, flag_for_lake_surface_scheme, flag_for_ras_deep_convection, fa_threshold_relative_humidity_for_onset_of_condensation, flag_flip, flag_for_convective_transport_of_tracers, flag_for_old_PBL_scheme, flag_for_moorthi_stratus, flag_for_Chikira_Sugiyama_deep_convection, flag_for_scale_aware_TKE_moist_EDMF_PBL, flag_for_scale_aware_Shinhong_PBL, flag_for_ysu, flag_for_precipitation_type_algorithm, flag_for_Arakawa_Wu_adjustment, flag_arakawa_wu_downdraft, flag_flux_form_CS, flag_for_shoc, flag_for_shoc_after_convection, flag_for_ozone_physics, flag_for_2015_ozone_physics, flag_shallow_convective_cloud, flag_for_reduced_drag_coefficient_over_sea, flag_for_hedmf, flag_TKE_dissipation_heating, flag_for_canopy_heat_storage, flag_for_shallow_convection, flag_for_mass_flux_shallow_convection_scheme, flag_for_sas_shallow_convection_scheme, flag_for_samf_shallow_convection_scheme, flag_for_gf_shallow_convection_scheme, flag_for_ntiedtke_shallow_convection_scheme, flag_for_mass_flux_deep_convection_scheme, flag_for_sas_deep_convection_scheme, flag_for_samf_deep_convection_scheme, flag_for_gf_deep_convection_scheme, flag_for_ntiedtke_deep_convection_scheme, flag_for_hwrf_samfdeepcnv_scheme, flag_for_hwrf_samfshalcnv_scheme, choice_of_scale_aware_TKE_moist_EDMF_PBL, choice_of_original_scale_aware_TKE_moist_EDMF_PBL, choice_of_updated_scale_aware_TKE_moist_EDMF_PBL, number_of_statistical_measures_of_subgrid_orography, number_of_spectral_wave_trancation_for_sas, updraft_velocity_tunable_parameter_1_CS, updraft_velocity_tunable_parameter_2_CS, detrainment_and_precipitation_tunable_parameter_3_CS, detrainment_and_precipitation_tunable_parameter_4_CS, entrainment_efficiency_tunable_parameter_9_CS, multiplication_factors_for_convective_gravity_wave_drag, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, multiplication_factor_for_critical_cloud_workfunction, ice_supersaturation_threshold, critical_cloud_top_entrainment_instability_criteria, critical_relative_humidity_at_surface, critical_relative_humidity_at_PBL_top, critical_relative_humidity_at_top_of_atmosphere, pressure_cutoff_for_rayleigh_damping, time_scale_for_rayleigh_damping, entrainment_rate_coefficient_deep_convection, rain_conversion_parameter_deep_convection, detrainment_conversion_parameter_deep_convection, downdraft_fraction_reaching_surface_over_land_deep_convection, downdraft_fraction_reaching_surface_over_ocean_deep_convection, rain_evaporation_coefficient_deep_convection, rain_evaporation_coefficient_over_land_deep_convection, momentum_transport_reduction_factor_pgf_deep_convection, aerosol_aware_parameter_deep_convection, entrainment_rate_coefficient_shallow_convection, rain_conversion_parameter_shallow_convection, detrainment_conversion_parameter_shallow_convection, momentum_transport_reduction_factor_pgf_shallow_convection, aerosol_aware_parameter_shallow_convection, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, flag_for_nsstm_run, vertical_temperature_average_range_lower_bound, vertical_temperature_average_range_upper_bound, flag_for_fractional_grid, lake_ice_minimum, sea_ice_minimum, density_of_fresh_water, flag_for_surface_roughness_option_over_ocean, atmosphere_heat_diffusivity_background_maximum, atmosphere_diffusivity_coefficient_factor, tke_dissipative_heating_factor, updraft_fraction_in_boundary_layer_mass_flux_scheme, downdraft_fraction_in_boundary_layer_mass_flux_scheme, surface_roughness_fraction_factor, latent_heat_flux_fraction_factor_relative_to_sensible_heat_flux, number_of_independent_cellular_automata, cellular_automata_lifetime, cellular_automata_finer_grid, cellular_automata_seed_probability, cellular_automata_seed_frequency, flag_for_cellular_automata, flag_for_sgs_cellular_automata, flag_for_global_cellular_automata, flag_for_global_cellular_automata_closure, flag_for_global_cellular_automata_entr, flag_for_global_cellular_automata_trigger, flag_for_gaussian_spatial_filter, seed_for_random_number_generation_in_cellular_automata_scheme, number_of_iterations_to_spin_up_cellular_automata, threshold_for_perturbed_vertical_velocity, flag_for_stochastic_physics_perturbations, flag_for_mountain_blocking, flag_for_stochastic_shum_option, flag_for_stochastic_skeb_option, index_for_stochastic_land_surface_perturbation_type, number_of_land_surface_variables_perturbed, magnitude_of_perturbations_for_landperts, variables_to_be_perturbed_for_landperts, number_of_tracers, number_of_tracers_plus_one, index_for_water_vapor, index_for_ozone, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, index_for_cloud_amount, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, index_for_rain_number_concentration, index_for_snow_number_concentration, index_for_graupel_number_concentration, index_for_turbulent_kinetic_energy, index_for_mass_weighted_rime_factor, index_for_water_friendly_aerosols, index_for_ice_friendly_aerosols, number_of_chemical_tracers, index_for_first_chemical_tracer, diagnostics_control_for_chemical_tracers, coefficients_for_aerosol_scavenging, number_of_fields_in_phyf2d, number_of_fields_in_phyf3d, index_for_cloud_fraction_in_3d_arrays_for_microphysics, array_dimension_of_2d_arrays_for_microphysics, array_dimension_of_3d_arrays_for_microphysics, index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d, index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d, index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d, number_of_convective_3d_cloud_fields, number_of_3d_arrays_associated_with_pdf_based_clouds, number_of_cloud_types_CS, index_for_convective_cloud_water_mixing_ratio_in_phy_f3d, index_for_convective_cloud_cover_in_phy_f3d, index_for_cloud_liquid_water_effective_radius, index_for_ice_effective_radius, index_for_rain_effective_radius, index_for_snow_effective_radius, index_for_graupel_effective_radius, flag_debug, index_for_diagnostic_printout, flag_print, flag_to_calc_sw, flag_to_calc_lw, forecast_hour_of_the_day, solar_constant, equation_of_time, sine_of_solar_declination_angle, cosine_of_solar_declination_angle, convective_cloud_switch, forecast_time_at_previous_timestep, forecast_time, time_since_diagnostics_zeroed, index_of_time_step, flag_for_first_time_step, flag_for_restart, flag_for_hydrostatic_solver, forecast_date_and_time, forecast_month, number_of_days_in_year, julian_day, flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics, seconds_elapsed_since_model_initialization, vertical_sigma_coordinate_for_radiation_initialization, inverse_scaling_factor_for_critical_relative_humidity, maximum_scaling_factor_for_critical_relative_humidity, minimum_scaling_factor_for_critical_relative_humidity, maximum_critical_relative_humidity, gwd_opt, do_mynnedmf, do_mynnsfclay, do_myjsfc, do_myjpbl, grav_settling, tke_budget, tke_advect, cloudpdf, mixing_length_flag, edmf_flag, edmf_momentum_transport_flag, edmf_tke_transport_flag, edmf_partition_flag, cloud_specie_mix_flag, mix_total_water_flag, mynn_output_flag, couple_sgs_clouds_to_radiation_flag, do_ugwp, turb_oro_form_drag_flag, flag_for_gravity_wave_drag, flag_for_convective_gravity_wave_drag, diag_ugwp_flag, flag_for_uni_cld, flag_for_lmfshal +DEBUG: Module variables: GFS_cldprop_type, GFS_control_type, GFS_coupling_type, GFS_data_type, GFS_diag_type, GFS_grid_type, GFS_interstitial_type, GFS_radtend_type, GFS_sfcprop_type, GFS_statein_type, GFS_stateout_type, GFS_tbd_type, extra_top_layer, netcdf_float_fillvalue, specific_heat_of_liquid_water_at_constant_pressure, specific_heat_of_dry_air_at_constant_pressure, specific_heat_of_water_vapor_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, minimum_value_of_specific_humidity, minimum_value_of_saturation_mixing_ratio, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_gas_constant_dry_air_to_specific_heat_of_dry_air_at_constant_pressure, ratio_of_gas_constant_dry_air_to_gravitational_acceleration, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gravitational_acceleration, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, pi, gas_constant_dry_air, gas_constant_water_vapor, temperature_at_zero_celsius, triple_point_temperature_of_water, minimum_sea_ice_concentration, air_temperature_lapse_rate_constant, joules_per_calorie_constant, sea_water_reference_density, stefan_boltzmann_constant, freezing_point_temperature_of_seawater, standard_atmospheric_pressure, liquid_water_density, specific_heat_of_ice_at_constant_pressure +DEBUG: Variables in derived type GFS_diag_type: cumulative_radiation_diagnostic, sw_fluxes_top_atmosphere, lw_fluxes_top_atmosphere, surface_runoff, cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep, cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep, cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep, cumulative_transpiration_flux_multiplied_by_timestep, cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep, cumulative_surface_snow_area_fraction_multiplied_by_timestep, soil_moisture_content, minimum_temperature_at_2m, maximum_temperature_at_2m, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep, integrated_x_momentum_flux_from_large_scale_gwd, integrated_y_momentum_flux_from_large_scale_gwd, integrated_x_momentum_flux_from_blocking_drag, integrated_y_momentum_flux_from_blocking_drag, integrated_x_momentum_flux_from_small_scale_gwd, integrated_y_momentum_flux_from_small_scale_gwd, integrated_x_momentum_flux_from_form_drag, integrated_y_momentum_flux_from_form_drag, x_momentum_tendency_from_large_scale_gwd, y_momentum_tendency_from_large_scale_gwd, x_momentum_tendency_from_blocking_drag, y_momentum_tendency_from_blocking_drag, x_momentum_tendency_from_small_scale_gwd, y_momentum_tendency_from_small_scale_gwd, x_momentum_tendency_from_form_drag, y_momentum_tendency_from_form_drag, accumulated_lwe_thickness_of_precipitation_amount, accumulated_lwe_thickness_of_ice_amount, accumulated_lwe_thickness_of_snow_amount, accumulated_lwe_thickness_of_graupel_amount, accumulated_lwe_thickness_of_precipitation_amount_in_bucket, accumulated_lwe_thickness_of_ice_amount_in_bucket, accumulated_lwe_thickness_of_snow_amount_in_bucket, accumulated_lwe_thickness_of_graupel_amount_in_bucket, accumulated_change_of_air_temperature_due_to_FA_scheme, cumulative_surface_ground_heat_flux_multiplied_by_timestep, cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep, cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep, duration_of_sunshine, total_runoff, cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep, cumulative_cloud_work_function, time_integral_of_x_stress_due_to_gravity_wave_drag, time_integral_of_y_stress_due_to_gravity_wave_drag, cumulative_surface_pressure_multiplied_by_timestep, cumulative_lwe_thickness_of_convective_precipitation_amount, cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket, minimum_specific_humidity_at_2m, maximum_specific_humidity_at_2m, maximum_x_wind_at_10m, maximum_y_wind_at_10m, maximum_wind_at_10m, maximum_u_wind_at_10m_over_maximum_hourly_time_interval, maximum_v_wind_at_10m_over_maximum_hourly_time_interval, maximum_wind_at_10m_over_maximum_hourly_time_interval, lwe_thickness_of_precipitation_amount_on_dynamics_timestep, lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep, lwe_thickness_of_ice_amount_on_dynamics_timestep, lwe_thickness_of_snow_amount_on_dynamics_timestep, lwe_thickness_of_graupel_amount_on_dynamics_timestep, x_wind_at_10m, y_wind_at_10m, dewpoint_temperature_at_2m, height_above_ground_at_lowest_model_layer, surface_air_pressure_diag, column_precipitable_water, air_temperature_at_lowest_model_layer_for_diag, water_vapor_specific_humidity_at_lowest_model_layer_for_diag, x_wind_at_lowest_model_layer_for_diag, y_wind_at_lowest_model_layer_for_diag, surface_drag_mass_flux_for_heat_and_moisture_in_air, surface_drag_wind_speed_for_momentum_in_air, surface_downwelling_longwave_flux, surface_upwelling_longwave_flux, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, surface_upwelling_shortwave_flux, instantaneous_surface_x_momentum_flux_for_diag, instantaneous_surface_y_momentum_flux_for_diag, instantaneous_surface_upward_sensible_heat_flux_for_diag, instantaneous_surface_upward_latent_heat_flux_for_diag, instantaneous_surface_ground_heat_flux, instantaneous_surface_potential_evaporation, volume_fraction_of_condensed_water_in_soil_at_wilting_point, threshold_volume_fraction_of_condensed_water_in_soil, ratio_of_snowfall_to_rainfall, normalized_soil_wetness, dominant_rain_type, dominant_freezing_rain_type, dominant_sleet_type, dominant_snow_type, weights_for_stochastic_skeb_perturbation_of_x_wind_flipped, weights_for_stochastic_skeb_perturbation_of_y_wind_flipped, weights_for_stochastic_sppt_perturbation_flipped, weights_for_stochastic_shum_perturbation_flipped, level_of_dividing_streamline, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_x_wind_due_to_deep_convection, cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_x_wind_due_to_rayleigh_damping, cumulative_change_in_x_wind_due_to_shallow_convection, cumulative_change_in_x_wind_due_to_physics, cumulative_change_in_x_wind_due_to_non_physics_processes, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_deep_convection, cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_y_wind_due_to_rayleigh_damping, cumulative_change_in_y_wind_due_to_shallow_convection, cumulative_change_in_y_wind_due_to_physics, cumulative_change_in_y_wind_due_to_non_physics_processes, cumulative_change_in_temperature_due_to_longwave_radiation, cumulative_change_in_temperature_due_to_shortwave_radiation, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_temperature_due_to_deep_convection, cumulative_change_in_temperature_due_to_shallow_convection, cumulative_change_in_temperature_due_to_microphysics, cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag, cumulative_change_in_temperature_due_to_rayleigh_damping, cumulative_change_in_temperature_due_to_convective_gravity_wave_drag, cumulative_change_in_temperature_due_to_physics, cumulative_change_in_temperature_due_to_non_physics_processes, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection, cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection, cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate, cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio, cumulative_change_in_ozone_concentration_due_to_temperature, cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column, cumulative_change_in_water_vapor_specific_humidity_due_to_physics, cumulative_change_in_ozone_concentration_due_to_physics, cumulative_change_in_water_vapor_specific_humidity_due_to_non_physics_processes, cumulative_change_in_ozone_concentration_due_to_non_physics_processes, maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval, maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval, maximum_temperature_at_2m_over_maximum_hourly_time_interval, minimum_temperature_at_2m_over_maximum_hourly_time_interval, maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval, minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval, cumulative_atmosphere_updraft_convective_mass_flux, cumulative_atmosphere_downdraft_convective_mass_flux, cumulative_atmosphere_detrainment_convective_mass_flux, radar_reflectivity_10cm, instantaneous_3d_cloud_fraction, number_of_dust_bins_for_diagnostics, number_of_seasalt_bins_for_diagnostics, number_of_chemical_tracers_for_diagnostics, instantaneous_dust_emission_flux, instantaneous_seasalt_emission_flux, instantaneous_sedimentation, instantaneous_dry_deposition, instantaneous_large_scale_wet_deposition, instantaneous_convective_scale_wet_deposition, instantaneous_anthopogenic_and_biomass_burning_emissions, instantaneous_aerosol_column_mass_densities, emdf_updraft_area, emdf_updraft_vertical_velocity, emdf_updraft_total_water, emdf_updraft_theta_l, emdf_updraft_entrainment_rate, emdf_updraft_cloud_water, theta_subsidence_tendency, water_vapor_subsidence_tendency, theta_detrainment_tendency, water_vapor_detrainment_tendency, number_of_plumes, maximum_mass_flux, k_level_of_highest_reaching_plume, k_level_of_highest_plume, atmosphere_heat_diffusivity_for_mynnpbl, atmosphere_momentum_diffusivity_for_mynnpbl, time_integral_of_height_of_mountain_blocking, time_integral_of_height_of_low_level_wave_breaking, time_integral_of_height_of_launch_level_of_orographic_gravity_wave, time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag, time_integral_of_momentum_flux_due_to_mountain_blocking_drag, time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag, time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave, time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag, time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag, time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag, time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave, time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave, auxiliary_2d_arrays, auxiliary_3d_arrays +DEBUG: Variables in derived type GFS_control_type: mpi_rank, mpi_root, mpi_comm, mpi_size, omp_threads, iounit_namelist, namelist_filename, number_of_lines_of_namelist_filename_for_internal_file_reads, namelist_filename_for_internal_file_reads, iounit_log, frequency_for_diagnostic_clearing, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_for_generic_gravity_wave_drag_tendency, flag_for_generic_planetary_boundary_layer_tendency, flag_for_generic_deep_convection_tendency, flag_for_generic_shallow_convection_tendency, flag_diagnostics, starting_x_index_for_this_MPI_rank, starting_y_index_for_this_MPI_rank, number_of_points_in_x_direction_for_this_MPI_rank, number_of_points_in_y_direction_for_this_MPI_rank, number_of_points_in_x_direction_for_this_cubed_sphere_face, number_of_points_in_y_direction_for_this_cubed_sphere_face, number_of_2d_auxiliary_arrays, number_of_3d_auxiliary_arrays, vertical_dimension, a_parameter_of_the_hybrid_coordinate, b_parameter_of_the_hybrid_coordinate, vertical_dimension_plus_one, vertical_dimension_minus_one, number_of_equatorial_longitude_points, number_of_latitude_points, ccpp_block_count, ccpp_block_sizes, horizontal_loop_extent, horizontal_dimension, number_of_tile, flag_for_flux_coupling, flag_for_wave_coupling, flag_for_wave_coupling_to_atm, flag_for_chemistry_coupling, flag_idealized_physics, number_of_timesteps_between_surface_cycling_calls, number_of_timesteps_between_diagnostic_clearing, time_step_for_physics, time_step_for_dynamics, date_and_time_at_model_initialization, date_and_time_at_model_initialization_reordered, number_of_timesteps_between_shortwave_radiation_calls, number_of_timesteps_between_longwave_radiation_calls, frequency_for_shortwave_radiation, frequency_for_longwave_radiation, number_of_timesteps_for_radiation_calls_on_physics_timestep, number_of_vertical_layers_for_radiation_calculations, number_of_vertical_layers_for_radiation_calculations_plus_one, number_of_radiation_diagnostic_variables, flag_for_aerosol_input_MG_radiation, number_of_aerosol_tracers_MG, array_dimension_of_random_number, flag_for_vertical_index_direction_control, flag_for_solar_constant, flag_for_using_prescribed_global_mean_co2_value, flag_for_using_climatology_albedo, flag_for_surface_emissivity_control, flag_for_default_aerosol_effect_in_shortwave_radiation, flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation, flag_for_cloud_overlap_method_for_radiation, flag_for_cloud_overlap_method_for_shortwave_radiation, flag_for_cloud_overlap_method_for_longwave_radiation, flag_for_initial_time_date_control, flag_for_sw_clouds_without_sub_grid_approximation, flag_for_lw_clouds_without_sub_grid_approximation, flag_for_CRICK_proof_cloud_water, flag_for_cloud_condensate_normalized_by_cloud_cover, flag_for_precipitation_effect_on_radiation, flag_for_output_of_longwave_heating_rate, flag_for_output_of_shortwave_heating_rate, active_gases_used_by_RRTMGP, number_of_active_gases_used_by_RRTMGP, directory_for_rte_rrtmgp_source_code, rrtmgp_kdistribution_lw, rrtmgp_coeff_lw_cloud_optics, number_of_lw_bands_rrtmgp, number_of_lw_spectral_points_rrtmgp, rrtmgp_kdistribution_sw, rrtmgp_coeff_sw_cloud_optics, number_of_sw_bands_rrtmgp, number_of_sw_spectral_points_rrtmgp, flag_to_calc_lw_cld_optics_using_RRTMG, flag_to_calc_lw_cld_optics_using_RRTMGP_PADE, flag_to_calc_lw_cld_optics_using_RRTMGP_LUT, flag_to_calc_RRTMGP_LW_jacobian, number_of_rrtmgp_ice_roughness, number_of_angles_used_in_gaussian_quadrature, flag_for_rrtmgp_radiation_scheme, scheme_flag, number_of_hydrometeors, flag_for_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_zhao_carr_microphysics_scheme, flag_for_zhao_carr_pdf_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, coefficient_from_cloud_ice_to_snow, coefficient_from_cloud_water_to_rain, coefficient_from_cloud_ice_to_snow_ras, coefficient_from_cloud_water_to_rain_ras, coefficient_for_evaporation_of_rainfall, cloud_condensed_water_conversion_threshold, cloud_condensed_water_ice_conversion_threshold_ras, seed_random_numbers_RAS, condensate_fraction_detrained_in_updraft_layers, time_interval_for_maximum_hourly_fields, number_of_frozen_precipitation_species, flag_for_pdf_for_morrison_gettelman_microphysics_scheme, mg_autoconversion_size_threshold_ice_snow, mg_cloud_water_variance, mg_time_scale_for_autoconversion_of_ice, mg_minimum_rh_for_ice, mg_drop_concentration_constant, mg_ice_concentration_constant, mg_graupel_concentration_constant, mg_bergeron_efficiency_factor, mg_tuning_factor_for_alphas, mg_minimum_cloud_condensed_water_and_ice_mixing_ratio, mg_minimum_cloud_condensed_water_mixing_ratio, mg_minimum_ice_mixing_ratio, mg_type_of_precip_fraction_method, frozen_cloud_threshold_temperature, cloud_phase_transition_threshold_temperature, cloud_phase_transition_denominator, flag_for_cloud_effective_radii, mg_flag_for_uniform_subcolumns, mg_flag_for_cloud_ice_processes, mg_flag_for_heterogeneous_freezing, mg_flag_drop_concentration_constant, mg_flag_ice_concentration_constant, mg_flag_graupel_concentration_constant, mg_allow_supersat_after_sed, mg_flag_for_sb2001_autoconversion, mg_flag_for_graupel, mg_flag_for_hail, mg_flag_for_gmao_ice_formulation, mg_flag_for_liu_liquid_treatment, shoc_tke_dissipatation_pressure_threshold, shoc_tke_dissipation_tunable_parameter, shoc_tke_dissipation_tunable_parameter_near_surface, shoc_implicit_TKE_integration_uncentering_term, shoc_flag_for_optional_surface_TKE_dissipation, number_of_cloud_condensate_types, flag_for_aerosol_physics, flag_for_radar_reflectivity, limit_for_temperature_tendency_for_microphysics, flag_for_GFDL_microphysics_radiation_interaction, flag_for_land_surface_scheme, flag_for_noah_land_surface_scheme, flag_for_noahmp_land_surface_scheme, flag_for_ruc_land_surface_scheme, ice_vertical_dimension, soil_vertical_dimension, soil_vertical_dimension_for_land_surface_model, snow_vertical_dimension_for_land_surface_model, lower_bound_of_snow_vertical_dimension_for_land_surface_model, flag_for_reading_leaf_area_index_from_input, vegetation_type_dataset_choice, soil_type_dataset_choice, flag_for_individual_cloud_species_advected, minimum_large_ice_fraction, flag_for_dynamic_vegetation_option, flag_for_canopy_stomatal_resistance_option, flag_for_soil_moisture_factor_stomatal_resistance_option, flag_for_runoff_and_groundwater_option, flag_for_surface_layer_drag_coefficient_option, flag_for_supercooled_liquid_water_option, flag_for_frozen_soil_permeability_option, flag_for_radiation_transfer_option, flag_for_ground_snow_surface_albedo_option, flag_for_precipitation_partition_option, flag_for_lower_boundary_soil_temperature_option, flag_for_soil_and_snow_temperature_time_stepping_option, flag_for_lake_surface_scheme, flag_for_ras_deep_convection, fa_threshold_relative_humidity_for_onset_of_condensation, flag_flip, flag_for_convective_transport_of_tracers, flag_for_old_PBL_scheme, flag_for_moorthi_stratus, flag_for_Chikira_Sugiyama_deep_convection, flag_for_scale_aware_TKE_moist_EDMF_PBL, flag_for_scale_aware_Shinhong_PBL, flag_for_ysu, flag_for_precipitation_type_algorithm, flag_for_Arakawa_Wu_adjustment, flag_arakawa_wu_downdraft, flag_flux_form_CS, flag_for_shoc, flag_for_shoc_after_convection, flag_for_ozone_physics, flag_for_2015_ozone_physics, flag_for_stratospheric_water_vapor_physics, flag_shallow_convective_cloud, flag_for_reduced_drag_coefficient_over_sea, flag_for_hedmf, flag_TKE_dissipation_heating, flag_for_canopy_heat_storage, flag_for_random_clouds_for_RAS, flag_for_shallow_convection, flag_for_mass_flux_shallow_convection_scheme, flag_for_sas_shallow_convection_scheme, flag_for_samf_shallow_convection_scheme, flag_for_gf_shallow_convection_scheme, flag_for_ntiedtke_shallow_convection_scheme, flag_for_mass_flux_deep_convection_scheme, flag_for_sas_deep_convection_scheme, flag_for_samf_deep_convection_scheme, flag_for_gf_deep_convection_scheme, flag_for_ntiedtke_deep_convection_scheme, flag_for_hwrf_samfdeepcnv_scheme, flag_for_hwrf_samfshalcnv_scheme, choice_of_scale_aware_TKE_moist_EDMF_PBL, choice_of_original_scale_aware_TKE_moist_EDMF_PBL, choice_of_updated_scale_aware_TKE_moist_EDMF_PBL, number_of_statistical_measures_of_subgrid_orography, number_of_spectral_wave_trancation_for_sas, updraft_velocity_tunable_parameter_1_CS, updraft_velocity_tunable_parameter_2_CS, detrainment_and_precipitation_tunable_parameter_3_CS, detrainment_and_precipitation_tunable_parameter_4_CS, entrainment_efficiency_tunable_parameter_9_CS, multiplication_factors_for_convective_gravity_wave_drag, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, multiplication_factor_for_critical_cloud_workfunction, ice_supersaturation_threshold, critical_cloud_top_entrainment_instability_criteria, critical_relative_humidity_at_surface, critical_relative_humidity_at_PBL_top, critical_relative_humidity_at_top_of_atmosphere, pressure_cutoff_for_rayleigh_damping, time_scale_for_rayleigh_damping, entrainment_rate_coefficient_deep_convection, rain_conversion_parameter_deep_convection, detrainment_conversion_parameter_deep_convection, downdraft_fraction_reaching_surface_over_land_deep_convection, downdraft_fraction_reaching_surface_over_ocean_deep_convection, rain_evaporation_coefficient_deep_convection, rain_evaporation_coefficient_over_land_deep_convection, momentum_transport_reduction_factor_pgf_deep_convection, aerosol_aware_parameter_deep_convection, entrainment_rate_coefficient_shallow_convection, rain_conversion_parameter_shallow_convection, detrainment_conversion_parameter_shallow_convection, momentum_transport_reduction_factor_pgf_shallow_convection, aerosol_aware_parameter_shallow_convection, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, flag_for_nsstm_run, vertical_temperature_average_range_lower_bound, vertical_temperature_average_range_upper_bound, flag_for_fractional_grid, lake_ice_minimum, sea_ice_minimum, density_of_fresh_water, flag_for_surface_roughness_option_over_ocean, atmosphere_heat_diffusivity_background_maximum, atmosphere_diffusivity_coefficient_factor, tke_dissipative_heating_factor, updraft_fraction_in_boundary_layer_mass_flux_scheme, downdraft_fraction_in_boundary_layer_mass_flux_scheme, surface_roughness_fraction_factor, latent_heat_flux_fraction_factor_relative_to_sensible_heat_flux, number_of_independent_cellular_automata, cellular_automata_lifetime, cellular_automata_finer_grid, cellular_automata_seed_probability, cellular_automata_seed_frequency, flag_for_cellular_automata, flag_for_sgs_cellular_automata, flag_for_global_cellular_automata, flag_for_global_cellular_automata_closure, flag_for_global_cellular_automata_entr, flag_for_global_cellular_automata_trigger, flag_for_gaussian_spatial_filter, seed_for_random_number_generation_in_cellular_automata_scheme, number_of_iterations_to_spin_up_cellular_automata, threshold_for_perturbed_vertical_velocity, flag_for_stochastic_physics_perturbations, flag_for_mountain_blocking, flag_for_stochastic_shum_option, flag_for_stochastic_skeb_option, index_for_stochastic_land_surface_perturbation_type, number_of_land_surface_variables_perturbed, magnitude_of_perturbations_for_landperts, variables_to_be_perturbed_for_landperts, number_of_tracers, number_of_tracers_plus_one, index_for_water_vapor, index_for_ozone, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, index_for_cloud_amount, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, index_for_rain_number_concentration, index_for_snow_number_concentration, index_for_graupel_number_concentration, index_for_turbulent_kinetic_energy, index_for_mass_weighted_rime_factor, index_for_water_friendly_aerosols, index_for_ice_friendly_aerosols, number_of_chemical_tracers, index_for_first_chemical_tracer, diagnostics_control_for_chemical_tracers, coefficients_for_aerosol_scavenging, number_of_fields_in_phyf2d, number_of_fields_in_phyf3d, index_for_cloud_fraction_in_3d_arrays_for_microphysics, array_dimension_of_2d_arrays_for_microphysics, array_dimension_of_3d_arrays_for_microphysics, index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d, index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d, index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d, number_of_convective_3d_cloud_fields, number_of_3d_arrays_associated_with_pdf_based_clouds, number_of_cloud_types_CS, index_for_convective_cloud_water_mixing_ratio_in_phy_f3d, index_for_convective_cloud_cover_in_phy_f3d, index_for_cloud_liquid_water_effective_radius, index_for_ice_effective_radius, index_for_rain_effective_radius, index_for_snow_effective_radius, index_for_graupel_effective_radius, index_for_air_temperature_two_timesteps_back, index_for_air_temperature_at_previous_timestep, index_for_specific_humidity_two_timesteps_back, index_for_specific_humidity_at_previous_timestep, index_for_surface_air_pressure_two_timesteps_back, index_for_surface_air_pressure_at_previous_timestep, flag_debug, index_for_diagnostic_printout, flag_print, flag_to_calc_sw, flag_to_calc_lw, forecast_hour_of_the_day, solar_constant, equation_of_time, sine_of_solar_declination_angle, cosine_of_solar_declination_angle, convective_cloud_switch, forecast_time_at_previous_timestep, forecast_time, time_since_diagnostics_zeroed, index_of_time_step, flag_for_first_time_step, flag_for_restart, flag_for_hydrostatic_solver, forecast_date_and_time, forecast_month, number_of_days_in_year, julian_day, flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics, seconds_elapsed_since_model_initialization, vertical_sigma_coordinate_for_radiation_initialization, inverse_scaling_factor_for_critical_relative_humidity, maximum_scaling_factor_for_critical_relative_humidity, minimum_scaling_factor_for_critical_relative_humidity, maximum_critical_relative_humidity, gwd_opt, do_mynnedmf, do_mynnsfclay, do_myjsfc, do_myjpbl, grav_settling, tke_budget, tke_advect, cloudpdf, mixing_length_flag, edmf_flag, edmf_momentum_transport_flag, edmf_tke_transport_flag, edmf_partition_flag, cloud_specie_mix_flag, mix_total_water_flag, mynn_output_flag, couple_sgs_clouds_to_radiation_flag, do_ugwp, turb_oro_form_drag_flag, flag_for_gravity_wave_drag, flag_for_convective_gravity_wave_drag, diag_ugwp_flag, flag_for_uni_cld, flag_for_lmfshal, flag_for_scale_aware_mass_flux_convection DEBUG: Variables in derived type GFS_interstitial_type: humidity_mixing_ratio, cloud_liquid_water_mixing_ratio, cloud_rain_water_mixing_ratio, cloud_ice_mixing_ratio, cloud_snow_mixing_ratio, mass_weighted_rime_factor_mixing_ratio, fraction_of_ice_water_cloud, fraction_of_rain_water_cloud, rime_factor, total_cloud_condensate_mixing_ratio_updated_by_physics, surface_upwelling_longwave_flux_over_ocean_interstitial, surface_upwelling_longwave_flux_over_land_interstitial, surface_upwelling_longwave_flux_over_ice_interstitial, surface_downwelling_direct_near_infrared_shortwave_flux, surface_upwelling_direct_near_infrared_shortwave_flux, surface_downwelling_diffuse_near_infrared_shortwave_flux, surface_upwelling_diffuse_near_infrared_shortwave_flux, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, surface_albedo_perturbation, cloud_overlap_decorrelation_parameter, perturbation_of_soil_type_b_parameter, surface_drag_coefficient_for_momentum_in_air, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice, convective_cloud_fraction_for_microphysics, convective_cloud_volume_fraction, cloud_area_fraction, cloud_area_fraction_for_radiation, cloud_optical_depth_layers_at_10mu_band, cloud_optical_depth_layers_at_0p55mu_band, cloud_work_function, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_snow_water_path, mean_effective_radius_for_snow_flake, convective_transportable_tracers, ice_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_convective_transport_tracer, turbulent_kinetic_energy_convective_transport_tracer, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale, surface_drag_wind_speed_for_momentum_in_air_over_ocean, surface_drag_wind_speed_for_momentum_in_air_over_land, surface_drag_wind_speed_for_momentum_in_air_over_ice, tendency_of_cloud_water_due_to_convective_microphysics, ice_fraction_in_convective_tower, detrained_mass_flux, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, convective_cloud_cover, convective_cloud_water_mixing_ratio, cloud_top_entrainment_instability_value, grid_sensitive_critical_cloud_top_entrainment_instability_criteria, maximum_column_heating_rate, instantaneous_atmosphere_downdraft_convective_mass_flux, cloud_decorrelation_length, air_pressure_difference_between_midlayers, geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature, layer_pressure_thickness_for_radiation, atmosphere_heat_diffusivity, characteristic_grid_length_scale, tendency_of_tracers_due_to_model_physics, tendency_of_water_vapor_specific_humidity_due_to_model_physics, tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ozone_mixing_ratio_due_to_model_physics, tendency_of_cloud_droplet_number_concentration_due_to_model_physics, tendency_of_ice_number_concentration_due_to_model_physics, tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics, tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics, tendency_of_rain_water_mixing_ratio_due_to_model_physics, tendency_of_snow_water_mixing_ratio_due_to_model_physics, tendency_of_graupel_mixing_ratio_due_to_model_physics, tendency_of_turbulent_kinetic_energy_due_to_model_physics, instantaneous_surface_upward_latent_heat_flux, subsurface_runoff_flux, tendency_of_air_temperature_due_to_model_physics, tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky, instantaneous_surface_upward_sensible_heat_flux, mean_change_over_depth_in_sea_water_temperature, instantaneous_atmosphere_detrainment_convective_mass_flux, tendency_of_x_wind_due_to_model_physics, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_surface_x_momentum_flux, tendency_of_vertically_diffused_tracer_concentration, tendency_of_y_wind_due_to_model_physics, instantaneous_y_stress_due_to_gravity_wave_drag, instantaneous_surface_y_momentum_flux, layer_thickness_for_radiation, maximum_subgrid_orography, surface_longwave_emissivity_over_ocean_interstitial, surface_longwave_emissivity_over_land_interstitial, surface_longwave_emissivity_over_ice_interstitial, surface_upward_potential_latent_heat_flux, surface_upward_potential_latent_heat_flux_over_ocean, surface_upward_potential_latent_heat_flux_over_land, surface_upward_potential_latent_heat_flux_over_ice, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_land, kinematic_surface_upward_latent_heat_flux_over_ice, soil_upward_latent_heat_flux, canopy_upward_latent_heat_flux, aerosol_optical_properties_for_longwave_bands_01_16, aerosol_optical_depth_for_longwave_bands_01_16, aerosol_single_scattering_albedo_for_longwave_bands_01_16, aerosol_asymmetry_parameter_for_longwave_bands_01_16, aerosol_optical_properties_for_shortwave_bands_01_16, aerosol_optical_depth_for_shortwave_bands_01_16, aerosol_single_scattering_albedo_for_shortwave_bands_01_16, aerosol_asymmetry_parameter_for_shortwave_bands_01_16, Monin_Obukhov_similarity_function_for_heat_over_ocean, Monin_Obukhov_similarity_function_for_heat_over_land, Monin_Obukhov_similarity_function_for_heat_over_ice, Monin_Obukhov_similarity_function_for_heat_at_2m, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean, Monin_Obukhov_similarity_function_for_heat_at_2m_over_land, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice, flag_for_cice, flag_for_guess_run, flag_for_iteration, Monin_Obukhov_similarity_function_for_momentum_over_ocean, Monin_Obukhov_similarity_function_for_momentum_over_land, Monin_Obukhov_similarity_function_for_momentum_over_ice, Monin_Obukhov_similarity_function_for_momentum_at_10m, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice, dynamics_to_physics_timestep_ratio, land_area_fraction_for_microphysics, fraction_of_tracer_scavenged, fraction_of_cloud_top_water_scavenged, surface_downwelling_longwave_flux_absorbed_by_ground, surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean, surface_downwelling_longwave_flux_absorbed_by_ground_over_land, surface_downwelling_longwave_flux_absorbed_by_ground_over_ice, anisotropy_of_subgrid_orography, countergradient_mixing_term_for_water_vapor, countergradient_mixing_term_for_temperature, volume_mixing_ratio_co2, volume_mixing_ratio_n2o, volume_mixing_ratio_ch4, volume_mixing_ratio_o2, volume_mixing_ratio_co, volume_mixing_ratio_cfc11, volume_mixing_ratio_cfc12, volume_mixing_ratio_cfc22, volume_mixing_ratio_ccl4, volume_mixing_ratio_cfc113, upward_heat_flux_in_soil, upward_heat_flux_in_soil_over_ocean, upward_heat_flux_in_soil_over_land, upward_heat_flux_in_soil_over_ice, lwe_thickness_of_graupel_amount, tendency_of_x_wind_due_to_convective_gravity_wave_drag, tendency_of_y_wind_due_to_convective_gravity_wave_drag, number_of_coefficients_in_h2o_forcing_data, natural_log_of_h2o_forcing_data_pressure_levels, surface_upward_latent_heat_flux_reduction_factor, surface_upward_sensible_heat_flux_reduction_factor, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_land, kinematic_surface_upward_sensible_heat_flux_over_ice, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, lwe_thickness_of_ice_amount, flag_nonzero_land_surface_fraction, daytime_points, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_lake_surface_fraction, flag_nonzero_ocean_surface_fraction, horizontal_index_of_printed_column, sea_land_ice_mask, sea_land_ice_mask_cice, number_of_aerosol_tracers_for_convection, flag_nonzero_wet_surface_fraction, vertical_index_difference_between_layer_and_lower_bound, vertical_index_at_cloud_base, flag_deep_convection, vertical_index_difference_between_inout_and_local, index_of_highest_temperature_inversion, vertical_index_at_top_of_atmosphere_boundary_layer, vertical_index_difference_between_layer_and_upper_bound, vertical_index_at_cloud_top, latitude_index_in_debug_printouts, vertical_interface_dimension, vertical_dimension_of_h2o_forcing_data, vertical_dimension_of_ozone_forcing_data, adjusted_vertical_layer_dimension_for_radiation, adjusted_vertical_level_dimension_for_radiation, model_layer_number_at_cloud_base, flag_mg3_as_mg2, model_layer_number_at_cloud_top, number_of_aerosol_bands_for_longwave_radiation, number_of_aerosol_bands_for_shortwave_radiation, local_graupel_number_concentration, local_ice_number_concentration, local_condesed_water_number_concentration, local_rain_number_concentration, local_snow_number_concentration, number_of_tracers_for_CS, daytime_points_dimension, number_of_aerosol_output_fields_for_longwave_radiation, number_of_aerosol_output_fields_for_shortwave_radiation, number_of_tracers_for_convective_transport, number_of_tracers_for_cloud_condensate, number_of_tracers_for_samf, number_of_tracers_scavenged, number_of_species_for_aerosol_optical_depth, index_for_ice_cloud_condensate_vertical_diffusion_tracer, index_for_turbulent_kinetic_energy_convective_transport_tracer, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, number_of_vertical_diffusion_tracers, asymmetry_of_subgrid_orography, standard_deviation_of_subgrid_orography_small_scale, asymmetry_of_subgrid_orography_small_scale, convexity_of_subgrid_orography, convexity_of_subgrid_orography_small_scale, ozone_concentration_at_layer_for_radiation, flag_convective_tracer_transport, number_of_coefficients_in_ozone_forcing_data, number_of_coefficients_in_ozone_forcing_data_plus_five, natural_log_of_ozone_forcing_data_pressure_levels, flag_for_hydrostatic_heating_from_physics, air_pressure_at_interface_for_radiation_in_hPa, air_pressure_at_layer_for_radiation_in_hPa, prandtl_number, specific_humidity_at_2m_from_noahmp, local_graupel_mixing_ratio, mass_fraction_of_convective_cloud_ice, mass_fraction_of_convective_cloud_liquid_water, water_vapor_specific_humidity_at_layer_for_radiation, local_rain_water_mixing_ratio, local_snow_water_mixing_ratio, lwe_thickness_of_explicit_precipitation_amount, surface_specific_humidity_over_ocean, surface_specific_humidity_over_land, surface_specific_humidity_over_ice, flag_for_resetting_radar_reflectivity_calculation, time_step_for_radiation, lwe_thickness_of_deep_convective_precipitation_amount, lwe_thickness_of_shallow_convective_precipitation_amount, lwe_thickness_of_moist_convective_adj_precipitation_amount, lwe_thickness_of_explicit_rain_amount, tendency_of_rain_water_mixing_ratio_due_to_microphysics, bulk_richardson_number_at_lowest_model_level, bulk_richardson_number_at_lowest_model_level_over_ocean, bulk_richardson_number_at_lowest_model_level_over_land, bulk_richardson_number_at_lowest_model_level_over_ice, flag_reset_maximum_hourly_fields, critical_relative_humidity, surface_runoff_flux, ozone_mixing_ratio_save, cloud_condensed_water_mixing_ratio_save, ice_water_mixing_ratio_save, water_vapor_specific_humidity_save, tracer_concentration_save, air_temperature_save, air_temperature_save_from_convective_parameterization, x_wind_save, y_wind_save, snow_deposition_sublimation_upward_latent_heat_flux, components_of_surface_downward_shortwave_fluxes, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, slope_of_subgrid_orography, bounded_vegetation_area_fraction, convective_updraft_area_fraction, convective_updraft_area_fraction_at_model_interfaces, flag_skip_macro, surface_slope_classification, surface_snow_area_fraction, surface_snow_thickness_water_equivalent_over_ocean, surface_snow_thickness_water_equivalent_over_land, surface_snow_thickness_water_equivalent_over_ice, snow_freezing_rain_upward_latent_heat_flux, lwe_thickness_of_snow_amount, surface_snow_melt, soil_type_classification, surface_wind_stress, surface_wind_stress_over_ocean, surface_wind_stress_over_land, surface_wind_stress_over_ice, temperature_at_2m_from_noahmp, angle_from_east_of_maximum_subgrid_orographic_variations, sea_ice_temperature_interstitial, air_temperature_at_interface_for_radiation, air_temperature_at_layer_for_radiation, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice, start_index_of_other_tracers, number_of_total_tracers, flag_for_aerosol_convective_transport_and_PBL_diffusion, transpiration_flux, surface_skin_temperature_for_nsst, surface_air_temperature_for_radiation, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ice_interstitial, surface_ground_temperature_for_radiation, surface_skin_temperature_after_iteration, surface_skin_temperature_after_iteration_over_ocean, surface_skin_temperature_after_iteration_over_land, surface_skin_temperature_after_iteration_over_ice, number_of_water_tracers, instantaneous_atmosphere_updraft_convective_mass_flux, surface_friction_velocity_over_ocean, surface_friction_velocity_over_land, surface_friction_velocity_over_ice, vertically_diffused_tracer_concentration, magnitude_of_perturbation_of_vegetation_fraction, perturbation_of_vegetation_fraction, vegetation_type_classification, vertical_velocity_for_updraft, maximum_updraft_velocity_at_cloud_base, water_equivalent_accumulated_snow_depth_over_ocean, water_equivalent_accumulated_snow_depth_over_land, water_equivalent_accumulated_snow_depth_over_ice, wind_speed_at_lowest_model_layer, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, instantaneous_cosine_of_zenith_angle, perturbation_of_leaf_area_index, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, perturbation_of_momentum_roughness_length, surface_roughness_length_over_ocean_interstitial, surface_roughness_length_over_land_interstitial, surface_roughness_length_over_ice_interstitial, perturbation_of_heat_to_momentum_roughness_length_ratio, tendency_of_x_wind_due_to_ugwp, tendency_of_y_wind_due_to_ugwp, tendency_of_air_temperature_due_to_ugwp, eddy_mixing_due_to_ugwp, height_of_mountain_blocking, height_of_low_level_wave_breaking, height_of_launch_level_of_orographic_gravity_wave, instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag, instantaneous_momentum_flux_due_to_mountain_blocking_drag, instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag, instantaneous_momentum_flux_due_to_nonstationary_gravity_wave, instantaneous_change_in_x_wind_due_to_mountain_blocking_drag, instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag, instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, air_temperature_at_interface_for_RRTMGP, virtual_temperature, relative_humidity, layer_thickness, chemical_tracers, cloud_overlap_param, precip_overlap_param, initial_permutation_seed_sw, initial_permutation_seed_lw, RRTMGP_cloud_optical_depth_layers_at_0_55mu_band, RRTMGP_cloud_optical_depth_layers_at_10mu_band, RRTMGP_lw_flux_profile_upward_allsky, RRTMGP_lw_flux_profile_downward_allsky, RRTMGP_lw_flux_profile_upward_clrsky, RRTMGP_lw_flux_profile_downward_clrsky, surface_skin_temperature_at_previous_time_step, RRTMGP_jacobian_of_lw_flux_profile_upward, RRTMGP_jacobian_of_lw_flux_profile_downward, RRTMGP_sw_flux_profile_upward_allsky, RRTMGP_sw_flux_profile_downward_allsky, RRTMGP_sw_flux_profile_upward_clrsky, RRTMGP_sw_flux_profile_downward_clrsky, RRTMGP_lw_fluxes, RRTMGP_sw_fluxes, RRTMGP_aerosol_optical_properties_for_longwave_bands_01_16, RRTMGP_aerosol_optical_depth_for_longwave_bands_01_16, RRTMGP_aerosol_single_scattering_albedo_for_longwave_bands_01_16, RRTMGP_aerosol_asymmetry_parameter_for_longwave_bands_01_16, RRTMGP_aerosol_optical_properties_for_shortwave_bands_01_16, RRTMGP_aerosol_optical_depth_for_shortwave_bands_01_16, RRTMGP_aerosol_single_scattering_albedo_for_shortwave_bands_01_16, RRTMGP_aerosol_asymmetry_parameter_for_shortwave_bands_01_16, seed_random_numbers_lw_for_RRTMGP, seed_random_numbers_sw_for_RRTMGP, precipitation_fraction_by_layer, coefficients_for_sw_gas_optics, coefficients_for_sw_cloud_optics, shortwave_optical_properties_for_clear_sky, shortwave_optical_properties_for_cloudy_atmosphere_by_band, shortwave_optical_properties_for_precipitation_by_band, shortwave_optical_properties_for_precipitation, shortwave_optical_properties_for_cloudy_atmosphere, shortwave_optical_properties_for_aerosols, Gas_concentrations_for_RRTMGP_suite, longwave_source_function, coefficients_for_lw_gas_optics, coefficients_for_lw_cloud_optics, longwave_optical_properties_for_clear_sky, longwave_optical_properties_for_cloudy_atmosphere, longwave_optical_properties_for_precipitation, longwave_optical_properties_for_cloudy_atmosphere_by_band, longwave_optical_properties_for_precipitation_by_band, longwave_optical_properties_for_aerosols, surface_emissivity_in_each_RRTMGP_LW_band, secant_of_diffusivity_angle_each_RRTMGP_LW_band, surface_albedo_nearIR_direct, surface_albedo_nearIR_diffuse, surface_albedo_uvvis_dir, surface_albedo_uvvis_dif, toa_incident_lw_flux_by_spectral_point, toa_incident_sw_flux_by_spectral_point, list_of_active_gases_used_by_RRTMGP -DEBUG: Variables in derived type GFS_tbd_type: seed_random_numbers_sw, seed_random_numbers_lw, ozone_forcing, h2o_forcing, atmosphere_boundary_layer_thickness, in_number_concentration, ccn_number_concentration, aerosol_number_concentration_from_gocart_aerosol_climatology, map_of_block_column_number_to_global_i_index, map_of_block_column_number_to_global_j_index, random_number_array, accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90, smallest_cloud_base_vertical_index_encountered_thus_far, largest_cloud_top_vertical_index_encountered_thus_far, tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step, tendency_of_lwe_thickness_of_precipitation_amount_for_coupling, tendency_of_lwe_thickness_of_snow_amount_for_coupling, cloud_base_mass_flux, surface_air_pressure_two_time_steps_back, surface_air_pressure_at_previous_time_step, surface_wind_enhancement_due_to_convection, air_temperature_two_time_steps_back, water_vapor_specific_humidity_two_time_steps_back, air_temperature_at_previous_time_step, water_vapor_specific_humidity_at_previous_time_step, convective_cloud_water_mixing_ratio_in_phy_f3d, convective_cloud_cover_in_phy_f3d, kinematic_buoyancy_flux_from_shoc, atmosphere_heat_diffusivity_from_shoc, subgrid_scale_cloud_fraction_from_shoc, cloud_fraction_for_MG, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, effective_radius_of_stratiform_cloud_graupel_particle_in_um, temperature_tendency_due_to_dynamics, moisture_tendency_due_to_dynamics, temperature_from_previous_timestep, moisture_from_previous_timestep, conv_activity_counter, subgrid_cloud_fraction_pbl, subgrid_cloud_water_mixing_ratio_pbl, subgrid_cloud_ice_mixing_ratio_pbl, mixing_length, stability_function_for_heat, tke_at_mass_points, t_prime_squared, q_prime_squared, t_prime_q_prime, surface_specific_humidity_for_MYJ_schemes, potential_temperature_at_viscous_sublayer_top, specific_humidity_at_viscous_sublayer_top, u_wind_component_at_viscous_sublayer_top, v_wind_component_at_viscous_sublayer_top, baseline_surface_roughness_length, heat_exchange_coefficient_for_MYJ_schemes, momentum_exchange_coefficient_for_MYJ_schemes, surface_layer_evaporation_switch, kinematic_surface_latent_heat_flux, weight_for_momentum_at_viscous_sublayer_top, weight_for_potental_temperature_at_viscous_sublayer_top, weight_for_specific_humidity_at_viscous_sublayer_top +DEBUG: Variables in derived type GFS_tbd_type: seed_random_numbers_sw, seed_random_numbers_lw, ozone_forcing, h2o_forcing, atmosphere_boundary_layer_thickness, ice_nucleation_number, tendency_of_ccn_activated_number, aerosol_number_concentration_from_gocart_aerosol_climatology, map_of_block_column_number_to_global_i_index, map_of_block_column_number_to_global_j_index, random_number_array, accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90, smallest_cloud_base_vertical_index_encountered_thus_far, largest_cloud_top_vertical_index_encountered_thus_far, tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step, tendency_of_lwe_thickness_of_precipitation_amount_for_coupling, tendency_of_lwe_thickness_of_snow_amount_for_coupling, cloud_base_mass_flux, surface_air_pressure_two_timesteps_back, surface_air_pressure_at_previous_timestep, surface_wind_enhancement_due_to_convection, air_temperature_two_timesteps_back, water_vapor_specific_humidity_two_timesteps_back, air_temperature_at_previous_timestep, water_vapor_specific_humidity_at_previous_timestep, convective_cloud_water_mixing_ratio_in_phy_f3d, convective_cloud_cover_in_phy_f3d, kinematic_buoyancy_flux_from_shoc, atmosphere_heat_diffusivity_from_shoc, subgrid_scale_cloud_fraction_from_shoc, cloud_fraction_for_MG, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, effective_radius_of_stratiform_cloud_graupel_particle_in_um, temperature_tendency_due_to_dynamics, moisture_tendency_due_to_dynamics, temperature_from_previous_timestep, moisture_from_previous_timestep, conv_activity_counter, subgrid_cloud_fraction_pbl, subgrid_cloud_water_mixing_ratio_pbl, subgrid_cloud_ice_mixing_ratio_pbl, mixing_length, stability_function_for_heat, tke_at_mass_points, t_prime_squared, q_prime_squared, t_prime_q_prime, surface_specific_humidity_for_MYJ_schemes, potential_temperature_at_viscous_sublayer_top, specific_humidity_at_viscous_sublayer_top, u_wind_component_at_viscous_sublayer_top, v_wind_component_at_viscous_sublayer_top, baseline_surface_roughness_length, heat_exchange_coefficient_for_MYJ_schemes, momentum_exchange_coefficient_for_MYJ_schemes, surface_layer_evaporation_switch, kinematic_surface_latent_heat_flux, weight_for_momentum_at_viscous_sublayer_top, weight_for_potental_temperature_at_viscous_sublayer_top, weight_for_specific_humidity_at_viscous_sublayer_top DEBUG: Variables in derived type GFS_sfcprop_type: sea_land_ice_mask_real, sea_area_fraction, land_area_fraction, lake_area_fraction, lake_depth, surface_skin_temperature, sea_surface_temperature, surface_skin_temperature_over_land, sea_ice_temperature, internal_ice_temperature, surface_snow_thickness_water_equivalent, surface_roughness_length, surface_roughness_length_over_ocean, surface_roughness_length_over_land, surface_roughness_length_over_ice, surface_roughness_length_from_wave_model, sea_ice_concentration, statistical_measures_of_subgrid_orography, standard_deviation_of_subgrid_orography, surface_snow_area_fraction_over_land, upper_bound_on_max_albedo_over_deep_snow, mean_vis_albedo_with_weak_cosz_dependency, mean_nir_albedo_with_weak_cosz_dependency, surface_slope_classification_real, minimum_vegetation_area_fraction, maximum_vegetation_area_fraction, deep_soil_temperature, vegetation_area_fraction, vegetation_type_classification_real, soil_type_classification_real, surface_friction_velocity, orography, orography_unfiltered, gf_memory_counter, sea_ice_thickness, water_equivalent_accumulated_snow_depth, canopy_water_amount, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, ratio_of_wind_at_lowest_model_layer_and_wind_at_10m, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep, flag_for_precipitation_type, volume_fraction_of_unfrozen_soil_moisture, volume_fraction_of_soil_moisture, soil_temperature, temperature_at_2m, potential_temperature_at_2m, specific_humidity_at_2m, sea_surface_reference_temperature, sub_layer_cooling_thickness, coefficient_c_0, coefficient_c_d, coefficient_w_0, coefficient_w_d, diurnal_thermocline_layer_heat_content, sea_water_salinity, diurnal_thermocline_layer_x_current, diurnal_thermocline_layer_y_current, diurnal_thermocline_layer_thickness, ocean_mixed_layer_thickness, sensitivity_of_dtl_heat_content_to_surface_temperature, sensitivity_of_dtl_thickness_to_surface_temperature, free_convection_layer_thickness, index_of_dtlm_start, sub_layer_cooling_amount, sensible_heat_flux_due_to_rainfall, number_of_snow_layers, vegetation_temperature, ground_temperature_for_noahmp, canopy_intercepted_ice_mass, canopy_intercepted_liquid_water, canopy_air_vapor_pressure, canopy_air_temperature, surface_drag_coefficient_for_momentum_for_noahmp, surface_drag_coefficient_for_heat_and_moisture_for_noahmp, area_fraction_of_wet_canopy, snow_mass_at_previous_time_step, snow_albedo_at_previous_time_step, snow_precipitation_rate_at_surface, lake_water_storage, water_table_depth, water_storage_in_aquifer, water_storage_in_aquifer_and_saturated_soil, snow_temperature, layer_bottom_depth_from_snow_surface, snow_layer_ice, snow_layer_liquid_water, leaf_mass, fine_root_mass, stem_mass, wood_mass, slow_soil_pool_mass_content_of_carbon, fast_soil_pool_mass_content_of_carbon, leaf_area_index, stem_area_index, nondimensional_snow_age, equilibrium_soil_water_content, soil_water_content_between_soil_bottom_and_water_table, water_table_recharge_when_deep, water_table_recharge_when_shallow, normalized_soil_wetness_for_land_surface_model, volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model, volume_fraction_of_frozen_soil_moisture_for_land_surface_model, volume_fraction_of_soil_moisture_for_land_surface_model, soil_temperature_for_land_surface_model, depth_of_soil_levels_for_land_surface_model, cloud_condensed_water_mixing_ratio_at_surface, water_vapor_mixing_ratio_at_surface, surface_condensation_mass, flag_for_frozen_soil_physics, density_of_frozen_precipitation, snow_temperature_bottom_first_layer, total_accumulated_snowfall, accumulated_water_equivalent_of_frozen_precip, surface_friction_velocity_drag, surface_stability_parameter, theta_star, reciprocal_of_obukhov_length, surface_exchange_coefficient_for_heat, surface_exchange_coefficient_for_moisture, surface_exchange_coefficient_for_heat_at_2m, surface_exchange_coefficient_for_moisture_at_2m, surface_latent_heat, kinematic_surface_upward_latent_heat_flux, kinematic_surface_upward_sensible_heat_flux, surface_specific_humidity, lwe_thickness_of_convective_precipitation_amount_from_previous_timestep, lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep, lwe_thickness_of_ice_amount_from_previous_timestep, lwe_thickness_of_snow_amount_from_previous_timestep, lwe_thickness_of_graupel_amount_from_previous_timestep, convective_precipitation_rate_from_previous_timestep, explicit_rainfall_rate_from_previous_timestep, ice_precipitation_rate_from_previous_timestep, snow_precipitation_rate_from_previous_timestep, graupel_precipitation_rate_from_previous_timestep, mean_vis_albedo_with_strong_cosz_dependency, mean_nir_albedo_with_strong_cosz_dependency, fractional_coverage_with_strong_cosz_dependency, fractional_coverage_with_weak_cosz_dependency DEBUG: Variables in derived type GFS_coupling_type: surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_shortwave_flux_on_radiation_time_step, surface_net_downwelling_shortwave_flux_on_radiation_time_step, surface_downwelling_longwave_flux_on_radiation_time_step, lwe_thickness_of_precipitation_amount_for_coupling, lwe_thickness_of_convective_precipitation_amount_for_coupling, lwe_thickness_of_snow_amount_for_coupling, cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, instantaneous_surface_x_momentum_flux_for_coupling, instantaneous_surface_y_momentum_flux_for_coupling, instantaneous_surface_upward_sensible_heat_flux_for_coupling, instantaneous_surface_upward_latent_heat_flux_for_coupling, instantaneous_surface_downwelling_longwave_flux_for_coupling, instantaneous_surface_downwelling_shortwave_flux_for_coupling, instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_surface_net_downward_longwave_flux_for_coupling, instantaneous_surface_net_downward_shortwave_flux_for_coupling, instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_temperature_at_2m_for_coupling, instantaneous_specific_humidity_at_2m_for_coupling, instantaneous_x_wind_at_10m_for_coupling, instantaneous_y_wind_at_10m_for_coupling, instantaneous_surface_skin_temperature_for_coupling, instantaneous_surface_air_pressure_for_coupling, surface_upwelling_longwave_flux_for_coupling, surface_x_momentum_flux_for_coupling, surface_y_momentum_flux_for_coupling, surface_upward_sensible_heat_flux_for_coupling, surface_upward_latent_heat_flux_for_coupling, surface_snow_thickness_for_coupling, sea_land_ice_mask_in, fraction_of_cellular_automata_for_deep_convection, vertical_weight_for_ca, cellular_automata_global_pattern, physics_field_for_coupling, weights_for_stochastic_shum_perturbation, weights_for_stochastic_sppt_perturbation, weights_for_stochastic_skeb_perturbation_of_x_wind, weights_for_stochastic_skeb_perturbation_of_y_wind, weights_for_stochastic_surface_physics_perturbation, instantaneous_water_vapor_specific_humidity_tendency_due_to_convection, tendency_of_water_friendly_aerosols_at_surface, tendency_of_ice_friendly_aerosols_at_surface, instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling, instantaneous_atmosphere_heat_diffusivity, convective_cloud_condesate_after_rainout DEBUG: Variables in derived type GFS_statein_type: geopotential_at_interface, air_pressure_at_interface, dimensionless_exner_function_at_model_interfaces, dimensionless_exner_function_at_lowest_model_interface, geopotential, air_pressure, air_pressure_at_lowest_model_layer, dimensionless_exner_function_at_model_layers, dimensionless_exner_function_at_lowest_model_layer, surface_air_pressure, x_wind, x_wind_at_lowest_model_layer, y_wind, y_wind_at_lowest_model_layer, omega, air_temperature, air_temperature_at_lowest_model_layer, tracer_concentration, water_vapor_specific_humidity, water_vapor_specific_humidity_at_lowest_model_layer, cloud_condensed_water_mixing_ratio, cloud_condensed_water_mixing_ratio_at_lowest_model_layer, ice_water_mixing_ratio, rain_water_mixing_ratio, snow_water_mixing_ratio, graupel_mixing_ratio, ozone_mixing_ratio, water_friendly_aerosol_number_concentration, ice_friendly_aerosol_number_concentration, cloud_droplet_number_concentration, ice_number_concentration, rain_number_concentration, snow_number_concentration, graupel_number_concentration, turbulent_kinetic_energy, dissipation_estimate_of_air_temperature_at_model_layers DEBUG: Variables in derived type GFS_cldprop_type: fraction_of_convective_cloud, pressure_at_top_of_convective_cloud, pressure_at_bottom_of_convective_cloud DEBUG: Variables in derived type GFS_data_type: GFS_statein_type_instance, GFS_stateout_type_instance, GFS_sfcprop_type_instance, GFS_coupling_type_instance, GFS_grid_type_instance, GFS_tbd_type_instance, GFS_cldprop_type_instance, GFS_radtend_type_instance, GFS_diag_type_instance DEBUG: Variables in derived type GFS_radtend_type: sw_fluxes_sfc, lw_fluxes_sfc, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, surface_diffused_shortwave_albedo, cosine_of_zenith_angle, daytime_mean_cosz_over_rad_call_period, surface_midlayer_air_temperature_in_longwave_radiation, surface_longwave_emissivity, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_for_idea -DEBUG: Variables in derived type GFS_grid_type: cell_area, cell_size, latitude, longitude, cosine_of_latitude, sine_of_latitude, latitude_in_degree, longitude_in_degree +DEBUG: Variables in derived type GFS_grid_type: cell_area, cell_size, latitude, longitude, cosine_of_latitude, sine_of_latitude, latitude_in_degree, longitude_in_degree, lower_ozone_interpolation_index, upper_ozone_interpolation_index, ozone_interpolation_weight, lower_water_vapor_interpolation_index, upper_water_vapor_interpolation_index, water_vapor_interpolation_weight, lower_aerosol_y_interpolation_index, upper_aerosol_y_interpolation_index, aerosol_y_interpolation_weight, lower_aerosol_x_interpolation_index, upper_aerosol_x_interpolation_index, aerosol_x_interpolation_weight, lower_cloud_nuclei_y_interpolation_index, upper_cloud_nuclei_y_interpolation_index, cloud_nuclei_y_interpolation_weight, lower_cloud_nuclei_x_interpolation_index, upper_cloud_nuclei_x_interpolation_index, cloud_nuclei_x_interpolation_weight DEBUG: Variables in derived type GFS_stateout_type: x_wind_updated_by_physics, x_wind_at_lowest_model_layer_updated_by_physics, y_wind_updated_by_physics, y_wind_at_lowest_model_layer_updated_by_physics, air_temperature_updated_by_physics, air_temperature_at_lowest_model_layer_updated_by_physics, tracer_concentration_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics, ozone_concentration_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, ice_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, snow_water_mixing_ratio_updated_by_physics, graupel_mixing_ratio_updated_by_physics, mass_weighted_rime_factor_updated_by_physics, water_friendly_aerosol_number_concentration_updated_by_physics, ice_friendly_aerosol_number_concentration_updated_by_physics, cloud_droplet_number_concentration_updated_by_physics, ice_number_concentration_updated_by_physics, rain_number_concentration_updated_by_physics, snow_number_concentration_updated_by_physics, graupel_number_concentration_updated_by_physics, cloud_fraction_updated_by_physics DEBUG: Variables in derived type GFS_init_type: INFO: Parsed variable definition tables in module GFS_typedefs @@ -19062,6 +11184,8 @@ INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of DEBUG: Updating local name of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from tprcp_ocean to GFS_Interstitial(cdata%thrd_no)%tprcp_ocean INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata DEBUG: Updating local name of variable log_pressure_at_Lagrangian_surface from peln to CCPP_interstitial%peln +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 +DEBUG: Updating local name of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from du3dt_tms to GFS_Data(cdata%blk_no)%Intdiag%du3dt_tms INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata DEBUG: Updating local name of variable height_of_launch_level_of_orographic_gravity_wave from zogw to GFS_Interstitial(cdata%thrd_no)%zogw INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata @@ -19115,6 +11239,8 @@ INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_ DEBUG: Updating local name of variable number_of_statistical_measures_of_subgrid_orography from nmtvr to GFS_Control%nmtvr INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata DEBUG: Updating local name of variable snow_precipitation_rate_at_surface from qsnowxy to GFS_Data(cdata%blk_no)%Sfcprop%qsnowxy +INFO: Converting local name jindx1_ci of variable lower_cloud_nuclei_y_interpolation_index from new to old metadata +DEBUG: Updating local name of variable lower_cloud_nuclei_y_interpolation_index from jindx1_ci to GFS_Data(cdata%blk_no)%Grid%jindx1_ci INFO: Converting local name do_sppt of variable flag_for_stochastic_physics_perturbations from new to old metadata DEBUG: Updating local name of variable flag_for_stochastic_physics_perturbations from do_sppt to GFS_Control%do_sppt INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata @@ -19146,6 +11272,8 @@ INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_ DEBUG: Updating local name of variable surface_upwelling_longwave_flux_for_coupling from ulwsfcin_cpl to GFS_Data(cdata%blk_no)%Coupling%ulwsfcin_cpl INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata DEBUG: Updating local name of variable do_ugwp from do_ugwp to GFS_Control%do_ugwp +INFO: Converting local name in_nm of variable ice_nucleation_number from new to old metadata +DEBUG: Updating local name of variable ice_nucleation_number from in_nm to GFS_Data(cdata%blk_no)%Tbd%in_nm INFO: Converting local name rrtmgp_nGptsLW of variable number_of_lw_spectral_points_rrtmgp from new to old metadata DEBUG: Updating local name of variable number_of_lw_spectral_points_rrtmgp from rrtmgp_nGptsLW to GFS_Control%rrtmgp_nGptsLW INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata @@ -19168,8 +11296,8 @@ INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from DEBUG: Updating local name of variable cloud_ice_water_path from clouds(:,:,4) to GFS_Interstitial(cdata%thrd_no)%clouds(:,:,4) INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata DEBUG: Updating local name of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from refdmax to GFS_Data(cdata%blk_no)%Intdiag%refdmax -INFO: Converting local name flxprf_sw of variable RRTMGP_sw_fluxes from new to old metadata -DEBUG: Updating local name of variable RRTMGP_sw_fluxes from flxprf_sw to GFS_Interstitial(cdata%thrd_no)%flxprf_sw +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from tau_ogw to GFS_Data(cdata%blk_no)%Intdiag%tau_ogw INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata DEBUG: Updating local name of variable integrated_y_momentum_flux_from_large_scale_gwd from dvsfc_ls to GFS_Data(cdata%blk_no)%Intdiag%dvsfc_ls INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata @@ -19196,6 +11324,8 @@ INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from ne DEBUG: Updating local name of variable ratio_of_snowfall_to_rainfall from sr to GFS_Data(cdata%blk_no)%Intdiag%sr INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata DEBUG: Updating local name of variable multiplication_factors_for_convective_gravity_wave_drag from cgwf to GFS_Control%cgwf +INFO: Converting local name jindx1_aer of variable lower_aerosol_y_interpolation_index from new to old metadata +DEBUG: Updating local name of variable lower_aerosol_y_interpolation_index from jindx1_aer to GFS_Data(cdata%blk_no)%Grid%jindx1_aer INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata DEBUG: Updating local name of variable flag_for_precipitation_partition_option from iopt_snf to GFS_Control%iopt_snf INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata @@ -19204,6 +11334,8 @@ INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from DEBUG: Updating local name of variable layer_thickness_for_radiation from dzlyr to GFS_Interstitial(cdata%thrd_no)%dzlyr INFO: Converting local name ty_cloud_optics of variable ty_cloud_optics from new to old metadata DEBUG: Variable index_for_liquid_cloud_condensate was in old metadata format and has already been converted +INFO: Converting local name fluxr of variable cumulative_radiation_diagnostic from new to old metadata +DEBUG: Updating local name of variable cumulative_radiation_diagnostic from fluxr to GFS_Data(cdata%blk_no)%Intdiag%fluxr INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata DEBUG: Updating local name of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from nnirdfi_cpl to GFS_Data(cdata%blk_no)%Coupling%nnirdfi_cpl INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata @@ -19291,8 +11423,6 @@ INFO: Converting local name deeprechxy of variable water_table_recharge_when_dee DEBUG: Updating local name of variable water_table_recharge_when_deep from deeprechxy to GFS_Data(cdata%blk_no)%Sfcprop%deeprechxy INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata DEBUG: Updating local name of variable flag_for_sas_shallow_convection_scheme from imfshalcnv_sas to GFS_Control%imfshalcnv_sas -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -DEBUG: Updating local name of variable air_temperature_at_previous_time_step from phy_f3d(:,:,3) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,3) INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata DEBUG: Updating local name of variable surface_skin_temperature_after_iteration from tsurf to GFS_Interstitial(cdata%thrd_no)%tsurf INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata @@ -19341,6 +11471,8 @@ INFO: Converting local name bl_mynn_output of variable mynn_output_flag from new DEBUG: Updating local name of variable mynn_output_flag from bl_mynn_output to GFS_Control%bl_mynn_output INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata DEBUG: Updating local name of variable weights_for_stochastic_skeb_perturbation_of_x_wind from skebu_wts to GFS_Data(cdata%blk_no)%Coupling%skebu_wts +INFO: Converting local name jindx2_ci of variable upper_cloud_nuclei_y_interpolation_index from new to old metadata +DEBUG: Updating local name of variable upper_cloud_nuclei_y_interpolation_index from jindx2_ci to GFS_Data(cdata%blk_no)%Grid%jindx2_ci INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata DEBUG: Updating local name of variable flag_for_sgs_cellular_automata from ca_sgs to GFS_Control%ca_sgs INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata @@ -19356,6 +11488,8 @@ INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_functio DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from fh2_ice to GFS_Interstitial(cdata%thrd_no)%fh2_ice INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata DEBUG: Updating local name of variable flag_to_calc_lw from lslwr to GFS_Control%lslwr +INFO: Converting local name nfxr of variable number_of_radiation_diagnostic_variables from new to old metadata +DEBUG: Updating local name of variable number_of_radiation_diagnostic_variables from nfxr to GFS_Control%nfxr INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata DEBUG: Updating local name of variable soil_moisture_content from soilm to GFS_Data(cdata%blk_no)%Intdiag%soilm INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata @@ -19529,6 +11663,8 @@ DEBUG: Variable index_for_ice_cloud_condensate was in old metadata format and ha DEBUG: Updating local name of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from dqdt(:,:,index_for_ice_cloud_condensate) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntiw) INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata DEBUG: Updating local name of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from snow to GFS_Data(cdata%blk_no)%Intdiag%snow +INFO: Converting local name iindx2_aer of variable upper_aerosol_x_interpolation_index from new to old metadata +DEBUG: Updating local name of variable upper_aerosol_x_interpolation_index from iindx2_aer to GFS_Data(cdata%blk_no)%Grid%iindx2_aer INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata DEBUG: Updating local name of variable cellular_automata_finer_grid from ncells to GFS_Control%ncells INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata @@ -19544,6 +11680,8 @@ INFO: Converting local name clxss of variable fraction_of_grid_box_with_subgrid_ DEBUG: Updating local name of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale from clxss to GFS_Interstitial(cdata%thrd_no)%clxss INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata DEBUG: Updating local name of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from mg_qcmin to GFS_Control%mg_qcmin +INFO: Converting local name iindx2_ci of variable upper_cloud_nuclei_x_interpolation_index from new to old metadata +DEBUG: Updating local name of variable upper_cloud_nuclei_x_interpolation_index from iindx2_ci to GFS_Data(cdata%blk_no)%Grid%iindx2_ci INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata DEBUG: Updating local name of variable k_level_of_highest_reaching_plume from ktop_shallow to GFS_Data(cdata%blk_no)%Intdiag%ktop_shallow INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata @@ -19612,6 +11750,8 @@ INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new DEBUG: Updating local name of variable flag_for_ozone_physics from oz_phys to GFS_Control%oz_phys INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata DEBUG: Updating local name of variable array_dimension_of_2d_arrays_for_microphysics from num_p2d to GFS_Control%num_p2d +INFO: Converting local name ddy_ci of variable cloud_nuclei_y_interpolation_weight from new to old metadata +DEBUG: Updating local name of variable cloud_nuclei_y_interpolation_weight from ddy_ci to GFS_Data(cdata%blk_no)%Grid%ddy_ci INFO: Converting local name flag_for_scnv_generic_tend of variable flag_for_generic_shallow_convection_tendency from new to old metadata DEBUG: Updating local name of variable flag_for_generic_shallow_convection_tendency from flag_for_scnv_generic_tend to GFS_Control%flag_for_scnv_generic_tend INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata @@ -19631,6 +11771,8 @@ INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to DEBUG: Updating local name of variable tke_advect from bl_mynn_tkeadvect to GFS_Control%bl_mynn_tkeadvect INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata DEBUG: Updating local name of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from du3dt(:,:,4) to GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,4) +INFO: Converting local name lgfdlmprad of variable flag_for_GFDL_microphysics_radiation_interaction from new to old metadata +DEBUG: Updating local name of variable flag_for_GFDL_microphysics_radiation_interaction from lgfdlmprad to GFS_Control%lgfdlmprad INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata DEBUG: Updating local name of variable surface_specific_humidity_for_MYJ_schemes from phy_myj_qsfc to GFS_Data(cdata%blk_no)%Tbd%phy_myj_qsfc INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata @@ -19708,6 +11850,8 @@ DEBUG: Updating local name of variable flag_for_restart from restart to GFS_Cont INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata INFO: Converting local name alpha of variable cloud_overlap_decorrelation_parameter from new to old metadata DEBUG: Updating local name of variable cloud_overlap_decorrelation_parameter from alpha to GFS_Interstitial(cdata%thrd_no)%alpha +INFO: Converting local name nqvdelt of variable index_for_specific_humidity_at_previous_timestep from new to old metadata +DEBUG: Updating local name of variable index_for_specific_humidity_at_previous_timestep from nqvdelt to GFS_Control%nqvdelt 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 DEBUG: Updating local name of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from dvisbm_cpl to GFS_Data(cdata%blk_no)%Coupling%dvisbm_cpl INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata @@ -19718,6 +11862,10 @@ INFO: Converting local name det_sqv of variable water_vapor_detrainment_tendency DEBUG: Updating local name of variable water_vapor_detrainment_tendency from det_sqv to GFS_Data(cdata%blk_no)%Intdiag%det_sqv INFO: Converting local name dq3dt(:,:,13) of variable cumulative_change_in_ozone_concentration_due_to_non_physics_processes from new to old metadata DEBUG: Updating local name of variable cumulative_change_in_ozone_concentration_due_to_non_physics_processes from dq3dt(:,:,13) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,13) +INFO: Converting local name lmfdeep2 of variable flag_for_scale_aware_mass_flux_convection from new to old metadata +DEBUG: Updating local name of variable flag_for_scale_aware_mass_flux_convection from lmfdeep2 to GFS_Control%lmfdeep2 +INFO: Converting local name iindx1_ci of variable lower_cloud_nuclei_x_interpolation_index from new to old metadata +DEBUG: Updating local name of variable lower_cloud_nuclei_x_interpolation_index from iindx1_ci to GFS_Data(cdata%blk_no)%Grid%iindx1_ci INFO: Converting local name ty_gas_concs of variable ty_gas_concs 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 DEBUG: Updating local name of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from visdfdi to GFS_Data(cdata%blk_no)%Coupling%visdfdi @@ -19746,6 +11894,8 @@ DEBUG: Updating local name of variable index_for_liquid_cloud_number_concentrati DEBUG: Updating local name of variable cloud_droplet_number_concentration from qgrs(:,:,index_for_liquid_cloud_number_concentration) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntlnc) INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata DEBUG: Updating local name of variable cumulative_change_in_y_wind_due_to_PBL from dv3dt(:,:,1) to GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) +INFO: Converting local name ddx_aer of variable aerosol_x_interpolation_weight from new to old metadata +DEBUG: Updating local name of variable aerosol_x_interpolation_weight from ddx_aer to GFS_Data(cdata%blk_no)%Grid%ddx_aer INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata DEBUG: Updating local name of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from dudt_tms to GFS_Interstitial(cdata%thrd_no)%dudt_tms INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata @@ -19818,8 +11968,6 @@ DEBUG: Variable index_for_snow_water was in old metadata format and has already DEBUG: Updating local name of variable snow_water_mixing_ratio from qgrs(:,:,index_for_snow_water) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntsw) INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata DEBUG: Updating local name of variable cloud_optical_depth_layers_at_0p55mu_band from cldtausw to GFS_Interstitial(cdata%thrd_no)%cldtausw -INFO: Converting local name qdiag3d of variable flag_tracer_diagnostics_3D from new to old metadata -DEBUG: Updating local name of variable flag_tracer_diagnostics_3D from qdiag3d to GFS_Control%qdiag3d INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata DEBUG: Updating local name of variable nondimensional_snow_age from taussxy to GFS_Data(cdata%blk_no)%Sfcprop%taussxy INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata @@ -19868,6 +12016,8 @@ INFO: Converting local name lprnt of variable flag_print from new to old metadat DEBUG: Updating local name of variable flag_print from lprnt to GFS_Control%lprnt INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata DEBUG: Updating local name of variable critical_cloud_top_entrainment_instability_criteria from ctei_rm to GFS_Control%ctei_rm +INFO: Converting local name nTdelt of variable index_for_air_temperature_at_previous_timestep from new to old metadata +DEBUG: Updating local name of variable index_for_air_temperature_at_previous_timestep from nTdelt to GFS_Control%nTdelt INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata DEBUG: Updating local name of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from tau_ngw to GFS_Data(cdata%blk_no)%Intdiag%tau_ngw INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata @@ -19899,6 +12049,8 @@ INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwa DEBUG: Updating local name of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from gabsbdlw_land to GFS_Interstitial(cdata%thrd_no)%gabsbdlw_land INFO: Converting local name kice of variable ice_vertical_dimension from new to old metadata DEBUG: Updating local name of variable ice_vertical_dimension from kice to GFS_Control%kice +INFO: Converting local name ccn_nm of variable tendency_of_ccn_activated_number from new to old metadata +DEBUG: Updating local name of variable tendency_of_ccn_activated_number from ccn_nm to GFS_Data(cdata%blk_no)%Tbd%ccn_nm INFO: Converting local name ca_trigger of variable flag_for_global_cellular_automata_trigger from new to old metadata DEBUG: Updating local name of variable flag_for_global_cellular_automata_trigger from ca_trigger to GFS_Control%ca_trigger INFO: Converting local name sw_optical_props_precipByBand of variable shortwave_optical_properties_for_precipitation_by_band from new to old metadata @@ -19935,6 +12087,8 @@ INFO: Converting local name save_q(:,:,index_for_ozone) of variable ozone_mixing INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata DEBUG: Updating local name of variable index_for_ozone from ntoz to GFS_Control%ntoz DEBUG: Updating local name of variable ozone_mixing_ratio_save from save_q(:,:,index_for_ozone) to GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntoz) +INFO: Converting local name ny of variable number_of_points_in_y_direction_for_this_MPI_rank from new to old metadata +DEBUG: Updating local name of variable number_of_points_in_y_direction_for_this_MPI_rank from ny to GFS_Control%ny INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata DEBUG: Updating local name of variable ending_y_direction_index_domain from jed to CCPP_interstitial%jed INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata @@ -19957,6 +12111,8 @@ DEBUG: Updating local name of variable GFS_cldprop_type_instance from Cldprop to INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata DEBUG: Variable index_for_ice_cloud_number_concentration was in old metadata format and has already been converted DEBUG: Updating local name of variable ice_number_concentration_updated_by_physics from gq0(:,:,index_for_ice_cloud_number_concentration) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntinc) +INFO: Converting local name jindx2_h of variable upper_water_vapor_interpolation_index from new to old metadata +DEBUG: Updating local name of variable upper_water_vapor_interpolation_index from jindx2_h to GFS_Data(cdata%blk_no)%Grid%jindx2_h INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata DEBUG: Updating local name of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from icliq_sw to GFS_Control%icliq_sw INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata @@ -19975,6 +12131,8 @@ INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_de DEBUG: Updating local name of variable upper_bound_on_max_albedo_over_deep_snow from snoalb to GFS_Data(cdata%blk_no)%Sfcprop%snoalb INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata DEBUG: Updating local name of variable total_cloud_fraction from clouds(:,:,1) to GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) +INFO: Converting local name nps2delt of variable index_for_surface_air_pressure_two_timesteps_back from new to old metadata +DEBUG: Updating local name of variable index_for_surface_air_pressure_two_timesteps_back from nps2delt to GFS_Control%nps2delt DEBUG: Variable index_for_ozone was in old metadata format and has already been converted INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata DEBUG: Updating local name of variable normalized_soil_wetness from wet1 to GFS_Data(cdata%blk_no)%Intdiag%wet1 @@ -19993,8 +12151,8 @@ INFO: Converting local name prsik of variable dimensionless_exner_function_at_mo DEBUG: Updating local name of variable dimensionless_exner_function_at_model_interfaces from prsik to GFS_Data(cdata%blk_no)%Statein%prsik INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata DEBUG: Updating local name of variable temperature_at_2m_from_noahmp from t2mmp to GFS_Interstitial(cdata%thrd_no)%t2mmp -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -DEBUG: Updating local name of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from tau_ogw to GFS_Data(cdata%blk_no)%Intdiag%tau_ogw +INFO: Converting local name flxprf_sw of variable RRTMGP_sw_fluxes from new to old metadata +DEBUG: Updating local name of variable RRTMGP_sw_fluxes from flxprf_sw to GFS_Interstitial(cdata%thrd_no)%flxprf_sw INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata DEBUG: Updating local name of variable surface_downwelling_longwave_flux from dlwsfci to GFS_Data(cdata%blk_no)%Intdiag%dlwsfci INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata @@ -20009,6 +12167,8 @@ INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_a DEBUG: Updating local name of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from chxy to GFS_Data(cdata%blk_no)%Sfcprop%chxy INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata DEBUG: Updating local name of variable upward_heat_flux_in_soil_over_ocean from gflx_ocean to GFS_Interstitial(cdata%thrd_no)%gflx_ocean +INFO: Converting local name cny of variable number_of_points_in_y_direction_for_this_cubed_sphere_face from new to old metadata +DEBUG: Updating local name of variable number_of_points_in_y_direction_for_this_cubed_sphere_face from cny to GFS_Control%cny INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata DEBUG: Updating local name of variable flag_convective_tracer_transport from otspt to GFS_Interstitial(cdata%thrd_no)%otspt INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata @@ -20037,6 +12197,8 @@ INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_mom DEBUG: Updating local name of variable surface_drag_wind_speed_for_momentum_in_air_over_land from cmm_land to GFS_Interstitial(cdata%thrd_no)%cmm_land INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_at_2m from fh2 to GFS_Interstitial(cdata%thrd_no)%fh2 +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +DEBUG: Updating local name of variable time_since_diagnostics_zeroed from zhour to GFS_Control%zhour INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata DEBUG: Updating local name of variable cumulative_change_in_x_wind_due_to_PBL from du3dt(:,:,1) to GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata @@ -20210,8 +12372,6 @@ INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiat DEBUG: Updating local name of variable air_temperature_at_layer_for_radiation from tlyr to GFS_Interstitial(cdata%thrd_no)%tlyr INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata DEBUG: Updating local name of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from nirbmdi to GFS_Data(cdata%blk_no)%Coupling%nirbmdi -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -DEBUG: Updating local name of variable sea_land_ice_mask from islmsk to GFS_Interstitial(cdata%thrd_no)%islmsk INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata DEBUG: Updating local name of variable vertical_temperature_average_range_upper_bound from nstf_name(5) to GFS_Control%nstf_name(5) INFO: Converting local name rrtmgp_root of variable directory_for_rte_rrtmgp_source_code from new to old metadata @@ -20232,8 +12392,8 @@ INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_ DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from lwhd to GFS_Data(cdata%blk_no)%Radtend%lwhd INFO: Converting local name flipv of variable flag_flip from new to old metadata DEBUG: Updating local name of variable flag_flip from flipv to GFS_Control%flipv -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -DEBUG: Updating local name of variable ccn_number_concentration from ccn_nm to GFS_Data(cdata%blk_no)%Tbd%ccn_nm +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +DEBUG: Updating local name of variable local_condesed_water_number_concentration from ncpl to GFS_Interstitial(cdata%thrd_no)%ncpl INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata DEBUG: Updating local name of variable edmf_flag from bl_mynn_edmf to GFS_Control%bl_mynn_edmf INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata @@ -20277,6 +12437,9 @@ DEBUG: Variable index_for_ice_cloud_number_concentration was in old metadata for DEBUG: Updating local name of variable ice_number_concentration from qgrs(:,:,index_for_ice_cloud_number_concentration) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntinc) INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata DEBUG: Updating local name of variable mean_change_over_depth_in_sea_water_temperature from dtzm to GFS_Interstitial(cdata%thrd_no)%dtzm +INFO: Converting local name phy_f2d(:,index_for_surface_air_pressure_two_timesteps_back) of variable surface_air_pressure_two_timesteps_back from new to old metadata +DEBUG: Variable index_for_surface_air_pressure_two_timesteps_back was in old metadata format and has already been converted +DEBUG: Updating local name of variable surface_air_pressure_two_timesteps_back from phy_f2d(:,index_for_surface_air_pressure_two_timesteps_back) to GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,GFS_Control%nps2delt) INFO: Converting local name lw_optical_props_aerosol of variable longwave_optical_properties_for_aerosols from new to old metadata DEBUG: Updating local name of variable longwave_optical_properties_for_aerosols from lw_optical_props_aerosol to GFS_Interstitial(cdata%thrd_no)%lw_optical_props_aerosol INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata @@ -20306,6 +12469,8 @@ INFO: Converting local name do_GPsw_Glw of variable scheme_flag from new to old DEBUG: Updating local name of variable scheme_flag from do_GPsw_Glw to GFS_Control%do_GPsw_Glw INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels from new to old metadata DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels from htsw0 to GFS_Interstitial(cdata%thrd_no)%htsw0 +INFO: Converting local name jindx2_aer of variable upper_aerosol_y_interpolation_index from new to old metadata +DEBUG: Updating local name of variable upper_aerosol_y_interpolation_index from jindx2_aer to GFS_Data(cdata%blk_no)%Grid%jindx2_aer INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata DEBUG: Updating local name of variable seed_for_random_number_generation_in_cellular_automata_scheme from iseed_ca to GFS_Control%iseed_ca INFO: Converting local name cldfra of variable instantaneous_3d_cloud_fraction from new to old metadata @@ -20318,8 +12483,8 @@ INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat DEBUG: Updating local name of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from evbsa to GFS_Data(cdata%blk_no)%Intdiag%evbsa INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata DEBUG: Updating local name of variable cumulative_cloud_work_function from cldwrk to GFS_Data(cdata%blk_no)%Intdiag%cldwrk -INFO: Converting local name hwrf_samfdeep of variable flag_for_hwrf_samfdeepcnv_scheme from new to old metadata -DEBUG: Updating local name of variable flag_for_hwrf_samfdeepcnv_scheme from hwrf_samfdeep to GFS_Control%hwrf_samfdeep +INFO: Converting local name qdiag3d of variable flag_tracer_diagnostics_3D from new to old metadata +DEBUG: Updating local name of variable flag_tracer_diagnostics_3D from qdiag3d to GFS_Control%qdiag3d INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata DEBUG: Updating local name of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from ql to CCPP_interstitial%ql INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata @@ -20333,6 +12498,8 @@ INFO: Converting local name gt0 of variable air_temperature_updated_by_physics f DEBUG: Updating local name of variable air_temperature_updated_by_physics from gt0 to GFS_Data(cdata%blk_no)%Stateout%gt0 INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata DEBUG: Updating local name of variable v_wind_component_at_viscous_sublayer_top from phy_myj_vz0 to GFS_Data(cdata%blk_no)%Tbd%phy_myj_vz0 +INFO: Converting local name seed0 of variable seed_random_numbers_RAS from new to old metadata +DEBUG: Updating local name of variable seed_random_numbers_RAS from seed0 to GFS_Control%seed0 INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata DEBUG: Updating local name of variable ending_x_direction_index_domain from ied to CCPP_interstitial%ied INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata @@ -20354,15 +12521,18 @@ DEBUG: Updating local name of variable time_integral_of_height_of_mountain_block DEBUG: Variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d was in old metadata format and has already been converted 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 DEBUG: Updating local name of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from dv3dt_ngw to GFS_Data(cdata%blk_no)%Intdiag%dv3dt_ngw +INFO: Converting local name phy_f3d(:,:,index_for_air_temperature_two_timesteps_back) of variable air_temperature_two_timesteps_back from new to old metadata +INFO: Converting local name nT2delt of variable index_for_air_temperature_two_timesteps_back from new to old metadata +DEBUG: Updating local name of variable index_for_air_temperature_two_timesteps_back from nT2delt to GFS_Control%nT2delt +DEBUG: Updating local name of variable air_temperature_two_timesteps_back from phy_f3d(:,:,index_for_air_temperature_two_timesteps_back) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nT2delt) INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata DEBUG: Updating local name of variable volume_fraction_of_soil_moisture from smc to GFS_Data(cdata%blk_no)%Sfcprop%smc INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata DEBUG: Updating local name of variable limit_for_temperature_tendency_for_microphysics from ttendlim to GFS_Control%ttendlim INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata DEBUG: Updating local name of variable snow_vertical_dimension_for_land_surface_model from lsnow_lsm to GFS_Control%lsnow_lsm -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 -DEBUG: Variable index_for_ice_friendly_aerosols was in old metadata format and has already been converted -DEBUG: Updating local name of variable ice_friendly_aerosol_number_concentration_updated_by_physics from gq0(:,:,index_for_ice_friendly_aerosols) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntia) +INFO: Converting local name facwf of variable fractional_coverage_with_weak_cosz_dependency from new to old metadata +DEBUG: Updating local name of variable fractional_coverage_with_weak_cosz_dependency from facwf to GFS_Data(cdata%blk_no)%Sfcprop%facwf INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata DEBUG: Updating local name of variable number_of_aerosol_output_fields_for_shortwave_radiation from nf_aesw to GFS_Interstitial(cdata%thrd_no)%nf_aesw INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata @@ -20371,6 +12541,8 @@ INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwe DEBUG: Updating local name of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from dswsfci_cpl to GFS_Data(cdata%blk_no)%Coupling%dswsfci_cpl INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata DEBUG: Updating local name of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from u10max to GFS_Data(cdata%blk_no)%Intdiag%u10max +INFO: Converting local name nszero of variable number_of_timesteps_between_diagnostic_clearing from new to old metadata +DEBUG: Updating local name of variable number_of_timesteps_between_diagnostic_clearing from nszero to GFS_Control%nszero INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata DEBUG: Updating local name of variable x_wind_at_lowest_model_layer from ugrs(:,1) to GFS_Data(cdata%blk_no)%Statein%ugrs(:,1) INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata @@ -20389,6 +12561,8 @@ INFO: Converting local name ncols of variable horizontal_dimension from new to o DEBUG: Updating local name of variable horizontal_dimension from ncols to GFS_Control%ncols INFO: Converting local name p_lay of variable air_pressure_at_layer_for_RRTMGP_in_hPa from new to old metadata DEBUG: Updating local name of variable air_pressure_at_layer_for_RRTMGP_in_hPa from p_lay to GFS_Interstitial(cdata%thrd_no)%p_lay +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +DEBUG: Updating local name of variable vertical_index_difference_between_inout_and_local from kd to GFS_Interstitial(cdata%thrd_no)%kd INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata DEBUG: Updating local name of variable flag_reset_maximum_hourly_fields from reset to GFS_Interstitial(cdata%thrd_no)%reset INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata @@ -20426,8 +12600,6 @@ INFO: Converting local name scmpsw of variable components_of_surface_downward_sh DEBUG: Updating local name of variable components_of_surface_downward_shortwave_fluxes from scmpsw to GFS_Interstitial(cdata%thrd_no)%scmpsw INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata DEBUG: Updating local name of variable weights_for_stochastic_shum_perturbation_flipped from shum_wts to GFS_Data(cdata%blk_no)%Intdiag%shum_wts -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -DEBUG: Updating local name of variable mg_flag_for_hail from mg_do_hail to GFS_Control%mg_do_hail INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata DEBUG: Updating local name of variable index_for_convective_cloud_cover_in_phy_f3d from ncnvc to GFS_Control%ncnvc INFO: Converting local name sktp1r of variable surface_skin_temperature_at_previous_time_step from new to old metadata @@ -20471,8 +12643,6 @@ INFO: Converting local name imap of variable map_of_block_column_number_to_globa DEBUG: Updating local name of variable map_of_block_column_number_to_global_i_index from imap to GFS_Data(cdata%blk_no)%Tbd%imap INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata DEBUG: Updating local name of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from skebu_wts to GFS_Data(cdata%blk_no)%Intdiag%skebu_wts -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -DEBUG: Updating local name of variable local_condesed_water_number_concentration from ncpl to GFS_Interstitial(cdata%thrd_no)%ncpl INFO: Converting local name lakedepth of variable lake_depth from new to old metadata DEBUG: Updating local name of variable lake_depth from lakedepth to GFS_Data(cdata%blk_no)%Sfcprop%lakedepth INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata @@ -20529,6 +12699,8 @@ INFO: Converting local name nthreads of variable omp_threads_for_fast_physics fr DEBUG: Updating local name of variable omp_threads_for_fast_physics from nthreads to CCPP_interstitial%nthreads INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata DEBUG: Updating local name of variable x_wind_at_lowest_model_layer_for_diag from u1 to GFS_Data(cdata%blk_no)%Intdiag%u1 +INFO: Converting local name nqv2delt of variable index_for_specific_humidity_two_timesteps_back from new to old metadata +DEBUG: Updating local name of variable index_for_specific_humidity_two_timesteps_back from nqv2delt to GFS_Control%nqv2delt INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata DEBUG: Updating local name of variable maximum_mass_flux from maxMF to GFS_Data(cdata%blk_no)%Intdiag%maxMF INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata @@ -20563,13 +12735,12 @@ INFO: Converting local name fscav of variable coefficients_for_aerosol_scavengin DEBUG: Updating local name of variable coefficients_for_aerosol_scavenging from fscav to GFS_Control%fscav INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata DEBUG: Updating local name of variable frozen_cloud_threshold_temperature from tf to GFS_Control%tf -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -DEBUG: Updating local name of variable surface_air_pressure_two_time_steps_back from phy_f2d(:,1) to GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,1) INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata DEBUG: Updating local name of variable vertical_dimension_plus_one from levsp1 to GFS_Control%levsp1 INFO: Converting local name GFS_grid_type of variable GFS_grid_type 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 DEBUG: Updating local name of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from faerlw(:,:,:,2) to GFS_Interstitial(cdata%thrd_no)%faerlw(:,:,:,2) +DEBUG: Variable index_for_air_temperature_two_timesteps_back was in old metadata format and has already been converted INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata DEBUG: Updating local name of variable coefficient_from_cloud_ice_to_snow_ras from psauras to GFS_Control%psauras INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata @@ -20598,6 +12769,8 @@ INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_he DEBUG: Updating local name of variable flag_for_hydrostatic_heating_from_physics from phys_hydrostatic to GFS_Interstitial(cdata%thrd_no)%phys_hydrostatic INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata DEBUG: Updating local name of variable weights_for_stochastic_sppt_perturbation from sppt_wts to GFS_Data(cdata%blk_no)%Coupling%sppt_wts +INFO: Converting local name jindx2_o3 of variable upper_ozone_interpolation_index from new to old metadata +DEBUG: Updating local name of variable upper_ozone_interpolation_index from jindx2_o3 to GFS_Data(cdata%blk_no)%Grid%jindx2_o3 INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata DEBUG: Updating local name of variable kappa_dry_for_fast_physics from akap to CCPP_interstitial%akap INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata @@ -20695,14 +12868,19 @@ INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_ DEBUG: Updating local name of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from aerodp to GFS_Interstitial(cdata%thrd_no)%aerodp INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata DEBUG: Updating local name of variable tke_dissipative_heating_factor from dspfac to GFS_Control%dspfac -INFO: Converting local name facwf of variable fractional_coverage_with_weak_cosz_dependency from new to old metadata -DEBUG: Updating local name of variable fractional_coverage_with_weak_cosz_dependency from facwf to GFS_Data(cdata%blk_no)%Sfcprop%facwf +INFO: Converting local name ddy_o3 of variable ozone_interpolation_weight from new to old metadata +DEBUG: Updating local name of variable ozone_interpolation_weight from ddy_o3 to GFS_Data(cdata%blk_no)%Grid%ddy_o3 +INFO: Converting local name phy_f3d(:,:,index_for_specific_humidity_at_previous_timestep) of variable water_vapor_specific_humidity_at_previous_timestep from new to old metadata +DEBUG: Variable index_for_specific_humidity_at_previous_timestep was in old metadata format and has already been converted +DEBUG: Updating local name of variable water_vapor_specific_humidity_at_previous_timestep from phy_f3d(:,:,index_for_specific_humidity_at_previous_timestep) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nqvdelt) INFO: Converting local name nblks of variable ccpp_block_count from new to old metadata DEBUG: Updating local name of variable ccpp_block_count from nblks to GFS_Control%nblks INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata DEBUG: Updating local name of variable flag_for_gf_shallow_convection_scheme from imfshalcnv_gf to GFS_Control%imfshalcnv_gf INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata DEBUG: Updating local name of variable aerosol_optical_properties_for_longwave_bands_01_16 from faerlw to GFS_Interstitial(cdata%thrd_no)%faerlw +INFO: Converting local name ddx_ci of variable cloud_nuclei_x_interpolation_weight from new to old metadata +DEBUG: Updating local name of variable cloud_nuclei_x_interpolation_weight from ddx_ci to GFS_Data(cdata%blk_no)%Grid%ddx_ci INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata DEBUG: Updating local name of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from zvir to CCPP_interstitial%zvir INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata @@ -20735,6 +12913,8 @@ INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ DEBUG: Updating local name of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from clw(:,:,2) to GFS_Interstitial(cdata%thrd_no)%clw(:,:,2) INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata DEBUG: Updating local name of variable shoc_tke_dissipatation_pressure_threshold from shoc_parm(1) to GFS_Control%shoc_parm(1) +INFO: Converting local name fhzero of variable frequency_for_diagnostic_clearing from new to old metadata +DEBUG: Updating local name of variable frequency_for_diagnostic_clearing from fhzero to GFS_Control%fhzero INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata DEBUG: Updating local name of variable vertical_index_difference_between_layer_and_upper_bound from kt to GFS_Interstitial(cdata%thrd_no)%kt INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata @@ -20744,6 +12924,8 @@ DEBUG: Updating local name of variable mg_autoconversion_size_threshold_ice_snow INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata DEBUG: Updating local name of variable lwe_thickness_of_snow_amount_for_coupling from snow_cpl to GFS_Data(cdata%blk_no)%Coupling%snow_cpl DEBUG: Variable index_for_water_vapor was in old metadata format and has already been converted +INFO: Converting local name nx of variable number_of_points_in_x_direction_for_this_MPI_rank from new to old metadata +DEBUG: Updating local name of variable number_of_points_in_x_direction_for_this_MPI_rank from nx to GFS_Control%nx INFO: Converting local name topflw_type of variable topflw_type 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 DEBUG: Updating local name of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from cdq_land to GFS_Interstitial(cdata%thrd_no)%cdq_land @@ -20843,12 +13025,13 @@ DEBUG: Variable index_for_ozone was in old metadata format and has already been DEBUG: Updating local name of variable ozone_concentration_updated_by_physics from gq0(:,:,index_for_ozone) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntoz) INFO: Converting local name debug of variable flag_debug from new to old metadata DEBUG: Updating local name of variable flag_debug from debug to GFS_Control%debug +INFO: Converting local name phy_f3d(:,:,index_for_specific_humidity_two_timesteps_back) of variable water_vapor_specific_humidity_two_timesteps_back from new to old metadata +DEBUG: Variable index_for_specific_humidity_two_timesteps_back was in old metadata format and has already been converted +DEBUG: Updating local name of variable water_vapor_specific_humidity_two_timesteps_back from phy_f3d(:,:,index_for_specific_humidity_two_timesteps_back) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nqv2delt) INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata DEBUG: Updating local name of variable coefficient_from_cloud_ice_to_snow from psautco to GFS_Control%psautco INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata DEBUG: Updating local name of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from cd_ocean to GFS_Interstitial(cdata%thrd_no)%cd_ocean -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -DEBUG: Updating local name of variable water_vapor_specific_humidity_two_time_steps_back from phy_f3d(:,:,2) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,2) INFO: Converting local name save_v of variable y_wind_save from new to old metadata DEBUG: Updating local name of variable y_wind_save from save_v to GFS_Interstitial(cdata%thrd_no)%save_v INFO: Converting local name dt3dt(:,:,10) of variable cumulative_change_in_temperature_due_to_physics from new to old metadata @@ -20868,8 +13051,8 @@ DEBUG: Updating local name of variable flag_for_ras_deep_convection from ras to DEBUG: Variable topfsw_type is in old metadata format, no conversion necessary INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata DEBUG: Updating local name of variable surface_albedo_perturbation from alb1d to GFS_Interstitial(cdata%thrd_no)%alb1d -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -DEBUG: Updating local name of variable pressure_at_bottom_of_convective_cloud from cvb to GFS_Data(cdata%blk_no)%Cldprop%cvb +INFO: Converting local name jsc of variable starting_y_index_for_this_MPI_rank from new to old metadata +DEBUG: Updating local name of variable starting_y_index_for_this_MPI_rank from jsc to GFS_Control%jsc INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata DEBUG: Updating local name of variable water_table_recharge_when_shallow from rechxy to GFS_Data(cdata%blk_no)%Sfcprop%rechxy @@ -20877,6 +13060,8 @@ INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed DEBUG: Updating local name of variable mg_allow_supersat_after_sed from sed_supersat to GFS_Control%sed_supersat INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata DEBUG: Updating local name of variable date_and_time_at_model_initialization_reordered from idate to GFS_Control%idate +INFO: Converting local name h2o_phys of variable flag_for_stratospheric_water_vapor_physics from new to old metadata +DEBUG: Updating local name of variable flag_for_stratospheric_water_vapor_physics from h2o_phys to GFS_Control%h2o_phys INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_ugwp from gw_dtdt to GFS_Interstitial(cdata%thrd_no)%gw_dtdt INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata @@ -20926,8 +13111,8 @@ INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_ DEBUG: Updating local name of variable coefficient_from_cloud_water_to_rain from prautco to GFS_Control%prautco INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_over_ice from ffhh_ice to GFS_Interstitial(cdata%thrd_no)%ffhh_ice -INFO: Converting local name toa_src_lw of variable toa_incident_lw_flux_by_spectral_point from new to old metadata -DEBUG: Updating local name of variable toa_incident_lw_flux_by_spectral_point from toa_src_lw to GFS_Interstitial(cdata%thrd_no)%toa_src_lw +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from dq3dt(:,:,1) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) 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 clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata DEBUG: Updating local name of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from clx to GFS_Interstitial(cdata%thrd_no)%clx @@ -21037,6 +13222,8 @@ INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from DEBUG: Updating local name of variable mix_total_water_flag from bl_mynn_mixqt to GFS_Control%bl_mynn_mixqt INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata DEBUG: Updating local name of variable mg_flag_graupel_concentration_constant from mg_ngcons to GFS_Control%mg_ngcons +INFO: Converting local name jindx1_o3 of variable lower_ozone_interpolation_index from new to old metadata +DEBUG: Updating local name of variable lower_ozone_interpolation_index from jindx1_o3 to GFS_Data(cdata%blk_no)%Grid%jindx1_o3 INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata DEBUG: Updating local name of variable number_of_tracers_plus_one from ntracp1 to GFS_Control%ntracp1 INFO: Converting local name aux2d of variable auxiliary_2d_arrays from new to old metadata @@ -21048,6 +13235,9 @@ DEBUG: Variable index_for_convective_cloud_cover_in_phy_f3d was in old metadata DEBUG: Updating local name of variable convective_cloud_cover_in_phy_f3d from phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvc) INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata DEBUG: Updating local name of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from work2 to GFS_Interstitial(cdata%thrd_no)%work2 +INFO: Converting local name phy_f3d(:,:,index_for_air_temperature_at_previous_timestep) of variable air_temperature_at_previous_timestep from new to old metadata +DEBUG: Variable index_for_air_temperature_at_previous_timestep was in old metadata format and has already been converted +DEBUG: Updating local name of variable air_temperature_at_previous_timestep from phy_f3d(:,:,index_for_air_temperature_at_previous_timestep) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nTdelt) INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata DEBUG: Updating local name of variable vertical_dimension_of_h2o_forcing_data from levh2o to GFS_Interstitial(cdata%thrd_no)%levh2o INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata @@ -21115,6 +13305,8 @@ INFO: Converting local name kcnv of variable flag_deep_convection from new to ol DEBUG: Updating local name of variable flag_deep_convection from kcnv to GFS_Interstitial(cdata%thrd_no)%kcnv INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata DEBUG: Updating local name of variable dynamics_to_physics_timestep_ratio from frain to GFS_Interstitial(cdata%thrd_no)%frain +INFO: Converting local name jindx1_h of variable lower_water_vapor_interpolation_index from new to old metadata +DEBUG: Updating local name of variable lower_water_vapor_interpolation_index from jindx1_h to GFS_Data(cdata%blk_no)%Grid%jindx1_h INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata DEBUG: Updating local name of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from dsnow_cpl to GFS_Data(cdata%blk_no)%Tbd%dsnow_cpl INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata @@ -21124,6 +13316,7 @@ DEBUG: Updating local name of variable sub_layer_cooling_thickness from z_c to G INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata DEBUG: Updating local name of variable flag_for_convective_gravity_wave_drag from do_cnvgwd to GFS_Control%do_cnvgwd INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name con_rocp of variable ratio_of_gas_constant_dry_air_to_specific_heat_of_dry_air_at_constant_pressure from new to old metadata INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata DEBUG: Variable index_for_ozone was in old metadata format and has already been converted DEBUG: Updating local name of variable ozone_mixing_ratio from qgrs(:,:,index_for_ozone) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntoz) @@ -21135,14 +13328,13 @@ INFO: Converting local name aerosolssw(:,:,:,3) of variable RRTMGP_aerosol_asymm DEBUG: Updating local name of variable RRTMGP_aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from aerosolssw(:,:,:,3) to GFS_Interstitial(cdata%thrd_no)%aerosolssw(:,:,:,3) INFO: Converting local name levs of variable vertical_dimension from new to old metadata DEBUG: Updating local name of variable vertical_dimension from levs to GFS_Control%levs -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -DEBUG: Updating local name of variable air_temperature_two_time_steps_back from phy_f3d(:,:,1) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,1) INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata DEBUG: Updating local name of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from isatmedmf_vdif to GFS_Control%isatmedmf_vdif INFO: Converting local name cldtaulw of variable RRTMGP_cloud_optical_depth_layers_at_10mu_band from new to old metadata DEBUG: Updating local name of variable RRTMGP_cloud_optical_depth_layers_at_10mu_band from cldtaulw to GFS_Interstitial(cdata%thrd_no)%cldtaulw -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -DEBUG: Updating local name of variable vertical_index_difference_between_inout_and_local from kd to GFS_Interstitial(cdata%thrd_no)%kd +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 +DEBUG: Variable index_for_ice_friendly_aerosols was in old metadata format and has already been converted +DEBUG: Updating local name of variable ice_friendly_aerosol_number_concentration_updated_by_physics from gq0(:,:,index_for_ice_friendly_aerosols) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntia) DEBUG: Variable index_for_graupel_number_concentration was in old metadata format and has already been converted INFO: Converting local name dv3dt(:,:,6) of variable cumulative_change_in_y_wind_due_to_shallow_convection from new to old metadata DEBUG: Updating local name of variable cumulative_change_in_y_wind_due_to_shallow_convection from dv3dt(:,:,6) to GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,6) @@ -21199,6 +13391,10 @@ INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_tre DEBUG: Updating local name of variable mg_flag_for_liu_liquid_treatment from mg_do_liq_liu to GFS_Control%mg_do_liq_liu INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata DEBUG: Updating local name of variable soil_water_content_between_soil_bottom_and_water_table from smcwtdxy to GFS_Data(cdata%blk_no)%Sfcprop%smcwtdxy +INFO: Converting local name phy_f2d(:,index_for_surface_air_pressure_at_previous_timestep) of variable surface_air_pressure_at_previous_timestep from new to old metadata +INFO: Converting local name npsdelt of variable index_for_surface_air_pressure_at_previous_timestep from new to old metadata +DEBUG: Updating local name of variable index_for_surface_air_pressure_at_previous_timestep from npsdelt to GFS_Control%npsdelt +DEBUG: Updating local name of variable surface_air_pressure_at_previous_timestep from phy_f2d(:,index_for_surface_air_pressure_at_previous_timestep) to GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,GFS_Control%npsdelt) INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata DEBUG: Updating local name of variable surface_midlayer_air_temperature_in_longwave_radiation from tsflw to GFS_Data(cdata%blk_no)%Radtend%tsflw INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata @@ -21288,6 +13484,8 @@ INFO: Converting local name do_RRTMGP of variable flag_for_rrtmgp_radiation_sche DEBUG: Updating local name of variable flag_for_rrtmgp_radiation_scheme from do_RRTMGP to GFS_Control%do_RRTMGP INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata DEBUG: Updating local name of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from nirdfui to GFS_Data(cdata%blk_no)%Coupling%nirdfui +INFO: Converting local name ddy_aer of variable aerosol_y_interpolation_weight from new to old metadata +DEBUG: Updating local name of variable aerosol_y_interpolation_weight from ddy_aer to GFS_Data(cdata%blk_no)%Grid%ddy_aer INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata DEBUG: Updating local name of variable number_of_plumes from nupdraft to GFS_Data(cdata%blk_no)%Intdiag%nupdraft INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata @@ -21297,8 +13495,6 @@ DEBUG: Updating local name of variable upward_heat_flux_in_soil_over_land from g INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata INFO: Converting local name lw_file_clouds of variable rrtmgp_coeff_lw_cloud_optics from new to old metadata DEBUG: Updating local name of variable rrtmgp_coeff_lw_cloud_optics from lw_file_clouds to GFS_Control%lw_file_clouds -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -DEBUG: Updating local name of variable in_number_concentration from in_nm to GFS_Data(cdata%blk_no)%Tbd%in_nm DEBUG: Variable ccpp_thread_number was in old metadata format and has already been converted INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata DEBUG: Updating local name of variable number_of_equatorial_longitude_points from lonr to GFS_Control%lonr @@ -21314,8 +13510,12 @@ INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag fr DEBUG: Updating local name of variable edmf_partition_flag from bl_mynn_edmf_part to GFS_Control%bl_mynn_edmf_part INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata DEBUG: Updating local name of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from dq3dt(:,:,7) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,7) +INFO: Converting local name random_clds of variable flag_for_random_clouds_for_RAS from new to old metadata +DEBUG: Updating local name of variable flag_for_random_clouds_for_RAS from random_clds to GFS_Control%random_clds INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata DEBUG: Updating local name of variable accumulated_lwe_thickness_of_graupel_amount from totgrp to GFS_Data(cdata%blk_no)%Intdiag%totgrp +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +DEBUG: Updating local name of variable pressure_at_bottom_of_convective_cloud from cvb to GFS_Data(cdata%blk_no)%Cldprop%cvb INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata DEBUG: Updating local name of variable kinematic_surface_upward_latent_heat_flux from evap to GFS_Data(cdata%blk_no)%Sfcprop%evap INFO: Converting local name lw_file_gas of variable rrtmgp_kdistribution_lw from new to old metadata @@ -21333,6 +13533,8 @@ INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of v DEBUG: Variable index_for_graupel_effective_radius was in old metadata format and has already been converted DEBUG: Updating local name of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from phy_f3d(:,:,index_for_graupel_effective_radius) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ngeffr) INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +DEBUG: Updating local name of variable tracer_concentration_save from save_q to GFS_Interstitial(cdata%thrd_no)%save_q INFO: Converting local name p_lev of variable air_pressure_at_interface_for_RRTMGP_in_hPa from new to old metadata DEBUG: Updating local name of variable air_pressure_at_interface_for_RRTMGP_in_hPa from p_lev to GFS_Interstitial(cdata%thrd_no)%p_lev INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata @@ -21359,10 +13561,10 @@ INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_st DEBUG: Updating local name of variable snow_albedo_at_previous_time_step from alboldxy to GFS_Data(cdata%blk_no)%Sfcprop%alboldxy INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata DEBUG: Updating local name of variable flag_for_shoc from do_shoc to GFS_Control%do_shoc -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 -DEBUG: Updating local name of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from du3dt_tms to GFS_Data(cdata%blk_no)%Intdiag%du3dt_tms INFO: Converting local name du3dt(:,:,6) of variable cumulative_change_in_x_wind_due_to_shallow_convection from new to old metadata DEBUG: Updating local name of variable cumulative_change_in_x_wind_due_to_shallow_convection from du3dt(:,:,6) to GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,6) +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +DEBUG: Updating local name of variable number_of_tracers_for_convective_transport from nn to GFS_Interstitial(cdata%thrd_no)%nn INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata DEBUG: Updating local name of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from do_sat_adj to CCPP_interstitial%do_sat_adj INFO: Converting local name sec_diff_byband of variable secant_of_diffusivity_angle_each_RRTMGP_LW_band from new to old metadata @@ -21387,6 +13589,8 @@ INFO: Converting local name flag_cice of variable flag_for_cice from new to old DEBUG: Updating local name of variable flag_for_cice from flag_cice to GFS_Interstitial(cdata%thrd_no)%flag_cice INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata DEBUG: Updating local name of variable snow_precipitation_rate_from_previous_timestep from dsnowprv to GFS_Data(cdata%blk_no)%Sfcprop%dsnowprv +INFO: Converting local name toa_src_lw of variable toa_incident_lw_flux_by_spectral_point from new to old metadata +DEBUG: Updating local name of variable toa_incident_lw_flux_by_spectral_point from toa_src_lw to GFS_Interstitial(cdata%thrd_no)%toa_src_lw INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata DEBUG: Updating local name of variable number_of_3d_arrays_associated_with_pdf_based_clouds from npdf3d to GFS_Control%npdf3d INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata @@ -21439,6 +13643,7 @@ INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_ DEBUG: Updating local name of variable surface_geopotential_at_Lagrangian_surface from phis to CCPP_interstitial%phis INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata DEBUG: Updating local name of variable instantaneous_specific_humidity_at_2m_for_coupling from q2mi_cpl to GFS_Data(cdata%blk_no)%Coupling%q2mi_cpl +INFO: Converting local name con_rog of variable ratio_of_gas_constant_dry_air_to_gravitational_acceleration 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 DEBUG: Updating local name of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from dswsfc_cpl to GFS_Data(cdata%blk_no)%Coupling%dswsfc_cpl INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata @@ -21510,6 +13715,8 @@ INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_funct DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from fh2_ocean to GFS_Interstitial(cdata%thrd_no)%fh2_ocean INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata DEBUG: Updating local name of variable seed_random_numbers_sw from icsdsw to GFS_Data(cdata%blk_no)%Tbd%icsdsw +INFO: Converting local name iindx1_aer of variable lower_aerosol_x_interpolation_index from new to old metadata +DEBUG: Updating local name of variable lower_aerosol_x_interpolation_index from iindx1_aer to GFS_Data(cdata%blk_no)%Grid%iindx1_aer INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata DEBUG: Updating local name of variable critical_relative_humidity_at_surface from crtrh(1) to GFS_Control%crtrh(1) INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata @@ -21545,6 +13752,8 @@ INFO: Converting local name work3 of variable ratio_of_exner_function_between_mi DEBUG: Updating local name of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from work3 to GFS_Interstitial(cdata%thrd_no)%work3 INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata DEBUG: Updating local name of variable surface_downwelling_direct_near_infrared_shortwave_flux from adjnirbmd to GFS_Interstitial(cdata%thrd_no)%adjnirbmd +INFO: Converting local name cnx of variable number_of_points_in_x_direction_for_this_cubed_sphere_face from new to old metadata +DEBUG: Updating local name of variable number_of_points_in_x_direction_for_this_cubed_sphere_face from cnx to GFS_Control%cnx INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata DEBUG: Updating local name of variable volume_mixing_ratio_ch4 from gasvmr(:,:,3) to GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,3) INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata @@ -21577,6 +13786,7 @@ INFO: Converting local name fn_nml of variable namelist_filename from new to old DEBUG: Updating local name of variable namelist_filename from fn_nml to GFS_Control%fn_nml INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata DEBUG: Updating local name of variable surface_air_pressure_diag from psurf to GFS_Data(cdata%blk_no)%Intdiag%psurf +DEBUG: Variable index_for_surface_air_pressure_at_previous_timestep was in old metadata format and has already been converted INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata DEBUG: Updating local name of variable surface_snow_thickness_water_equivalent from snowd to GFS_Data(cdata%blk_no)%Sfcprop%snowd INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata @@ -21596,8 +13806,6 @@ DEBUG: Updating local name of variable cumulative_atmosphere_downdraft_convectiv INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata DEBUG: Variable index_for_snow_water was in old metadata format and has already been converted DEBUG: Updating local name of variable snow_water_mixing_ratio_updated_by_physics from gq0(:,:,index_for_snow_water) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntsw) -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -DEBUG: Updating local name of variable water_vapor_specific_humidity_at_previous_time_step from phy_f3d(:,:,4) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,4) INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata DEBUG: Updating local name of variable number_of_cloud_types_CS from nctp to GFS_Control%nctp 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 @@ -21666,12 +13874,14 @@ INFO: Converting local name fluxlwUP_allsky of variable RRTMGP_lw_flux_profile_u DEBUG: Updating local name of variable RRTMGP_lw_flux_profile_upward_allsky from fluxlwUP_allsky to GFS_Interstitial(cdata%thrd_no)%fluxlwUP_allsky INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata DEBUG: Updating local name of variable cumulative_change_in_x_wind_due_to_deep_convection from du3dt(:,:,3) to GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,3) +INFO: Converting local name isc of variable starting_x_index_for_this_MPI_rank from new to old metadata +DEBUG: Updating local name of variable starting_x_index_for_this_MPI_rank from isc to GFS_Control%isc INFO: Converting local name tiice of variable internal_ice_temperature from new to old metadata DEBUG: Updating local name of variable internal_ice_temperature from tiice to GFS_Data(cdata%blk_no)%Sfcprop%tiice INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata DEBUG: Updating local name of variable weight_for_specific_humidity_at_viscous_sublayer_top from phy_myj_a1q to GFS_Data(cdata%blk_no)%Tbd%phy_myj_a1q -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -DEBUG: Updating local name of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from dq3dt(:,:,1) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +DEBUG: Updating local name of variable sea_land_ice_mask from islmsk to GFS_Interstitial(cdata%thrd_no)%islmsk INFO: Converting local name con_epsqs of variable minimum_value_of_saturation_mixing_ratio 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 wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata @@ -21693,8 +13903,8 @@ INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to DEBUG: Updating local name of variable tke_budget from bl_mynn_tkebudget to GFS_Control%bl_mynn_tkebudget INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata DEBUG: Updating local name of variable coefficient_w_0 from w_0 to GFS_Data(cdata%blk_no)%Sfcprop%w_0 -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -DEBUG: Updating local name of variable time_since_diagnostics_zeroed from zhour to GFS_Control%zhour +INFO: Converting local name hwrf_samfdeep of variable flag_for_hwrf_samfdeepcnv_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_hwrf_samfdeepcnv_scheme from hwrf_samfdeep to GFS_Control%hwrf_samfdeep INFO: Converting local name aerosolssw(:,:,:,1) of variable RRTMGP_aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata DEBUG: Updating local name of variable RRTMGP_aerosol_optical_depth_for_shortwave_bands_01_16 from aerosolssw(:,:,:,1) to GFS_Interstitial(cdata%thrd_no)%aerosolssw(:,:,:,1) INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata @@ -21722,8 +13932,6 @@ DEBUG: Updating local name of variable latitude_in_degree from xlat_d to GFS_Dat INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata DEBUG: Variable index_for_water_vapor was in old metadata format and has already been converted DEBUG: Updating local name of variable water_vapor_specific_humidity_save from save_q(:,:,index_for_water_vapor) to GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -DEBUG: Updating local name of variable number_of_tracers_for_convective_transport from nn to GFS_Interstitial(cdata%thrd_no)%nn INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata DEBUG: Updating local name of variable emdf_updraft_cloud_water from edmf_qc to GFS_Data(cdata%blk_no)%Intdiag%edmf_qc INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata @@ -21804,6 +14012,8 @@ INFO: Converting local name lndp_var_list of variable variables_to_be_perturbed_ DEBUG: Updating local name of variable variables_to_be_perturbed_for_landperts from lndp_var_list to GFS_Control%lndp_var_list INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata DEBUG: Updating local name of variable instantaneous_surface_upward_latent_heat_flux_for_diag from dqsfci to GFS_Data(cdata%blk_no)%Intdiag%dqsfci +INFO: Converting local name ddy_h of variable water_vapor_interpolation_weight from new to old metadata +DEBUG: Updating local name of variable water_vapor_interpolation_weight from ddy_h to GFS_Data(cdata%blk_no)%Grid%ddy_h INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata DEBUG: Updating local name of variable gas_constants_for_multi_gases_physics from rilist to CCPP_interstitial%rilist INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata @@ -21940,8 +14150,6 @@ INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from n DEBUG: Updating local name of variable mg_flag_for_graupel from mg_do_graupel to GFS_Control%mg_do_graupel INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata DEBUG: Updating local name of variable diurnal_thermocline_layer_thickness from xz to GFS_Data(cdata%blk_no)%Sfcprop%xz -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -DEBUG: Updating local name of variable surface_air_pressure_at_previous_time_step from phy_f2d(:,2) to GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,2) INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata DEBUG: Updating local name of variable shoc_implicit_TKE_integration_uncentering_term from shoc_parm(4) to GFS_Control%shoc_parm(4) INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata @@ -22000,24 +14208,11 @@ INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer fr DEBUG: Updating local name of variable wind_speed_at_lowest_model_layer from wind to GFS_Interstitial(cdata%thrd_no)%wind INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata DEBUG: Updating local name of variable soil_upward_latent_heat_flux from evbs to GFS_Interstitial(cdata%thrd_no)%evbs -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -DEBUG: Updating local name of variable tracer_concentration_save from save_q to GFS_Interstitial(cdata%thrd_no)%save_q -INFO: Metadata table for model FV3 written to /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +DEBUG: Updating local name of variable mg_flag_for_hail from mg_do_hail to GFS_Control%mg_do_hail +INFO: Metadata table for model FV3 written to /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html INFO: Parsing metadata tables in physics scheme files ... DEBUG: Parsing file GFS_DCNV_generic.F90 with registry OrderedDict([('GFS_DCNV_generic_pre', {'GFS_DCNV_generic_pre': {'GFS_DCNV_generic_pre_run': [12, 59], 'GFS_DCNV_generic_pre_init': [4, 5], 'GFS_DCNV_generic_pre_finalize': [6, 7]}}), ('GFS_DCNV_generic_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_pre GFS_DCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_pre_run GFS_DCNV_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_DCNV_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_post GFS_DCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_post_run GFS_DCNV_generic_pre DEBUG: Module name: GFS_DCNV_generic_pre DEBUG: Scheme name: GFS_DCNV_generic_pre DEBUG: Scheme dependencies: ['machine.F'] @@ -22025,36 +14220,6 @@ DEBUG: Variables in subroutine GFS_DCNV_generic_pre_run: horizontal_loop_extent, DEBUG: Variables in subroutine GFS_DCNV_generic_pre_init: DEBUG: Variables in subroutine GFS_DCNV_generic_pre_finalize: DEBUG: Parsing file GFS_DCNV_generic.F90 with registry OrderedDict([('GFS_DCNV_generic_pre', {'GFS_DCNV_generic_pre': {'GFS_DCNV_generic_pre_run': [12, 59], 'GFS_DCNV_generic_pre_init': [4, 5], 'GFS_DCNV_generic_pre_finalize': [6, 7]}}), ('GFS_DCNV_generic_post', {'GFS_DCNV_generic_post': {'GFS_DCNV_generic_post_init': [63, 64], 'GFS_DCNV_generic_post_run': [70, 146], 'GFS_DCNV_generic_post_finalize': [65, 66]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_pre GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_pre_run GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_post GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_post_run GFS_DCNV_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_cloud_work_function in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_updraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_downdraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_detrainment_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover_in_phy_f3d in table GFS_DCNV_generic_post_run DEBUG: Module name: GFS_DCNV_generic_post DEBUG: Scheme name: GFS_DCNV_generic_post DEBUG: Scheme dependencies: ['machine.F'] @@ -22062,28 +14227,6 @@ DEBUG: Variables in subroutine GFS_DCNV_generic_post_init: DEBUG: Variables in subroutine GFS_DCNV_generic_post_run: horizontal_loop_extent, vertical_dimension, flag_diagnostics_3D, flag_tracer_diagnostics_3D, x_wind_updated_by_physics, y_wind_updated_by_physics, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, x_wind_save, y_wind_save, air_temperature_save, water_vapor_specific_humidity_save, ccpp_error_message, ccpp_error_flag, flag_diagnostics, flag_for_ras_deep_convection, flag_for_Chikira_Sugiyama_deep_convection, dynamics_to_physics_timestep_ratio, lwe_thickness_of_deep_convective_precipitation_amount, time_step_for_dynamics, cloud_work_function, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, gravitational_acceleration, number_of_3d_arrays_associated_with_pdf_based_clouds, array_dimension_of_3d_arrays_for_microphysics, number_of_convective_3d_cloud_fields, lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep, cumulative_cloud_work_function, cumulative_change_in_temperature_due_to_deep_convection, cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection, cumulative_change_in_x_wind_due_to_deep_convection, cumulative_change_in_y_wind_due_to_deep_convection, cumulative_atmosphere_updraft_convective_mass_flux, cumulative_atmosphere_downdraft_convective_mass_flux, cumulative_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, convective_cloud_water_mixing_ratio_in_phy_f3d, convective_cloud_cover_in_phy_f3d, flag_for_generic_deep_convection_tendency DEBUG: Variables in subroutine GFS_DCNV_generic_post_finalize: DEBUG: Parsing file GFS_GWD_generic.F90 with registry OrderedDict([('GFS_GWD_generic_pre', {'GFS_GWD_generic_pre': {'GFS_GWD_generic_pre_run': [13, 104], 'GFS_GWD_generic_pre_finalize': [106, 107], 'GFS_GWD_generic_pre_init': [5, 6]}}), ('GFS_GWD_generic_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_pre GFS_GWD_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_pre_run GFS_GWD_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable statistical_measures_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_post GFS_GWD_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_post_run GFS_GWD_generic_pre DEBUG: Module name: GFS_GWD_generic_pre DEBUG: Scheme name: GFS_GWD_generic_pre DEBUG: Scheme dependencies: ['machine.F'] @@ -22091,110 +14234,20 @@ DEBUG: Variables in subroutine GFS_GWD_generic_pre_run: horizontal_loop_extent, DEBUG: Variables in subroutine GFS_GWD_generic_pre_finalize: DEBUG: Variables in subroutine GFS_GWD_generic_pre_init: DEBUG: Parsing file GFS_GWD_generic.F90 with registry OrderedDict([('GFS_GWD_generic_pre', {'GFS_GWD_generic_pre': {'GFS_GWD_generic_pre_run': [13, 104], 'GFS_GWD_generic_pre_finalize': [106, 107], 'GFS_GWD_generic_pre_init': [5, 6]}}), ('GFS_GWD_generic_post', {'GFS_GWD_generic_post': {'GFS_GWD_generic_post_init': [113, 114], 'GFS_GWD_generic_post_finalize': [146, 147], 'GFS_GWD_generic_post_run': [121, 144]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_pre GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_pre_run GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_post GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_post_run GFS_GWD_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_x_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_y_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run DEBUG: Module name: GFS_GWD_generic_post DEBUG: Scheme name: GFS_GWD_generic_post DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine GFS_GWD_generic_post_init: DEBUG: Variables in subroutine GFS_GWD_generic_post_finalize: DEBUG: Variables in subroutine GFS_GWD_generic_post_run: flag_diagnostics, flag_diagnostics_3D, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag, time_step_for_dynamics, flag_for_generic_gravity_wave_drag_tendency, ccpp_error_message, ccpp_error_flag, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag, time_integral_of_x_stress_due_to_gravity_wave_drag, time_integral_of_y_stress_due_to_gravity_wave_drag -DEBUG: Parsing file GFS_MP_generic.F90 with registry OrderedDict([('GFS_MP_generic_pre', {'GFS_MP_generic_pre': {'GFS_MP_generic_pre_finalize': [55, 56], 'GFS_MP_generic_pre_init': [8, 9], 'GFS_MP_generic_pre_run': [13, 52]}}), ('GFS_MP_generic_post', {})]) -INFO: Legacy extension - skip empty table for GFS_MP_generic_pre_finalize -INFO: Legacy extension - skip empty table for GFS_MP_generic_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_pre GFS_MP_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_pre_run GFS_MP_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_MP_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_post GFS_MP_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_post_run GFS_MP_generic_pre +DEBUG: Parsing file GFS_MP_generic.F90 with registry OrderedDict([('GFS_MP_generic_pre', {'GFS_MP_generic_pre': {'GFS_MP_generic_pre_finalize': [51, 52], 'GFS_MP_generic_pre_init': [6, 7], 'GFS_MP_generic_pre_run': [11, 50]}}), ('GFS_MP_generic_post', {})]) DEBUG: Module name: GFS_MP_generic_pre DEBUG: Scheme name: GFS_MP_generic_pre DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine GFS_MP_generic_pre_finalize: DEBUG: Variables in subroutine GFS_MP_generic_pre_init: DEBUG: Variables in subroutine GFS_MP_generic_pre_run: horizontal_loop_extent, vertical_dimension, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_for_Arakawa_Wu_adjustment, index_for_liquid_cloud_condensate, number_of_tracers_for_cloud_condensate, number_of_tracers, air_temperature_updated_by_physics, tracer_concentration_updated_by_physics, air_temperature_save, water_vapor_specific_humidity_save, tracer_concentration_save, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file GFS_MP_generic.F90 with registry OrderedDict([('GFS_MP_generic_pre', {'GFS_MP_generic_pre': {'GFS_MP_generic_pre_finalize': [55, 56], 'GFS_MP_generic_pre_init': [8, 9], 'GFS_MP_generic_pre_run': [13, 52]}}), ('GFS_MP_generic_post', {'GFS_MP_generic_post': {'GFS_MP_generic_post_init': [65, 66], 'GFS_MP_generic_post_run': [77, 338], 'GFS_MP_generic_post_finalize': [342, 343]}})]) -INFO: Legacy extension - skip empty table for GFS_MP_generic_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_pre GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_pre_run GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_post GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_post_run GFS_MP_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable random_number_array in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_rain_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_freezing_rain_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_sleet_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_snow_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_ice_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_snow_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_graupel_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_ice_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_snow_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_graupel_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable column_precipitable_water in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable explicit_rainfall_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -INFO: Legacy extension - skip empty table for GFS_MP_generic_post_finalize +DEBUG: Parsing file GFS_MP_generic.F90 with registry OrderedDict([('GFS_MP_generic_pre', {'GFS_MP_generic_pre': {'GFS_MP_generic_pre_finalize': [51, 52], 'GFS_MP_generic_pre_init': [6, 7], 'GFS_MP_generic_pre_run': [11, 50]}}), ('GFS_MP_generic_post', {'GFS_MP_generic_post': {'GFS_MP_generic_post_init': [59, 60], 'GFS_MP_generic_post_run': [71, 332], 'GFS_MP_generic_post_finalize': [334, 335]}})]) DEBUG: Module name: GFS_MP_generic_post DEBUG: Scheme name: GFS_MP_generic_post DEBUG: Scheme dependencies: ['machine.F', 'calpreciptype.f90'] @@ -22203,19 +14256,6 @@ DEBUG: Variables in subroutine GFS_MP_generic_post_run: horizontal_loop_extent, DEBUG: Variables in subroutine GFS_MP_generic_post_finalize: DEBUG: Parsing file GFS_PBL_generic.F90 with registry OrderedDict([('GFS_PBL_generic_common', {}), ('GFS_PBL_generic_pre', {}), ('GFS_PBL_generic_post', {})]) DEBUG: Parsing file GFS_PBL_generic.F90 with registry OrderedDict([('GFS_PBL_generic_common', {}), ('GFS_PBL_generic_pre', {'GFS_PBL_generic_pre': {'GFS_PBL_generic_pre_run': [58, 244], 'GFS_PBL_generic_pre_finalize': [52, 53], 'GFS_PBL_generic_pre_init': [50, 51]}}), ('GFS_PBL_generic_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_pre GFS_PBL_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_pre_run GFS_PBL_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_PBL_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_post GFS_PBL_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_post_run GFS_PBL_generic_pre DEBUG: Module name: GFS_PBL_generic_pre DEBUG: Scheme name: GFS_PBL_generic_pre DEBUG: Scheme dependencies: ['machine.F', 'GFS_PBL_generic.F90'] @@ -22223,77 +14263,6 @@ DEBUG: Variables in subroutine GFS_PBL_generic_pre_run: horizontal_loop_extent, DEBUG: Variables in subroutine GFS_PBL_generic_pre_finalize: DEBUG: Variables in subroutine GFS_PBL_generic_pre_init: DEBUG: Parsing file GFS_PBL_generic.F90 with registry OrderedDict([('GFS_PBL_generic_common', {}), ('GFS_PBL_generic_pre', {'GFS_PBL_generic_pre': {'GFS_PBL_generic_pre_run': [58, 244], 'GFS_PBL_generic_pre_finalize': [52, 53], 'GFS_PBL_generic_pre_init': [50, 51]}}), ('GFS_PBL_generic_post', {'GFS_PBL_generic_post': {'GFS_PBL_generic_post_init': [248, 249], 'GFS_PBL_generic_post_finalize': [250, 251], 'GFS_PBL_generic_post_run': [255, 540]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_pre GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_pre_run GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_post GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_post_run GFS_PBL_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_heat_diffusivity in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_reduction_factor in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_reduction_factor in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_PBL_generic_post_run DEBUG: Module name: GFS_PBL_generic_post DEBUG: Scheme name: GFS_PBL_generic_post DEBUG: Scheme dependencies: ['machine.F', 'GFS_PBL_generic.F90'] @@ -22301,18 +14270,6 @@ DEBUG: Variables in subroutine GFS_PBL_generic_post_init: DEBUG: Variables in subroutine GFS_PBL_generic_post_finalize: DEBUG: Variables in subroutine GFS_PBL_generic_post_run: horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, number_of_tracers, index_for_water_vapor, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, index_for_rain_number_concentration, index_for_snow_number_concentration, index_for_graupel_number_concentration, index_for_water_friendly_aerosols, index_for_ice_friendly_aerosols, index_for_graupel, index_for_ozone, index_for_turbulent_kinetic_energy, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, index_for_mass_weighted_rime_factor, flag_for_aerosol_convective_transport_and_PBL_diffusion, index_for_first_chemical_tracer, number_of_chemical_tracers, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_zhao_carr_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, flag_for_chemistry_coupling, flag_for_aerosol_physics, flag_for_hedmf, flag_for_shoc, flag_for_scale_aware_TKE_moist_EDMF_PBL, tracer_concentration, x_wind_save, y_wind_save, air_temperature_save, tracer_concentration_save, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_diagnostics, x_wind, y_wind, air_temperature, ccpp_error_message, ccpp_error_flag, flag_for_flux_coupling, flag_for_generic_planetary_boundary_layer_tendency, flag_idealized_physics, flag_for_scale_aware_Shinhong_PBL, flag_for_ysu, tendency_of_vertically_diffused_tracer_concentration, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, time_step_for_dynamics, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, tendency_of_tracers_due_to_model_physics, cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep, instantaneous_surface_x_momentum_flux_for_coupling, instantaneous_surface_y_momentum_flux_for_coupling, instantaneous_surface_upward_sensible_heat_flux_for_coupling, instantaneous_surface_upward_latent_heat_flux_for_coupling, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep, instantaneous_surface_x_momentum_flux_for_diag, instantaneous_surface_y_momentum_flux_for_diag, instantaneous_surface_upward_sensible_heat_flux_for_diag, instantaneous_surface_upward_latent_heat_flux_for_diag, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, ratio_of_vapor_to_dry_air_gas_constants_minus_one, latent_heat_of_vaporization_of_water_at_0C, air_temperature_at_lowest_model_layer_for_diag, water_vapor_specific_humidity_at_lowest_model_layer_for_diag, air_pressure, kinematic_surface_upward_sensible_heat_flux, instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling, sea_area_fraction, flag_for_cice, surface_x_momentum_flux_for_coupling, surface_y_momentum_flux_for_coupling, surface_upward_sensible_heat_flux_for_coupling, surface_upward_latent_heat_flux_for_coupling, flag_nonzero_wet_surface_fraction, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, wind_speed_at_lowest_model_layer, surface_wind_stress_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_ocean, x_wind_at_lowest_model_layer, y_wind_at_lowest_model_layer, instantaneous_atmosphere_heat_diffusivity, atmosphere_heat_diffusivity, surface_upward_latent_heat_flux_reduction_factor, surface_upward_sensible_heat_flux_reduction_factor DEBUG: Parsing file GFS_SCNV_generic.F90 with registry OrderedDict([('GFS_SCNV_generic_pre', {'GFS_SCNV_generic_pre': {'GFS_SCNV_generic_pre_finalize': [6, 7], 'GFS_SCNV_generic_pre_init': [4, 5], 'GFS_SCNV_generic_pre_run': [11, 40]}}), ('GFS_SCNV_generic_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_pre GFS_SCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_pre_run GFS_SCNV_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_SCNV_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_post GFS_SCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_post_run GFS_SCNV_generic_pre DEBUG: Module name: GFS_SCNV_generic_pre DEBUG: Scheme name: GFS_SCNV_generic_pre DEBUG: Scheme dependencies: ['machine.F'] @@ -22320,32 +14277,6 @@ DEBUG: Variables in subroutine GFS_SCNV_generic_pre_finalize: DEBUG: Variables in subroutine GFS_SCNV_generic_pre_init: DEBUG: Variables in subroutine GFS_SCNV_generic_pre_run: horizontal_loop_extent, vertical_dimension, flag_diagnostics_3D, flag_tracer_diagnostics_3D, x_wind_updated_by_physics, y_wind_updated_by_physics, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, x_wind_save, y_wind_save, air_temperature_save, water_vapor_specific_humidity_save, flag_for_generic_shallow_convection_tendency, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file GFS_SCNV_generic.F90 with registry OrderedDict([('GFS_SCNV_generic_pre', {'GFS_SCNV_generic_pre': {'GFS_SCNV_generic_pre_finalize': [6, 7], 'GFS_SCNV_generic_pre_init': [4, 5], 'GFS_SCNV_generic_pre_run': [11, 40]}}), ('GFS_SCNV_generic_post', {'GFS_SCNV_generic_post': {'GFS_SCNV_generic_post_run': [51, 135], 'GFS_SCNV_generic_post_init': [44, 45], 'GFS_SCNV_generic_post_finalize': [46, 47]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_pre GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_pre_run GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_post GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_post_run GFS_SCNV_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover_in_phy_f3d in table GFS_SCNV_generic_post_run DEBUG: Module name: GFS_SCNV_generic_post DEBUG: Scheme name: GFS_SCNV_generic_post DEBUG: Scheme dependencies: ['machine.F'] @@ -22354,14 +14285,6 @@ DEBUG: Variables in subroutine GFS_SCNV_generic_post_init: DEBUG: Variables in subroutine GFS_SCNV_generic_post_finalize: DEBUG: Parsing file GFS_debug.F90 with registry OrderedDict([('print_var_chksum', {}), ('GFS_diagtoscreen', {}), ('GFS_interstitialtoscreen', {}), ('GFS_abort', {}), ('GFS_checkland', {})]) DEBUG: Parsing file GFS_debug.F90 with registry OrderedDict([('print_var_chksum', {}), ('GFS_diagtoscreen', {'GFS_diagtoscreen': {'GFS_diagtoscreen_init': [235, 236], 'GFS_diagtoscreen_finalize': [237, 238], 'GFS_diagtoscreen_run': [242, 719]}}), ('GFS_interstitialtoscreen', {}), ('GFS_abort', {}), ('GFS_checkland', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_diagtoscreen DEBUG: Module name: GFS_diagtoscreen DEBUG: Scheme name: GFS_diagtoscreen DEBUG: Scheme dependencies: ['machine.F'] @@ -22369,14 +14292,6 @@ DEBUG: Variables in subroutine GFS_diagtoscreen_init: DEBUG: Variables in subroutine GFS_diagtoscreen_finalize: DEBUG: Variables in subroutine GFS_diagtoscreen_run: GFS_control_type_instance, GFS_statein_type_instance, GFS_stateout_type_instance, GFS_sfcprop_type_instance, GFS_coupling_type_instance, GFS_grid_type_instance, GFS_tbd_type_instance, GFS_cldprop_type_instance, GFS_radtend_type_instance, GFS_diag_type_instance, GFS_interstitial_type_instance, omp_threads, ccpp_block_number, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file GFS_debug.F90 with registry OrderedDict([('print_var_chksum', {}), ('GFS_diagtoscreen', {'GFS_diagtoscreen': {'GFS_diagtoscreen_init': [235, 236], 'GFS_diagtoscreen_finalize': [237, 238], 'GFS_diagtoscreen_run': [242, 719]}}), ('GFS_interstitialtoscreen', {'GFS_interstitialtoscreen': {'GFS_interstitialtoscreen_finalize': [729, 730], 'GFS_interstitialtoscreen_run': [734, 1175], 'GFS_interstitialtoscreen_init': [727, 728]}}), ('GFS_abort', {}), ('GFS_checkland', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_interstitialtoscreen DEBUG: Module name: GFS_interstitialtoscreen DEBUG: Scheme name: GFS_interstitialtoscreen DEBUG: Scheme dependencies: ['machine.F'] @@ -22384,14 +14299,6 @@ DEBUG: Variables in subroutine GFS_interstitialtoscreen_finalize: DEBUG: Variables in subroutine GFS_interstitialtoscreen_run: GFS_control_type_instance, GFS_statein_type_instance, GFS_stateout_type_instance, GFS_sfcprop_type_instance, GFS_coupling_type_instance, GFS_grid_type_instance, GFS_tbd_type_instance, GFS_cldprop_type_instance, GFS_radtend_type_instance, GFS_diag_type_instance, GFS_interstitial_type_instance, omp_threads, ccpp_block_number, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_interstitialtoscreen_init: DEBUG: Parsing file GFS_debug.F90 with registry OrderedDict([('print_var_chksum', {}), ('GFS_diagtoscreen', {'GFS_diagtoscreen': {'GFS_diagtoscreen_init': [235, 236], 'GFS_diagtoscreen_finalize': [237, 238], 'GFS_diagtoscreen_run': [242, 719]}}), ('GFS_interstitialtoscreen', {'GFS_interstitialtoscreen': {'GFS_interstitialtoscreen_finalize': [729, 730], 'GFS_interstitialtoscreen_run': [734, 1175], 'GFS_interstitialtoscreen_init': [727, 728]}}), ('GFS_abort', {'GFS_abort': {'GFS_abort_init': [1181, 1182], 'GFS_abort_run': [1188, 1205], 'GFS_abort_finalize': [1183, 1184]}}), ('GFS_checkland', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_abort DEBUG: Module name: GFS_abort DEBUG: Scheme name: GFS_abort DEBUG: Scheme dependencies: ['machine.F'] @@ -22399,32 +14306,6 @@ DEBUG: Variables in subroutine GFS_abort_init: DEBUG: Variables in subroutine GFS_abort_run: GFS_control_type_instance, ccpp_block_number, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_abort_finalize: DEBUG: Parsing file GFS_debug.F90 with registry OrderedDict([('print_var_chksum', {}), ('GFS_diagtoscreen', {'GFS_diagtoscreen': {'GFS_diagtoscreen_init': [235, 236], 'GFS_diagtoscreen_finalize': [237, 238], 'GFS_diagtoscreen_run': [242, 719]}}), ('GFS_interstitialtoscreen', {'GFS_interstitialtoscreen': {'GFS_interstitialtoscreen_finalize': [729, 730], 'GFS_interstitialtoscreen_run': [734, 1175], 'GFS_interstitialtoscreen_init': [727, 728]}}), ('GFS_abort', {'GFS_abort': {'GFS_abort_init': [1181, 1182], 'GFS_abort_run': [1188, 1205], 'GFS_abort_finalize': [1183, 1184]}}), ('GFS_checkland', {'GFS_checkland': {'GFS_checkland_run': [1218, 1290], 'GFS_checkland_finalize': [1213, 1214], 'GFS_checkland_init': [1211, 1212]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_checkland -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_ocean_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_checkland_run DEBUG: Module name: GFS_checkland DEBUG: Scheme name: GFS_checkland DEBUG: Scheme dependencies: ['machine.F'] @@ -22432,125 +14313,34 @@ DEBUG: Variables in subroutine GFS_checkland_run: ccpp_block_number, ccpp_error_ DEBUG: Variables in subroutine GFS_checkland_finalize: DEBUG: Variables in subroutine GFS_checkland_init: DEBUG: Parsing file GFS_phys_time_vary.fv3.F90 with registry OrderedDict([('GFS_phys_time_vary', {'GFS_phys_time_vary': {'GFS_phys_time_vary_finalize': [212, 239], 'GFS_phys_time_vary_init': [32, 207], 'GFS_phys_time_vary_run': [245, 407]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary DEBUG: Module name: GFS_phys_time_vary DEBUG: Scheme name: GFS_phys_time_vary DEBUG: Scheme dependencies: ['iccninterp.F90', 'h2ointerp.f90', 'ozne_def.f', 'sfcsub.F', 'aerinterp.F90', 'mersenne_twister.f', 'h2o_def.f', 'gcycle.F90', 'machine.F', 'aerclm_def.F', 'ozinterp.f90', 'namelist_soilveg.f', 'iccn_def.F'] DEBUG: Variables in subroutine GFS_phys_time_vary_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_phys_time_vary_init: ccpp_error_message, ccpp_error_flag, GFS_data_type_instance_all_blocks, GFS_control_type_instance, GFS_interstitial_type_instance_all_threads, omp_threads DEBUG: Variables in subroutine GFS_phys_time_vary_run: ccpp_error_message, ccpp_error_flag, GFS_data_type_instance_all_blocks, GFS_control_type_instance, omp_threads, flag_for_first_time_step -DEBUG: Parsing file GFS_rad_time_vary.fv3.F90 with registry OrderedDict([('GFS_rad_time_vary', {'GFS_rad_time_vary': {'GFS_rad_time_vary_init': [9, 10], 'GFS_rad_time_vary_run': [16, 74], 'GFS_rad_time_vary_finalize': [78, 79]}})]) -INFO: Legacy extension - skip empty table for GFS_rad_time_vary_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rad_time_vary GFS_rad_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rad_time_vary_run GFS_rad_time_vary -INFO: Legacy extension - skip empty table for GFS_rad_time_vary_finalize +DEBUG: Parsing file GFS_rad_time_vary.fv3.F90 with registry OrderedDict([('GFS_rad_time_vary', {'GFS_rad_time_vary': {'GFS_rad_time_vary_init': [7, 8], 'GFS_rad_time_vary_run': [14, 72], 'GFS_rad_time_vary_finalize': [74, 75]}})]) DEBUG: Module name: GFS_rad_time_vary DEBUG: Scheme name: GFS_rad_time_vary DEBUG: Scheme dependencies: ['physparam.f', 'radcons.f90', 'mersenne_twister.f', 'machine.F'] DEBUG: Variables in subroutine GFS_rad_time_vary_init: DEBUG: Variables in subroutine GFS_rad_time_vary_run: GFS_control_type_instance, GFS_data_type_instance_all_blocks, omp_threads, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_rad_time_vary_finalize: -DEBUG: Parsing file GFS_rrtmg_post.F90 with registry OrderedDict([('GFS_rrtmg_post', {'GFS_rrtmg_post': {'GFS_rrtmg_post_init': [8, 9], 'GFS_rrtmg_post_run': [13, 166], 'GFS_rrtmg_post_finalize': [169, 170]}})]) -INFO: Legacy extension - skip empty table for GFS_rrtmg_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_post GFS_rrtmg_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_post_run GFS_rrtmg_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_10mu_band in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_0p55mu_band in table GFS_rrtmg_post_run -INFO: Legacy extension - skip empty table for GFS_rrtmg_post_finalize +DEBUG: Parsing file GFS_rrtmg_post.F90 with registry OrderedDict([('GFS_rrtmg_post', {'GFS_rrtmg_post': {'GFS_rrtmg_post_init': [6, 7], 'GFS_rrtmg_post_run': [11, 164], 'GFS_rrtmg_post_finalize': [165, 166]}})]) DEBUG: Module name: GFS_rrtmg_post DEBUG: Scheme name: GFS_rrtmg_post DEBUG: Scheme dependencies: ['iounitdef.f', 'radlw_param.f', 'radiation_aerosols.f', 'radsw_param.f', 'machine.F'] DEBUG: Variables in subroutine GFS_rrtmg_post_init: -DEBUG: Variables in subroutine GFS_rrtmg_post_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_diag_type_instance, GFS_radtend_type_instance, GFS_statein_type_instance, GFS_coupling_type_instance, components_of_surface_downward_shortwave_fluxes, horizontal_loop_extent, number_of_vertical_layers_for_radiation_calculations, extra_top_layer, vertical_index_difference_between_layer_and_upper_bound, vertical_index_difference_between_layer_and_lower_bound, vertical_index_difference_between_inout_and_local, time_step_for_radiation, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, total_cloud_fraction, cloud_optical_depth_layers_at_10mu_band, cloud_optical_depth_layers_at_0p55mu_band, daytime_points_dimension, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmg_post_run: horizontal_loop_extent, vertical_dimension, vertical_dimension_plus_one, number_of_vertical_layers_for_radiation_calculations, extra_top_layer, vertical_index_difference_between_layer_and_upper_bound, vertical_index_difference_between_layer_and_lower_bound, vertical_index_difference_between_inout_and_local, number_of_species_for_aerosol_optical_depth, number_of_radiation_diagnostic_variables, daytime_points_dimension, flag_to_calc_sw, flag_to_calc_lw, flag_diagnostics, frequency_for_longwave_radiation, frequency_for_shortwave_radiation, time_step_for_radiation, cosine_of_zenith_angle, daytime_mean_cosz_over_rad_call_period, air_pressure_at_interface, air_temperature, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, total_cloud_fraction, cloud_optical_depth_layers_at_10mu_band, cloud_optical_depth_layers_at_0p55mu_band, lw_fluxes_sfc, sw_fluxes_sfc, lw_fluxes_top_atmosphere, sw_fluxes_top_atmosphere, components_of_surface_downward_shortwave_fluxes, cumulative_radiation_diagnostic, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_rrtmg_post_finalize: -DEBUG: Parsing file GFS_rrtmg_pre.F90 with registry OrderedDict([('GFS_rrtmg_pre', {'GFS_rrtmg_pre': {'GFS_rrtmg_pre_finalize': [759, 760], 'GFS_rrtmg_pre_init': [9, 10], 'GFS_rrtmg_pre_run': [16, 756]}})]) -INFO: Legacy extension - skip empty table for GFS_rrtmg_pre_finalize -INFO: Legacy extension - skip empty table for GFS_rrtmg_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_pre GFS_rrtmg_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_pre_run GFS_rrtmg_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_ice_water_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_rain_water_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rime_factor in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_condensate_mixing_ratio_updated_by_physics in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc113 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_3d_cloud_fraction in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table GFS_rrtmg_pre_run +DEBUG: Parsing file GFS_rrtmg_pre.F90 with registry OrderedDict([('GFS_rrtmg_pre', {'GFS_rrtmg_pre': {'GFS_rrtmg_pre_finalize': [737, 738], 'GFS_rrtmg_pre_init': [7, 8], 'GFS_rrtmg_pre_run': [14, 736]}})]) DEBUG: Module name: GFS_rrtmg_pre DEBUG: Scheme name: GFS_rrtmg_pre DEBUG: Scheme dependencies: ['physparam.f', 'funcphys.f90', 'surface_perturbation.F90', 'module_mp_radar.F90', 'physcons.F90', 'radiation_gases.f', 'radiation_astronomy.f', 'radsw_param.f', 'machine.F', 'module_bfmicrophysics.f', 'radlw_param.f', 'radiation_aerosols.f', 'module_mp_thompson_make_number_concentrations.F90', 'iounitdef.f', 'module_mp_thompson.F90', 'radiation_clouds.f', 'radcons.f90'] DEBUG: Variables in subroutine GFS_rrtmg_pre_finalize: DEBUG: Variables in subroutine GFS_rrtmg_pre_init: -DEBUG: Variables in subroutine GFS_rrtmg_pre_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_sfcprop_type_instance, GFS_statein_type_instance, GFS_tbd_type_instance, GFS_cldprop_type_instance, GFS_coupling_type_instance, GFS_radtend_type_instance, fraction_of_ice_water_cloud, fraction_of_rain_water_cloud, rime_factor, minimum_large_ice_fraction, total_cloud_condensate_mixing_ratio_updated_by_physics, number_of_vertical_layers_for_radiation_calculations, horizontal_loop_extent, adjusted_vertical_layer_dimension_for_radiation, adjusted_vertical_level_dimension_for_radiation, vertical_index_difference_between_inout_and_local, vertical_index_difference_between_layer_and_upper_bound, vertical_index_difference_between_layer_and_lower_bound, time_step_for_radiation, layer_pressure_thickness_for_radiation, layer_thickness_for_radiation, air_pressure_at_interface_for_radiation_in_hPa, air_pressure_at_layer_for_radiation_in_hPa, air_temperature_at_interface_for_radiation, air_temperature_at_layer_for_radiation, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, water_vapor_specific_humidity_at_layer_for_radiation, ozone_concentration_at_layer_for_radiation, flag_for_mass_flux_deep_convection_scheme, flag_for_gf_deep_convection_scheme, volume_mixing_ratio_co2, volume_mixing_ratio_n2o, volume_mixing_ratio_ch4, volume_mixing_ratio_o2, volume_mixing_ratio_co, volume_mixing_ratio_cfc11, volume_mixing_ratio_cfc12, volume_mixing_ratio_cfc22, volume_mixing_ratio_ccl4, volume_mixing_ratio_cfc113, aerosol_optical_depth_for_shortwave_bands_01_16, aerosol_single_scattering_albedo_for_shortwave_bands_01_16, aerosol_asymmetry_parameter_for_shortwave_bands_01_16, aerosol_optical_depth_for_longwave_bands_01_16, aerosol_single_scattering_albedo_for_longwave_bands_01_16, aerosol_asymmetry_parameter_for_longwave_bands_01_16, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_snow_water_path, mean_effective_radius_for_snow_flake, cloud_area_fraction_for_radiation, instantaneous_3d_cloud_fraction, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, cloud_decorrelation_length, cloud_overlap_decorrelation_parameter, surface_albedo_perturbation, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmg_pre_run: horizontal_loop_extent, vertical_dimension, number_of_vertical_layers_for_radiation_calculations, adjusted_vertical_layer_dimension_for_radiation, adjusted_vertical_level_dimension_for_radiation, number_of_land_surface_variables_perturbed, flag_for_mass_flux_deep_convection_scheme, flag_for_gf_deep_convection_scheme, mpi_rank, number_of_cloud_condensate_types, number_of_tracers, array_dimension_of_3d_arrays_for_microphysics, number_of_3d_arrays_associated_with_pdf_based_clouds, number_of_convective_3d_cloud_fields, index_for_water_vapor, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, number_of_hydrometeors, index_for_rain_water, index_for_snow_water, index_for_graupel, index_for_water_friendly_aerosols, index_for_ozone, index_for_cloud_amount, index_for_cloud_liquid_water_effective_radius, index_for_ice_effective_radius, index_for_snow_effective_radius, index_for_stochastic_land_surface_perturbation_type, index_of_time_step, flag_for_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_zhao_carr_microphysics_scheme, flag_for_zhao_carr_pdf_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, julian_day, number_of_days_in_year, variables_to_be_perturbed_for_landperts, flag_to_calc_sw, flag_to_calc_lw, flag_for_aerosol_physics, flag_for_GFDL_microphysics_radiation_interaction, flag_for_uni_cld, flag_for_cloud_effective_radii, do_mynnedmf, flag_for_lmfshal, flag_for_scale_aware_mass_flux_convection, frequency_for_shortwave_radiation, frequency_for_longwave_radiation, forecast_hour_of_the_day, ice_supersaturation_threshold, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_gas_constant_dry_air_to_gravitational_acceleration, ratio_of_gas_constant_dry_air_to_specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, latitude_in_degree, latitude, longitude, cosine_of_latitude, sine_of_latitude, surface_skin_temperature, sea_land_ice_mask_real, air_pressure_at_interface, air_pressure, dimensionless_exner_function_at_model_layers, air_temperature, weights_for_stochastic_surface_physics_perturbation, cloud_fraction_for_MG, effective_radius_of_stratiform_cloud_rain_particle_in_um, convective_cloud_water_mixing_ratio_in_phy_f3d, convective_cloud_cover_in_phy_f3d, tracer_concentration, aerosol_number_concentration_from_gocart_aerosol_climatology, cosine_of_zenith_angle, daytime_mean_cosz_over_rad_call_period, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, vertical_index_difference_between_inout_and_local, vertical_index_difference_between_layer_and_upper_bound, vertical_index_difference_between_layer_and_lower_bound, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, time_step_for_radiation, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, cloud_decorrelation_length, surface_albedo_perturbation, layer_pressure_thickness_for_radiation, layer_thickness_for_radiation, air_pressure_at_interface_for_radiation_in_hPa, air_pressure_at_layer_for_radiation_in_hPa, air_temperature_at_interface_for_radiation, air_temperature_at_layer_for_radiation, water_vapor_specific_humidity_at_layer_for_radiation, ozone_concentration_at_layer_for_radiation, volume_mixing_ratio_co2, volume_mixing_ratio_n2o, volume_mixing_ratio_ch4, volume_mixing_ratio_o2, volume_mixing_ratio_co, volume_mixing_ratio_cfc11, volume_mixing_ratio_cfc12, volume_mixing_ratio_cfc22, volume_mixing_ratio_ccl4, volume_mixing_ratio_cfc113, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_snow_water_path, mean_effective_radius_for_snow_flake, cloud_area_fraction_for_radiation, instantaneous_3d_cloud_fraction, aerosol_optical_depth_for_shortwave_bands_01_16, aerosol_single_scattering_albedo_for_shortwave_bands_01_16, aerosol_asymmetry_parameter_for_shortwave_bands_01_16, aerosol_optical_depth_for_longwave_bands_01_16, aerosol_single_scattering_albedo_for_longwave_bands_01_16, aerosol_asymmetry_parameter_for_longwave_bands_01_16, cloud_overlap_decorrelation_parameter, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file GFS_rrtmg_setup.F90 with registry OrderedDict([('GFS_rrtmg_setup', {'GFS_rrtmg_setup': {'GFS_rrtmg_setup_run': [259, 284], 'GFS_rrtmg_setup_finalize': [288, 298], 'GFS_rrtmg_setup_init': [27, 255]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup DEBUG: Module name: GFS_rrtmg_setup DEBUG: Scheme name: GFS_rrtmg_setup DEBUG: Scheme dependencies: ['physparam.f', 'radsw_main.f', 'radsw_param.f', 'radiation_gases.f', 'radiation_astronomy.f', 'module_bfmicrophysics.f', 'radlw_param.f', 'radiation_aerosols.f', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f', 'radiation_surface.f', 'radlw_main.f'] @@ -22558,39 +14348,6 @@ DEBUG: Variables in subroutine GFS_rrtmg_setup_run: date_and_time_at_model_initi DEBUG: Variables in subroutine GFS_rrtmg_setup_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_rrtmg_setup_init: mpi_rank, ccpp_error_message, ccpp_error_flag, vertical_sigma_coordinate_for_radiation_initialization, number_of_vertical_layers_for_radiation_calculations, flag_for_initial_time_date_control, flag_for_solar_constant, flag_for_using_prescribed_global_mean_co2_value, flag_for_default_aerosol_effect_in_shortwave_radiation, flag_for_using_climatology_albedo, flag_for_surface_emissivity_control, index_for_liquid_cloud_condensate, array_dimension_of_2d_arrays_for_microphysics, array_dimension_of_3d_arrays_for_microphysics, number_of_3d_arrays_associated_with_pdf_based_clouds, index_for_ozone, flag_for_cloud_overlap_method_for_shortwave_radiation, flag_for_cloud_overlap_method_for_longwave_radiation, flag_for_sw_clouds_without_sub_grid_approximation, flag_for_lw_clouds_without_sub_grid_approximation, flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation, flag_for_CRICK_proof_cloud_water, flag_for_cloud_condensate_normalized_by_cloud_cover, flag_for_microphysics_scheme, flag_for_precipitation_effect_on_radiation, date_and_time_at_model_initialization_reordered, flag_for_vertical_index_direction_control, horizontal_dimension, aerosol_optical_properties_for_longwave_bands_01_16, aerosol_optical_properties_for_shortwave_bands_01_16, atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Parsing file GFS_stochastics.F90 with registry OrderedDict([('GFS_stochastics', {'GFS_stochastics': {'GFS_stochastics_run': [22, 210], 'GFS_stochastics_finalize': [6, 7], 'GFS_stochastics_init': [4, 5]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_stochastics GFS_stochastics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_stochastics_run GFS_stochastics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cellular_automata_global_pattern in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_sppt_perturbation in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_x_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_y_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_shum_perturbation in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_sppt_perturbation_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_shum_perturbation_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dissipation_estimate_of_air_temperature_at_model_layers in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_stochastics_run DEBUG: Module name: GFS_stochastics DEBUG: Scheme name: GFS_stochastics DEBUG: Scheme dependencies: ['machine.F'] @@ -22598,24 +14355,6 @@ DEBUG: Variables in subroutine GFS_stochastics_run: horizontal_loop_extent, vert DEBUG: Variables in subroutine GFS_stochastics_finalize: DEBUG: Variables in subroutine GFS_stochastics_init: DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {}), ('GFS_suite_interstitial_1', {}), ('GFS_suite_interstitial_2', {}), ('GFS_suite_stateout_reset', {}), ('GFS_suite_stateout_update', {}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_rad_reset DEBUG: Module name: GFS_suite_interstitial_rad_reset DEBUG: Scheme name: GFS_suite_interstitial_rad_reset DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22623,24 +14362,6 @@ DEBUG: Variables in subroutine GFS_suite_interstitial_rad_reset_finalize: DEBUG: Variables in subroutine GFS_suite_interstitial_rad_reset_run: GFS_interstitial_type_instance, GFS_control_type_instance, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_suite_interstitial_rad_reset_init: DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {}), ('GFS_suite_interstitial_2', {}), ('GFS_suite_stateout_reset', {}), ('GFS_suite_stateout_update', {}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_phys_reset DEBUG: Module name: GFS_suite_interstitial_phys_reset DEBUG: Scheme name: GFS_suite_interstitial_phys_reset DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22648,36 +14369,6 @@ DEBUG: Variables in subroutine GFS_suite_interstitial_phys_reset_finalize: DEBUG: Variables in subroutine GFS_suite_interstitial_phys_reset_run: GFS_interstitial_type_instance, GFS_control_type_instance, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_suite_interstitial_phys_reset_init: DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 96]}}), ('GFS_suite_interstitial_2', {}), ('GFS_suite_stateout_reset', {}), ('GFS_suite_stateout_update', {}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_1 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_diag in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_1 DEBUG: Module name: GFS_suite_interstitial_1 DEBUG: Scheme name: GFS_suite_interstitial_1 DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22685,68 +14376,6 @@ DEBUG: Variables in subroutine GFS_suite_interstitial_1_init: DEBUG: Variables in subroutine GFS_suite_interstitial_1_finalize: DEBUG: Variables in subroutine GFS_suite_interstitial_1_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, time_step_for_dynamics, time_step_for_physics, sea_land_ice_mask_real, cell_area, minimum_scaling_factor_for_critical_relative_humidity, inverse_scaling_factor_for_critical_relative_humidity, surface_air_pressure, sea_land_ice_mask, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, surface_air_pressure_diag, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky, tendency_of_tracers_due_to_model_physics DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 96]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [103, 104], 'GFS_suite_interstitial_2_finalize': [105, 106], 'GFS_suite_interstitial_2_run': [112, 278]}}), ('GFS_suite_stateout_reset', {}), ('GFS_suite_stateout_update', {}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_2 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_for_coupling in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_for_idea in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable duration_of_sunshine in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_land_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ice_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_pressure_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_longwave_radiation in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shortwave_radiation in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_top_entrainment_instability_value in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_at_previous_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_upward in table GFS_suite_interstitial_2_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_2 DEBUG: Module name: GFS_suite_interstitial_2 DEBUG: Scheme name: GFS_suite_interstitial_2 DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22754,32 +14383,6 @@ DEBUG: Variables in subroutine GFS_suite_interstitial_2_init: DEBUG: Variables in subroutine GFS_suite_interstitial_2_finalize: DEBUG: Variables in subroutine GFS_suite_interstitial_2_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, time_step_for_dynamics, surface_air_pressure, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, flag_diagnostics, flag_diagnostics_3D, flag_idealized_physics, flag_for_flux_coupling, flag_for_cice, flag_for_shallow_convection, flag_for_old_PBL_scheme, flag_for_moorthi_stratus, flag_for_shoc, flag_for_fractional_grid, flag_for_mass_flux_shallow_convection_scheme, instantaneous_cosine_of_zenith_angle, surface_downwelling_shortwave_flux, surface_downwelling_longwave_flux, sea_ice_concentration, surface_upwelling_longwave_flux_for_coupling, tendency_of_air_temperature_due_to_longwave_heating_for_idea, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, critical_cloud_top_entrainment_instability_criteria, air_pressure_at_interface, air_temperature, air_pressure, water_vapor_specific_humidity, cloud_condensed_water_mixing_ratio, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_vaporization_of_water_at_0C, dimensionless_exner_function_at_model_layers, duration_of_sunshine, surface_upwelling_longwave_flux, surface_upwelling_longwave_flux_over_land_interstitial, surface_upwelling_longwave_flux_over_ice_interstitial, surface_upwelling_longwave_flux_over_ocean_interstitial, cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep, cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep, cumulative_surface_pressure_multiplied_by_timestep, cumulative_change_in_temperature_due_to_longwave_radiation, cumulative_change_in_temperature_due_to_shortwave_radiation, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_temperature_due_to_deep_convection, cumulative_change_in_temperature_due_to_shallow_convection, cumulative_change_in_temperature_due_to_microphysics, grid_sensitive_critical_cloud_top_entrainment_instability_criteria, cloud_top_entrainment_instability_value, index_of_highest_temperature_inversion, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_wet_surface_fraction, land_area_fraction_for_microphysics, netcdf_float_fillvalue, flag_to_calc_RRTMGP_LW_jacobian, air_temperature_at_lowest_model_layer, surface_skin_temperature_at_previous_time_step, RRTMGP_lw_flux_profile_upward_allsky, RRTMGP_jacobian_of_lw_flux_profile_upward DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 96]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [103, 104], 'GFS_suite_interstitial_2_finalize': [105, 106], 'GFS_suite_interstitial_2_run': [112, 278]}}), ('GFS_suite_stateout_reset', {'GFS_suite_stateout_reset': {'GFS_suite_stateout_reset_finalize': [284, 285], 'GFS_suite_stateout_reset_init': [282, 283], 'GFS_suite_stateout_reset_run': [289, 309]}}), ('GFS_suite_stateout_update', {}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_stateout_reset -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_stateout_reset DEBUG: Module name: GFS_suite_stateout_reset DEBUG: Scheme name: GFS_suite_stateout_reset DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22787,36 +14390,6 @@ DEBUG: Variables in subroutine GFS_suite_stateout_reset_finalize: DEBUG: Variables in subroutine GFS_suite_stateout_reset_init: DEBUG: Variables in subroutine GFS_suite_stateout_reset_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, air_temperature, x_wind, y_wind, tracer_concentration, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, tracer_concentration_updated_by_physics DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 96]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [103, 104], 'GFS_suite_interstitial_2_finalize': [105, 106], 'GFS_suite_interstitial_2_run': [112, 278]}}), ('GFS_suite_stateout_reset', {'GFS_suite_stateout_reset': {'GFS_suite_stateout_reset_finalize': [284, 285], 'GFS_suite_stateout_reset_init': [282, 283], 'GFS_suite_stateout_reset_run': [289, 309]}}), ('GFS_suite_stateout_update', {'GFS_suite_stateout_update': {'GFS_suite_stateout_update_init': [313, 314], 'GFS_suite_stateout_update_run': [320, 343], 'GFS_suite_stateout_update_finalize': [315, 316]}}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_stateout_update -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_stateout_update DEBUG: Module name: GFS_suite_stateout_update DEBUG: Scheme name: GFS_suite_stateout_update DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22824,41 +14397,6 @@ DEBUG: Variables in subroutine GFS_suite_stateout_update_init: DEBUG: Variables in subroutine GFS_suite_stateout_update_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, time_step_for_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_tracers_due_to_model_physics, air_temperature, x_wind, y_wind, tracer_concentration, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, tracer_concentration_updated_by_physics DEBUG: Variables in subroutine GFS_suite_stateout_update_finalize: DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 96]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [103, 104], 'GFS_suite_interstitial_2_finalize': [105, 106], 'GFS_suite_interstitial_2_run': [112, 278]}}), ('GFS_suite_stateout_reset', {'GFS_suite_stateout_reset': {'GFS_suite_stateout_reset_finalize': [284, 285], 'GFS_suite_stateout_reset_init': [282, 283], 'GFS_suite_stateout_reset_run': [289, 309]}}), ('GFS_suite_stateout_update', {'GFS_suite_stateout_update': {'GFS_suite_stateout_update_init': [313, 314], 'GFS_suite_stateout_update_run': [320, 343], 'GFS_suite_stateout_update_finalize': [315, 316]}}), ('GFS_suite_interstitial_3', {'GFS_suite_interstitial_3': {'GFS_suite_interstitial_3_run': [356, 479], 'GFS_suite_interstitial_3_finalize': [349, 350], 'GFS_suite_interstitial_3_init': [347, 348]}}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_3 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save_from_convective_parameterization in table GFS_suite_interstitial_3_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_3 DEBUG: Module name: GFS_suite_interstitial_3 DEBUG: Scheme name: GFS_suite_interstitial_3 DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22866,33 +14404,6 @@ DEBUG: Variables in subroutine GFS_suite_interstitial_3_run: ccpp_error_message, DEBUG: Variables in subroutine GFS_suite_interstitial_3_finalize: DEBUG: Variables in subroutine GFS_suite_interstitial_3_init: DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 96]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [103, 104], 'GFS_suite_interstitial_2_finalize': [105, 106], 'GFS_suite_interstitial_2_run': [112, 278]}}), ('GFS_suite_stateout_reset', {'GFS_suite_stateout_reset': {'GFS_suite_stateout_reset_finalize': [284, 285], 'GFS_suite_stateout_reset_init': [282, 283], 'GFS_suite_stateout_reset_run': [289, 309]}}), ('GFS_suite_stateout_update', {'GFS_suite_stateout_update': {'GFS_suite_stateout_update_init': [313, 314], 'GFS_suite_stateout_update_run': [320, 343], 'GFS_suite_stateout_update_finalize': [315, 316]}}), ('GFS_suite_interstitial_3', {'GFS_suite_interstitial_3': {'GFS_suite_interstitial_3_run': [356, 479], 'GFS_suite_interstitial_3_finalize': [349, 350], 'GFS_suite_interstitial_3_init': [347, 348]}}), ('GFS_suite_interstitial_4', {'GFS_suite_interstitial_4': {'GFS_suite_interstitial_4_finalize': [485, 486], 'GFS_suite_interstitial_4_run': [490, 600], 'GFS_suite_interstitial_4_init': [483, 484]}}), ('GFS_suite_interstitial_5', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_4 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save_from_convective_parameterization in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_suite_interstitial_4_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_4 DEBUG: Module name: GFS_suite_interstitial_4 DEBUG: Scheme name: GFS_suite_interstitial_4 DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22900,26 +14411,6 @@ DEBUG: Variables in subroutine GFS_suite_interstitial_4_finalize: DEBUG: Variables in subroutine GFS_suite_interstitial_4_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, time_step_for_dynamics, air_pressure, water_vapor_specific_humidity, tracer_concentration_updated_by_physics, number_of_tracers_for_convective_transport, flag_for_aerosol_physics, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_cloud_amount, index_for_rain_water, index_for_snow_water, index_for_rain_number_concentration, index_for_snow_number_concentration, index_for_graupel, index_for_graupel_number_concentration, flag_for_microphysics_scheme, flag_for_zhao_carr_microphysics_scheme, flag_for_zhao_carr_pdf_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, convective_transportable_tracers, cloud_condensed_water_mixing_ratio_save, ice_water_mixing_ratio_save, air_temperature_save_from_convective_parameterization, flag_for_chemistry_coupling, number_of_total_tracers, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, pi, gas_constant_dry_air, water_friendly_aerosol_number_concentration, instantaneous_water_vapor_specific_humidity_tendency_due_to_convection DEBUG: Variables in subroutine GFS_suite_interstitial_4_init: DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 96]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [103, 104], 'GFS_suite_interstitial_2_finalize': [105, 106], 'GFS_suite_interstitial_2_run': [112, 278]}}), ('GFS_suite_stateout_reset', {'GFS_suite_stateout_reset': {'GFS_suite_stateout_reset_finalize': [284, 285], 'GFS_suite_stateout_reset_init': [282, 283], 'GFS_suite_stateout_reset_run': [289, 309]}}), ('GFS_suite_stateout_update', {'GFS_suite_stateout_update': {'GFS_suite_stateout_update_init': [313, 314], 'GFS_suite_stateout_update_run': [320, 343], 'GFS_suite_stateout_update_finalize': [315, 316]}}), ('GFS_suite_interstitial_3', {'GFS_suite_interstitial_3': {'GFS_suite_interstitial_3_run': [356, 479], 'GFS_suite_interstitial_3_finalize': [349, 350], 'GFS_suite_interstitial_3_init': [347, 348]}}), ('GFS_suite_interstitial_4', {'GFS_suite_interstitial_4': {'GFS_suite_interstitial_4_finalize': [485, 486], 'GFS_suite_interstitial_4_run': [490, 600], 'GFS_suite_interstitial_4_init': [483, 484]}}), ('GFS_suite_interstitial_5', {'GFS_suite_interstitial_5': {'GFS_suite_interstitial_5_finalize': [606, 607], 'GFS_suite_interstitial_5_run': [611, 631], 'GFS_suite_interstitial_5_init': [604, 605]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_5 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_5_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_5_run DEBUG: Module name: GFS_suite_interstitial_5 DEBUG: Scheme name: GFS_suite_interstitial_5 DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22927,50 +14418,6 @@ DEBUG: Variables in subroutine GFS_suite_interstitial_5_finalize: DEBUG: Variables in subroutine GFS_suite_interstitial_5_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, tracer_concentration_updated_by_physics, number_of_tracers_for_convective_transport, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, convective_transportable_tracers DEBUG: Variables in subroutine GFS_suite_interstitial_5_init: DEBUG: Parsing file GFS_surface_generic.F90 with registry OrderedDict([('GFS_surface_generic_pre', {'GFS_surface_generic_pre': {'GFS_surface_generic_pre_finalize': [11, 12], 'GFS_surface_generic_pre_run': [16, 136], 'GFS_surface_generic_pre_init': [9, 10]}}), ('GFS_surface_generic_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_pre GFS_surface_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_pre_run GFS_surface_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_area_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_surface_physics_perturbation in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_soil_type_b_parameter in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_leaf_area_index in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_vegetation_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_cice in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_in in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table GFS_surface_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_post GFS_surface_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_post_run GFS_surface_generic_pre DEBUG: Module name: GFS_surface_generic_pre DEBUG: Scheme name: GFS_surface_generic_pre DEBUG: Scheme dependencies: ['surface_perturbation.F90', 'machine.F'] @@ -22978,99 +14425,6 @@ DEBUG: Variables in subroutine GFS_surface_generic_pre_finalize: DEBUG: Variables in subroutine GFS_surface_generic_pre_run: horizontal_loop_extent, vertical_dimension, vegetation_area_fraction, sea_land_ice_mask, soil_type_dataset_choice, vegetation_type_dataset_choice, soil_type_classification_real, vegetation_type_classification_real, surface_slope_classification_real, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, surface_skin_temperature, geopotential, gravitational_acceleration, bounded_vegetation_area_fraction, soil_type_classification, vegetation_type_classification, surface_slope_classification, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, surface_skin_temperature_after_iteration, height_above_ground_at_lowest_model_layer, flag_for_stochastic_physics_perturbations, flag_for_global_cellular_automata, tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step, tendency_of_lwe_thickness_of_precipitation_amount_for_coupling, tendency_of_lwe_thickness_of_snow_amount_for_coupling, lwe_thickness_of_precipitation_amount_for_coupling, lwe_thickness_of_snow_amount_for_coupling, index_for_stochastic_land_surface_perturbation_type, number_of_land_surface_variables_perturbed, weights_for_stochastic_surface_physics_perturbation, magnitude_of_perturbations_for_landperts, variables_to_be_perturbed_for_landperts, perturbation_of_momentum_roughness_length, perturbation_of_heat_to_momentum_roughness_length_ratio, perturbation_of_soil_type_b_parameter, perturbation_of_leaf_area_index, perturbation_of_vegetation_fraction, magnitude_of_perturbation_of_vegetation_fraction, flag_for_flux_coupling, flag_for_cice, sea_land_ice_mask_cice, sea_land_ice_mask_in, sea_ice_temperature, sea_surface_temperature, sea_ice_concentration, sea_ice_thickness, wind_speed_at_lowest_model_layer, x_wind_at_lowest_model_layer, y_wind_at_lowest_model_layer, surface_wind_enhancement_due_to_convection, volume_fraction_of_condensed_water_in_soil_at_wilting_point, threshold_volume_fraction_of_condensed_water_in_soil, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_surface_generic_pre_init: DEBUG: Parsing file GFS_surface_generic.F90 with registry OrderedDict([('GFS_surface_generic_pre', {'GFS_surface_generic_pre': {'GFS_surface_generic_pre_finalize': [11, 12], 'GFS_surface_generic_pre_run': [16, 136], 'GFS_surface_generic_pre_init': [9, 10]}}), ('GFS_surface_generic_post', {'GFS_surface_generic_post': {'GFS_surface_generic_post_run': [152, 295], 'GFS_surface_generic_post_finalize': [147, 148], 'GFS_surface_generic_post_init': [145, 146]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_pre GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_pre_run GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_post GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_post_run GFS_surface_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_potential_evaporation in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_ground_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_longwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_longwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_temperature_at_2m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_specific_humidity_at_2m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_wind_at_10m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_wind_at_10m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_skin_temperature_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_air_pressure_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_ground_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_transpiration_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_snow_area_fraction_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_runoff in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_reduction_factor in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_reduction_factor in table GFS_surface_generic_post_run DEBUG: Module name: GFS_surface_generic_post DEBUG: Scheme name: GFS_surface_generic_post DEBUG: Scheme dependencies: ['surface_perturbation.F90', 'machine.F'] @@ -23078,74 +14432,6 @@ DEBUG: Variables in subroutine GFS_surface_generic_post_run: horizontal_loop_ext DEBUG: Variables in subroutine GFS_surface_generic_post_finalize: DEBUG: Variables in subroutine GFS_surface_generic_post_init: DEBUG: Parsing file GFS_surface_composites.F90 with registry OrderedDict([('GFS_surface_composites_pre', {'GFS_surface_composites_pre': {'GFS_surface_composites_pre_run': [16, 184], 'GFS_surface_composites_pre_finalize': [11, 12], 'GFS_surface_composites_pre_init': [9, 10]}}), ('GFS_surface_composites_inter', {}), ('GFS_surface_composites_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_depth in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_ocean_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table GFS_surface_composites_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_pre DEBUG: Module name: GFS_surface_composites_pre DEBUG: Scheme name: GFS_surface_composites_pre DEBUG: Scheme dependencies: ['machine.F'] @@ -23153,25 +14439,6 @@ DEBUG: Variables in subroutine GFS_surface_composites_pre_run: horizontal_loop_e DEBUG: Variables in subroutine GFS_surface_composites_pre_finalize: DEBUG: Variables in subroutine GFS_surface_composites_pre_init: DEBUG: Parsing file GFS_surface_composites.F90 with registry OrderedDict([('GFS_surface_composites_pre', {'GFS_surface_composites_pre': {'GFS_surface_composites_pre_run': [16, 184], 'GFS_surface_composites_pre_finalize': [11, 12], 'GFS_surface_composites_pre_init': [9, 10]}}), ('GFS_surface_composites_inter', {'GFS_surface_composites_inter': {'GFS_surface_composites_inter_run': [199, 238], 'GFS_surface_composites_inter_init': [192, 193], 'GFS_surface_composites_inter_finalize': [194, 195]}}), ('GFS_surface_composites_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_inter -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_inter DEBUG: Module name: GFS_surface_composites_inter DEBUG: Scheme name: GFS_surface_composites_inter DEBUG: Scheme dependencies: ['machine.F'] @@ -23179,119 +14446,6 @@ DEBUG: Variables in subroutine GFS_surface_composites_inter_run: horizontal_loop DEBUG: Variables in subroutine GFS_surface_composites_inter_init: DEBUG: Variables in subroutine GFS_surface_composites_inter_finalize: DEBUG: Parsing file GFS_surface_composites.F90 with registry OrderedDict([('GFS_surface_composites_pre', {'GFS_surface_composites_pre': {'GFS_surface_composites_pre_run': [16, 184], 'GFS_surface_composites_pre_finalize': [11, 12], 'GFS_surface_composites_pre_init': [9, 10]}}), ('GFS_surface_composites_inter', {'GFS_surface_composites_inter': {'GFS_surface_composites_inter_run': [199, 238], 'GFS_surface_composites_inter_init': [192, 193], 'GFS_surface_composites_inter_finalize': [194, 195]}}), ('GFS_surface_composites_post', {'GFS_surface_composites_post': {'GFS_surface_composites_post_init': [247, 248], 'GFS_surface_composites_post_finalize': [249, 250], 'GFS_surface_composites_post_run': [256, 480]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table GFS_surface_composites_post_run DEBUG: Module name: GFS_surface_composites_post DEBUG: Scheme name: GFS_surface_composites_post DEBUG: Scheme dependencies: ['machine.F'] @@ -23299,12 +14453,6 @@ DEBUG: Variables in subroutine GFS_surface_composites_post_init: DEBUG: Variables in subroutine GFS_surface_composites_post_finalize: DEBUG: Variables in subroutine GFS_surface_composites_post_run: horizontal_loop_extent, flag_for_fractional_grid, flag_for_cice, flag_for_flux_coupling, flag_for_wave_coupling_to_atm, land_area_fraction, lake_area_fraction, sea_area_fraction, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_wet_surface_fraction, sea_ice_concentration, surface_roughness_length, surface_roughness_length_over_ocean, surface_roughness_length_over_land, surface_roughness_length_over_ice, surface_roughness_length_over_ocean_interstitial, surface_roughness_length_over_land_interstitial, surface_roughness_length_over_ice_interstitial, surface_snow_thickness_water_equivalent, surface_snow_thickness_water_equivalent_over_ocean, surface_snow_thickness_water_equivalent_over_land, surface_snow_thickness_water_equivalent_over_ice, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice, surface_friction_velocity, surface_friction_velocity_over_ocean, surface_friction_velocity_over_land, surface_friction_velocity_over_ice, water_equivalent_accumulated_snow_depth, water_equivalent_accumulated_snow_depth_over_ocean, water_equivalent_accumulated_snow_depth_over_land, water_equivalent_accumulated_snow_depth_over_ice, surface_upward_potential_latent_heat_flux_over_ice, surface_skin_temperature, sea_surface_temperature, surface_skin_temperature_over_land, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ice_interstitial, sea_ice_temperature, sea_ice_temperature_interstitial, surface_skin_temperature_after_iteration, surface_skin_temperature_after_iteration_over_ocean, surface_skin_temperature_after_iteration_over_land, surface_skin_temperature_after_iteration_over_ice, upward_heat_flux_in_soil_over_ice, sea_land_ice_mask, surface_specific_humidity, surface_specific_humidity_over_ocean, surface_specific_humidity_over_land, surface_specific_humidity_over_ice, kinematic_surface_upward_sensible_heat_flux, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_land, kinematic_surface_upward_sensible_heat_flux_over_ice, sea_ice_minimum, ccpp_error_message, ccpp_error_flag, ice_vertical_dimension, soil_vertical_dimension, surface_drag_coefficient_for_momentum_in_air, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, bulk_richardson_number_at_lowest_model_level, bulk_richardson_number_at_lowest_model_level_over_ocean, bulk_richardson_number_at_lowest_model_level_over_land, bulk_richardson_number_at_lowest_model_level_over_ice, surface_wind_stress, surface_wind_stress_over_ocean, surface_wind_stress_over_land, surface_wind_stress_over_ice, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_momentum_over_ocean, Monin_Obukhov_similarity_function_for_momentum_over_land, Monin_Obukhov_similarity_function_for_momentum_over_ice, Monin_Obukhov_similarity_function_for_heat, Monin_Obukhov_similarity_function_for_heat_over_ocean, Monin_Obukhov_similarity_function_for_heat_over_land, Monin_Obukhov_similarity_function_for_heat_over_ice, Monin_Obukhov_similarity_function_for_momentum_at_10m, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice, Monin_Obukhov_similarity_function_for_heat_at_2m, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean, Monin_Obukhov_similarity_function_for_heat_at_2m_over_land, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice, surface_drag_wind_speed_for_momentum_in_air, surface_drag_wind_speed_for_momentum_in_air_over_ocean, surface_drag_wind_speed_for_momentum_in_air_over_land, surface_drag_wind_speed_for_momentum_in_air_over_ice, surface_drag_mass_flux_for_heat_and_moisture_in_air, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice, upward_heat_flux_in_soil, upward_heat_flux_in_soil_over_ocean, upward_heat_flux_in_soil_over_land, surface_upward_potential_latent_heat_flux, surface_upward_potential_latent_heat_flux_over_ocean, surface_upward_potential_latent_heat_flux_over_land, kinematic_surface_upward_latent_heat_flux, kinematic_surface_upward_latent_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_land, kinematic_surface_upward_latent_heat_flux_over_ice, sea_ice_thickness, internal_ice_temperature, soil_temperature DEBUG: Parsing file GFS_surface_loop_control.F90 with registry OrderedDict([('GFS_surface_loop_control_part1', {'GFS_surface_loop_control_part1': {'GFS_surface_loop_control_part1_run': [20, 40], 'GFS_surface_loop_control_part1_finalize': [8, 9], 'GFS_surface_loop_control_part1_init': [6, 7]}}), ('GFS_surface_loop_control_part2', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part1 GFS_surface_loop_control_part1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part1_run GFS_surface_loop_control_part1 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_loop_control_part1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_surface_loop_control_part1_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part2 GFS_surface_loop_control_part1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part2_run GFS_surface_loop_control_part1 DEBUG: Module name: GFS_surface_loop_control_part1 DEBUG: Scheme name: GFS_surface_loop_control_part1 DEBUG: Scheme dependencies: ['machine.F'] @@ -23312,16 +14460,6 @@ DEBUG: Variables in subroutine GFS_surface_loop_control_part1_run: horizontal_lo DEBUG: Variables in subroutine GFS_surface_loop_control_part1_finalize: DEBUG: Variables in subroutine GFS_surface_loop_control_part1_init: DEBUG: Parsing file GFS_surface_loop_control.F90 with registry OrderedDict([('GFS_surface_loop_control_part1', {'GFS_surface_loop_control_part1': {'GFS_surface_loop_control_part1_run': [20, 40], 'GFS_surface_loop_control_part1_finalize': [8, 9], 'GFS_surface_loop_control_part1_init': [6, 7]}}), ('GFS_surface_loop_control_part2', {'GFS_surface_loop_control_part2': {'GFS_surface_loop_control_part2_run': [62, 90], 'GFS_surface_loop_control_part2_finalize': [50, 51], 'GFS_surface_loop_control_part2_init': [48, 49]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part1 GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part1_run GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part2 GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part2_run GFS_surface_loop_control_part2 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_loop_control_part2_run DEBUG: Module name: GFS_surface_loop_control_part2 DEBUG: Scheme name: GFS_surface_loop_control_part2 DEBUG: Scheme dependencies: ['machine.F'] @@ -23329,18 +14467,6 @@ DEBUG: Variables in subroutine GFS_surface_loop_control_part2_run: horizontal_lo DEBUG: Variables in subroutine GFS_surface_loop_control_part2_finalize: DEBUG: Variables in subroutine GFS_surface_loop_control_part2_init: DEBUG: Parsing file GFS_time_vary_pre.fv3.F90 with registry OrderedDict([('GFS_time_vary_pre', {'GFS_time_vary_pre': {'GFS_time_vary_pre_finalize': [27, 37], 'GFS_time_vary_pre_run': [41, 143], 'GFS_time_vary_pre_init': [12, 23]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre DEBUG: Module name: GFS_time_vary_pre DEBUG: Scheme name: GFS_time_vary_pre DEBUG: Scheme dependencies: ['funcphys.f90', 'machine.F'] @@ -23348,221 +14474,41 @@ DEBUG: Variables in subroutine GFS_time_vary_pre_finalize: ccpp_error_message, c DEBUG: Variables in subroutine GFS_time_vary_pre_run: ccpp_error_message, ccpp_error_flag, forecast_date_and_time, date_and_time_at_model_initialization, time_step_for_physics, flag_for_lake_surface_scheme, flag_for_land_surface_scheme, flag_for_noahmp_land_surface_scheme, number_of_timesteps_between_shortwave_radiation_calls, number_of_timesteps_between_longwave_radiation_calls, number_of_timesteps_for_radiation_calls_on_physics_timestep, date_and_time_at_model_initialization_reordered, flag_debug, mpi_rank, mpi_root, number_of_timesteps_between_surface_cycling_calls, seconds_elapsed_since_model_initialization, forecast_time_at_previous_timestep, time_since_diagnostics_zeroed, forecast_time, index_of_time_step, julian_day, number_of_days_in_year, index_for_diagnostic_printout, flag_print, flag_diagnostics, flag_to_calc_sw, flag_to_calc_lw, forecast_hour_of_the_day DEBUG: Variables in subroutine GFS_time_vary_pre_init: ccpp_error_message, ccpp_error_flag DEBUG: Parsing file cires_ugwp.F90 with registry OrderedDict([('cires_ugwp', {'cires_ugwp': {'cires_ugwp_run': [113, 297], 'cires_ugwp_finalize': [81, 92], 'cires_ugwp_init': [29, 71]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography_unfiltered in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude_in_degree in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable eddy_mixing_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_mountain_blocking in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_low_level_wave_breaking in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_turbulent_kinetic_energy_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp DEBUG: Module name: cires_ugwp DEBUG: Scheme name: cires_ugwp DEBUG: Scheme dependencies: ['cires_vert_orodis.F90', 'cires_ugwp_solvers.F90', 'cires_ugwp_utils.F90', 'cires_vert_wmsdis.F90', 'cires_orowam2017.f', 'cires_vert_lsatdis.F90', 'machine.F', 'cires_ugwp_triggers.F90', 'gwdps.f', 'ugwp_driver_v0.F', 'cires_ugwp_module.F90', 'cires_ugwp_initialize.F90'] DEBUG: Variables in subroutine cires_ugwp_run: do_ugwp, mpi_rank, mpi_root, horizontal_loop_extent, vertical_dimension, number_of_tracers, time_step_for_physics, index_of_time_step, number_of_equatorial_longitude_points, orography, orography_unfiltered, standard_deviation_of_subgrid_orography, number_of_statistical_measures_of_subgrid_orography, convexity_of_subgrid_orography, angle_from_east_of_maximum_subgrid_orographic_variations, slope_of_subgrid_orography, anisotropy_of_subgrid_orography, maximum_subgrid_orography, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height, asymmetry_of_subgrid_orography, turb_oro_form_drag_flag, diag_ugwp_flag, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, latitude, latitude_in_degree, sine_of_latitude, cosine_of_latitude, cell_area, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure_at_interface, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, air_pressure_difference_between_midlayers, vertical_index_at_top_of_atmosphere_boundary_layer, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag, tendency_of_x_wind_due_to_ugwp, tendency_of_y_wind_due_to_ugwp, tendency_of_air_temperature_due_to_ugwp, eddy_mixing_due_to_ugwp, instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag, instantaneous_momentum_flux_due_to_mountain_blocking_drag, instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag, instantaneous_momentum_flux_due_to_nonstationary_gravity_wave, height_of_mountain_blocking, height_of_low_level_wave_breaking, height_of_launch_level_of_orographic_gravity_wave, instantaneous_change_in_x_wind_due_to_mountain_blocking_drag, instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag, instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag, time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag, time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag, time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, level_of_dividing_streamline, gravitational_acceleration, pi, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, lwe_thickness_of_precipitation_amount_on_dynamics_timestep, index_for_turbulent_kinetic_energy, turbulent_kinetic_energy, tendency_of_turbulent_kinetic_energy_due_to_model_physics, flag_print, horizontal_index_of_printed_column, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag, cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_temperature_due_to_convective_gravity_wave_drag, flag_diagnostics_3D, flag_diagnostics, flag_for_generic_gravity_wave_drag_tendency, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine cires_ugwp_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine cires_ugwp_init: do_ugwp, mpi_rank, mpi_root, vertical_dimension, time_step_for_physics, number_of_equatorial_longitude_points, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, ccpp_error_message, ccpp_error_flag, iounit_namelist, namelist_filename_for_internal_file_reads, iounit_log, namelist_filename, number_of_latitude_points, a_parameter_of_the_hybrid_coordinate, b_parameter_of_the_hybrid_coordinate, multiplication_factors_for_convective_gravity_wave_drag, pressure_cutoff_for_rayleigh_damping, time_scale_for_rayleigh_damping, standard_atmospheric_pressure -DEBUG: Parsing file cires_ugwp_post.F90 with registry OrderedDict([('cires_ugwp_post', {'cires_ugwp_post': {'cires_ugwp_post_init': [8, 9], 'cires_ugwp_post_run': [16, 52], 'cires_ugwp_post_finalize': [55, 56]}})]) -INFO: Legacy extension - skip empty table for cires_ugwp_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp_post cires_ugwp_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_post_run cires_ugwp_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_mountain_blocking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_low_level_wave_breaking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_mountain_blocking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_low_level_wave_breaking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table cires_ugwp_post_run -INFO: Legacy extension - skip empty table for cires_ugwp_post_finalize +DEBUG: Parsing file cires_ugwp_post.F90 with registry OrderedDict([('cires_ugwp_post', {'cires_ugwp_post': {'cires_ugwp_post_init': [6, 7], 'cires_ugwp_post_run': [12, 48], 'cires_ugwp_post_finalize': [49, 50]}})]) DEBUG: Module name: cires_ugwp_post DEBUG: Scheme name: cires_ugwp_post DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine cires_ugwp_post_init: DEBUG: Variables in subroutine cires_ugwp_post_run: diag_ugwp_flag, time_step_for_dynamics, horizontal_loop_extent, vertical_dimension, tendency_of_air_temperature_due_to_ugwp, tendency_of_x_wind_due_to_ugwp, tendency_of_y_wind_due_to_ugwp, instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag, instantaneous_momentum_flux_due_to_mountain_blocking_drag, instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag, instantaneous_momentum_flux_due_to_nonstationary_gravity_wave, height_of_mountain_blocking, height_of_low_level_wave_breaking, height_of_launch_level_of_orographic_gravity_wave, instantaneous_change_in_x_wind_due_to_mountain_blocking_drag, instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag, instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag, time_integral_of_height_of_mountain_blocking, time_integral_of_height_of_low_level_wave_breaking, time_integral_of_height_of_launch_level_of_orographic_gravity_wave, time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag, time_integral_of_momentum_flux_due_to_mountain_blocking_drag, time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag, time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave, time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag, time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag, time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag, time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave, time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave, tendency_of_air_temperature_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine cires_ugwp_post_finalize: -DEBUG: Parsing file cnvc90.f with registry OrderedDict([('cnvc90', {'cnvc90': {'cnvc90_finalize': [124, 125], 'cnvc90_init': [8, 9], 'cnvc90_run': [19, 120]}})]) -INFO: Legacy extension - skip empty table for cnvc90_finalize -INFO: Legacy extension - skip empty table for cnvc90_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cnvc90 cnvc90 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cnvc90_run cnvc90 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable smallest_cloud_base_vertical_index_encountered_thus_far in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable largest_cloud_top_vertical_index_encountered_thus_far in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_convective_cloud in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable pressure_at_bottom_of_convective_cloud in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable pressure_at_top_of_convective_cloud in table cnvc90_run +DEBUG: Parsing file cnvc90.f with registry OrderedDict([('cnvc90', {'cnvc90': {'cnvc90_finalize': [120, 121], 'cnvc90_init': [6, 7], 'cnvc90_run': [17, 118]}})]) DEBUG: Module name: cnvc90 DEBUG: Scheme name: cnvc90 DEBUG: Scheme dependencies: [] DEBUG: Variables in subroutine cnvc90_finalize: DEBUG: Variables in subroutine cnvc90_init: DEBUG: Variables in subroutine cnvc90_run: convective_cloud_switch, horizontal_loop_extent, lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep, vertical_index_at_cloud_base, vertical_index_at_cloud_top, vertical_dimension, air_pressure_at_interface, accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90, smallest_cloud_base_vertical_index_encountered_thus_far, largest_cloud_top_vertical_index_encountered_thus_far, fraction_of_convective_cloud, pressure_at_bottom_of_convective_cloud, pressure_at_top_of_convective_cloud, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file cs_conv.F90 with registry OrderedDict([('cs_conv_pre', {'cs_conv_pre': {'cs_conv_pre_run': [17, 55], 'cs_conv_pre_finalize': [10, 11], 'cs_conv_pre_init': [6, 7]}}), ('cs_conv_post', {}), ('cs_conv', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv_pre -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_updraft_velocity_at_cloud_base in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table cs_conv_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv_pre -INFO: Legacy extension - skip empty table for cs_conv_pre_finalize -INFO: Legacy extension - skip empty table for cs_conv_pre_init +DEBUG: Parsing file cs_conv.F90 with registry OrderedDict([('cs_conv_pre', {'cs_conv_pre': {'cs_conv_pre_run': [11, 49], 'cs_conv_pre_finalize': [6, 7], 'cs_conv_pre_init': [4, 5]}}), ('cs_conv_post', {}), ('cs_conv', {})]) DEBUG: Module name: cs_conv_pre DEBUG: Scheme name: cs_conv_pre DEBUG: Scheme dependencies: ['physcons.F90', 'funcphys.f90', 'machine.F'] DEBUG: Variables in subroutine cs_conv_pre_run: horizontal_loop_extent, vertical_dimension, number_of_tracers, number_of_hydrometeors, water_vapor_specific_humidity_updated_by_physics, ice_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_convective_transport_tracer, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, updraft_velocity_tunable_parameter_1_CS, updraft_velocity_tunable_parameter_2_CS, maximum_updraft_velocity_at_cloud_base, fraction_of_cloud_top_water_scavenged, fraction_of_tracer_scavenged, water_vapor_specific_humidity_save, cloud_condensed_water_mixing_ratio_save, ice_water_mixing_ratio_save, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine cs_conv_pre_finalize: DEBUG: Variables in subroutine cs_conv_pre_init: -DEBUG: Parsing file cs_conv.F90 with registry OrderedDict([('cs_conv_pre', {'cs_conv_pre': {'cs_conv_pre_run': [17, 55], 'cs_conv_pre_finalize': [10, 11], 'cs_conv_pre_init': [6, 7]}}), ('cs_conv_post', {'cs_conv_post': {'cs_conv_post_init': [61, 62], 'cs_conv_post_finalize': [65, 66], 'cs_conv_post_run': [71, 96]}}), ('cs_conv', {})]) -INFO: Legacy extension - skip empty table for cs_conv_post_init -INFO: Legacy extension - skip empty table for cs_conv_post_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv_post -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction_at_model_interfaces in table cs_conv_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction in table cs_conv_post_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv_post +DEBUG: Parsing file cs_conv.F90 with registry OrderedDict([('cs_conv_pre', {'cs_conv_pre': {'cs_conv_pre_run': [11, 49], 'cs_conv_pre_finalize': [6, 7], 'cs_conv_pre_init': [4, 5]}}), ('cs_conv_post', {'cs_conv_post': {'cs_conv_post_init': [53, 54], 'cs_conv_post_finalize': [55, 56], 'cs_conv_post_run': [61, 86]}}), ('cs_conv', {})]) DEBUG: Module name: cs_conv_post DEBUG: Scheme name: cs_conv_post DEBUG: Scheme dependencies: ['physcons.F90', 'funcphys.f90', 'machine.F'] DEBUG: Variables in subroutine cs_conv_post_init: DEBUG: Variables in subroutine cs_conv_post_finalize: DEBUG: Variables in subroutine cs_conv_post_run: horizontal_loop_extent, vertical_dimension, ccpp_error_message, ccpp_error_flag, flag_for_Arakawa_Wu_adjustment, convective_updraft_area_fraction_at_model_interfaces, convective_updraft_area_fraction -DEBUG: Parsing file cs_conv.F90 with registry OrderedDict([('cs_conv_pre', {'cs_conv_pre': {'cs_conv_pre_run': [17, 55], 'cs_conv_pre_finalize': [10, 11], 'cs_conv_pre_init': [6, 7]}}), ('cs_conv_post', {'cs_conv_post': {'cs_conv_post_init': [61, 62], 'cs_conv_post_finalize': [65, 66], 'cs_conv_post_run': [71, 96]}}), ('cs_conv', {'cs_conv': {'cs_conv_init': [165, 166], 'cs_conv_finalize': [169, 170], 'cs_conv_run': [232, 571]}})]) -INFO: Legacy extension - skip empty table for cs_conv_init -INFO: Legacy extension - skip empty table for cs_conv_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_base_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_updraft_velocity_at_cloud_base in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction_at_model_interfaces in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table cs_conv_run +DEBUG: Parsing file cs_conv.F90 with registry OrderedDict([('cs_conv_pre', {'cs_conv_pre': {'cs_conv_pre_run': [11, 49], 'cs_conv_pre_finalize': [6, 7], 'cs_conv_pre_init': [4, 5]}}), ('cs_conv_post', {'cs_conv_post': {'cs_conv_post_init': [53, 54], 'cs_conv_post_finalize': [55, 56], 'cs_conv_post_run': [61, 86]}}), ('cs_conv', {'cs_conv': {'cs_conv_init': [153, 154], 'cs_conv_finalize': [155, 156], 'cs_conv_run': [218, 557]}})]) DEBUG: Module name: cs_conv DEBUG: Scheme name: cs_conv DEBUG: Scheme dependencies: ['physcons.F90', 'funcphys.f90', 'machine.F'] @@ -23570,18 +14516,6 @@ DEBUG: Variables in subroutine cs_conv_init: DEBUG: Variables in subroutine cs_conv_finalize: DEBUG: Variables in subroutine cs_conv_run: horizontal_loop_extent, vertical_dimension, water_vapor_specific_humidity_updated_by_physics, maximum_updraft_velocity_at_cloud_base, fraction_of_cloud_top_water_scavenged, fraction_of_tracer_scavenged, ccpp_error_message, ccpp_error_flag, flag_for_Arakawa_Wu_adjustment, convective_updraft_area_fraction_at_model_interfaces, number_of_tracers_plus_one, number_of_tracers_for_convective_transport, number_of_tracers_for_CS, number_of_cloud_types_CS, flag_convective_tracer_transport, latitude_index_in_debug_printouts, index_of_time_step, air_temperature_updated_by_physics, lwe_thickness_of_deep_convective_precipitation_amount, convective_transportable_tracers, geopotential, geopotential_at_interface, air_pressure, air_pressure_at_interface, time_step_for_physics, time_step_for_dynamics, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, x_wind_updated_by_physics, y_wind_updated_by_physics, cloud_base_mass_flux, mpi_rank, detrainment_and_precipitation_tunable_parameter_3_CS, detrainment_and_precipitation_tunable_parameter_4_CS, entrainment_efficiency_tunable_parameter_9_CS, flag_arakawa_wu_downdraft, flag_flux_form_CS, flag_print, horizontal_index_of_printed_column, flag_deep_convection, mass_fraction_of_convective_cloud_liquid_water, mass_fraction_of_convective_cloud_ice, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, flag_for_microphysics_scheme DEBUG: Parsing file cs_conv_aw_adj.F90 with registry OrderedDict([('cs_conv_aw_adj', {'cs_conv_aw_adj': {'cs_conv_aw_adj_run': [20, 92], 'cs_conv_aw_adj_finalize': [12, 13], 'cs_conv_aw_adj_init': [10, 11]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_aw_adj cs_conv_aw_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_aw_adj_run cs_conv_aw_adj -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table cs_conv_aw_adj_run DEBUG: Module name: cs_conv_aw_adj DEBUG: Scheme name: cs_conv_aw_adj DEBUG: Scheme dependencies: ['machine.F'] @@ -23589,55 +14523,13 @@ DEBUG: Variables in subroutine cs_conv_aw_adj_run: horizontal_loop_extent, verti DEBUG: Variables in subroutine cs_conv_aw_adj_finalize: DEBUG: Variables in subroutine cs_conv_aw_adj_init: DEBUG: Parsing file cu_ntiedtke_pre.F90 with registry OrderedDict([('cu_ntiedtke_pre', {'cu_ntiedtke_pre': {'cu_ntiedtke_pre_run': [14, 51], 'cu_ntiedtke_pre_finalize': [9, 10], 'cu_ntiedtke_pre_init': [7, 8]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke_pre cu_ntiedtke_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_pre_run cu_ntiedtke_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_ntiedtke_pre_run DEBUG: Module name: cu_ntiedtke_pre DEBUG: Scheme name: cu_ntiedtke_pre DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine cu_ntiedtke_pre_run: flag_for_first_time_step, flag_for_restart, index_of_time_step, forecast_time, time_step_for_physics, air_temperature, water_vapor_specific_humidity, temperature_from_previous_timestep, moisture_from_previous_timestep, temperature_tendency_due_to_dynamics, moisture_tendency_due_to_dynamics, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine cu_ntiedtke_pre_finalize: DEBUG: Variables in subroutine cu_ntiedtke_pre_init: -DEBUG: Parsing file cu_ntiedtke.F90 with registry OrderedDict([('cu_ntiedtke', {'cu_ntiedtke': {'cu_ntiedtke_init': [77, 93], 'cu_ntiedtke_finalize': [98, 99], 'cu_ntiedtke_run': [112, 311]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_init cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_run cu_ntiedtke -INFO: Legacy extension - skip empty table for cu_ntiedtke_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_init cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_run cu_ntiedtke -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table cu_ntiedtke_run +DEBUG: Parsing file cu_ntiedtke.F90 with registry OrderedDict([('cu_ntiedtke', {'cu_ntiedtke': {'cu_ntiedtke_init': [77, 93], 'cu_ntiedtke_finalize': [94, 95], 'cu_ntiedtke_run': [108, 307]}})]) DEBUG: Module name: cu_ntiedtke DEBUG: Scheme name: cu_ntiedtke DEBUG: Scheme dependencies: ['physcons.F90', 'machine.F'] @@ -23645,131 +14537,20 @@ DEBUG: Variables in subroutine cu_ntiedtke_init: mpi_rank, mpi_root, ccpp_error_ DEBUG: Variables in subroutine cu_ntiedtke_finalize: DEBUG: Variables in subroutine cu_ntiedtke_run: ccpp_error_message, ccpp_error_flag, x_wind_updated_by_physics, y_wind_updated_by_physics, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, air_temperature, water_vapor_specific_humidity, moisture_tendency_due_to_dynamics, temperature_tendency_due_to_dynamics, convective_transportable_tracers, geopotential, geopotential_at_interface, air_pressure, air_pressure_at_interface, omega, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, lwe_thickness_of_deep_convective_precipitation_amount, sea_land_ice_mask, horizontal_loop_extent, vertical_dimension, time_step_for_physics, cell_size, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, number_of_tracers_for_convective_transport, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover DEBUG: Parsing file cu_ntiedtke_post.F90 with registry OrderedDict([('cu_ntiedtke_post', {'cu_ntiedtke_post': {'cu_ntiedtke_post_init': [7, 8], 'cu_ntiedtke_post_finalize': [9, 10], 'cu_ntiedtke_post_run': [14, 29]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke_post cu_ntiedtke_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_post_run cu_ntiedtke_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_ntiedtke_post_run DEBUG: Module name: cu_ntiedtke_post DEBUG: Scheme name: cu_ntiedtke_post DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine cu_ntiedtke_post_init: DEBUG: Variables in subroutine cu_ntiedtke_post_finalize: DEBUG: Variables in subroutine cu_ntiedtke_post_run: air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, temperature_from_previous_timestep, moisture_from_previous_timestep, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file dcyc2.f with registry OrderedDict([('dcyc2t3', {'dcyc2t3': {'dcyc2t3_init': [14, 15], 'dcyc2t3_run': [166, 298], 'dcyc2t3_finalize': [18, 19]}})]) -INFO: Legacy extension - skip empty table for dcyc2t3_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True dcyc2t3 dcyc2t3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False dcyc2t3_run dcyc2t3 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_midlayer_air_temperature_in_longwave_radiation in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -INFO: Legacy extension - skip empty table for dcyc2t3_finalize +DEBUG: Parsing file dcyc2.f with registry OrderedDict([('dcyc2t3', {'dcyc2t3': {'dcyc2t3_init': [12, 13], 'dcyc2t3_run': [162, 294], 'dcyc2t3_finalize': [14, 15]}})]) DEBUG: Module name: dcyc2t3 DEBUG: Scheme name: dcyc2t3 DEBUG: Scheme dependencies: ['physcons.F90', 'machine.F'] DEBUG: Variables in subroutine dcyc2t3_init: DEBUG: Variables in subroutine dcyc2t3_run: forecast_hour_of_the_day, equation_of_time, sine_of_solar_declination_angle, cosine_of_solar_declination_angle, sine_of_latitude, cosine_of_latitude, longitude, cosine_of_zenith_angle, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_over_ice_interstitial, air_temperature_at_lowest_model_layer, surface_midlayer_air_temperature_in_longwave_radiation, surface_longwave_emissivity_over_land_interstitial, surface_longwave_emissivity_over_ice_interstitial, surface_longwave_emissivity_over_ocean_interstitial, surface_downwelling_shortwave_flux_on_radiation_time_step, surface_net_downwelling_shortwave_flux_on_radiation_time_step, surface_downwelling_longwave_flux_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step, surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, horizontal_loop_extent, vertical_dimension, time_step_for_dynamics, frequency_for_shortwave_radiation, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_wet_surface_fraction, tendency_of_air_temperature_due_to_model_physics, tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, surface_downwelling_longwave_flux, surface_upwelling_longwave_flux_over_land_interstitial, surface_upwelling_longwave_flux_over_ice_interstitial, surface_upwelling_longwave_flux_over_ocean_interstitial, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, instantaneous_cosine_of_zenith_angle, surface_upwelling_direct_near_infrared_shortwave_flux, surface_upwelling_diffuse_near_infrared_shortwave_flux, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux, surface_downwelling_direct_near_infrared_shortwave_flux, surface_downwelling_diffuse_near_infrared_shortwave_flux, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine dcyc2t3_finalize: -DEBUG: Parsing file drag_suite.F90 with registry OrderedDict([('drag_suite', {'drag_suite': {'drag_suite_finalize': [1168, 1169], 'drag_suite_run': [186, 1163], 'drag_suite_init': [8, 9]}})]) -INFO: Legacy extension - skip empty table for drag_suite_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True drag_suite drag_suite -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False drag_suite_run drag_suite -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table drag_suite_run -INFO: Legacy extension - skip empty table for drag_suite_init +DEBUG: Parsing file drag_suite.F90 with registry OrderedDict([('drag_suite', {'drag_suite': {'drag_suite_finalize': [1164, 1165], 'drag_suite_run': [184, 1161], 'drag_suite_init': [6, 7]}})]) DEBUG: Module name: drag_suite DEBUG: Scheme name: drag_suite DEBUG: Scheme dependencies: [] @@ -23777,64 +14558,20 @@ DEBUG: Variables in subroutine drag_suite_finalize: DEBUG: Variables in subroutine drag_suite_run: horizontal_loop_extent, vertical_dimension, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, x_wind, y_wind, air_temperature, water_vapor_specific_humidity, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, index_of_time_step, standard_deviation_of_subgrid_orography, convexity_of_subgrid_orography, asymmetry_of_subgrid_orography, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height, standard_deviation_of_subgrid_orography_small_scale, convexity_of_subgrid_orography_small_scale, asymmetry_of_subgrid_orography_small_scale, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale, angle_from_east_of_maximum_subgrid_orographic_variations, slope_of_subgrid_orography, anisotropy_of_subgrid_orography, maximum_subgrid_orography, x_momentum_tendency_from_large_scale_gwd, y_momentum_tendency_from_large_scale_gwd, x_momentum_tendency_from_blocking_drag, y_momentum_tendency_from_blocking_drag, x_momentum_tendency_from_small_scale_gwd, y_momentum_tendency_from_small_scale_gwd, x_momentum_tendency_from_form_drag, y_momentum_tendency_from_form_drag, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag, integrated_x_momentum_flux_from_large_scale_gwd, integrated_y_momentum_flux_from_large_scale_gwd, integrated_x_momentum_flux_from_blocking_drag, integrated_y_momentum_flux_from_blocking_drag, integrated_x_momentum_flux_from_small_scale_gwd, integrated_y_momentum_flux_from_small_scale_gwd, integrated_x_momentum_flux_from_form_drag, integrated_y_momentum_flux_from_form_drag, sea_land_ice_mask_real, bulk_richardson_number_at_lowest_model_level, atmosphere_boundary_layer_thickness, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, pi, number_of_equatorial_longitude_points, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, mpi_rank, mpi_root, flag_print, horizontal_index_of_printed_column, level_of_dividing_streamline, cell_size, gwd_opt, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine drag_suite_init: DEBUG: Parsing file gcm_shoc.F90 with registry OrderedDict([('shoc', {'shoc': {'shoc_finalize': [12, 13], 'shoc_init': [10, 11], 'shoc_run': [17, 114]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shoc shoc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shoc_run shoc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable prandtl_number in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy_convective_transport_tracer in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_from_shoc in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_buoyancy_flux_from_shoc in table shoc_run DEBUG: Module name: shoc DEBUG: Scheme name: shoc DEBUG: Scheme dependencies: ['funcphys.f90', 'machine.F'] DEBUG: Variables in subroutine shoc_finalize: DEBUG: Variables in subroutine shoc_init: DEBUG: Variables in subroutine shoc_run: horizontal_loop_extent, vertical_dimension, cloud_phase_transition_threshold_temperature, cloud_phase_transition_denominator, specific_heat_of_dry_air_at_constant_pressure, gravitational_acceleration, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, gas_constant_water_vapor, gas_constant_dry_air, pi, ratio_of_vapor_to_dry_air_gas_constants_minus_one, time_step_for_physics, air_pressure, air_pressure_difference_between_midlayers, geopotential_at_interface, geopotential, x_wind_updated_by_physics, y_wind_updated_by_physics, omega, critical_relative_humidity, ice_supersaturation_threshold, shoc_tke_dissipatation_pressure_threshold, shoc_tke_dissipation_tunable_parameter, shoc_tke_dissipation_tunable_parameter_near_surface, shoc_implicit_TKE_integration_uncentering_term, shoc_flag_for_optional_surface_TKE_dissipation, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, prandtl_number, air_temperature_updated_by_physics, tracer_concentration_updated_by_physics, number_of_tracers, index_for_water_vapor, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, subgrid_scale_cloud_fraction_from_shoc, turbulent_kinetic_energy_convective_transport_tracer, atmosphere_heat_diffusivity_from_shoc, kinematic_buoyancy_flux_from_shoc, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file get_prs_fv3.F90 with registry OrderedDict([('get_prs_fv3', {'get_prs_fv3': {'get_prs_fv3_init': [11, 12], 'get_prs_fv3_finalize': [44, 45], 'get_prs_fv3_run': [16, 41]}}), ('get_phi_fv3', {})]) -INFO: Legacy extension - skip empty table for get_prs_fv3_init -INFO: Legacy extension - skip empty table for get_prs_fv3_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_prs_fv3 get_prs_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_prs_fv3_run get_prs_fv3 -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature in table get_prs_fv3_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_phi_fv3 get_prs_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_phi_fv3_run get_prs_fv3 +DEBUG: Parsing file get_prs_fv3.F90 with registry OrderedDict([('get_prs_fv3', {'get_prs_fv3': {'get_prs_fv3_init': [9, 10], 'get_prs_fv3_finalize': [40, 41], 'get_prs_fv3_run': [14, 39]}}), ('get_phi_fv3', {})]) DEBUG: Module name: get_prs_fv3 DEBUG: Scheme name: get_prs_fv3 DEBUG: Scheme dependencies: ['physcons.F90', 'machine.F'] DEBUG: Variables in subroutine get_prs_fv3_init: DEBUG: Variables in subroutine get_prs_fv3_finalize: DEBUG: Variables in subroutine get_prs_fv3_run: horizontal_loop_extent, vertical_dimension, geopotential_at_interface, air_pressure_at_interface, air_temperature, water_vapor_specific_humidity, air_pressure_difference_between_midlayers, geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file get_prs_fv3.F90 with registry OrderedDict([('get_prs_fv3', {'get_prs_fv3': {'get_prs_fv3_init': [11, 12], 'get_prs_fv3_finalize': [44, 45], 'get_prs_fv3_run': [16, 41]}}), ('get_phi_fv3', {'get_phi_fv3': {'get_phi_fv3_finalize': [94, 95], 'get_phi_fv3_init': [59, 60], 'get_phi_fv3_run': [64, 91]}})]) -INFO: Legacy extension - skip empty table for get_phi_fv3_finalize -INFO: Legacy extension - skip empty table for get_phi_fv3_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_prs_fv3 get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_prs_fv3_run get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_phi_fv3 get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_phi_fv3_run get_phi_fv3 -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table get_phi_fv3_run +DEBUG: Parsing file get_prs_fv3.F90 with registry OrderedDict([('get_prs_fv3', {'get_prs_fv3': {'get_prs_fv3_init': [9, 10], 'get_prs_fv3_finalize': [40, 41], 'get_prs_fv3_run': [14, 39]}}), ('get_phi_fv3', {'get_phi_fv3': {'get_phi_fv3_finalize': [86, 87], 'get_phi_fv3_init': [53, 54], 'get_phi_fv3_run': [58, 85]}})]) DEBUG: Module name: get_phi_fv3 DEBUG: Scheme name: get_phi_fv3 DEBUG: Scheme dependencies: ['physcons.F90', 'machine.F'] @@ -23842,47 +14579,6 @@ DEBUG: Variables in subroutine get_phi_fv3_finalize: DEBUG: Variables in subroutine get_phi_fv3_init: DEBUG: Variables in subroutine get_phi_fv3_run: horizontal_loop_extent, vertical_dimension, geopotential_at_interface, geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature, ccpp_error_message, ccpp_error_flag, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, geopotential DEBUG: Parsing file gfdl_cloud_microphys.F90 with registry OrderedDict([('gfdl_cloud_microphys', {'gfdl_cloud_microphys': {'gfdl_cloud_microphys_finalize': [56, 66], 'gfdl_cloud_microphys_run': [84, 238], 'gfdl_cloud_microphys_init': [19, 48]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in table gfdl_cloud_microphys_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys DEBUG: Module name: gfdl_cloud_microphys DEBUG: Scheme name: gfdl_cloud_microphys DEBUG: Scheme dependencies: ['module_mp_radar.F90', 'machine.F', 'module_gfdl_cloud_microphys.F90'] @@ -23890,18 +14586,6 @@ DEBUG: Variables in subroutine gfdl_cloud_microphys_finalize: ccpp_error_message DEBUG: Variables in subroutine gfdl_cloud_microphys_run: ccpp_error_message, ccpp_error_flag, vertical_dimension, horizontal_loop_extent, gravitational_acceleration, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gas_constant_dry_air, land_area_fraction_for_microphysics, cell_area, sea_land_ice_mask, water_vapor_specific_humidity_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, ice_water_mixing_ratio_updated_by_physics, snow_water_mixing_ratio_updated_by_physics, graupel_mixing_ratio_updated_by_physics, cloud_fraction_updated_by_physics, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, omega, air_pressure, geopotential_at_interface, air_pressure_difference_between_midlayers, lwe_thickness_of_explicit_rain_amount, lwe_thickness_of_ice_amount, lwe_thickness_of_snow_amount, lwe_thickness_of_graupel_amount, lwe_thickness_of_explicit_precipitation_amount, ratio_of_snowfall_to_rainfall, time_step_for_physics, flag_for_hydrostatic_solver, flag_for_hydrostatic_heating_from_physics, flag_for_radar_reflectivity, radar_reflectivity_10cm, flag_reset_maximum_hourly_fields, flag_for_cloud_effective_radii, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, effective_radius_of_stratiform_cloud_graupel_particle_in_um DEBUG: Variables in subroutine gfdl_cloud_microphys_init: ccpp_error_message, ccpp_error_flag, mpi_rank, mpi_root, iounit_namelist, namelist_filename_for_internal_file_reads, iounit_log, namelist_filename, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_shoc DEBUG: Parsing file gfdl_fv_sat_adj.F90 with registry OrderedDict([('fv_sat_adj', {'fv_sat_adj': {'fv_sat_adj_finalize': [160, 177], 'fv_sat_adj_run': [191, 312], 'fv_sat_adj_init': [104, 154]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj DEBUG: Module name: fv_sat_adj DEBUG: Scheme name: fv_sat_adj DEBUG: Scheme dependencies: ['physcons.F90', 'module_mp_radar.F90', 'multi_gases.F90', 'machine.F', 'module_gfdl_cloud_microphys.F90'] @@ -23909,316 +14593,69 @@ DEBUG: Variables in subroutine fv_sat_adj_finalize: ccpp_error_message, ccpp_err DEBUG: Variables in subroutine fv_sat_adj_run: ccpp_error_message, ccpp_error_flag, time_step_for_remapping_for_fast_physics, ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind, starting_x_direction_index, ending_x_direction_index, starting_x_direction_index_domain, ending_x_direction_index_domain, top_layer_index_for_fast_physics, vertical_dimension_for_fast_physics, vertical_dimension_for_thickness_at_Lagrangian_surface, starting_y_direction_index, ending_y_direction_index, starting_y_direction_index_domain, ending_y_direction_index_domain, number_of_ghost_zones, flag_for_hydrostatic_solver_for_fast_physics, flag_for_fast_microphysics_energy_conservation, atmosphere_energy_content_in_column, atmosphere_energy_content_at_Lagrangian_surface, number_of_gases_for_multi_gases_physics, gas_tracers_for_multi_gas_physics_at_Lagrangian_surface, water_vapor_specific_humidity_at_Lagrangian_surface, cloud_liquid_water_specific_humidity_at_Lagrangian_surface, cloud_ice_specific_humidity_at_Lagrangian_surface, cloud_rain_specific_humidity_at_Lagrangian_surface, cloud_snow_specific_humidity_at_Lagrangian_surface, cloud_graupel_specific_humidity_at_Lagrangian_surface, surface_geopotential_at_Lagrangian_surface, log_pressure_at_Lagrangian_surface, thickness_at_Lagrangian_surface, pressure_thickness_at_Lagrangian_surface, virtual_temperature_at_Lagrangian_surface, finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa, cloud_condensed_water_specific_humidity_at_Lagrangian_surface, kappa_dry_for_fast_physics, cappa_moist_gas_constant_at_Lagrangian_surface, cell_area_for_fast_physics, tendency_of_air_temperature_at_Lagrangian_surface, flag_for_tendency_of_air_temperature_at_Lagrangian_surface, flag_for_the_last_step_of_k_split_remapping, flag_for_inline_cloud_fraction_calculation, cloud_fraction_at_Lagrangian_surface, omp_threads_for_fast_physics DEBUG: Variables in subroutine fv_sat_adj_init: ccpp_error_message, ccpp_error_flag, top_layer_index_for_fast_physics, number_of_gases_for_multi_gases_physics, flag_for_saturation_adjustment_for_microphysics_in_dynamics, number_of_water_species, gas_constants_for_multi_gases_physics, specific_heat_capacities_for_multi_gases_physics, mpi_rank_for_fast_physics, mpi_root_for_fast_physics DEBUG: Parsing file gscond.f with registry OrderedDict([('zhaocarr_gscond', {'zhaocarr_gscond': {'zhaocarr_gscond_finalize': [17, 18], 'zhaocarr_gscond_run': [38, 482], 'zhaocarr_gscond_init': [11, 12]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True zhaocarr_gscond zhaocarr_gscond -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False zhaocarr_gscond_run zhaocarr_gscond -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table zhaocarr_gscond_run DEBUG: Module name: zhaocarr_gscond DEBUG: Scheme name: zhaocarr_gscond DEBUG: Scheme dependencies: ['physcons.F90', 'funcphys.f90', 'machine.F'] DEBUG: Variables in subroutine zhaocarr_gscond_finalize: -DEBUG: Variables in subroutine zhaocarr_gscond_run: horizontal_loop_extent, vertical_dimension, time_step_for_physics, time_step_for_dynamics, air_pressure, surface_air_pressure, water_vapor_specific_humidity_updated_by_physics, ice_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_updated_by_physics, air_temperature_updated_by_physics, air_temperature_two_time_steps_back, water_vapor_specific_humidity_two_time_steps_back, surface_air_pressure_two_time_steps_back, air_temperature_at_previous_time_step, water_vapor_specific_humidity_at_previous_time_step, surface_air_pressure_at_previous_time_step, critical_relative_humidity, flag_print, horizontal_index_of_printed_column, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine zhaocarr_gscond_run: horizontal_loop_extent, vertical_dimension, time_step_for_physics, time_step_for_dynamics, air_pressure, surface_air_pressure, water_vapor_specific_humidity_updated_by_physics, ice_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_updated_by_physics, air_temperature_updated_by_physics, air_temperature_two_timesteps_back, water_vapor_specific_humidity_two_timesteps_back, surface_air_pressure_two_timesteps_back, air_temperature_at_previous_timestep, water_vapor_specific_humidity_at_previous_timestep, surface_air_pressure_at_previous_timestep, critical_relative_humidity, flag_print, horizontal_index_of_printed_column, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine zhaocarr_gscond_init: -DEBUG: Parsing file gwdc.f with registry OrderedDict([('gwdc_pre', {'gwdc_pre': {'gwdc_pre_finalize': [70, 71], 'gwdc_pre_init': [11, 12], 'gwdc_pre_run': [18, 65]}}), ('gwdc', {}), ('gwdc_post', {})]) -INFO: Legacy extension - skip empty table for gwdc_pre_finalize -INFO: Legacy extension - skip empty table for gwdc_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable characteristic_grid_length_scale in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_column_heating_rate in table gwdc_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc_pre +DEBUG: Parsing file gwdc.f with registry OrderedDict([('gwdc_pre', {'gwdc_pre': {'gwdc_pre_finalize': [54, 55], 'gwdc_pre_init': [7, 8], 'gwdc_pre_run': [14, 53]}}), ('gwdc', {}), ('gwdc_post', {})]) DEBUG: Module name: gwdc_pre DEBUG: Scheme name: gwdc_pre DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine gwdc_pre_finalize: DEBUG: Variables in subroutine gwdc_pre_init: -DEBUG: Variables in subroutine gwdc_pre_run: horizontal_loop_extent, multiplication_factors_for_convective_gravity_wave_drag, cell_size, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, characteristic_grid_length_scale, cloud_area_fraction, vertical_dimension, vertical_index_at_cloud_base, vertical_index_at_cloud_top, time_step_for_physics, air_temperature_updated_by_physics, air_temperature_save, air_pressure_difference_between_midlayers, maximum_column_heating_rate, flag_for_convective_gravity_wave_drag, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file gwdc.f with registry OrderedDict([('gwdc_pre', {'gwdc_pre': {'gwdc_pre_finalize': [70, 71], 'gwdc_pre_init': [11, 12], 'gwdc_pre_run': [18, 65]}}), ('gwdc', {'gwdc': {'gwdc_run': [117, 1268], 'gwdc_finalize': [1274, 1275], 'gwdc_init': [81, 82]}}), ('gwdc_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_column_heating_rate in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable characteristic_grid_length_scale in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_convective_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_convective_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdc_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc -INFO: Legacy extension - skip empty table for gwdc_finalize -INFO: Legacy extension - skip empty table for gwdc_init +DEBUG: Variables in subroutine gwdc_pre_run: horizontal_loop_extent, multiplication_factors_for_convective_gravity_wave_drag, cell_size, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, characteristic_grid_length_scale, cloud_area_fraction, vertical_dimension, vertical_index_at_cloud_base, vertical_index_at_cloud_top, time_step_for_physics, air_temperature_updated_by_physics, air_temperature_save, air_pressure_difference_between_midlayers, maximum_column_heating_rate, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file gwdc.f with registry OrderedDict([('gwdc_pre', {'gwdc_pre': {'gwdc_pre_finalize': [54, 55], 'gwdc_pre_init': [7, 8], 'gwdc_pre_run': [14, 53]}}), ('gwdc', {'gwdc': {'gwdc_run': [114, 1265], 'gwdc_finalize': [1267, 1268], 'gwdc_init': [66, 79]}}), ('gwdc_post', {})]) DEBUG: Module name: gwdc DEBUG: Scheme name: gwdc DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine gwdc_run: horizontal_loop_extent, characteristic_grid_length_scale, cloud_area_fraction, vertical_dimension, vertical_index_at_cloud_base, vertical_index_at_cloud_top, time_step_for_physics, air_pressure_difference_between_midlayers, maximum_column_heating_rate, ccpp_error_message, ccpp_error_flag, latitude_index_in_debug_printouts, x_wind, y_wind, air_temperature, water_vapor_specific_humidity, air_pressure, air_pressure_at_interface, flag_deep_convection, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, ratio_of_vapor_to_dry_air_gas_constants_minus_one, pi, flag_print, horizontal_index_of_printed_column, forecast_time, tendency_of_x_wind_due_to_convective_gravity_wave_drag, tendency_of_y_wind_due_to_convective_gravity_wave_drag, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag DEBUG: Variables in subroutine gwdc_finalize: -DEBUG: Variables in subroutine gwdc_init: -DEBUG: Parsing file gwdc.f with registry OrderedDict([('gwdc_pre', {'gwdc_pre': {'gwdc_pre_finalize': [70, 71], 'gwdc_pre_init': [11, 12], 'gwdc_pre_run': [18, 65]}}), ('gwdc', {'gwdc': {'gwdc_run': [117, 1268], 'gwdc_finalize': [1274, 1275], 'gwdc_init': [81, 82]}}), ('gwdc_post', {'gwdc_post': {'gwdc_post_finalize': [1334, 1335], 'gwdc_post_init': [1285, 1286], 'gwdc_post_run': [1292, 1329]}})]) -INFO: Legacy extension - skip empty table for gwdc_post_finalize -INFO: Legacy extension - skip empty table for gwdc_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_x_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_y_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gwdc_post_run +DEBUG: Variables in subroutine gwdc_init: ccpp_error_message, ccpp_error_flag, flag_for_convective_gravity_wave_drag +DEBUG: Parsing file gwdc.f with registry OrderedDict([('gwdc_pre', {'gwdc_pre': {'gwdc_pre_finalize': [54, 55], 'gwdc_pre_init': [7, 8], 'gwdc_pre_run': [14, 53]}}), ('gwdc', {'gwdc': {'gwdc_run': [114, 1265], 'gwdc_finalize': [1267, 1268], 'gwdc_init': [66, 79]}}), ('gwdc_post', {'gwdc_post': {'gwdc_post_finalize': [1319, 1320], 'gwdc_post_init': [1274, 1275], 'gwdc_post_run': [1281, 1318]}})]) DEBUG: Module name: gwdc_post DEBUG: Scheme name: gwdc_post DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine gwdc_post_finalize: DEBUG: Variables in subroutine gwdc_post_init: DEBUG: Variables in subroutine gwdc_post_run: horizontal_loop_extent, vertical_dimension, time_step_for_physics, air_temperature_updated_by_physics, ccpp_error_message, ccpp_error_flag, specific_heat_of_dry_air_at_constant_pressure, tendency_of_x_wind_due_to_convective_gravity_wave_drag, tendency_of_y_wind_due_to_convective_gravity_wave_drag, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag, flag_diagnostics, flag_diagnostics_3D, time_step_for_dynamics, time_integral_of_x_stress_due_to_gravity_wave_drag, time_integral_of_y_stress_due_to_gravity_wave_drag, cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag, x_wind_updated_by_physics, y_wind_updated_by_physics -DEBUG: Parsing file gwdps.f with registry OrderedDict([('gwdps', {'gwdps': {'gwdps_init': [8, 9], 'gwdps_run': [193, 1257], 'gwdps_finalize': [1262, 1263]}})]) -INFO: Legacy extension - skip empty table for gwdps_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdps gwdps -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdps_run gwdps -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table gwdps_run -INFO: Legacy extension - skip empty table for gwdps_finalize +DEBUG: Parsing file gwdps.f with registry OrderedDict([('gwdps', {'gwdps': {'gwdps_init': [6, 7], 'gwdps_run': [191, 1255], 'gwdps_finalize': [1257, 1258]}})]) DEBUG: Module name: gwdps DEBUG: Scheme name: gwdps DEBUG: Scheme dependencies: [] DEBUG: Variables in subroutine gwdps_init: DEBUG: Variables in subroutine gwdps_run: horizontal_loop_extent, vertical_dimension, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, x_wind, y_wind, air_temperature, water_vapor_specific_humidity, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, index_of_time_step, standard_deviation_of_subgrid_orography, convexity_of_subgrid_orography, asymmetry_of_subgrid_orography, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height, angle_from_east_of_maximum_subgrid_orographic_variations, slope_of_subgrid_orography, anisotropy_of_subgrid_orography, maximum_subgrid_orography, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, gas_constant_water_vapor, number_of_equatorial_longitude_points, number_of_statistical_measures_of_subgrid_orography, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, mpi_rank, flag_print, horizontal_index_of_printed_column, level_of_dividing_streamline, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine gwdps_finalize: -DEBUG: Parsing file h2ophys.f with registry OrderedDict([('h2ophys', {'h2ophys': {'h2ophys_init': [12, 13], 'h2ophys_run': [21, 125], 'h2ophys_finalize': [131, 132]}})]) -INFO: Legacy extension - skip empty table for h2ophys_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True h2ophys h2ophys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False h2ophys_run h2ophys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table h2ophys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table h2ophys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable h2o_forcing in table h2ophys_run -INFO: Legacy extension - skip empty table for h2ophys_finalize +DEBUG: Parsing file h2ophys.f with registry OrderedDict([('h2ophys', {'h2ophys': {'h2ophys_init': [8, 9], 'h2ophys_run': [17, 121], 'h2ophys_finalize': [123, 124]}})]) DEBUG: Module name: h2ophys DEBUG: Scheme name: h2ophys DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine h2ophys_init: DEBUG: Variables in subroutine h2ophys_run: horizontal_loop_extent, vertical_dimension, vertical_dimension_of_h2o_forcing_data, time_step_for_physics, water_vapor_specific_humidity_updated_by_physics, natural_log_of_h2o_forcing_data_pressure_levels, air_pressure, h2o_forcing, number_of_coefficients_in_h2o_forcing_data, flag_diagnostics_3D, mpi_rank, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine h2ophys_finalize: -DEBUG: Parsing file samfdeepcnv.f with registry OrderedDict([('samfdeepcnv', {'samfdeepcnv': {'samfdeepcnv_run': [63, 2913], 'samfdeepcnv_finalize': [18, 19], 'samfdeepcnv_init': [12, 13]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True samfdeepcnv samfdeepcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False samfdeepcnv_run samfdeepcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_cellular_automata_for_deep_convection in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable physics_field_for_coupling in table samfdeepcnv_run -INFO: Legacy extension - skip empty table for samfdeepcnv_finalize -INFO: Legacy extension - skip empty table for samfdeepcnv_init +DEBUG: Parsing file samfdeepcnv.f with registry OrderedDict([('samfdeepcnv', {'samfdeepcnv': {'samfdeepcnv_run': [55, 2905], 'samfdeepcnv_finalize': [10, 11], 'samfdeepcnv_init': [8, 9]}})]) DEBUG: Module name: samfdeepcnv DEBUG: Scheme name: samfdeepcnv DEBUG: Scheme dependencies: ['funcphys.f90', 'samfaerosols.F', 'machine.F'] DEBUG: Variables in subroutine samfdeepcnv_run: horizontal_loop_extent, vertical_dimension, number_of_aerosol_tracers_for_convection, number_of_chemical_tracers, specific_heat_of_liquid_water_at_constant_pressure, specific_heat_of_dry_air_at_constant_pressure, specific_heat_of_water_vapor_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gravitational_acceleration, latent_heat_of_vaporization_of_water_at_0C, gas_constant_dry_air, gas_constant_water_vapor, temperature_at_zero_celsius, time_step_for_physics, index_for_turbulent_kinetic_energy_convective_transport_tracer, number_of_tracers_for_samf, air_pressure_difference_between_midlayers, air_pressure, surface_air_pressure, geopotential, convective_transportable_tracers, water_vapor_specific_humidity_updated_by_physics, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, coefficients_for_aerosol_scavenging, flag_for_hwrf_samfdeepcnv_scheme, cloud_work_function, lwe_thickness_of_deep_convective_precipitation_amount, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, sea_land_ice_mask, cell_area, omega, number_of_hydrometeors, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, mass_fraction_of_convective_cloud_liquid_water, mass_fraction_of_convective_cloud_ice, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, flag_for_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, entrainment_rate_coefficient_deep_convection, rain_conversion_parameter_deep_convection, detrainment_conversion_parameter_deep_convection, downdraft_fraction_reaching_surface_over_land_deep_convection, downdraft_fraction_reaching_surface_over_ocean_deep_convection, rain_evaporation_coefficient_deep_convection, rain_evaporation_coefficient_over_land_deep_convection, momentum_transport_reduction_factor_pgf_deep_convection, aerosol_aware_parameter_deep_convection, flag_for_cellular_automata, flag_for_global_cellular_automata_closure, flag_for_global_cellular_automata_entr, flag_for_global_cellular_automata_trigger, threshold_for_perturbed_vertical_velocity, fraction_of_cellular_automata_for_deep_convection, physics_field_for_coupling, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine samfdeepcnv_finalize: DEBUG: Variables in subroutine samfdeepcnv_init: -DEBUG: Parsing file samfshalcnv.f with registry OrderedDict([('samfshalcnv', {'samfshalcnv': {'samfshalcnv_run': [43, 1863], 'samfshalcnv_finalize': [17, 18], 'samfshalcnv_init': [11, 12]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True samfshalcnv samfshalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False samfshalcnv_run samfshalcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table samfshalcnv_run -INFO: Legacy extension - skip empty table for samfshalcnv_finalize -INFO: Legacy extension - skip empty table for samfshalcnv_init +DEBUG: Parsing file samfshalcnv.f with registry OrderedDict([('samfshalcnv', {'samfshalcnv': {'samfshalcnv_run': [35, 1855], 'samfshalcnv_finalize': [9, 10], 'samfshalcnv_init': [7, 8]}})]) DEBUG: Module name: samfshalcnv DEBUG: Scheme name: samfshalcnv DEBUG: Scheme dependencies: ['funcphys.f90', 'samfaerosols.F', 'machine.F'] DEBUG: Variables in subroutine samfshalcnv_run: horizontal_loop_extent, vertical_dimension, number_of_aerosol_tracers_for_convection, number_of_chemical_tracers, specific_heat_of_liquid_water_at_constant_pressure, specific_heat_of_dry_air_at_constant_pressure, specific_heat_of_water_vapor_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gravitational_acceleration, latent_heat_of_vaporization_of_water_at_0C, gas_constant_dry_air, gas_constant_water_vapor, temperature_at_zero_celsius, time_step_for_physics, index_for_turbulent_kinetic_energy_convective_transport_tracer, number_of_tracers_for_samf, air_pressure_difference_between_midlayers, air_pressure, surface_air_pressure, geopotential, convective_transportable_tracers, water_vapor_specific_humidity_updated_by_physics, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, coefficients_for_aerosol_scavenging, lwe_thickness_of_shallow_convective_precipitation_amount, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, sea_land_ice_mask, cell_area, omega, number_of_hydrometeors, atmosphere_boundary_layer_thickness, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, entrainment_rate_coefficient_shallow_convection, rain_conversion_parameter_shallow_convection, detrainment_conversion_parameter_shallow_convection, momentum_transport_reduction_factor_pgf_shallow_convection, aerosol_aware_parameter_shallow_convection, flag_for_hwrf_samfshalcnv_scheme, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine samfshalcnv_finalize: DEBUG: Variables in subroutine samfshalcnv_init: -DEBUG: Parsing file sascnvn.F with registry OrderedDict([('sascnvn', {'sascnvn': {'sascnvn_init': [21, 37], 'sascnvn_run': [89, 2092], 'sascnvn_finalize': [42, 43]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sascnvn sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_init sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_run sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sascnvn sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_init sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_run sascnvn -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table sascnvn_run -INFO: Legacy extension - skip empty table for sascnvn_finalize +DEBUG: Parsing file sascnvn.F with registry OrderedDict([('sascnvn', {'sascnvn': {'sascnvn_init': [21, 37], 'sascnvn_run': [85, 2088], 'sascnvn_finalize': [38, 39]}})]) DEBUG: Module name: sascnvn DEBUG: Scheme name: sascnvn DEBUG: Scheme dependencies: ['funcphys.f90', 'machine.F'] DEBUG: Variables in subroutine sascnvn_init: flag_for_mass_flux_deep_convection_scheme, flag_for_sas_deep_convection_scheme, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine sascnvn_run: ccpp_error_message, ccpp_error_flag, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_vaporization_of_water_at_0C, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, temperature_at_zero_celsius, gas_constant_dry_air, specific_heat_of_water_vapor_at_constant_pressure, specific_heat_of_liquid_water_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, horizontal_loop_extent, vertical_dimension, number_of_spectral_wave_trancation_for_sas, time_step_for_physics, air_pressure_difference_between_midlayers, air_pressure, surface_air_pressure, geopotential, cloud_condensed_water_mixing_ratio_convective_transport_tracer, ice_water_mixing_ratio_convective_transport_tracer, water_vapor_specific_humidity_updated_by_physics, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, cloud_work_function, lwe_thickness_of_deep_convective_precipitation_amount, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, sea_land_ice_mask, omega, number_of_hydrometeors, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, mass_fraction_of_convective_cloud_liquid_water, mass_fraction_of_convective_cloud_ice, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, flag_for_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, entrainment_rate_coefficient_deep_convection, rain_conversion_parameter_deep_convection, detrainment_conversion_parameter_deep_convection, downdraft_fraction_reaching_surface_over_land_deep_convection, downdraft_fraction_reaching_surface_over_ocean_deep_convection, rain_evaporation_coefficient_deep_convection, rain_evaporation_coefficient_over_land_deep_convection, momentum_transport_reduction_factor_pgf_deep_convection DEBUG: Variables in subroutine sascnvn_finalize: -DEBUG: Parsing file shalcnv.F with registry OrderedDict([('shalcnv', {'shalcnv': {'shalcnv_init': [21, 38], 'shalcnv_run': [89, 1315], 'shalcnv_finalize': [43, 44]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shalcnv shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_init shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_run shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shalcnv shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_init shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_run shalcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table shalcnv_run -INFO: Legacy extension - skip empty table for shalcnv_finalize +DEBUG: Parsing file shalcnv.F with registry OrderedDict([('shalcnv', {'shalcnv': {'shalcnv_init': [21, 38], 'shalcnv_run': [85, 1311], 'shalcnv_finalize': [39, 40]}})]) DEBUG: Module name: shalcnv DEBUG: Scheme name: shalcnv DEBUG: Scheme dependencies: ['funcphys.f90', 'machine.F'] @@ -24226,157 +14663,27 @@ DEBUG: Variables in subroutine shalcnv_init: flag_for_shoc, flag_for_shallow_con DEBUG: Variables in subroutine shalcnv_run: ccpp_error_message, ccpp_error_flag, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_vaporization_of_water_at_0C, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, temperature_at_zero_celsius, gas_constant_dry_air, specific_heat_of_water_vapor_at_constant_pressure, specific_heat_of_liquid_water_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, horizontal_loop_extent, vertical_dimension, number_of_spectral_wave_trancation_for_sas, time_step_for_physics, air_pressure_difference_between_midlayers, air_pressure, surface_air_pressure, geopotential, cloud_condensed_water_mixing_ratio_convective_transport_tracer, ice_water_mixing_ratio_convective_transport_tracer, water_vapor_specific_humidity_updated_by_physics, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, lwe_thickness_of_shallow_convective_precipitation_amount, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, sea_land_ice_mask, omega, number_of_hydrometeors, atmosphere_boundary_layer_thickness, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, entrainment_rate_coefficient_shallow_convection, rain_conversion_parameter_shallow_convection, detrainment_conversion_parameter_shallow_convection, momentum_transport_reduction_factor_pgf_shallow_convection DEBUG: Variables in subroutine shalcnv_finalize: DEBUG: Parsing file maximum_hourly_diagnostics.F90 with registry OrderedDict([('maximum_hourly_diagnostics', {'maximum_hourly_diagnostics': {'maximum_hourly_diagnostics_run': [18, 102], 'maximum_hourly_diagnostics_finalize': [11, 12], 'maximum_hourly_diagnostics_init': [9, 10]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True maximum_hourly_diagnostics maximum_hourly_diagnostics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False maximum_hourly_diagnostics_run maximum_hourly_diagnostics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_temperature_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_temperature_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run DEBUG: Module name: maximum_hourly_diagnostics DEBUG: Scheme name: maximum_hourly_diagnostics DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine maximum_hourly_diagnostics_run: horizontal_loop_extent, vertical_dimension, flag_reset_maximum_hourly_fields, flag_for_radar_reflectivity, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, gravitational_acceleration, geopotential, air_temperature_updated_by_physics, radar_reflectivity_10cm, maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval, maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval, x_wind_at_10m, y_wind_at_10m, maximum_u_wind_at_10m_over_maximum_hourly_time_interval, maximum_v_wind_at_10m_over_maximum_hourly_time_interval, maximum_wind_at_10m_over_maximum_hourly_time_interval, surface_air_pressure, temperature_at_2m, specific_humidity_at_2m, maximum_temperature_at_2m_over_maximum_hourly_time_interval, minimum_temperature_at_2m_over_maximum_hourly_time_interval, maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval, minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine maximum_hourly_diagnostics_finalize: DEBUG: Variables in subroutine maximum_hourly_diagnostics_init: -DEBUG: Parsing file m_micro.F90 with registry OrderedDict([('m_micro', {'m_micro': {'m_micro_run': [65, 1252], 'm_micro_init': [16, 49], 'm_micro_finalize': [54, 55]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_init m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_run m_micro -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable in_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ccn_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table m_micro_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_init m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_run m_micro -INFO: Legacy extension - skip empty table for m_micro_finalize +DEBUG: Parsing file m_micro.F90 with registry OrderedDict([('m_micro', {'m_micro': {'m_micro_run': [61, 1248], 'm_micro_init': [16, 49], 'm_micro_finalize': [50, 51]}})]) DEBUG: Module name: m_micro DEBUG: Scheme name: m_micro DEBUG: Scheme dependencies: ['cldwat2m_micro.F', 'aer_cloud.F', 'micro_mg_utils.F90', 'cldmacro.F', 'machine.F', 'physcons.F90', 'aerclm_def.F', 'micro_mg2_0.F90', 'micro_mg3_0.F90', 'wv_saturation.F'] -DEBUG: Variables in subroutine m_micro_run: horizontal_loop_extent, vertical_dimension, flag_flip, time_step_for_physics, air_pressure, air_pressure_at_interface, geopotential, geopotential_at_interface, omega, cloud_condensed_water_mixing_ratio_convective_transport_tracer, mass_fraction_of_convective_cloud_liquid_water, ice_water_mixing_ratio_convective_transport_tracer, mass_fraction_of_convective_cloud_ice, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, land_area_fraction_for_microphysics, atmosphere_boundary_layer_thickness, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, x_wind_updated_by_physics, y_wind_updated_by_physics, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, water_vapor_specific_humidity_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, ice_water_mixing_ratio_updated_by_physics, air_temperature_updated_by_physics, lwe_thickness_of_explicit_precipitation_amount, ratio_of_snowfall_to_rainfall, cloud_droplet_number_concentration_updated_by_physics, ice_number_concentration_updated_by_physics, number_of_frozen_precipitation_species, local_rain_water_mixing_ratio, local_snow_water_mixing_ratio, local_graupel_mixing_ratio, local_rain_number_concentration, local_snow_number_concentration, local_graupel_number_concentration, cloud_fraction_for_MG, vertical_index_at_cloud_base, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, effective_radius_of_stratiform_cloud_graupel_particle_in_um, aerosol_number_concentration_from_gocart_aerosol_climatology, in_number_concentration, ccn_number_concentration, flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics, flag_skip_macro, mg_tuning_factor_for_alphas, mg_minimum_cloud_condensed_water_and_ice_mixing_ratio, flag_for_pdf_for_morrison_gettelman_microphysics_scheme, index_of_time_step, latitude, longitude, critical_relative_humidity, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine m_micro_run: horizontal_loop_extent, vertical_dimension, flag_flip, time_step_for_physics, air_pressure, air_pressure_at_interface, geopotential, geopotential_at_interface, omega, cloud_condensed_water_mixing_ratio_convective_transport_tracer, mass_fraction_of_convective_cloud_liquid_water, ice_water_mixing_ratio_convective_transport_tracer, mass_fraction_of_convective_cloud_ice, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, land_area_fraction_for_microphysics, atmosphere_boundary_layer_thickness, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, x_wind_updated_by_physics, y_wind_updated_by_physics, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, water_vapor_specific_humidity_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, ice_water_mixing_ratio_updated_by_physics, air_temperature_updated_by_physics, lwe_thickness_of_explicit_precipitation_amount, ratio_of_snowfall_to_rainfall, cloud_droplet_number_concentration_updated_by_physics, ice_number_concentration_updated_by_physics, number_of_frozen_precipitation_species, local_rain_water_mixing_ratio, local_snow_water_mixing_ratio, local_graupel_mixing_ratio, local_rain_number_concentration, local_snow_number_concentration, local_graupel_number_concentration, cloud_fraction_for_MG, vertical_index_at_cloud_base, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, effective_radius_of_stratiform_cloud_graupel_particle_in_um, aerosol_number_concentration_from_gocart_aerosol_climatology, ice_nucleation_number, tendency_of_ccn_activated_number, flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics, flag_skip_macro, mg_tuning_factor_for_alphas, mg_minimum_cloud_condensed_water_and_ice_mixing_ratio, flag_for_pdf_for_morrison_gettelman_microphysics_scheme, index_of_time_step, latitude, longitude, critical_relative_humidity, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine m_micro_init: number_of_frozen_precipitation_species, ccpp_error_message, ccpp_error_flag, flag_for_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, gravitational_acceleration, gas_constant_dry_air, gas_constant_water_vapor, specific_heat_of_dry_air_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, triple_point_temperature_of_water, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, mg_autoconversion_size_threshold_ice_snow, mg_cloud_water_variance, mg_time_scale_for_autoconversion_of_ice, mg_minimum_rh_for_ice, mg_flag_for_uniform_subcolumns, mg_flag_for_cloud_ice_processes, mg_flag_for_heterogeneous_freezing, mg_type_of_precip_fraction_method, mg_bergeron_efficiency_factor, mg_allow_supersat_after_sed, mg_flag_for_sb2001_autoconversion, mg_flag_for_hail, mg_flag_for_graupel, mg_flag_drop_concentration_constant, mg_flag_ice_concentration_constant, mg_flag_graupel_concentration_constant, mg_drop_concentration_constant, mg_ice_concentration_constant, mg_graupel_concentration_constant, mg_flag_for_gmao_ice_formulation, mg_flag_for_liu_liquid_treatment DEBUG: Variables in subroutine m_micro_finalize: -DEBUG: Parsing file m_micro_interstitial.F90 with registry OrderedDict([('m_micro_pre', {'m_micro_pre': {'m_micro_pre_init': [10, 11], 'm_micro_pre_finalize': [124, 125], 'm_micro_pre_run': [19, 119]}}), ('m_micro_post', {})]) -INFO: Legacy extension - skip empty table for m_micro_pre_init -INFO: Legacy extension - skip empty table for m_micro_pre_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_pre m_micro_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_pre_run m_micro_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table m_micro_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_post m_micro_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_post_run m_micro_pre +DEBUG: Parsing file m_micro_interstitial.F90 with registry OrderedDict([('m_micro_pre', {'m_micro_pre': {'m_micro_pre_init': [6, 7], 'm_micro_pre_finalize': [114, 115], 'm_micro_pre_run': [13, 113]}}), ('m_micro_post', {})]) DEBUG: Module name: m_micro_pre DEBUG: Scheme name: m_micro_pre DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine m_micro_pre_init: DEBUG: Variables in subroutine m_micro_pre_finalize: DEBUG: Variables in subroutine m_micro_pre_run: horizontal_loop_extent, vertical_dimension, flag_for_shoc, flag_skip_macro, number_of_frozen_precipitation_species, flag_mg3_as_mg2, ice_water_mixing_ratio_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, snow_water_mixing_ratio_updated_by_physics, graupel_mixing_ratio_updated_by_physics, rain_number_concentration_updated_by_physics, snow_number_concentration_updated_by_physics, graupel_number_concentration_updated_by_physics, subgrid_scale_cloud_fraction_from_shoc, convective_cloud_cover, convective_cloud_water_mixing_ratio, cloud_phase_transition_threshold_temperature, cloud_phase_transition_denominator, air_temperature_updated_by_physics, local_rain_water_mixing_ratio, local_snow_water_mixing_ratio, local_graupel_mixing_ratio, local_rain_number_concentration, local_snow_number_concentration, local_graupel_number_concentration, cloud_fraction_for_MG, cloud_condensed_water_mixing_ratio_convective_transport_tracer, ice_water_mixing_ratio_convective_transport_tracer, convective_cloud_volume_fraction, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file m_micro_interstitial.F90 with registry OrderedDict([('m_micro_pre', {'m_micro_pre': {'m_micro_pre_init': [10, 11], 'm_micro_pre_finalize': [124, 125], 'm_micro_pre_run': [19, 119]}}), ('m_micro_post', {'m_micro_post': {'m_micro_post_init': [136, 137], 'm_micro_post_run': [143, 237], 'm_micro_post_finalize': [242, 243]}})]) -INFO: Legacy extension - skip empty table for m_micro_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_pre m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_pre_run m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_post m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_post_run m_micro_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_on_dynamics_timestep in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_on_dynamics_timestep in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_on_dynamics_timestep in table m_micro_post_run -INFO: Legacy extension - skip empty table for m_micro_post_finalize +DEBUG: Parsing file m_micro_interstitial.F90 with registry OrderedDict([('m_micro_pre', {'m_micro_pre': {'m_micro_pre_init': [6, 7], 'm_micro_pre_finalize': [114, 115], 'm_micro_pre_run': [13, 113]}}), ('m_micro_post', {'m_micro_post': {'m_micro_post_init': [122, 123], 'm_micro_post_run': [129, 223], 'm_micro_post_finalize': [224, 225]}})]) DEBUG: Module name: m_micro_post DEBUG: Scheme name: m_micro_post DEBUG: Scheme dependencies: ['machine.F'] @@ -24384,69 +14691,13 @@ DEBUG: Variables in subroutine m_micro_post_init: DEBUG: Variables in subroutine m_micro_post_run: horizontal_loop_extent, vertical_dimension, number_of_frozen_precipitation_species, flag_mg3_as_mg2, ice_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, snow_water_mixing_ratio_updated_by_physics, graupel_mixing_ratio_updated_by_physics, rain_number_concentration_updated_by_physics, snow_number_concentration_updated_by_physics, graupel_number_concentration_updated_by_physics, local_rain_water_mixing_ratio, local_snow_water_mixing_ratio, local_graupel_mixing_ratio, local_rain_number_concentration, local_snow_number_concentration, local_graupel_number_concentration, ccpp_error_message, ccpp_error_flag, lwe_thickness_of_ice_amount_on_dynamics_timestep, lwe_thickness_of_snow_amount_on_dynamics_timestep, lwe_thickness_of_graupel_amount_on_dynamics_timestep, time_step_for_physics DEBUG: Variables in subroutine m_micro_post_finalize: DEBUG: Parsing file cu_gf_driver_pre.F90 with registry OrderedDict([('cu_gf_driver_pre', {'cu_gf_driver_pre': {'cu_gf_driver_pre_init': [7, 8], 'cu_gf_driver_pre_finalize': [9, 10], 'cu_gf_driver_pre_run': [14, 54]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver_pre cu_gf_driver_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_pre_run cu_gf_driver_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable gf_memory_counter in table cu_gf_driver_pre_run DEBUG: Module name: cu_gf_driver_pre DEBUG: Scheme name: cu_gf_driver_pre DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine cu_gf_driver_pre_init: DEBUG: Variables in subroutine cu_gf_driver_pre_finalize: DEBUG: Variables in subroutine cu_gf_driver_pre_run: flag_for_first_time_step, flag_for_restart, index_of_time_step, forecast_time, time_step_for_physics, air_temperature, water_vapor_specific_humidity, temperature_from_previous_timestep, moisture_from_previous_timestep, temperature_tendency_due_to_dynamics, moisture_tendency_due_to_dynamics, conv_activity_counter, gf_memory_counter, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file cu_gf_driver.F90 with registry OrderedDict([('cu_gf_driver', {'cu_gf_driver': {'cu_gf_driver_run': [54, 698], 'cu_gf_driver_init': [17, 33], 'cu_gf_driver_finalize': [38, 39]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_init cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_run cu_gf_driver -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_condesate_after_rainout in table cu_gf_driver_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_init cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_run cu_gf_driver -INFO: Legacy extension - skip empty table for cu_gf_driver_finalize +DEBUG: Parsing file cu_gf_driver.F90 with registry OrderedDict([('cu_gf_driver', {'cu_gf_driver': {'cu_gf_driver_run': [50, 698], 'cu_gf_driver_init': [17, 33], 'cu_gf_driver_finalize': [34, 35]}})]) DEBUG: Module name: cu_gf_driver DEBUG: Scheme name: cu_gf_driver DEBUG: Scheme dependencies: ['cu_gf_deep.F90', 'cu_gf_sh.F90', 'machine.F', 'physcons.F90'] @@ -24454,581 +14705,69 @@ DEBUG: Variables in subroutine cu_gf_driver_run: number_of_tracers, cell_area, h DEBUG: Variables in subroutine cu_gf_driver_init: ccpp_error_message, ccpp_error_flag, mpi_rank, mpi_root DEBUG: Variables in subroutine cu_gf_driver_finalize: DEBUG: Parsing file cu_gf_driver_post.F90 with registry OrderedDict([('cu_gf_driver_post', {'cu_gf_driver_post': {'cu_gf_driver_post_init': [7, 8], 'cu_gf_driver_post_run': [14, 41], 'cu_gf_driver_post_finalize': [9, 10]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver_post cu_gf_driver_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_post_run cu_gf_driver_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable gf_memory_counter in table cu_gf_driver_post_run DEBUG: Module name: cu_gf_driver_post DEBUG: Scheme name: cu_gf_driver_post DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine cu_gf_driver_post_init: DEBUG: Variables in subroutine cu_gf_driver_post_run: horizontal_loop_extent, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, temperature_from_previous_timestep, moisture_from_previous_timestep, conv_activity_counter, gf_memory_counter, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine cu_gf_driver_post_finalize: -DEBUG: Parsing file moninedmf.f with registry OrderedDict([('hedmf', {'hedmf': {'hedmf_run': [52, 1139], 'hedmf_init': [10, 24], 'hedmf_finalize': [25, 26]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_init hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_run hedmf -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table hedmf_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_init hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_run hedmf +DEBUG: Parsing file moninedmf.f with registry OrderedDict([('hedmf', {'hedmf': {'hedmf_run': [52, 1135], 'hedmf_init': [10, 24], 'hedmf_finalize': [25, 26]}})]) DEBUG: Module name: hedmf DEBUG: Scheme name: hedmf DEBUG: Scheme dependencies: ['physcons.F90', 'funcphys.f90', 'mfpbl.f', 'tridi.f', 'machine.F'] -DEBUG: Variables in subroutine hedmf_run: horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, countergradient_mixing_term_for_temperature, countergradient_mixing_term_for_water_vapor, atmosphere_heat_diffusivity, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, flag_print, horizontal_index_of_printed_column, atmosphere_heat_diffusivity_background_maximum, atmosphere_diffusivity_coefficient_factor, flag_diagnostics, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_idealized_physics, index_for_ozone, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, flag_for_generic_planetary_boundary_layer_tendency, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine hedmf_run: horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, countergradient_mixing_term_for_temperature, countergradient_mixing_term_for_water_vapor, atmosphere_heat_diffusivity, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, flag_print, horizontal_index_of_printed_column, atmosphere_heat_diffusivity_background_maximum, atmosphere_diffusivity_coefficient_factor, flag_diagnostics, flag_diagnostics_3D, flag_tracer_diagnostics_3D, index_for_ozone, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, flag_for_generic_planetary_boundary_layer_tendency, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine hedmf_init: atmosphere_diffusivity_coefficient_factor, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine hedmf_finalize: DEBUG: Parsing file moninedmf_hafs.f with registry OrderedDict([('hedmf_hafs', {'hedmf_hafs': {'hedmf_hafs_finalize': [24, 25], 'hedmf_hafs_init': [10, 23], 'hedmf_hafs_run': [51, 1322]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf_hafs hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_init hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_run hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf_hafs hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_init hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_run hedmf_hafs -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table hedmf_hafs_run DEBUG: Module name: hedmf_hafs DEBUG: Scheme name: hedmf_hafs DEBUG: Scheme dependencies: ['physcons.F90', 'funcphys.f90', 'mfpbl.f', 'machine.F'] DEBUG: Variables in subroutine hedmf_hafs_finalize: DEBUG: Variables in subroutine hedmf_hafs_init: atmosphere_diffusivity_coefficient_factor, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine hedmf_hafs_run: atmosphere_diffusivity_coefficient_factor, ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, countergradient_mixing_term_for_temperature, countergradient_mixing_term_for_water_vapor, atmosphere_heat_diffusivity, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, flag_print, horizontal_index_of_printed_column, atmosphere_heat_diffusivity_background_maximum, sea_land_ice_mask -DEBUG: Parsing file moninshoc.f with registry OrderedDict([('moninshoc', {'moninshoc': {'moninshoc_run': [21, 527], 'moninshoc_finalize': [7, 8], 'moninshoc_init': [5, 6]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True moninshoc moninshoc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False moninshoc_run moninshoc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_from_shoc in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable prandtl_number in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table moninshoc_run +DEBUG: Parsing file moninshoc.f with registry OrderedDict([('moninshoc', {'moninshoc': {'moninshoc_run': [21, 569], 'moninshoc_finalize': [7, 8], 'moninshoc_init': [5, 6]}})]) DEBUG: Module name: moninshoc DEBUG: Scheme name: moninshoc DEBUG: Scheme dependencies: ['funcphys.f90', 'tridi.f', 'machine.F'] -DEBUG: Variables in subroutine moninshoc_run: horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, number_of_tracers_for_cloud_condensate, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, atmosphere_heat_diffusivity_from_shoc, prandtl_number, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_heat_diffusivity, atmosphere_boundary_layer_thickness, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, atmosphere_heat_diffusivity_background_maximum, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_vaporization_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine moninshoc_run: horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, number_of_tracers_for_cloud_condensate, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, atmosphere_heat_diffusivity_from_shoc, prandtl_number, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_heat_diffusivity, atmosphere_boundary_layer_thickness, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, atmosphere_heat_diffusivity_background_maximum, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_vaporization_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, index_for_ozone, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, flag_for_generic_planetary_boundary_layer_tendency, flag_diagnostics_3D, flag_tracer_diagnostics_3D, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine moninshoc_finalize: DEBUG: Variables in subroutine moninshoc_init: -DEBUG: Parsing file satmedmfvdif.F with registry OrderedDict([('satmedmfvdif', {'satmedmfvdif': {'satmedmfvdif_init': [9, 23], 'satmedmfvdif_finalize': [24, 25], 'satmedmfvdif_run': [46, 1479]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdif satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_init satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_run satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdif satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_init satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_run satmedmfvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table satmedmfvdif_run +DEBUG: Parsing file satmedmfvdif.F with registry OrderedDict([('satmedmfvdif', {'satmedmfvdif': {'satmedmfvdif_init': [9, 23], 'satmedmfvdif_finalize': [24, 25], 'satmedmfvdif_run': [46, 1495]}})]) DEBUG: Module name: satmedmfvdif DEBUG: Scheme name: satmedmfvdif DEBUG: Scheme dependencies: ['funcphys.f90', 'mfpblt.f', 'tridi.f', 'machine.F', 'mfscu.f'] DEBUG: Variables in subroutine satmedmfvdif_init: choice_of_scale_aware_TKE_moist_EDMF_PBL, choice_of_original_scale_aware_TKE_moist_EDMF_PBL, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine satmedmfvdif_finalize: -DEBUG: Variables in subroutine satmedmfvdif_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate_vertical_diffusion_tracer, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, cell_area, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, flag_diagnostics_3D, flag_tracer_diagnostics_3D +DEBUG: Variables in subroutine satmedmfvdif_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate_vertical_diffusion_tracer, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, cell_area, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, flag_for_generic_planetary_boundary_layer_tendency, flag_diagnostics_3D, flag_tracer_diagnostics_3D DEBUG: Parsing file satmedmfvdifq.F with registry OrderedDict([('satmedmfvdifq', {'satmedmfvdifq': {'satmedmfvdifq_init': [17, 31], 'satmedmfvdifq_run': [49, 1526], 'satmedmfvdifq_finalize': [32, 33]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdifq satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_init satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_run satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdifq satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_init satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_run satmedmfvdifq -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table satmedmfvdifq_run DEBUG: Module name: satmedmfvdifq DEBUG: Scheme name: satmedmfvdifq DEBUG: Scheme dependencies: ['funcphys.f90', 'mfscuq.f', 'tridi.f', 'machine.F', 'mfpbltq.f'] DEBUG: Variables in subroutine satmedmfvdifq_init: choice_of_scale_aware_TKE_moist_EDMF_PBL, choice_of_updated_scale_aware_TKE_moist_EDMF_PBL, ccpp_error_message, ccpp_error_flag -DEBUG: Variables in subroutine satmedmfvdifq_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate_vertical_diffusion_tracer, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, cell_area, sea_land_ice_mask, surface_snow_thickness_water_equivalent_over_land, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, tke_dissipative_heating_factor, updraft_fraction_in_boundary_layer_mass_flux_scheme, downdraft_fraction_in_boundary_layer_mass_flux_scheme, index_for_ozone, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, flag_diagnostics_3D, flag_tracer_diagnostics_3D +DEBUG: Variables in subroutine satmedmfvdifq_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate_vertical_diffusion_tracer, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, cell_area, sea_land_ice_mask, surface_snow_thickness_water_equivalent_over_land, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, tke_dissipative_heating_factor, updraft_fraction_in_boundary_layer_mass_flux_scheme, downdraft_fraction_in_boundary_layer_mass_flux_scheme, index_for_ozone, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, flag_for_generic_planetary_boundary_layer_tendency, flag_diagnostics_3D, flag_tracer_diagnostics_3D DEBUG: Variables in subroutine satmedmfvdifq_finalize: -DEBUG: Parsing file shinhongvdif.F90 with registry OrderedDict([('shinhongvdif', {'shinhongvdif': {'shinhongvdif_run': [23, 1183], 'shinhongvdif_finalize': [13, 14], 'shinhongvdif_init': [11, 12]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shinhongvdif shinhongvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shinhongvdif_run shinhongvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table shinhongvdif_run +DEBUG: Parsing file shinhongvdif.F90 with registry OrderedDict([('shinhongvdif', {'shinhongvdif': {'shinhongvdif_run': [23, 1220], 'shinhongvdif_finalize': [13, 14], 'shinhongvdif_init': [11, 12]}})]) DEBUG: Module name: shinhongvdif DEBUG: Scheme name: shinhongvdif DEBUG: Scheme dependencies: ['machine.F'] -DEBUG: Variables in subroutine shinhongvdif_run: horizontal_loop_extent, vertical_dimension, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure, air_pressure_at_interface, dimensionless_exner_function_at_model_layers, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_tracers_due_to_model_physics, number_of_tracers, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, geopotential_at_interface, geopotential, surface_air_pressure, surface_roughness_length, surface_wind_stress, atmosphere_boundary_layer_thickness, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, sea_land_ice_mask, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, latent_heat_of_vaporization_of_water_at_0C, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, time_step_for_physics, vertical_index_at_top_of_atmosphere_boundary_layer, x_wind_at_10m, y_wind_at_10m, cell_size, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine shinhongvdif_run: horizontal_loop_extent, vertical_dimension, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure, air_pressure_at_interface, dimensionless_exner_function_at_model_layers, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_tracers_due_to_model_physics, number_of_tracers, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, geopotential_at_interface, geopotential, surface_air_pressure, surface_roughness_length, surface_wind_stress, atmosphere_boundary_layer_thickness, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, sea_land_ice_mask, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, latent_heat_of_vaporization_of_water_at_0C, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, time_step_for_physics, vertical_index_at_top_of_atmosphere_boundary_layer, x_wind_at_10m, y_wind_at_10m, cell_size, flag_diagnostics, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_for_generic_planetary_boundary_layer_tendency, index_for_ozone, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine shinhongvdif_finalize: DEBUG: Variables in subroutine shinhongvdif_init: -DEBUG: Parsing file ysuvdif.F90 with registry OrderedDict([('ysuvdif', {'ysuvdif': {'ysuvdif_finalize': [13, 14], 'ysuvdif_init': [11, 12], 'ysuvdif_run': [23, 967]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ysuvdif ysuvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ysuvdif_run ysuvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table ysuvdif_run +DEBUG: Parsing file ysuvdif.F90 with registry OrderedDict([('ysuvdif', {'ysuvdif': {'ysuvdif_finalize': [13, 14], 'ysuvdif_init': [11, 12], 'ysuvdif_run': [23, 1004]}})]) DEBUG: Module name: ysuvdif DEBUG: Scheme name: ysuvdif DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine ysuvdif_finalize: DEBUG: Variables in subroutine ysuvdif_init: -DEBUG: Variables in subroutine ysuvdif_run: horizontal_loop_extent, vertical_dimension, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure, air_pressure_at_interface, dimensionless_exner_function_at_model_layers, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_tracers_due_to_model_physics, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, number_of_tracers, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, geopotential_at_interface, geopotential, surface_air_pressure, surface_roughness_length, surface_wind_stress, atmosphere_boundary_layer_thickness, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, sea_land_ice_mask, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, latent_heat_of_vaporization_of_water_at_0C, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, time_step_for_physics, vertical_index_at_top_of_atmosphere_boundary_layer, x_wind_at_10m, y_wind_at_10m, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file module_MYNNPBL_wrapper.F90 with registry OrderedDict([('mynnedmf_wrapper', {'mynnedmf_wrapper': {'mynnedmf_wrapper_init': [9, 22], 'mynnedmf_wrapper_finalize': [23, 24], 'mynnedmf_wrapper_run': [29, 692]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mynnedmf_wrapper mynnedmf_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnedmf_wrapper_init mynnedmf_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnedmf_wrapper_run mynnedmf_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_friendly_aerosol_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable reciprocal_of_obukhov_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tke_at_mass_points in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable t_prime_squared in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable q_prime_squared in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable t_prime_q_prime in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mixing_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stability_function_for_heat in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_for_mynnpbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_momentum_diffusivity_for_mynnpbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_water_mixing_ratio_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_ice_mixing_ratio_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_fraction_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_area in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_vertical_velocity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_total_water in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_theta_l in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_entrainment_rate in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_cloud_water in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_subsidence_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_subsidence_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_detrainment_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_detrainment_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_of_plumes in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_mass_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable k_level_of_highest_plume in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_vapor_specific_humidity_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ozone_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table mynnedmf_wrapper_run +DEBUG: Variables in subroutine ysuvdif_run: horizontal_loop_extent, vertical_dimension, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure, air_pressure_at_interface, dimensionless_exner_function_at_model_layers, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_tracers_due_to_model_physics, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, number_of_tracers, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, geopotential_at_interface, geopotential, surface_air_pressure, surface_roughness_length, surface_wind_stress, atmosphere_boundary_layer_thickness, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, sea_land_ice_mask, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, latent_heat_of_vaporization_of_water_at_0C, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, time_step_for_physics, vertical_index_at_top_of_atmosphere_boundary_layer, x_wind_at_10m, y_wind_at_10m, flag_diagnostics, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_for_generic_planetary_boundary_layer_tendency, index_for_ozone, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file module_MYNNPBL_wrapper.F90 with registry OrderedDict([('mynnedmf_wrapper', {'mynnedmf_wrapper': {'mynnedmf_wrapper_init': [9, 22], 'mynnedmf_wrapper_finalize': [23, 24], 'mynnedmf_wrapper_run': [29, 661]}})]) DEBUG: Module name: mynnedmf_wrapper DEBUG: Scheme name: mynnedmf_wrapper DEBUG: Scheme dependencies: ['physcons.F90', 'machine.F', 'module_bl_mynn.F90'] DEBUG: Variables in subroutine mynnedmf_wrapper_init: DEBUG: Variables in subroutine mynnedmf_wrapper_finalize: -DEBUG: Variables in subroutine mynnedmf_wrapper_run: horizontal_loop_extent, vertical_dimension, flag_for_first_time_step, flag_for_restart, flag_diagnostics, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_idealized_physics, flag_for_flux_coupling, time_step_for_physics, time_step_for_dynamics, cell_size, surface_roughness_length, geopotential_at_interface, x_wind, y_wind, omega, air_temperature, water_vapor_specific_humidity, cloud_condensed_water_mixing_ratio, ice_water_mixing_ratio, cloud_droplet_number_concentration, ice_number_concentration, ozone_mixing_ratio, water_friendly_aerosol_number_concentration, ice_friendly_aerosol_number_concentration, air_pressure, dimensionless_exner_function_at_model_layers, sea_land_ice_mask_real, surface_skin_temperature, surface_specific_humidity, surface_air_pressure, surface_friction_velocity, surface_drag_wind_speed_for_momentum_in_air, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_x_momentum_flux_for_diag, instantaneous_surface_y_momentum_flux_for_diag, instantaneous_surface_upward_sensible_heat_flux_for_diag, instantaneous_surface_upward_latent_heat_flux_for_diag, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep, surface_x_momentum_flux_for_coupling, surface_y_momentum_flux_for_coupling, surface_upward_sensible_heat_flux_for_coupling, surface_upward_latent_heat_flux_for_coupling, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_ocean, surface_wind_stress_over_ocean, sea_area_fraction, sea_ice_concentration, flag_nonzero_wet_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_land_surface_fraction, instantaneous_surface_x_momentum_flux_for_coupling, instantaneous_surface_y_momentum_flux_for_coupling, instantaneous_surface_upward_sensible_heat_flux_for_coupling, instantaneous_surface_upward_latent_heat_flux_for_coupling, cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep, reciprocal_of_obukhov_length, tke_at_mass_points, turbulent_kinetic_energy, t_prime_squared, q_prime_squared, t_prime_q_prime, mixing_length, stability_function_for_heat, atmosphere_heat_diffusivity_for_mynnpbl, atmosphere_momentum_diffusivity_for_mynnpbl, atmosphere_boundary_layer_thickness, vertical_index_at_top_of_atmosphere_boundary_layer, subgrid_cloud_water_mixing_ratio_pbl, subgrid_cloud_ice_mixing_ratio_pbl, subgrid_cloud_fraction_pbl, emdf_updraft_area, emdf_updraft_vertical_velocity, emdf_updraft_total_water, emdf_updraft_theta_l, emdf_updraft_entrainment_rate, emdf_updraft_cloud_water, theta_subsidence_tendency, water_vapor_subsidence_tendency, theta_detrainment_tendency, water_vapor_detrainment_tendency, number_of_plumes, maximum_mass_flux, k_level_of_highest_plume, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_water_vapor_specific_humidity_due_to_model_physics, tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ozone_mixing_ratio_due_to_model_physics, tendency_of_cloud_droplet_number_concentration_due_to_model_physics, tendency_of_ice_number_concentration_due_to_model_physics, tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics, tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_temperature_due_to_PBL, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, grav_settling, tke_budget, tke_advect, cloudpdf, mixing_length_flag, edmf_flag, edmf_momentum_transport_flag, edmf_tke_transport_flag, edmf_partition_flag, cloud_specie_mix_flag, mix_total_water_flag, mynn_output_flag, couple_sgs_clouds_to_radiation_flag, do_mynnsfclay, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_aerosol_physics, flag_print, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine mynnedmf_wrapper_run: horizontal_loop_extent, vertical_dimension, flag_for_first_time_step, flag_for_restart, flag_diagnostics, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_idealized_physics, flag_for_flux_coupling, time_step_for_physics, time_step_for_dynamics, cell_size, surface_roughness_length, geopotential_at_interface, x_wind, y_wind, omega, air_temperature, water_vapor_specific_humidity, cloud_condensed_water_mixing_ratio, ice_water_mixing_ratio, cloud_droplet_number_concentration, ice_number_concentration, ozone_mixing_ratio, water_friendly_aerosol_number_concentration, ice_friendly_aerosol_number_concentration, air_pressure, dimensionless_exner_function_at_model_layers, sea_land_ice_mask_real, surface_skin_temperature, surface_specific_humidity, surface_air_pressure, surface_friction_velocity, surface_drag_wind_speed_for_momentum_in_air, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_x_momentum_flux_for_diag, instantaneous_surface_y_momentum_flux_for_diag, instantaneous_surface_upward_sensible_heat_flux_for_diag, instantaneous_surface_upward_latent_heat_flux_for_diag, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep, surface_x_momentum_flux_for_coupling, surface_y_momentum_flux_for_coupling, surface_upward_sensible_heat_flux_for_coupling, surface_upward_latent_heat_flux_for_coupling, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_ocean, surface_wind_stress_over_ocean, sea_area_fraction, sea_ice_concentration, flag_nonzero_wet_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_land_surface_fraction, instantaneous_surface_x_momentum_flux_for_coupling, instantaneous_surface_y_momentum_flux_for_coupling, instantaneous_surface_upward_sensible_heat_flux_for_coupling, instantaneous_surface_upward_latent_heat_flux_for_coupling, cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep, reciprocal_of_obukhov_length, tke_at_mass_points, turbulent_kinetic_energy, t_prime_squared, q_prime_squared, t_prime_q_prime, mixing_length, stability_function_for_heat, atmosphere_heat_diffusivity_for_mynnpbl, atmosphere_momentum_diffusivity_for_mynnpbl, atmosphere_boundary_layer_thickness, vertical_index_at_top_of_atmosphere_boundary_layer, subgrid_cloud_water_mixing_ratio_pbl, subgrid_cloud_ice_mixing_ratio_pbl, subgrid_cloud_fraction_pbl, emdf_updraft_area, emdf_updraft_vertical_velocity, emdf_updraft_total_water, emdf_updraft_theta_l, emdf_updraft_entrainment_rate, emdf_updraft_cloud_water, theta_subsidence_tendency, water_vapor_subsidence_tendency, theta_detrainment_tendency, water_vapor_detrainment_tendency, number_of_plumes, maximum_mass_flux, k_level_of_highest_plume, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_water_vapor_specific_humidity_due_to_model_physics, tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ozone_mixing_ratio_due_to_model_physics, tendency_of_cloud_droplet_number_concentration_due_to_model_physics, tendency_of_ice_number_concentration_due_to_model_physics, tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics, tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics, flag_for_generic_planetary_boundary_layer_tendency, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_temperature_due_to_PBL, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, grav_settling, tke_budget, tke_advect, cloudpdf, mixing_length_flag, edmf_flag, edmf_momentum_transport_flag, edmf_tke_transport_flag, edmf_partition_flag, cloud_specie_mix_flag, mix_total_water_flag, mynn_output_flag, couple_sgs_clouds_to_radiation_flag, do_mynnsfclay, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_aerosol_physics, flag_print, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file module_MYNNSFC_wrapper.F90 with registry OrderedDict([('mynnsfc_wrapper', {'mynnsfc_wrapper': {'mynnsfc_wrapper_init': [5, 8], 'mynnsfc_wrapper_run': [17, 213], 'mynnsfc_wrapper_finalize': [9, 10]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mynnsfc_wrapper mynnsfc_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnsfc_wrapper_run mynnsfc_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_mixing_ratio_at_surface in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_drag in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_stability_parameter in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_star in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable reciprocal_of_obukhov_length in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_latent_heat in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_heat in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_moisture in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_heat_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_moisture_at_2m in table mynnsfc_wrapper_run DEBUG: Module name: mynnsfc_wrapper DEBUG: Scheme name: mynnsfc_wrapper DEBUG: Scheme dependencies: ['module_sf_mynn.F90', 'machine.F'] @@ -25036,36 +14775,6 @@ DEBUG: Variables in subroutine mynnsfc_wrapper_init: DEBUG: Variables in subroutine mynnsfc_wrapper_run: horizontal_loop_extent, vertical_dimension, index_of_time_step, ccpp_loop_counter, flag_for_first_time_step, flag_for_restart, flag_for_land_surface_scheme, bounded_vegetation_area_fraction, vegetation_type_classification, maximum_vegetation_area_fraction, vegetation_type_dataset_choice, perturbation_of_momentum_roughness_length, perturbation_of_heat_to_momentum_roughness_length_ratio, flag_for_reduced_drag_coefficient_over_sea, flag_for_surface_roughness_option_over_ocean, time_step_for_physics, cell_size, x_wind, y_wind, air_temperature, water_vapor_specific_humidity, cloud_condensed_water_mixing_ratio, air_pressure, geopotential_at_interface, dimensionless_exner_function_at_model_layers, surface_air_pressure, atmosphere_boundary_layer_thickness, sea_land_ice_mask_real, flag_nonzero_wet_surface_fraction, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ice_interstitial, surface_skin_temperature_after_iteration_over_ocean, surface_skin_temperature_after_iteration_over_land, surface_skin_temperature_after_iteration_over_ice, surface_specific_humidity_over_ocean, surface_specific_humidity_over_land, surface_specific_humidity_over_ice, surface_snow_thickness_water_equivalent_over_ocean, surface_snow_thickness_water_equivalent_over_land, surface_snow_thickness_water_equivalent_over_ice, surface_roughness_length_over_ocean_interstitial, surface_roughness_length_over_land_interstitial, surface_roughness_length_over_ice_interstitial, surface_friction_velocity_over_ocean, surface_friction_velocity_over_land, surface_friction_velocity_over_ice, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, bulk_richardson_number_at_lowest_model_level_over_ocean, bulk_richardson_number_at_lowest_model_level_over_land, bulk_richardson_number_at_lowest_model_level_over_ice, surface_wind_stress_over_ocean, surface_wind_stress_over_land, surface_wind_stress_over_ice, Monin_Obukhov_similarity_function_for_momentum_over_ocean, Monin_Obukhov_similarity_function_for_momentum_over_land, Monin_Obukhov_similarity_function_for_momentum_over_ice, Monin_Obukhov_similarity_function_for_heat_over_ocean, Monin_Obukhov_similarity_function_for_heat_over_land, Monin_Obukhov_similarity_function_for_heat_over_ice, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean, Monin_Obukhov_similarity_function_for_heat_at_2m_over_land, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_land, kinematic_surface_upward_sensible_heat_flux_over_ice, kinematic_surface_upward_latent_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_land, kinematic_surface_upward_latent_heat_flux_over_ice, surface_specific_humidity, water_vapor_mixing_ratio_at_surface, surface_friction_velocity_drag, surface_stability_parameter, theta_star, reciprocal_of_obukhov_length, wind_speed_at_lowest_model_layer, surface_drag_wind_speed_for_momentum_in_air, kinematic_surface_upward_sensible_heat_flux, kinematic_surface_upward_latent_heat_flux, surface_latent_heat, surface_exchange_coefficient_for_heat, surface_exchange_coefficient_for_moisture, x_wind_at_10m, y_wind_at_10m, potential_temperature_at_2m, temperature_at_2m, specific_humidity_at_2m, surface_wind_enhancement_due_to_convection, surface_exchange_coefficient_for_heat_at_2m, surface_exchange_coefficient_for_moisture_at_2m, flag_print, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine mynnsfc_wrapper_finalize: DEBUG: Parsing file module_SGSCloud_RadPre.F90 with registry OrderedDict([('sgscloud_radpre', {'sgscloud_radpre': {'sgscloud_radpre_finalize': [11, 12], 'sgscloud_radpre_run': [31, 274], 'sgscloud_radpre_init': [9, 10]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sgscloud_radpre sgscloud_radpre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sgscloud_radpre_run sgscloud_radpre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_condesate_after_rainout in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_water_mixing_ratio_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_ice_mixing_ratio_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_fraction_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table sgscloud_radpre_run DEBUG: Module name: sgscloud_radpre DEBUG: Scheme name: sgscloud_radpre DEBUG: Scheme dependencies: ['funcphys.f90', 'physcons.F90', 'machine.F', 'module_bfmicrophysics.f', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f'] @@ -25073,12 +14782,6 @@ DEBUG: Variables in subroutine sgscloud_radpre_finalize: DEBUG: Variables in subroutine sgscloud_radpre_run: horizontal_loop_extent, vertical_dimension, flag_for_first_time_step, flag_for_restart, cloud_condensed_water_mixing_ratio, ice_water_mixing_ratio, water_vapor_specific_humidity, air_temperature, air_pressure, rain_water_mixing_ratio, snow_water_mixing_ratio, graupel_mixing_ratio, convective_cloud_condesate_after_rainout, flag_for_mass_flux_deep_convection_scheme, flag_for_gf_deep_convection_scheme, cloud_condensed_water_mixing_ratio_save, ice_water_mixing_ratio_save, subgrid_cloud_water_mixing_ratio_pbl, subgrid_cloud_ice_mixing_ratio_pbl, subgrid_cloud_fraction_pbl, layer_pressure_thickness_for_radiation, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, sea_land_ice_mask_real, adjusted_vertical_layer_dimension_for_radiation, air_pressure_at_layer_for_radiation_in_hPa, latitude, layer_thickness_for_radiation, cloud_decorrelation_length, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, do_mynnedmf, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_cloud_overlap_method_for_radiation, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine sgscloud_radpre_init: DEBUG: Parsing file module_SGSCloud_RadPost.F90 with registry OrderedDict([('sgscloud_radpost', {'sgscloud_radpost': {'sgscloud_radpost_run': [15, 47], 'sgscloud_radpost_finalize': [7, 8], 'sgscloud_radpost_init': [5, 6]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sgscloud_radpost sgscloud_radpost -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sgscloud_radpost_run sgscloud_radpost -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table sgscloud_radpost_run DEBUG: Module name: sgscloud_radpost DEBUG: Scheme name: sgscloud_radpost DEBUG: Scheme dependencies: ['machine.F'] @@ -25086,150 +14789,20 @@ DEBUG: Variables in subroutine sgscloud_radpost_run: horizontal_loop_extent, ver DEBUG: Variables in subroutine sgscloud_radpost_finalize: DEBUG: Variables in subroutine sgscloud_radpost_init: DEBUG: Parsing file module_MYJSFC_wrapper.F90 with registry OrderedDict([('myjsfc_wrapper', {'myjsfc_wrapper': {'myjsfc_wrapper_finalize': [7, 8], 'myjsfc_wrapper_init': [5, 6], 'myjsfc_wrapper_run': [15, 329]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True myjsfc_wrapper myjsfc_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False myjsfc_wrapper_run myjsfc_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable u_wind_component_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable v_wind_component_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable baseline_surface_roughness_length in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable heat_exchange_coefficient_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable momentum_exchange_coefficient_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_layer_evaporation_switch in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_latent_heat_flux in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_momentum_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_potental_temperature_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_specific_humidity_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table myjsfc_wrapper_run DEBUG: Module name: myjsfc_wrapper DEBUG: Scheme name: myjsfc_wrapper DEBUG: Scheme dependencies: ['module_SF_JSFC.F90'] DEBUG: Variables in subroutine myjsfc_wrapper_finalize: DEBUG: Variables in subroutine myjsfc_wrapper_init: DEBUG: Variables in subroutine myjsfc_wrapper_run: flag_for_restart, horizontal_loop_extent, vertical_dimension, index_of_time_step, number_of_tracers, index_for_turbulent_kinetic_energy, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, ccpp_loop_counter, flag_for_iteration, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure, air_pressure_at_interface, geopotential_at_interface, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, surface_skin_temperature, surface_specific_humidity, surface_specific_humidity_for_MYJ_schemes, potential_temperature_at_viscous_sublayer_top, specific_humidity_at_viscous_sublayer_top, u_wind_component_at_viscous_sublayer_top, v_wind_component_at_viscous_sublayer_top, baseline_surface_roughness_length, heat_exchange_coefficient_for_MYJ_schemes, momentum_exchange_coefficient_for_MYJ_schemes, surface_layer_evaporation_switch, kinematic_surface_latent_heat_flux, weight_for_momentum_at_viscous_sublayer_top, weight_for_potental_temperature_at_viscous_sublayer_top, weight_for_specific_humidity_at_viscous_sublayer_top, atmosphere_boundary_layer_thickness, sea_land_ice_mask_real, surface_roughness_length, surface_friction_velocity, bulk_richardson_number_at_lowest_model_level, surface_drag_coefficient_for_momentum_in_air, surface_drag_coefficient_for_heat_and_moisture_in_air, surface_wind_stress, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, Monin_Obukhov_similarity_function_for_momentum_at_10m, Monin_Obukhov_similarity_function_for_heat_at_2m, land_area_fraction, lake_area_fraction, sea_area_fraction, sea_ice_concentration, surface_roughness_length_over_ocean_interstitial, surface_roughness_length_over_land_interstitial, surface_roughness_length_over_ice_interstitial, surface_friction_velocity_over_ocean, surface_friction_velocity_over_land, surface_friction_velocity_over_ice, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, bulk_richardson_number_at_lowest_model_level_over_ocean, bulk_richardson_number_at_lowest_model_level_over_land, bulk_richardson_number_at_lowest_model_level_over_ice, surface_wind_stress_over_ocean, surface_wind_stress_over_land, surface_wind_stress_over_ice, Monin_Obukhov_similarity_function_for_momentum_over_ocean, Monin_Obukhov_similarity_function_for_momentum_over_land, Monin_Obukhov_similarity_function_for_momentum_over_ice, Monin_Obukhov_similarity_function_for_heat_over_ocean, Monin_Obukhov_similarity_function_for_heat_over_land, Monin_Obukhov_similarity_function_for_heat_over_ice, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean, Monin_Obukhov_similarity_function_for_heat_at_2m_over_land, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice, wind_speed_at_lowest_model_layer, specific_heat_of_dry_air_at_constant_pressure, gravitational_acceleration, gas_constant_dry_air, mpi_rank, flag_print, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file module_MYJPBL_wrapper.F90 with registry OrderedDict([('myjpbl_wrapper', {'myjpbl_wrapper': {'myjpbl_wrapper_init': [5, 6], 'myjpbl_wrapper_finalize': [7, 8], 'myjpbl_wrapper_run': [15, 644]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True myjpbl_wrapper myjpbl_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False myjpbl_wrapper_run myjpbl_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable u_wind_component_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable v_wind_component_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable baseline_surface_roughness_length in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable heat_exchange_coefficient_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable momentum_exchange_coefficient_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_layer_evaporation_switch in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_latent_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_momentum_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_potental_temperature_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_specific_humidity_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table myjpbl_wrapper_run +DEBUG: Parsing file module_MYJPBL_wrapper.F90 with registry OrderedDict([('myjpbl_wrapper', {'myjpbl_wrapper': {'myjpbl_wrapper_init': [5, 6], 'myjpbl_wrapper_finalize': [7, 8], 'myjpbl_wrapper_run': [15, 663]}})]) DEBUG: Module name: myjpbl_wrapper DEBUG: Scheme name: myjpbl_wrapper DEBUG: Scheme dependencies: ['module_BL_MYJPBL.F90'] DEBUG: Variables in subroutine myjpbl_wrapper_init: DEBUG: Variables in subroutine myjpbl_wrapper_finalize: -DEBUG: Variables in subroutine myjpbl_wrapper_run: flag_for_restart, do_myjsfc, horizontal_loop_extent, vertical_dimension, time_step_for_physics, index_of_time_step, number_of_vertical_diffusion_tracers, index_for_turbulent_kinetic_energy, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, air_pressure, air_pressure_at_interface, geopotential_at_interface, standard_deviation_of_subgrid_orography, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, surface_skin_temperature, surface_specific_humidity, surface_specific_humidity_for_MYJ_schemes, potential_temperature_at_viscous_sublayer_top, specific_humidity_at_viscous_sublayer_top, u_wind_component_at_viscous_sublayer_top, v_wind_component_at_viscous_sublayer_top, baseline_surface_roughness_length, heat_exchange_coefficient_for_MYJ_schemes, momentum_exchange_coefficient_for_MYJ_schemes, surface_layer_evaporation_switch, kinematic_surface_latent_heat_flux, weight_for_momentum_at_viscous_sublayer_top, weight_for_potental_temperature_at_viscous_sublayer_top, weight_for_specific_humidity_at_viscous_sublayer_top, atmosphere_boundary_layer_thickness, vertical_index_at_top_of_atmosphere_boundary_layer, index_of_highest_temperature_inversion, sea_land_ice_mask_real, cell_area, surface_friction_velocity, surface_drag_coefficient_for_momentum_in_air, surface_drag_coefficient_for_heat_and_moisture_in_air, wind_speed_at_lowest_model_layer, surface_snow_thickness_water_equivalent, surface_roughness_length, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_heat_diffusivity, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, countergradient_mixing_term_for_temperature, countergradient_mixing_term_for_water_vapor, specific_heat_of_dry_air_at_constant_pressure, gravitational_acceleration, gas_constant_dry_air, mpi_rank, flag_print, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine myjpbl_wrapper_run: flag_for_restart, do_myjsfc, horizontal_loop_extent, vertical_dimension, time_step_for_physics, index_of_time_step, number_of_vertical_diffusion_tracers, index_for_turbulent_kinetic_energy, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, air_pressure, air_pressure_at_interface, geopotential_at_interface, standard_deviation_of_subgrid_orography, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, surface_skin_temperature, surface_specific_humidity, surface_specific_humidity_for_MYJ_schemes, potential_temperature_at_viscous_sublayer_top, specific_humidity_at_viscous_sublayer_top, u_wind_component_at_viscous_sublayer_top, v_wind_component_at_viscous_sublayer_top, baseline_surface_roughness_length, heat_exchange_coefficient_for_MYJ_schemes, momentum_exchange_coefficient_for_MYJ_schemes, surface_layer_evaporation_switch, kinematic_surface_latent_heat_flux, weight_for_momentum_at_viscous_sublayer_top, weight_for_potental_temperature_at_viscous_sublayer_top, weight_for_specific_humidity_at_viscous_sublayer_top, atmosphere_boundary_layer_thickness, vertical_index_at_top_of_atmosphere_boundary_layer, index_of_highest_temperature_inversion, sea_land_ice_mask_real, cell_area, surface_friction_velocity, surface_drag_coefficient_for_momentum_in_air, surface_drag_coefficient_for_heat_and_moisture_in_air, wind_speed_at_lowest_model_layer, surface_snow_thickness_water_equivalent, surface_roughness_length, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_heat_diffusivity, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, countergradient_mixing_term_for_temperature, countergradient_mixing_term_for_water_vapor, specific_heat_of_dry_air_at_constant_pressure, gravitational_acceleration, gas_constant_dry_air, mpi_rank, flag_print, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, flag_for_generic_planetary_boundary_layer_tendency, flag_diagnostics_3D, flag_tracer_diagnostics_3D, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file mp_thompson_pre.F90 with registry OrderedDict([('mp_thompson_pre', {'mp_thompson_pre': {'mp_thompson_pre_init': [10, 11], 'mp_thompson_pre_finalize': [31, 32], 'mp_thompson_pre_run': [15, 30]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_pre mp_thompson_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_pre_run mp_thompson_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table mp_thompson_pre_run DEBUG: Module name: mp_thompson_pre DEBUG: Scheme name: mp_thompson_pre DEBUG: Scheme dependencies: ['machine.F'] @@ -25237,46 +14810,6 @@ DEBUG: Variables in subroutine mp_thompson_pre_init: DEBUG: Variables in subroutine mp_thompson_pre_finalize: DEBUG: Variables in subroutine mp_thompson_pre_run: horizontal_loop_extent, vertical_dimension, air_temperature_updated_by_physics, air_temperature_save, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file mp_thompson.F90 with registry OrderedDict([('mp_thompson', {'mp_thompson': {'mp_thompson_run': [302, 515], 'mp_thompson_finalize': [520, 530], 'mp_thompson_init': [18, 295]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_friendly_aerosol_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_friendly_aerosols_at_surface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_friendly_aerosols_at_surface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table mp_thompson_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: Legacy extension - replacing variable 'horizontal_loop_extent' with 'horizontal_dimension' in table mp_thompson_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson DEBUG: Module name: mp_thompson DEBUG: Scheme name: mp_thompson DEBUG: Scheme dependencies: ['module_mp_thompson.F90', 'module_mp_radar.F90', 'machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -25284,88 +14817,27 @@ DEBUG: Variables in subroutine mp_thompson_run: horizontal_loop_extent, vertical DEBUG: Variables in subroutine mp_thompson_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine mp_thompson_init: vertical_dimension, gravitational_acceleration, gas_constant_dry_air, flag_for_aerosol_physics, tendency_of_water_friendly_aerosols_at_surface, tendency_of_ice_friendly_aerosols_at_surface, air_pressure, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, mpi_comm, mpi_rank, mpi_root, ccpp_error_message, ccpp_error_flag, horizontal_dimension, flag_for_restart, flag_for_microphysics_scheme, flag_for_thompson_microphysics_scheme, water_vapor_specific_humidity, cloud_condensed_water_mixing_ratio, rain_water_mixing_ratio, ice_water_mixing_ratio, snow_water_mixing_ratio, graupel_mixing_ratio, ice_number_concentration, rain_number_concentration, cloud_droplet_number_concentration, water_friendly_aerosol_number_concentration, ice_friendly_aerosol_number_concentration, air_temperature, geopotential, cell_area, omp_threads DEBUG: Parsing file mp_thompson_post.F90 with registry OrderedDict([('mp_thompson_post', {'mp_thompson_post': {'mp_thompson_post_init': [11, 31], 'mp_thompson_post_finalize': [96, 107], 'mp_thompson_post_run': [35, 92]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table mp_thompson_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mp_thompson_post_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post DEBUG: Module name: mp_thompson_post DEBUG: Scheme name: mp_thompson_post DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine mp_thompson_post_init: limit_for_temperature_tendency_for_microphysics, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine mp_thompson_post_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine mp_thompson_post_run: limit_for_temperature_tendency_for_microphysics, ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, air_temperature_save, air_temperature_updated_by_physics, dimensionless_exner_function_at_model_layers, time_step_for_physics, index_of_time_step, mpi_comm, mpi_rank, mpi_root -DEBUG: Parsing file ozphys.f with registry OrderedDict([('ozphys', {'ozphys': {'ozphys_run': [40, 171], 'ozphys_finalize': [28, 29], 'ozphys_init': [10, 23]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_init ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_run ozphys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_updated_by_physics in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_forcing in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table ozphys_run -INFO: Legacy extension - skip empty table for ozphys_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_init ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_run ozphys +DEBUG: Parsing file ozphys.f with registry OrderedDict([('ozphys', {'ozphys': {'ozphys_run': [36, 167], 'ozphys_finalize': [24, 25], 'ozphys_init': [10, 23]}})]) DEBUG: Module name: ozphys DEBUG: Scheme name: ozphys DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine ozphys_run: horizontal_loop_extent, vertical_dimension, vertical_dimension_of_ozone_forcing_data, time_step_for_physics, ozone_concentration_updated_by_physics, air_temperature_updated_by_physics, natural_log_of_ozone_forcing_data_pressure_levels, air_pressure, ozone_forcing, number_of_coefficients_in_ozone_forcing_data, air_pressure_difference_between_midlayers, flag_diagnostics_3D, flag_tracer_diagnostics_3D, cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate, cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio, cumulative_change_in_ozone_concentration_due_to_temperature, cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column, gravitational_acceleration, mpi_rank, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine ozphys_finalize: DEBUG: Variables in subroutine ozphys_init: ccpp_error_message, ccpp_error_flag, flag_for_ozone_physics -DEBUG: Parsing file ozphys_2015.f with registry OrderedDict([('ozphys_2015', {'ozphys_2015': {'ozphys_2015_run': [44, 149], 'ozphys_2015_finalize': [26, 27], 'ozphys_2015_init': [8, 21]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys_2015 ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_init ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_run ozphys_2015 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_updated_by_physics in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_forcing in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table ozphys_2015_run -INFO: Legacy extension - skip empty table for ozphys_2015_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys_2015 ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_init ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_run ozphys_2015 +DEBUG: Parsing file ozphys_2015.f with registry OrderedDict([('ozphys_2015', {'ozphys_2015': {'ozphys_2015_run': [40, 145], 'ozphys_2015_finalize': [22, 23], 'ozphys_2015_init': [8, 21]}})]) DEBUG: Module name: ozphys_2015 DEBUG: Scheme name: ozphys_2015 DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine ozphys_2015_run: horizontal_loop_extent, vertical_dimension, vertical_dimension_of_ozone_forcing_data, time_step_for_physics, ozone_concentration_updated_by_physics, air_temperature_updated_by_physics, natural_log_of_ozone_forcing_data_pressure_levels, air_pressure, ozone_forcing, number_of_coefficients_in_ozone_forcing_data, air_pressure_difference_between_midlayers, flag_diagnostics_3D, flag_tracer_diagnostics_3D, cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate, cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio, cumulative_change_in_ozone_concentration_due_to_temperature, cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column, gravitational_acceleration, mpi_rank, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine ozphys_2015_finalize: DEBUG: Variables in subroutine ozphys_2015_init: ccpp_error_message, ccpp_error_flag, flag_for_2015_ozone_physics -DEBUG: Parsing file precpd.f with registry OrderedDict([('zhaocarr_precpd', {'zhaocarr_precpd': {'zhaocarr_precpd_init': [10, 11], 'zhaocarr_precpd_finalize': [681, 682], 'zhaocarr_precpd_run': [44, 677]}})]) -INFO: Legacy extension - skip empty table for zhaocarr_precpd_init -INFO: Legacy extension - skip empty table for zhaocarr_precpd_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True zhaocarr_precpd zhaocarr_precpd -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False zhaocarr_precpd_run zhaocarr_precpd -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_rain_water_mixing_ratio_due_to_microphysics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table zhaocarr_precpd_run +DEBUG: Parsing file precpd.f with registry OrderedDict([('zhaocarr_precpd', {'zhaocarr_precpd': {'zhaocarr_precpd_init': [6, 7], 'zhaocarr_precpd_finalize': [675, 676], 'zhaocarr_precpd_run': [40, 673]}})]) DEBUG: Module name: zhaocarr_precpd DEBUG: Scheme name: zhaocarr_precpd DEBUG: Scheme dependencies: ['physcons.F90', 'funcphys.f90', 'machine.F'] @@ -25373,43 +14845,6 @@ DEBUG: Variables in subroutine zhaocarr_precpd_init: DEBUG: Variables in subroutine zhaocarr_precpd_finalize: DEBUG: Variables in subroutine zhaocarr_precpd_run: horizontal_loop_extent, vertical_dimension, time_step_for_physics, air_pressure_difference_between_midlayers, air_pressure, water_vapor_specific_humidity_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, air_temperature_updated_by_physics, lwe_thickness_of_explicit_precipitation_amount, ratio_of_snowfall_to_rainfall, tendency_of_rain_water_mixing_ratio_due_to_microphysics, critical_relative_humidity, coefficient_from_cloud_ice_to_snow, coefficient_from_cloud_water_to_rain, coefficient_for_evaporation_of_rainfall, cloud_condensed_water_conversion_threshold, grid_size_related_coefficient_used_in_scale_sensitive_schemes, flag_print, horizontal_index_of_printed_column, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file phys_tend.F90 with registry OrderedDict([('phys_tend', {'phys_tend': {'phys_tend_run': [13, 62], 'phys_tend_finalize': [8, 9], 'phys_tend_init': [6, 7]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True phys_tend phys_tend -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False phys_tend_run phys_tend -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_longwave_radiation in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shortwave_radiation in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_physics in table phys_tend_run DEBUG: Module name: phys_tend DEBUG: Scheme name: phys_tend DEBUG: Scheme dependencies: ['machine.F'] @@ -25417,46 +14852,6 @@ DEBUG: Variables in subroutine phys_tend_run: flag_diagnostics_3D, flag_tracer_d DEBUG: Variables in subroutine phys_tend_finalize: DEBUG: Variables in subroutine phys_tend_init: DEBUG: Parsing file radlw_main.f with registry OrderedDict([('rrtmg_lw', {'rrtmg_lw': {'rrtmg_lw_init': [355, 356], 'rrtmg_lw_finalize': [1061, 1062], 'rrtmg_lw_run': [385, 1058]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw rrtmg_lw -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_run rrtmg_lw -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_lw in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_longwave_bands_01_16 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_top_atmosphere in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_sfc in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_10mu_band in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmg_lw_run DEBUG: Module name: rrtmg_lw DEBUG: Scheme name: rrtmg_lw DEBUG: Scheme dependencies: ['physcons.F90', 'physparam.f', 'radlw_param.f', 'mersenne_twister.f', 'radlw_datatb.f'] @@ -25464,52 +14859,6 @@ DEBUG: Variables in subroutine rrtmg_lw_init: DEBUG: Variables in subroutine rrtmg_lw_finalize: DEBUG: Variables in subroutine rrtmg_lw_run: air_pressure_at_layer_for_radiation_in_hPa, air_pressure_at_interface_for_radiation_in_hPa, air_temperature_at_layer_for_radiation, air_temperature_at_interface_for_radiation, water_vapor_specific_humidity_at_layer_for_radiation, ozone_concentration_at_layer_for_radiation, volume_mixing_ratio_co2, volume_mixing_ratio_n2o, volume_mixing_ratio_ch4, volume_mixing_ratio_o2, volume_mixing_ratio_co, volume_mixing_ratio_cfc11, volume_mixing_ratio_cfc12, volume_mixing_ratio_cfc22, volume_mixing_ratio_ccl4, seed_random_numbers_lw, aerosol_optical_depth_for_longwave_bands_01_16, aerosol_single_scattering_albedo_for_longwave_bands_01_16, surface_longwave_emissivity, surface_ground_temperature_for_radiation, layer_thickness_for_radiation, layer_pressure_thickness_for_radiation, cloud_decorrelation_length, cloud_overlap_decorrelation_parameter, horizontal_loop_extent, adjusted_vertical_layer_dimension_for_radiation, adjusted_vertical_level_dimension_for_radiation, flag_print, total_cloud_fraction, flag_to_calc_lw, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels, lw_fluxes_top_atmosphere, lw_fluxes_sfc, cloud_optical_depth_layers_at_10mu_band, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_snow_water_path, mean_effective_radius_for_snow_flake, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file radsw_main.f with registry OrderedDict([('rrtmg_sw', {'rrtmg_sw': {'rrtmg_sw_init': [376, 377], 'rrtmg_sw_run': [462, 1134], 'rrtmg_sw_finalize': [1137, 1138]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw rrtmg_sw -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_run rrtmg_sw -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_sw in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_top_atmosphere in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_sfc in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_0p55mu_band in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmg_sw_run DEBUG: Module name: rrtmg_sw DEBUG: Scheme name: rrtmg_sw DEBUG: Scheme dependencies: ['physcons.F90', 'physparam.f', 'radsw_datatb.f', 'mersenne_twister.f', 'radsw_param.f'] @@ -25517,164 +14866,48 @@ DEBUG: Variables in subroutine rrtmg_sw_init: DEBUG: Variables in subroutine rrtmg_sw_run: air_pressure_at_layer_for_radiation_in_hPa, air_pressure_at_interface_for_radiation_in_hPa, air_temperature_at_layer_for_radiation, air_temperature_at_interface_for_radiation, water_vapor_specific_humidity_at_layer_for_radiation, ozone_concentration_at_layer_for_radiation, volume_mixing_ratio_co2, volume_mixing_ratio_n2o, volume_mixing_ratio_ch4, volume_mixing_ratio_o2, volume_mixing_ratio_co, volume_mixing_ratio_cfc11, volume_mixing_ratio_cfc12, volume_mixing_ratio_cfc22, volume_mixing_ratio_ccl4, seed_random_numbers_sw, aerosol_optical_depth_for_shortwave_bands_01_16, aerosol_single_scattering_albedo_for_shortwave_bands_01_16, aerosol_asymmetry_parameter_for_shortwave_bands_01_16, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, layer_thickness_for_radiation, layer_pressure_thickness_for_radiation, cloud_decorrelation_length, cloud_overlap_decorrelation_parameter, cosine_of_zenith_angle, solar_constant, daytime_points_dimension, daytime_points, horizontal_loop_extent, adjusted_vertical_layer_dimension_for_radiation, adjusted_vertical_level_dimension_for_radiation, flag_print, total_cloud_fraction, flag_to_calc_sw, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels, sw_fluxes_top_atmosphere, sw_fluxes_sfc, cloud_optical_depth_layers_at_0p55mu_band, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, components_of_surface_downward_shortwave_fluxes, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_snow_water_path, mean_effective_radius_for_snow_flake, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine rrtmg_sw_finalize: DEBUG: Parsing file rascnv.F90 with registry OrderedDict([('rascnv', {'rascnv': {'rascnv_init': [62, 141], 'rascnv_finalize': [146, 153], 'rascnv_run': [225, 898]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable random_number_array in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_interfaces in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table rascnv_run DEBUG: Module name: rascnv DEBUG: Scheme name: rascnv DEBUG: Scheme dependencies: [] DEBUG: Variables in subroutine rascnv_init: mpi_rank, time_step_for_physics, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, gas_constant_water_vapor, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, temperature_at_zero_celsius, triple_point_temperature_of_water, specific_heat_of_water_vapor_at_constant_pressure, specific_heat_of_liquid_water_at_constant_pressure, specific_heat_of_ice_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine rascnv_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine rascnv_run: mpi_rank, time_step_for_physics, ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers_for_samf, time_step_for_dynamics, multiplication_factor_for_critical_cloud_workfunction, cell_area, minimum_scaling_factor_for_critical_relative_humidity, inverse_scaling_factor_for_critical_relative_humidity, coefficient_from_cloud_ice_to_snow_ras, coefficient_from_cloud_water_to_rain_ras, cloud_condensed_water_ice_conversion_threshold_ras, condensate_fraction_detrained_in_updraft_layers, flag_flip, random_number_array, array_dimension_of_random_number, flag_for_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, index_for_turbulent_kinetic_energy_convective_transport_tracer, index_of_time_step, critical_relative_humidity, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, convective_transportable_tracers, coefficients_for_aerosol_scavenging, air_pressure_at_interface, air_pressure, dimensionless_exner_function_at_model_interfaces, dimensionless_exner_function_at_model_layers, geopotential, geopotential_at_interface, vertical_index_at_top_of_atmosphere_boundary_layer, surface_drag_coefficient_for_momentum_in_air, lwe_thickness_of_deep_convective_precipitation_amount, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, surface_wind_enhancement_due_to_convection, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, mass_fraction_of_convective_cloud_liquid_water, mass_fraction_of_convective_cloud_ice, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment -DEBUG: Parsing file rayleigh_damp.f with registry OrderedDict([('rayleigh_damp', {'rayleigh_damp': {'rayleigh_damp_finalize': [129, 130], 'rayleigh_damp_init': [8, 9], 'rayleigh_damp_run': [22, 125]}})]) -INFO: Legacy extension - skip empty table for rayleigh_damp_finalize -INFO: Legacy extension - skip empty table for rayleigh_damp_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rayleigh_damp rayleigh_damp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rayleigh_damp_run rayleigh_damp -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_rayleigh_damping in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_rayleigh_damping in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_rayleigh_damping in table rayleigh_damp_run +DEBUG: Parsing file rayleigh_damp.f with registry OrderedDict([('rayleigh_damp', {'rayleigh_damp': {'rayleigh_damp_finalize': [125, 126], 'rayleigh_damp_init': [6, 7], 'rayleigh_damp_run': [20, 123]}})]) DEBUG: Module name: rayleigh_damp DEBUG: Scheme name: rayleigh_damp DEBUG: Scheme dependencies: [] DEBUG: Variables in subroutine rayleigh_damp_finalize: DEBUG: Variables in subroutine rayleigh_damp_init: DEBUG: Variables in subroutine rayleigh_damp_run: flag_idealized_physics, horizontal_loop_extent, vertical_dimension, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, x_wind, y_wind, time_step_for_physics, specific_heat_of_dry_air_at_constant_pressure, number_of_vertical_layers_for_radiation_calculations, surface_air_pressure, air_pressure, pressure_cutoff_for_rayleigh_damping, time_scale_for_rayleigh_damping, flag_diagnostics_3D, cumulative_change_in_x_wind_due_to_rayleigh_damping, cumulative_change_in_y_wind_due_to_rayleigh_damping, cumulative_change_in_temperature_due_to_rayleigh_damping, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file rrtmg_lw_post.F90 with registry OrderedDict([('rrtmg_lw_post', {'rrtmg_lw_post': {'rrtmg_lw_post_init': [8, 9], 'rrtmg_lw_post_run': [16, 63], 'rrtmg_lw_post_finalize': [66, 67]}})]) -INFO: Legacy extension - skip empty table for rrtmg_lw_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw_post rrtmg_lw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_post_run rrtmg_lw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_post_run -INFO: Legacy extension - skip empty table for rrtmg_lw_post_finalize +DEBUG: Parsing file rrtmg_lw_post.F90 with registry OrderedDict([('rrtmg_lw_post', {'rrtmg_lw_post': {'rrtmg_lw_post_init': [6, 7], 'rrtmg_lw_post_run': [11, 59], 'rrtmg_lw_post_finalize': [60, 61]}})]) DEBUG: Module name: rrtmg_lw_post DEBUG: Scheme name: rrtmg_lw_post DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine rrtmg_lw_post_init: -DEBUG: Variables in subroutine rrtmg_lw_post_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_radtend_type_instance, GFS_coupling_type_instance, horizontal_loop_extent, extra_top_layer, number_of_vertical_layers_for_radiation_calculations, vertical_index_difference_between_inout_and_local, surface_air_temperature_for_radiation, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rrtmg_lw_post_run: horizontal_loop_extent, vertical_dimension, extra_top_layer, number_of_vertical_layers_for_radiation_calculations, vertical_index_difference_between_inout_and_local, flag_to_calc_lw, flag_for_output_of_longwave_heating_rate, surface_air_temperature_for_radiation, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, lw_fluxes_sfc, surface_midlayer_air_temperature_in_longwave_radiation, surface_downwelling_longwave_flux_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine rrtmg_lw_post_finalize: -DEBUG: Parsing file rrtmg_lw_pre.F90 with registry OrderedDict([('rrtmg_lw_pre', {'rrtmg_lw_pre': {'rrtmg_lw_pre_run': [14, 36], 'rrtmg_lw_pre_init': [9, 10], 'rrtmg_lw_pre_finalize': [39, 40]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw_pre rrtmg_lw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_pre_run rrtmg_lw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_lw_pre_run -INFO: Legacy extension - skip empty table for rrtmg_lw_pre_init -INFO: Legacy extension - skip empty table for rrtmg_lw_pre_finalize +DEBUG: Parsing file rrtmg_lw_pre.F90 with registry OrderedDict([('rrtmg_lw_pre', {'rrtmg_lw_pre': {'rrtmg_lw_pre_run': [12, 31], 'rrtmg_lw_pre_init': [7, 8], 'rrtmg_lw_pre_finalize': [32, 33]}})]) DEBUG: Module name: rrtmg_lw_pre DEBUG: Scheme name: rrtmg_lw_pre DEBUG: Scheme dependencies: ['iounitdef.f', 'radiation_surface.f', 'machine.F'] -DEBUG: Variables in subroutine rrtmg_lw_pre_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_sfcprop_type_instance, GFS_radtend_type_instance, horizontal_loop_extent, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rrtmg_lw_pre_run: horizontal_loop_extent, flag_to_calc_lw, latitude, longitude, sea_land_ice_mask_real, surface_snow_thickness_water_equivalent, surface_snow_area_fraction_over_land, surface_roughness_length, standard_deviation_of_subgrid_orography, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, surface_longwave_emissivity, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine rrtmg_lw_pre_init: DEBUG: Variables in subroutine rrtmg_lw_pre_finalize: -DEBUG: Parsing file rrtmg_sw_post.F90 with registry OrderedDict([('rrtmg_sw_post', {'rrtmg_sw_post': {'rrtmg_sw_post_init': [8, 9], 'rrtmg_sw_post_finalize': [103, 104], 'rrtmg_sw_post_run': [16, 100]}})]) -INFO: Legacy extension - skip empty table for rrtmg_sw_post_init -INFO: Legacy extension - skip empty table for rrtmg_sw_post_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw_post rrtmg_sw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_post_run rrtmg_sw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmg_sw_post_run +DEBUG: Parsing file rrtmg_sw_post.F90 with registry OrderedDict([('rrtmg_sw_post', {'rrtmg_sw_post': {'rrtmg_sw_post_init': [6, 7], 'rrtmg_sw_post_finalize': [95, 96], 'rrtmg_sw_post_run': [11, 94]}})]) DEBUG: Module name: rrtmg_sw_post DEBUG: Scheme name: rrtmg_sw_post DEBUG: Scheme dependencies: ['radsw_param.f', 'machine.F'] DEBUG: Variables in subroutine rrtmg_sw_post_init: DEBUG: Variables in subroutine rrtmg_sw_post_finalize: -DEBUG: Variables in subroutine rrtmg_sw_post_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_diag_type_instance, GFS_radtend_type_instance, GFS_coupling_type_instance, horizontal_loop_extent, extra_top_layer, daytime_points_dimension, number_of_vertical_layers_for_radiation_calculations, vertical_index_difference_between_inout_and_local, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, components_of_surface_downward_shortwave_fluxes, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file rrtmg_sw_pre.F90 with registry OrderedDict([('rrtmg_sw_pre', {'rrtmg_sw_pre': {'rrtmg_sw_pre_init': [9, 10], 'rrtmg_sw_pre_finalize': [81, 82], 'rrtmg_sw_pre_run': [14, 78]}})]) -INFO: Legacy extension - skip empty table for rrtmg_sw_pre_init -INFO: Legacy extension - skip empty table for rrtmg_sw_pre_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw_pre rrtmg_sw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_pre_run rrtmg_sw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table rrtmg_sw_pre_run +DEBUG: Variables in subroutine rrtmg_sw_post_run: horizontal_loop_extent, adjusted_vertical_layer_dimension_for_radiation, vertical_dimension, extra_top_layer, daytime_points_dimension, number_of_vertical_layers_for_radiation_calculations, vertical_index_difference_between_inout_and_local, flag_to_calc_sw, flag_for_output_of_shortwave_heating_rate, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_shortwave_flux_on_radiation_time_step, surface_net_downwelling_shortwave_flux_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step, components_of_surface_downward_shortwave_fluxes, sw_fluxes_sfc, sw_fluxes_top_atmosphere, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file rrtmg_sw_pre.F90 with registry OrderedDict([('rrtmg_sw_pre', {'rrtmg_sw_pre': {'rrtmg_sw_pre_init': [7, 8], 'rrtmg_sw_pre_finalize': [77, 78], 'rrtmg_sw_pre_run': [12, 76]}})]) DEBUG: Module name: rrtmg_sw_pre DEBUG: Scheme name: rrtmg_sw_pre DEBUG: Scheme dependencies: ['iounitdef.f', 'radiation_surface.f', 'machine.F'] DEBUG: Variables in subroutine rrtmg_sw_pre_init: DEBUG: Variables in subroutine rrtmg_sw_pre_finalize: -DEBUG: Variables in subroutine rrtmg_sw_pre_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_sfcprop_type_instance, GFS_radtend_type_instance, horizontal_loop_extent, daytime_points_dimension, daytime_points, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, surface_albedo_perturbation, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rrtmg_sw_pre_run: horizontal_loop_extent, index_for_stochastic_land_surface_perturbation_type, number_of_land_surface_variables_perturbed, flag_to_calc_sw, variables_to_be_perturbed_for_landperts, magnitude_of_perturbations_for_landperts, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, cosine_of_zenith_angle, surface_albedo_perturbation, sea_land_ice_mask_real, surface_snow_thickness_water_equivalent, surface_snow_area_fraction_over_land, upper_bound_on_max_albedo_over_deep_snow, surface_roughness_length, standard_deviation_of_subgrid_orography, mean_vis_albedo_with_strong_cosz_dependency, mean_nir_albedo_with_strong_cosz_dependency, mean_vis_albedo_with_weak_cosz_dependency, mean_nir_albedo_with_weak_cosz_dependency, fractional_coverage_with_strong_cosz_dependency, fractional_coverage_with_weak_cosz_dependency, sea_ice_concentration, sea_ice_temperature, surface_diffused_shortwave_albedo, daytime_points_dimension, daytime_points, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file sfc_diag.f with registry OrderedDict([('sfc_diag', {'sfc_diag': {'sfc_diag_init': [6, 7], 'sfc_diag_finalize': [8, 9], 'sfc_diag_run': [18, 80]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diag sfc_diag -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diag_run sfc_diag -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table sfc_diag_run DEBUG: Module name: sfc_diag DEBUG: Scheme name: sfc_diag DEBUG: Scheme dependencies: ['funcphys.f90', 'machine.F'] @@ -25682,24 +14915,6 @@ DEBUG: Variables in subroutine sfc_diag_init: DEBUG: Variables in subroutine sfc_diag_finalize: DEBUG: Variables in subroutine sfc_diag_run: horizontal_loop_extent, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, surface_air_pressure, x_wind_at_lowest_model_layer_updated_by_physics, y_wind_at_lowest_model_layer_updated_by_physics, air_temperature_at_lowest_model_layer_updated_by_physics, water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, kinematic_surface_upward_latent_heat_flux, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, Monin_Obukhov_similarity_function_for_momentum_at_10m, Monin_Obukhov_similarity_function_for_heat_at_2m, surface_skin_temperature, surface_specific_humidity, ratio_of_wind_at_lowest_model_layer_and_wind_at_10m, x_wind_at_10m, y_wind_at_10m, temperature_at_2m, specific_humidity_at_2m, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file sfc_diag_post.F90 with registry OrderedDict([('sfc_diag_post', {'sfc_diag_post': {'sfc_diag_post_init': [4, 5], 'sfc_diag_post_run': [13, 59], 'sfc_diag_post_finalize': [6, 7]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diag_post sfc_diag_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diag_post_run sfc_diag_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m_from_noahmp in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m_from_noahmp in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_x_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_y_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dewpoint_temperature_at_2m in table sfc_diag_post_run DEBUG: Module name: sfc_diag_post DEBUG: Scheme name: sfc_diag_post DEBUG: Scheme dependencies: ['machine.F'] @@ -25707,94 +14922,6 @@ DEBUG: Variables in subroutine sfc_diag_post_init: DEBUG: Variables in subroutine sfc_diag_post_run: horizontal_loop_extent, flag_for_land_surface_scheme, flag_for_noahmp_land_surface_scheme, flag_nonzero_land_surface_fraction, flag_diagnostics, time_step_for_dynamics, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, surface_air_pressure, temperature_at_2m_from_noahmp, specific_humidity_at_2m_from_noahmp, temperature_at_2m, specific_humidity_at_2m, x_wind_at_10m, y_wind_at_10m, minimum_temperature_at_2m, maximum_temperature_at_2m, minimum_specific_humidity_at_2m, maximum_specific_humidity_at_2m, maximum_wind_at_10m, maximum_x_wind_at_10m, maximum_y_wind_at_10m, dewpoint_temperature_at_2m, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine sfc_diag_post_finalize: DEBUG: Parsing file sfc_drv_ruc.F90 with registry OrderedDict([('lsm_ruc', {'lsm_ruc': {'lsm_ruc_finalize': [31, 38], 'lsm_ruc_run': [115, 831], 'lsm_ruc_init': [17, 27]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_area_index in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_weak_cosz_dependency in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_weak_cosz_dependency in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_frozen_soil_physics in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_temperature_bottom_first_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_at_surface in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_condensation_mass in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_mixing_ratio_at_surface in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable density_of_frozen_precipitation in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_runoff in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_water_equivalent_of_frozen_precip in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_accumulated_snowfall in table lsm_ruc_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc DEBUG: Module name: lsm_ruc DEBUG: Scheme name: lsm_ruc DEBUG: Scheme dependencies: ['module_sf_ruclsm.F90', 'module_soil_pre.F90', 'namelist_soilveg_ruc.F90', 'machine.F', 'set_soilveg_ruc.F90'] @@ -25802,15 +14929,6 @@ DEBUG: Variables in subroutine lsm_ruc_finalize: ccpp_error_message, ccpp_error_ DEBUG: Variables in subroutine lsm_ruc_run: ccpp_error_message, ccpp_error_flag, ccpp_loop_counter, mpi_rank, mpi_root, index_of_time_step, horizontal_loop_extent, vertical_dimension, soil_vertical_dimension_for_land_surface_model, soil_vertical_dimension, depth_of_soil_levels_for_land_surface_model, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, cloud_condensed_water_mixing_ratio_at_lowest_model_layer, soil_type_classification, vegetation_type_classification, vegetation_area_fraction, leaf_area_index, surface_longwave_emissivity_over_land_interstitial, surface_downwelling_longwave_flux, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, time_step_for_dynamics, deep_soil_temperature, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, air_pressure_at_lowest_model_layer, height_above_ground_at_lowest_model_layer, wind_speed_at_lowest_model_layer, minimum_vegetation_area_fraction, maximum_vegetation_area_fraction, mean_vis_albedo_with_weak_cosz_dependency, mean_nir_albedo_with_weak_cosz_dependency, upper_bound_on_max_albedo_over_deep_snow, surface_diffused_shortwave_albedo, flag_for_iteration, flag_for_guess_run, soil_type_dataset_choice, vegetation_type_dataset_choice, sea_ice_concentration, volume_fraction_of_soil_moisture, soil_temperature, volume_fraction_of_unfrozen_soil_moisture, flag_for_ruc_land_surface_scheme, flag_for_land_surface_scheme, flag_nonzero_land_surface_fraction, sea_land_ice_mask, flag_for_reading_leaf_area_index_from_input, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, volume_fraction_of_condensed_water_in_soil_at_wilting_point, threshold_volume_fraction_of_condensed_water_in_soil, do_mynnsfclay, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, gas_constant_dry_air, gravitational_acceleration, pi, latent_heat_of_vaporization_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, water_equivalent_accumulated_snow_depth_over_land, surface_snow_thickness_water_equivalent_over_land, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ocean_interstitial, lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep, lwe_thickness_of_convective_precipitation_amount_from_previous_timestep, lwe_thickness_of_ice_amount_from_previous_timestep, lwe_thickness_of_snow_amount_from_previous_timestep, lwe_thickness_of_graupel_amount_from_previous_timestep, flag_for_precipitation_type, volume_fraction_of_soil_moisture_for_land_surface_model, soil_temperature_for_land_surface_model, volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model, flag_for_frozen_soil_physics, volume_fraction_of_frozen_soil_moisture_for_land_surface_model, canopy_water_amount, transpiration_flux, surface_skin_temperature_after_iteration_over_land, snow_temperature_bottom_first_layer, surface_roughness_length_over_land_interstitial, cloud_condensed_water_mixing_ratio_at_surface, surface_condensation_mass, sea_ice_temperature_interstitial, water_vapor_mixing_ratio_at_surface, surface_snow_area_fraction_over_land, surface_specific_humidity_over_land, upward_heat_flux_in_soil_over_land, subsurface_runoff_flux, kinematic_surface_upward_latent_heat_flux_over_land, kinematic_surface_upward_sensible_heat_flux_over_land, density_of_frozen_precipitation, surface_runoff_flux, total_runoff, surface_runoff, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land, surface_drag_wind_speed_for_momentum_in_air_over_land, soil_upward_latent_heat_flux, canopy_upward_latent_heat_flux, snow_deposition_sublimation_upward_latent_heat_flux, soil_moisture_content, normalized_soil_wetness_for_land_surface_model, accumulated_water_equivalent_of_frozen_precip, total_accumulated_snowfall, flag_for_first_time_step, flag_for_restart DEBUG: Variables in subroutine lsm_ruc_init: ccpp_error_message, ccpp_error_flag, mpi_rank, soil_type_dataset_choice, vegetation_type_dataset_choice, iounit_namelist DEBUG: Parsing file lsm_ruc_sfc_sice_interstitial.F90 with registry OrderedDict([('lsm_ruc_sfc_sice_pre', {'lsm_ruc_sfc_sice_pre': {'lsm_ruc_sfc_sice_pre_finalize': [8, 9], 'lsm_ruc_sfc_sice_pre_run': [15, 43], 'lsm_ruc_sfc_sice_pre_init': [6, 7]}}), ('lsm_ruc_sfc_sice_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_pre lsm_ruc_sfc_sice_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_pre_run lsm_ruc_sfc_sice_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table lsm_ruc_sfc_sice_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_post lsm_ruc_sfc_sice_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_post_run lsm_ruc_sfc_sice_pre DEBUG: Module name: lsm_ruc_sfc_sice_pre DEBUG: Scheme name: lsm_ruc_sfc_sice_pre DEBUG: Scheme dependencies: ['machine.F'] @@ -25818,15 +14936,6 @@ DEBUG: Variables in subroutine lsm_ruc_sfc_sice_pre_finalize: DEBUG: Variables in subroutine lsm_ruc_sfc_sice_pre_run: horizontal_loop_extent, soil_vertical_dimension_for_land_surface_model, soil_vertical_dimension, ice_vertical_dimension, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, soil_temperature, soil_temperature_for_land_surface_model, internal_ice_temperature, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine lsm_ruc_sfc_sice_pre_init: DEBUG: Parsing file lsm_ruc_sfc_sice_interstitial.F90 with registry OrderedDict([('lsm_ruc_sfc_sice_pre', {'lsm_ruc_sfc_sice_pre': {'lsm_ruc_sfc_sice_pre_finalize': [8, 9], 'lsm_ruc_sfc_sice_pre_run': [15, 43], 'lsm_ruc_sfc_sice_pre_init': [6, 7]}}), ('lsm_ruc_sfc_sice_post', {'lsm_ruc_sfc_sice_post': {'lsm_ruc_sfc_sice_post_finalize': [53, 54], 'lsm_ruc_sfc_sice_post_init': [51, 52], 'lsm_ruc_sfc_sice_post_run': [60, 88]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_pre lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_pre_run lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_post lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_post_run lsm_ruc_sfc_sice_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table lsm_ruc_sfc_sice_post_run DEBUG: Module name: lsm_ruc_sfc_sice_post DEBUG: Scheme name: lsm_ruc_sfc_sice_post DEBUG: Scheme dependencies: ['machine.F'] @@ -25834,30 +14943,6 @@ DEBUG: Variables in subroutine lsm_ruc_sfc_sice_post_finalize: DEBUG: Variables in subroutine lsm_ruc_sfc_sice_post_init: DEBUG: Variables in subroutine lsm_ruc_sfc_sice_post_run: horizontal_loop_extent, soil_vertical_dimension_for_land_surface_model, soil_vertical_dimension, ice_vertical_dimension, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, soil_temperature, soil_temperature_for_land_surface_model, internal_ice_temperature, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file sfc_cice.f with registry OrderedDict([('sfc_cice', {'sfc_cice': {'sfc_cice_finalize': [12, 13], 'sfc_cice_run': [31, 130], 'sfc_cice_init': [9, 10]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_cice sfc_cice -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_cice_run sfc_cice -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table sfc_cice_run DEBUG: Module name: sfc_cice DEBUG: Scheme name: sfc_cice DEBUG: Scheme dependencies: ['machine.F'] @@ -25865,68 +14950,6 @@ DEBUG: Variables in subroutine sfc_cice_finalize: DEBUG: Variables in subroutine sfc_cice_run: horizontal_loop_extent, flag_for_flux_coupling, latent_heat_of_vaporization_of_water_at_0C, specific_heat_of_dry_air_at_constant_pressure, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gas_constant_dry_air, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, air_pressure_at_lowest_model_layer, wind_speed_at_lowest_model_layer, flag_for_cice, flag_for_iteration, surface_upward_latent_heat_flux_for_coupling, surface_upward_sensible_heat_flux_for_coupling, surface_x_momentum_flux_for_coupling, surface_y_momentum_flux_for_coupling, surface_snow_thickness_for_coupling, surface_specific_humidity_over_ice, surface_drag_wind_speed_for_momentum_in_air_over_ice, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice, kinematic_surface_upward_latent_heat_flux_over_ice, kinematic_surface_upward_sensible_heat_flux_over_ice, surface_wind_stress_over_ice, water_equivalent_accumulated_snow_depth_over_ice, surface_snow_thickness_water_equivalent_over_ice, surface_upward_potential_latent_heat_flux_over_ice, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine sfc_cice_init: DEBUG: Parsing file sfc_diff.f with registry OrderedDict([('sfc_diff', {'sfc_diff': {'sfc_diff_init': [12, 13], 'sfc_diff_finalize': [14, 15], 'sfc_diff_run': [52, 304]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diff sfc_diff -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diff_run sfc_diff -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_from_wave_model in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table sfc_diff_run DEBUG: Module name: sfc_diff DEBUG: Scheme name: sfc_diff DEBUG: Scheme dependencies: ['machine.F'] @@ -25934,77 +14957,6 @@ DEBUG: Variables in subroutine sfc_diff_init: DEBUG: Variables in subroutine sfc_diff_finalize: DEBUG: Variables in subroutine sfc_diff_run: horizontal_loop_extent, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, gravitational_acceleration, surface_air_pressure, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, height_above_ground_at_lowest_model_layer, wind_speed_at_lowest_model_layer, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, bounded_vegetation_area_fraction, vegetation_type_classification, maximum_vegetation_area_fraction, vegetation_type_dataset_choice, perturbation_of_momentum_roughness_length, perturbation_of_heat_to_momentum_roughness_length_ratio, flag_for_iteration, flag_for_reduced_drag_coefficient_over_sea, x_wind_at_10m, y_wind_at_10m, flag_for_surface_roughness_option_over_ocean, flag_nonzero_wet_surface_fraction, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ice_interstitial, surface_skin_temperature_after_iteration_over_ocean, surface_skin_temperature_after_iteration_over_land, surface_skin_temperature_after_iteration_over_ice, surface_snow_thickness_water_equivalent_over_ocean, surface_snow_thickness_water_equivalent_over_land, surface_snow_thickness_water_equivalent_over_ice, surface_roughness_length_over_ocean_interstitial, surface_roughness_length_over_land_interstitial, surface_roughness_length_over_ice_interstitial, surface_roughness_length_from_wave_model, surface_friction_velocity_over_ocean, surface_friction_velocity_over_land, surface_friction_velocity_over_ice, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, bulk_richardson_number_at_lowest_model_level_over_ocean, bulk_richardson_number_at_lowest_model_level_over_land, bulk_richardson_number_at_lowest_model_level_over_ice, surface_wind_stress_over_ocean, surface_wind_stress_over_land, surface_wind_stress_over_ice, Monin_Obukhov_similarity_function_for_momentum_over_ocean, Monin_Obukhov_similarity_function_for_momentum_over_land, Monin_Obukhov_similarity_function_for_momentum_over_ice, Monin_Obukhov_similarity_function_for_heat_over_ocean, Monin_Obukhov_similarity_function_for_heat_over_land, Monin_Obukhov_similarity_function_for_heat_over_ice, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean, Monin_Obukhov_similarity_function_for_heat_at_2m_over_land, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file sfc_drv.f with registry OrderedDict([('lsm_noah', {'lsm_noah': {'lsm_noah_run': [150, 488], 'lsm_noah_finalize': [29, 36], 'lsm_noah_init': [14, 25]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_soil_type_b_parameter in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_leaf_area_index in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_vegetation_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness in table lsm_noah_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah DEBUG: Module name: lsm_noah DEBUG: Scheme name: lsm_noah DEBUG: Scheme dependencies: ['surface_perturbation.F90', 'funcphys.f90', 'set_soilveg.f', 'machine.F', 'sflx.f'] @@ -26012,114 +14964,6 @@ DEBUG: Variables in subroutine lsm_noah_run: horizontal_loop_extent, soil_vertic DEBUG: Variables in subroutine lsm_noah_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine lsm_noah_init: soil_type_dataset_choice, vegetation_type_dataset_choice, ccpp_error_message, ccpp_error_flag, mpi_rank, iounit_namelist DEBUG: Parsing file sfc_noahmp_drv.f with registry OrderedDict([('noahmpdrv', {'noahmpdrv': {'noahmpdrv_finalize': [31, 32], 'noahmpdrv_run': [56, 715], 'noahmpdrv_init': [19, 30]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True noahmpdrv noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_init noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_run noahmpdrv -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable explicit_rainfall_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_of_snow_layers in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ground_temperature_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_intercepted_ice_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_intercepted_liquid_water in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_air_vapor_pressure in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_air_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable area_fraction_of_wet_canopy in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_mass_at_previous_time_step in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_albedo_at_previous_time_step in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_at_surface in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_water_storage in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_depth in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_storage_in_aquifer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_storage_in_aquifer_and_saturated_soil in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_bottom_depth_from_snow_surface in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_layer_ice in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_layer_liquid_water in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fine_root_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stem_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wood_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slow_soil_pool_mass_content_of_carbon in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fast_soil_pool_mass_content_of_carbon in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_area_index in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stem_area_index in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nondimensional_snow_age in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable equilibrium_soil_water_content in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_water_content_between_soil_bottom_and_water_table in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_recharge_when_deep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_recharge_when_shallow in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m_from_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m_from_noahmp in table noahmpdrv_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True noahmpdrv noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_init noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_run noahmpdrv DEBUG: Module name: noahmpdrv DEBUG: Scheme name: noahmpdrv DEBUG: Scheme dependencies: ['funcphys.f90', 'module_sf_noahmp_glacier.f90', 'module_sf_noahmplsm.f90', 'set_soilveg.f', 'machine.F', 'noahmp_tables.f90'] @@ -26127,191 +14971,34 @@ DEBUG: Variables in subroutine noahmpdrv_finalize: DEBUG: Variables in subroutine noahmpdrv_run: horizontal_loop_extent, soil_vertical_dimension, index_of_time_step, surface_air_pressure, x_wind_at_lowest_model_layer, y_wind_at_lowest_model_layer, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, soil_type_classification, vegetation_type_classification, bounded_vegetation_area_fraction, surface_longwave_emissivity_over_land_interstitial, surface_downwelling_longwave_flux_absorbed_by_ground_over_land, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, time_step_for_dynamics, deep_soil_temperature, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, height_above_ground_at_lowest_model_layer, flag_nonzero_land_surface_fraction, wind_speed_at_lowest_model_layer, surface_slope_classification, minimum_vegetation_area_fraction, maximum_vegetation_area_fraction, upper_bound_on_max_albedo_over_deep_snow, surface_diffused_shortwave_albedo, flag_for_iteration, flag_for_guess_run, flag_for_dynamic_vegetation_option, flag_for_canopy_stomatal_resistance_option, flag_for_soil_moisture_factor_stomatal_resistance_option, flag_for_runoff_and_groundwater_option, flag_for_surface_layer_drag_coefficient_option, flag_for_supercooled_liquid_water_option, flag_for_frozen_soil_permeability_option, flag_for_radiation_transfer_option, flag_for_ground_snow_surface_albedo_option, flag_for_precipitation_partition_option, flag_for_lower_boundary_soil_temperature_option, flag_for_soil_and_snow_temperature_time_stepping_option, latitude, instantaneous_cosine_of_zenith_angle, number_of_days_in_year, julian_day, explicit_rainfall_rate_from_previous_timestep, convective_precipitation_rate_from_previous_timestep, snow_precipitation_rate_from_previous_timestep, graupel_precipitation_rate_from_previous_timestep, ice_precipitation_rate_from_previous_timestep, latent_heat_of_vaporization_of_water_at_0C, specific_heat_of_dry_air_at_constant_pressure, joules_per_calorie_constant, liquid_water_density, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gas_constant_dry_air, latent_heat_of_fusion_of_water_at_0C, water_equivalent_accumulated_snow_depth_over_land, surface_snow_thickness_water_equivalent_over_land, surface_skin_temperature_over_land_interstitial, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land, flag_for_precipitation_type, volume_fraction_of_soil_moisture, soil_temperature, volume_fraction_of_unfrozen_soil_moisture, canopy_water_amount, transpiration_flux, surface_skin_temperature_after_iteration_over_land, surface_roughness_length_over_land_interstitial, number_of_snow_layers, vegetation_temperature, ground_temperature_for_noahmp, canopy_intercepted_ice_mass, canopy_intercepted_liquid_water, canopy_air_vapor_pressure, canopy_air_temperature, surface_drag_coefficient_for_momentum_for_noahmp, surface_drag_coefficient_for_heat_and_moisture_for_noahmp, area_fraction_of_wet_canopy, snow_mass_at_previous_time_step, snow_albedo_at_previous_time_step, snow_precipitation_rate_at_surface, lake_water_storage, water_table_depth, water_storage_in_aquifer, water_storage_in_aquifer_and_saturated_soil, snow_temperature, layer_bottom_depth_from_snow_surface, snow_layer_ice, snow_layer_liquid_water, leaf_mass, fine_root_mass, stem_mass, wood_mass, slow_soil_pool_mass_content_of_carbon, fast_soil_pool_mass_content_of_carbon, leaf_area_index, stem_area_index, nondimensional_snow_age, equilibrium_soil_water_content, soil_water_content_between_soil_bottom_and_water_table, water_table_recharge_when_deep, water_table_recharge_when_shallow, surface_snow_area_fraction_over_land, surface_specific_humidity_over_land, upward_heat_flux_in_soil_over_land, subsurface_runoff_flux, kinematic_surface_upward_latent_heat_flux_over_land, kinematic_surface_upward_sensible_heat_flux_over_land, surface_upward_potential_latent_heat_flux_over_land, surface_runoff_flux, surface_drag_wind_speed_for_momentum_in_air_over_land, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land, soil_upward_latent_heat_flux, canopy_upward_latent_heat_flux, snow_deposition_sublimation_upward_latent_heat_flux, surface_snow_area_fraction, soil_moisture_content, snow_freezing_rain_upward_latent_heat_flux, volume_fraction_of_condensed_water_in_soil_at_wilting_point, threshold_volume_fraction_of_condensed_water_in_soil, normalized_soil_wetness, temperature_at_2m_from_noahmp, specific_humidity_at_2m_from_noahmp, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine noahmpdrv_init: ccpp_error_message, ccpp_error_flag, mpi_rank, soil_type_dataset_choice, vegetation_type_dataset_choice, iounit_namelist DEBUG: Parsing file flake_driver.F90 with registry OrderedDict([('flake_driver', {'flake_driver': {'flake_driver_finalize': [22, 29], 'flake_driver_run': [33, 285], 'flake_driver_init': [11, 18]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_depth in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table flake_driver_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver DEBUG: Module name: flake_driver DEBUG: Scheme name: flake_driver DEBUG: Scheme dependencies: ['flake.F90', 'machine.F'] DEBUG: Variables in subroutine flake_driver_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine flake_driver_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, surface_air_pressure, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, wind_speed_at_lowest_model_layer, surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean, surface_downwelling_shortwave_flux, water_equivalent_accumulated_snow_depth_over_ocean, lake_depth, flag_nonzero_lake_surface_fraction, latitude, time_step_for_dynamics, height_above_ground_at_lowest_model_layer, orography, flag_nonzero_wet_surface_fraction, flag_for_iteration, number_of_days_in_year, julian_day, forecast_month, surface_snow_thickness_water_equivalent_over_ocean, sea_ice_thickness, surface_skin_temperature_after_iteration_over_ocean, sea_ice_concentration, surface_skin_temperature_over_ocean_interstitial, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_ocean, surface_friction_velocity_over_ocean, surface_specific_humidity_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean, surface_drag_wind_speed_for_momentum_in_air_over_ocean DEBUG: Variables in subroutine flake_driver_init: ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file sfc_nst.f with registry OrderedDict([('sfc_nst', {'sfc_nst': {'sfc_nst_init': [10, 11], 'sfc_nst_run': [25, 552], 'sfc_nst_finalize': [16, 17]}}), ('sfc_nst_pre', {}), ('sfc_nst_post', {})]) -INFO: Legacy extension - skip empty table for sfc_nst_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_for_nsst in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_water_salinity in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_x_current in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_y_current in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ocean_mixed_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensitivity_of_dtl_heat_content_to_surface_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensitivity_of_dtl_thickness_to_surface_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_c_0 in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_c_d in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_w_0 in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_w_d in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable free_convection_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_dtlm_start in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensible_heat_flux_due_to_rainfall in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table sfc_nst_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst -INFO: Legacy extension - skip empty table for sfc_nst_finalize +DEBUG: Parsing file sfc_nst.f with registry OrderedDict([('sfc_nst', {'sfc_nst': {'sfc_nst_init': [8, 9], 'sfc_nst_run': [22, 549], 'sfc_nst_finalize': [13, 14]}}), ('sfc_nst_pre', {}), ('sfc_nst_post', {})]) DEBUG: Module name: sfc_nst DEBUG: Scheme name: sfc_nst DEBUG: Scheme dependencies: ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] DEBUG: Variables in subroutine sfc_nst_init: DEBUG: Variables in subroutine sfc_nst_run: horizontal_loop_extent, latent_heat_of_vaporization_of_water_at_0C, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_fusion_of_water_at_0C, joules_per_calorie_constant, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gas_constant_dry_air, sea_water_reference_density, stefan_boltzmann_constant, pi, surface_air_pressure, x_wind_at_lowest_model_layer, y_wind_at_lowest_model_layer, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, sea_surface_reference_temperature, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, flag_nonzero_wet_surface_fraction, longitude, sine_of_latitude, surface_wind_stress_over_ocean, surface_longwave_emissivity_over_ocean_interstitial, surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean, surface_net_downwelling_shortwave_flux, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean, time_step_for_dynamics, index_of_time_step, forecast_hour_of_the_day, instantaneous_cosine_of_zenith_angle, wind_speed_at_lowest_model_layer, flag_for_iteration, flag_for_guess_run, flag_for_nsstm_run, vertical_temperature_average_range_lower_bound, vertical_temperature_average_range_upper_bound, flag_print, horizontal_index_of_printed_column, surface_skin_temperature_for_nsst, surface_skin_temperature_after_iteration_over_ocean, diurnal_thermocline_layer_heat_content, sea_water_salinity, diurnal_thermocline_layer_x_current, diurnal_thermocline_layer_y_current, diurnal_thermocline_layer_thickness, ocean_mixed_layer_thickness, sensitivity_of_dtl_heat_content_to_surface_temperature, sensitivity_of_dtl_thickness_to_surface_temperature, sub_layer_cooling_amount, sub_layer_cooling_thickness, coefficient_c_0, coefficient_c_d, coefficient_w_0, coefficient_w_d, free_convection_layer_thickness, index_of_dtlm_start, sensible_heat_flux_due_to_rainfall, surface_specific_humidity_over_ocean, upward_heat_flux_in_soil_over_ocean, surface_drag_wind_speed_for_momentum_in_air_over_ocean, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean, kinematic_surface_upward_latent_heat_flux_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_ocean, surface_upward_potential_latent_heat_flux_over_ocean, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine sfc_nst_finalize: -DEBUG: Parsing file sfc_nst.f with registry OrderedDict([('sfc_nst', {'sfc_nst': {'sfc_nst_init': [10, 11], 'sfc_nst_run': [25, 552], 'sfc_nst_finalize': [16, 17]}}), ('sfc_nst_pre', {'sfc_nst_pre': {'sfc_nst_pre_init': [567, 568], 'sfc_nst_pre_finalize': [571, 572], 'sfc_nst_pre_run': [578, 641]}}), ('sfc_nst_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_for_nsst in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table sfc_nst_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst_pre +DEBUG: Parsing file sfc_nst.f with registry OrderedDict([('sfc_nst', {'sfc_nst': {'sfc_nst_init': [8, 9], 'sfc_nst_run': [22, 549], 'sfc_nst_finalize': [13, 14]}}), ('sfc_nst_pre', {'sfc_nst_pre': {'sfc_nst_pre_init': [562, 563], 'sfc_nst_pre_finalize': [564, 565], 'sfc_nst_pre_run': [571, 634]}}), ('sfc_nst_post', {})]) DEBUG: Module name: sfc_nst_pre DEBUG: Scheme name: sfc_nst_pre DEBUG: Scheme dependencies: ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] DEBUG: Variables in subroutine sfc_nst_pre_init: DEBUG: Variables in subroutine sfc_nst_pre_finalize: DEBUG: Variables in subroutine sfc_nst_pre_run: horizontal_loop_extent, sea_surface_reference_temperature, flag_nonzero_wet_surface_fraction, surface_skin_temperature_for_nsst, surface_skin_temperature_after_iteration_over_ocean, diurnal_thermocline_layer_heat_content, diurnal_thermocline_layer_thickness, sub_layer_cooling_amount, sub_layer_cooling_thickness, ccpp_error_message, ccpp_error_flag, surface_skin_temperature_over_ocean_interstitial, flag_for_flux_coupling, sea_area_fraction, omp_threads -DEBUG: Parsing file sfc_nst.f with registry OrderedDict([('sfc_nst', {'sfc_nst': {'sfc_nst_init': [10, 11], 'sfc_nst_run': [25, 552], 'sfc_nst_finalize': [16, 17]}}), ('sfc_nst_pre', {'sfc_nst_pre': {'sfc_nst_pre_init': [567, 568], 'sfc_nst_pre_finalize': [571, 572], 'sfc_nst_pre_run': [578, 641]}}), ('sfc_nst_post', {'sfc_nst_post': {'sfc_nst_post_run': [670, 718], 'sfc_nst_post_init': [653, 654], 'sfc_nst_post_finalize': [659, 660]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography_unfiltered in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_change_over_depth_in_sea_water_temperature in table sfc_nst_post_run -INFO: Legacy extension - skip empty table for sfc_nst_post_init -INFO: Legacy extension - skip empty table for sfc_nst_post_finalize +DEBUG: Parsing file sfc_nst.f with registry OrderedDict([('sfc_nst', {'sfc_nst': {'sfc_nst_init': [8, 9], 'sfc_nst_run': [22, 549], 'sfc_nst_finalize': [13, 14]}}), ('sfc_nst_pre', {'sfc_nst_pre': {'sfc_nst_pre_init': [562, 563], 'sfc_nst_pre_finalize': [564, 565], 'sfc_nst_pre_run': [571, 634]}}), ('sfc_nst_post', {'sfc_nst_post': {'sfc_nst_post_run': [659, 707], 'sfc_nst_post_init': [644, 645], 'sfc_nst_post_finalize': [648, 649]}})]) DEBUG: Module name: sfc_nst_post DEBUG: Scheme name: sfc_nst_post DEBUG: Scheme dependencies: ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] DEBUG: Variables in subroutine sfc_nst_post_run: horizontal_loop_extent, sea_surface_reference_temperature, flag_nonzero_wet_surface_fraction, longitude, flag_for_nsstm_run, vertical_temperature_average_range_lower_bound, vertical_temperature_average_range_upper_bound, surface_skin_temperature_after_iteration_over_ocean, diurnal_thermocline_layer_heat_content, diurnal_thermocline_layer_thickness, sub_layer_cooling_amount, sub_layer_cooling_thickness, ccpp_error_message, ccpp_error_flag, surface_skin_temperature_over_ocean_interstitial, omp_threads, air_temperature_lapse_rate_constant, freezing_point_temperature_of_seawater, flag_nonzero_sea_ice_surface_fraction, orography, orography_unfiltered, mean_change_over_depth_in_sea_water_temperature DEBUG: Variables in subroutine sfc_nst_post_init: DEBUG: Variables in subroutine sfc_nst_post_finalize: -DEBUG: Parsing file sfc_ocean.F with registry OrderedDict([('sfc_ocean', {'sfc_ocean': {'sfc_ocean_finalize': [16, 17], 'sfc_ocean_init': [12, 13], 'sfc_ocean_run': [24, 132]}})]) -INFO: Legacy extension - skip empty table for sfc_ocean_finalize -INFO: Legacy extension - skip empty table for sfc_ocean_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_ocean sfc_ocean -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_ocean_run sfc_ocean -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table sfc_ocean_run +DEBUG: Parsing file sfc_ocean.F with registry OrderedDict([('sfc_ocean', {'sfc_ocean': {'sfc_ocean_finalize': [12, 13], 'sfc_ocean_init': [10, 11], 'sfc_ocean_run': [20, 128]}})]) DEBUG: Module name: sfc_ocean DEBUG: Scheme name: sfc_ocean DEBUG: Scheme dependencies: ['funcphys.f90', 'machine.F'] @@ -26320,76 +15007,13 @@ DEBUG: Variables in subroutine sfc_ocean_init: DEBUG: Variables in subroutine sfc_ocean_run: horizontal_loop_extent, gas_constant_dry_air, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, surface_air_pressure, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, surface_skin_temperature_over_ocean_interstitial, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, flag_nonzero_wet_surface_fraction, flag_nonzero_lake_surface_fraction, wind_speed_at_lowest_model_layer, flag_for_iteration, surface_specific_humidity_over_ocean, surface_drag_wind_speed_for_momentum_in_air_over_ocean, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean, upward_heat_flux_in_soil_over_ocean, kinematic_surface_upward_latent_heat_flux_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_ocean, surface_upward_potential_latent_heat_flux_over_ocean, ccpp_error_message, ccpp_error_flag DEBUG: Warning, ignoring nested subroutine in module sfc_sice and subroutine sfc_sice_run DEBUG: Parsing file sfc_sice.f with registry OrderedDict([('sfc_sice', {'sfc_sice': {'sfc_sice_run': [37, 623], 'sfc_sice_finalize': [8, 9], 'sfc_sice_init': [5, 6]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_sice sfc_sice -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_sice_run sfc_sice -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_melt in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_cice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table sfc_sice_run DEBUG: Module name: sfc_sice DEBUG: Scheme name: sfc_sice DEBUG: Scheme dependencies: ['funcphys.f90', 'machine.F'] DEBUG: Variables in subroutine sfc_sice_run: horizontal_loop_extent, ice_vertical_dimension, stefan_boltzmann_constant, latent_heat_of_vaporization_of_water_at_0C, freezing_point_temperature_of_seawater, specific_heat_of_dry_air_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gravitational_acceleration, temperature_at_zero_celsius, gas_constant_dry_air, surface_air_pressure, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, time_step_for_dynamics, surface_longwave_emissivity_over_ice_interstitial, surface_downwelling_longwave_flux_absorbed_by_ground_over_ice, surface_net_downwelling_shortwave_flux, surface_downwelling_shortwave_flux, flag_for_precipitation_type, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, wind_speed_at_lowest_model_layer, flag_for_iteration, flag_print, horizontal_index_of_printed_column, sea_ice_thickness, sea_ice_concentration, sea_ice_temperature_interstitial, water_equivalent_accumulated_snow_depth_over_ice, surface_skin_temperature_over_ice_interstitial, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice, internal_ice_temperature, surface_upward_potential_latent_heat_flux_over_ice, surface_snow_thickness_water_equivalent_over_ice, surface_specific_humidity_over_ice, surface_snow_melt, upward_heat_flux_in_soil_over_ice, surface_drag_wind_speed_for_momentum_in_air_over_ice, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice, kinematic_surface_upward_latent_heat_flux_over_ice, kinematic_surface_upward_sensible_heat_flux_over_ice, flag_for_fractional_grid, flag_nonzero_sea_ice_surface_fraction, sea_land_ice_mask_cice, lake_ice_minimum, sea_ice_minimum, sea_area_fraction, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine sfc_sice_finalize: DEBUG: Variables in subroutine sfc_sice_init: -DEBUG: Parsing file mp_fer_hires.F90 with registry OrderedDict([('mp_fer_hires', {'mp_fer_hires': {'mp_fer_hires_run': [87, 304], 'mp_fer_hires_init': [20, 81], 'mp_fer_hires_finalize': [307, 308]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_fer_hires mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_init mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_run mp_fer_hires -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_condensate_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_change_of_air_temperature_due_to_FA_scheme in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_ice_water_cloud in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_rain_water_cloud in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rime_factor in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_weighted_rime_factor_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mp_fer_hires_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_fer_hires mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_init mp_fer_hires -WARNING: Legacy extension - replacing variable 'horizontal_loop_extent' with 'horizontal_dimension' in table mp_fer_hires_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_run mp_fer_hires -INFO: Legacy extension - skip empty table for mp_fer_hires_finalize +DEBUG: Parsing file mp_fer_hires.F90 with registry OrderedDict([('mp_fer_hires', {'mp_fer_hires': {'mp_fer_hires_run': [87, 304], 'mp_fer_hires_init': [20, 81], 'mp_fer_hires_finalize': [305, 306]}})]) DEBUG: Module name: mp_fer_hires DEBUG: Scheme name: mp_fer_hires DEBUG: Scheme dependencies: ['module_MP_FER_HIRES.F90', 'machine.F'] @@ -26397,17 +15021,6 @@ DEBUG: Variables in subroutine mp_fer_hires_run: horizontal_loop_extent, vertica DEBUG: Variables in subroutine mp_fer_hires_init: vertical_dimension, time_step_for_physics, fraction_of_ice_water_cloud, fraction_of_rain_water_cloud, rime_factor, mpi_rank, mpi_root, omp_threads, ccpp_error_message, ccpp_error_flag, horizontal_dimension, flag_for_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, flag_for_restart, mpi_comm DEBUG: Variables in subroutine mp_fer_hires_finalize: DEBUG: Parsing file rrtmgp_lw_gas_optics.F90 with registry OrderedDict([('rrtmgp_lw_gas_optics', {'rrtmgp_lw_gas_optics': {'rrtmgp_lw_gas_optics_init': [18, 226], 'rrtmgp_lw_gas_optics_finalize': [270, 271], 'rrtmgp_lw_gas_optics_run': [233, 266]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_gas_optics rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_init rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_run rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_gas_optics rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_init rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_run rrtmgp_lw_gas_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmgp_lw_gas_optics_run DEBUG: Module name: rrtmgp_lw_gas_optics DEBUG: Scheme name: rrtmgp_lw_gas_optics DEBUG: Scheme dependencies: ['rte-rrtmgp/rte/mo_rte_lw.F90', 'rte-rrtmgp/extensions/mo_compute_bc.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/rte/mo_rte_sw.F90', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rrtmgp_aux.F90'] @@ -26415,29 +15028,6 @@ DEBUG: Variables in subroutine rrtmgp_lw_gas_optics_init: directory_for_rte_rrtm DEBUG: Variables in subroutine rrtmgp_lw_gas_optics_finalize: DEBUG: Variables in subroutine rrtmgp_lw_gas_optics_run: ccpp_error_message, ccpp_error_flag, coefficients_for_lw_gas_optics, flag_to_calc_lw, horizontal_loop_extent, vertical_dimension, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, air_temperature_at_interface_for_RRTMGP, surface_ground_temperature_for_radiation, Gas_concentrations_for_RRTMGP_suite, longwave_optical_properties_for_clear_sky, longwave_source_function DEBUG: Parsing file rrtmgp_lw_cloud_optics.F90 with registry OrderedDict([('rrtmgp_lw_cloud_optics', {'rrtmgp_lw_cloud_optics': {'rrtmgp_lw_cloud_optics_finalize': [322, 323], 'rrtmgp_lw_cloud_optics_run': [229, 315], 'rrtmgp_lw_cloud_optics_init': [22, 222]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_10mu_band in table rrtmgp_lw_cloud_optics_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics DEBUG: Module name: rrtmgp_lw_cloud_optics DEBUG: Scheme name: rrtmgp_lw_cloud_optics DEBUG: Scheme dependencies: ['rrtmgp_aux.F90', 'rrtmg_lw_cloud_optics.F90', 'machine.F'] @@ -26445,18 +15035,6 @@ DEBUG: Variables in subroutine rrtmgp_lw_cloud_optics_finalize: DEBUG: Variables in subroutine rrtmgp_lw_cloud_optics_run: flag_to_calc_lw, flag_to_calc_lw_cld_optics_using_RRTMG, flag_to_calc_lw_cld_optics_using_RRTMGP_PADE, flag_to_calc_lw_cld_optics_using_RRTMGP_LUT, horizontal_loop_extent, vertical_dimension, number_of_rrtmgp_ice_roughness, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_snow_water_path, mean_effective_radius_for_snow_flake, cloud_rain_water_path, mean_effective_radius_for_rain_drop, precipitation_fraction_by_layer, air_pressure_at_layer_for_RRTMGP_in_hPa, coefficients_for_lw_gas_optics, coefficients_for_lw_cloud_optics, longitude, latitude, RRTMGP_cloud_optical_depth_layers_at_10mu_band, longwave_optical_properties_for_cloudy_atmosphere_by_band, longwave_optical_properties_for_precipitation_by_band, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine rrtmgp_lw_cloud_optics_init: flag_to_calc_lw_cld_optics_using_RRTMG, flag_to_calc_lw_cld_optics_using_RRTMGP_PADE, flag_to_calc_lw_cld_optics_using_RRTMGP_LUT, number_of_rrtmgp_ice_roughness, coefficients_for_lw_cloud_optics, ccpp_error_message, ccpp_error_flag, directory_for_rte_rrtmgp_source_code, rrtmgp_coeff_lw_cloud_optics, mpi_rank, mpi_root, mpi_comm DEBUG: Parsing file rrtmgp_sw_gas_optics.F90 with registry OrderedDict([('rrtmgp_sw_gas_optics', {'rrtmgp_sw_gas_optics': {'rrtmgp_sw_gas_optics_init': [18, 237], 'rrtmgp_sw_gas_optics_finalize': [302, 303], 'rrtmgp_sw_gas_optics_run': [244, 298]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_gas_optics rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_init rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_run rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_gas_optics rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_init rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_run rrtmgp_sw_gas_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable toa_incident_sw_flux_by_spectral_point in table rrtmgp_sw_gas_optics_run DEBUG: Module name: rrtmgp_sw_gas_optics DEBUG: Scheme name: rrtmgp_sw_gas_optics DEBUG: Scheme dependencies: ['rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/rte/mo_rte_sw.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'radiation_gases.f', 'rte-rrtmgp/extensions/mo_compute_bc.F90', 'machine.F', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/rte/mo_rte_lw.F90', 'iounitdef.f', 'rrtmgp_aux.F90'] @@ -26464,24 +15042,6 @@ DEBUG: Variables in subroutine rrtmgp_sw_gas_optics_init: directory_for_rte_rrtm DEBUG: Variables in subroutine rrtmgp_sw_gas_optics_finalize: DEBUG: Variables in subroutine rrtmgp_sw_gas_optics_run: number_of_active_gases_used_by_RRTMGP, list_of_active_gases_used_by_RRTMGP, ccpp_error_message, ccpp_error_flag, coefficients_for_sw_gas_optics, flag_to_calc_sw, horizontal_loop_extent, vertical_dimension, daytime_points_dimension, daytime_points, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, air_temperature_at_interface_for_RRTMGP, toa_incident_sw_flux_by_spectral_point, Gas_concentrations_for_RRTMGP_suite, solar_constant, shortwave_optical_properties_for_clear_sky DEBUG: Parsing file rrtmgp_sw_cloud_optics.F90 with registry OrderedDict([('rrtmgp_sw_cloud_optics', {'rrtmgp_sw_cloud_optics': {'rrtmgp_sw_cloud_optics_run': [238, 354], 'rrtmgp_sw_cloud_optics_finalize': [358, 359], 'rrtmgp_sw_cloud_optics_init': [24, 231]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_optics rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_init rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_run rrtmgp_sw_cloud_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band in table rrtmgp_sw_cloud_optics_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_optics rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_init rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_run rrtmgp_sw_cloud_optics DEBUG: Module name: rrtmgp_sw_cloud_optics DEBUG: Scheme name: rrtmgp_sw_cloud_optics DEBUG: Scheme dependencies: ['physparam.f', 'rrtmg_sw_cloud_optics.F90', 'machine.F', 'rrtmgp_aux.F90'] @@ -26489,20 +15049,6 @@ DEBUG: Variables in subroutine rrtmgp_sw_cloud_optics_run: flag_to_calc_sw, hori DEBUG: Variables in subroutine rrtmgp_sw_cloud_optics_finalize: DEBUG: Variables in subroutine rrtmgp_sw_cloud_optics_init: flag_to_calc_lw_cld_optics_using_RRTMG, flag_to_calc_lw_cld_optics_using_RRTMGP_PADE, flag_to_calc_lw_cld_optics_using_RRTMGP_LUT, number_of_rrtmgp_ice_roughness, coefficients_for_sw_cloud_optics, ccpp_error_message, ccpp_error_flag, directory_for_rte_rrtmgp_source_code, rrtmgp_coeff_sw_cloud_optics, mpi_rank, mpi_root, mpi_comm DEBUG: Parsing file rrtmgp_sw_aerosol_optics.F90 with registry OrderedDict([('rrtmgp_sw_aerosol_optics', {'rrtmgp_sw_aerosol_optics': {'rrtmgp_sw_aerosol_optics_init': [16, 17], 'rrtmgp_sw_aerosol_optics_finalize': [81, 82], 'rrtmgp_sw_aerosol_optics_run': [24, 77]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_aerosol_optics rrtmgp_sw_aerosol_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_aerosol_optics_run rrtmgp_sw_aerosol_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table rrtmgp_sw_aerosol_optics_run DEBUG: Module name: rrtmgp_sw_aerosol_optics DEBUG: Scheme name: rrtmgp_sw_aerosol_optics DEBUG: Scheme dependencies: ['iounitdef.f', 'radiation_aerosols.f', 'rrtmgp_aux.F90', 'machine.F'] @@ -26510,19 +15056,6 @@ DEBUG: Variables in subroutine rrtmgp_sw_aerosol_optics_init: DEBUG: Variables in subroutine rrtmgp_sw_aerosol_optics_finalize: DEBUG: Variables in subroutine rrtmgp_sw_aerosol_optics_run: flag_to_calc_sw, horizontal_loop_extent, vertical_dimension, number_of_tracers, number_of_aerosol_tracers_MG, daytime_points_dimension, daytime_points, air_pressure_at_interface_for_RRTMGP_in_hPa, air_pressure_at_layer_for_RRTMGP_in_hPa, dimensionless_exner_function_at_model_layers, virtual_temperature, relative_humidity, sea_land_ice_mask_real, chemical_tracers, aerosol_number_concentration_from_gocart_aerosol_climatology, longitude, latitude, coefficients_for_lw_gas_optics, coefficients_for_sw_gas_optics, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, shortwave_optical_properties_for_aerosols, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file rrtmgp_lw_rte.F90 with registry OrderedDict([('rrtmgp_lw_rte', {'rrtmgp_lw_rte': {'rrtmgp_lw_rte_init': [18, 19], 'rrtmgp_lw_rte_finalize': [121, 122], 'rrtmgp_lw_rte_run': [26, 117]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_rte rrtmgp_lw_rte -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_rte_run rrtmgp_lw_rte -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_emissivity_in_each_RRTMGP_LW_band in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_allsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_clrsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_clrsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_upward in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_downward in table rrtmgp_lw_rte_run DEBUG: Module name: rrtmgp_lw_rte DEBUG: Scheme name: rrtmgp_lw_rte DEBUG: Scheme dependencies: ['rte-rrtmgp/rte/mo_rte_lw.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] @@ -26530,23 +15063,6 @@ DEBUG: Variables in subroutine rrtmgp_lw_rte_init: DEBUG: Variables in subroutine rrtmgp_lw_rte_finalize: DEBUG: Variables in subroutine rrtmgp_lw_rte_run: flag_to_calc_lw, flag_for_output_of_longwave_heating_rate, flag_to_calc_RRTMGP_LW_jacobian, horizontal_loop_extent, vertical_dimension, number_of_angles_used_in_gaussian_quadrature, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, surface_ground_temperature_for_radiation, surface_emissivity_in_each_RRTMGP_LW_band, coefficients_for_lw_gas_optics, longwave_optical_properties_for_clear_sky, longwave_optical_properties_for_cloudy_atmosphere, longwave_optical_properties_for_aerosols, longwave_source_function, RRTMGP_lw_flux_profile_upward_allsky, RRTMGP_lw_flux_profile_downward_allsky, RRTMGP_lw_flux_profile_upward_clrsky, RRTMGP_lw_flux_profile_downward_clrsky, RRTMGP_jacobian_of_lw_flux_profile_upward, RRTMGP_jacobian_of_lw_flux_profile_downward, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file rrtmgp_sw_rte.F90 with registry OrderedDict([('rrtmgp_sw_rte', {'rrtmgp_sw_rte': {'rrtmgp_sw_rte_run': [25, 158], 'rrtmgp_sw_rte_init': [17, 18], 'rrtmgp_sw_rte_finalize': [162, 163]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_rte rrtmgp_sw_rte -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_rte_run rrtmgp_sw_rte -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable toa_incident_sw_flux_by_spectral_point in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_allsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_allsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_clrsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_clrsky in table rrtmgp_sw_rte_run DEBUG: Module name: rrtmgp_sw_rte DEBUG: Scheme name: rrtmgp_sw_rte DEBUG: Scheme dependencies: ['rte-rrtmgp/rte/mo_rte_sw.F90', 'radsw_param.f', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] @@ -26554,19 +15070,6 @@ DEBUG: Variables in subroutine rrtmgp_sw_rte_run: flag_to_calc_sw, flag_for_outp DEBUG: Variables in subroutine rrtmgp_sw_rte_init: DEBUG: Variables in subroutine rrtmgp_sw_rte_finalize: DEBUG: Parsing file rrtmgp_lw_aerosol_optics.F90 with registry OrderedDict([('rrtmgp_lw_aerosol_optics', {'rrtmgp_lw_aerosol_optics': {'rrtmgp_lw_aerosol_optics_init': [16, 17], 'rrtmgp_lw_aerosol_optics_finalize': [65, 66], 'rrtmgp_lw_aerosol_optics_run': [24, 61]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_aerosol_optics rrtmgp_lw_aerosol_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_aerosol_optics_run rrtmgp_lw_aerosol_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table rrtmgp_lw_aerosol_optics_run DEBUG: Module name: rrtmgp_lw_aerosol_optics DEBUG: Scheme name: rrtmgp_lw_aerosol_optics DEBUG: Scheme dependencies: ['iounitdef.f', 'radiation_aerosols.f', 'rrtmgp_aux.F90', 'machine.F'] @@ -26574,18 +15077,6 @@ DEBUG: Variables in subroutine rrtmgp_lw_aerosol_optics_init: DEBUG: Variables in subroutine rrtmgp_lw_aerosol_optics_finalize: DEBUG: Variables in subroutine rrtmgp_lw_aerosol_optics_run: flag_to_calc_lw, horizontal_loop_extent, vertical_dimension, number_of_tracers, number_of_aerosol_tracers_MG, air_pressure_at_interface_for_RRTMGP_in_hPa, air_pressure_at_layer_for_RRTMGP_in_hPa, dimensionless_exner_function_at_model_layers, virtual_temperature, relative_humidity, sea_land_ice_mask_real, chemical_tracers, aerosol_number_concentration_from_gocart_aerosol_climatology, longitude, latitude, coefficients_for_lw_gas_optics, coefficients_for_sw_gas_optics, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, longwave_optical_properties_for_aerosols, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file GFS_rrtmgp_setup.F90 with registry OrderedDict([('GFS_rrtmgp_setup', {'GFS_rrtmgp_setup': {'GFS_rrtmgp_setup_init': [26, 98], 'GFS_rrtmgp_setup_finalize': [131, 141], 'GFS_rrtmgp_setup_run': [102, 127]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup DEBUG: Module name: GFS_rrtmgp_setup DEBUG: Scheme name: GFS_rrtmgp_setup DEBUG: Scheme dependencies: ['physparam.f', 'radiation_gases.f', 'radiation_astronomy.f', 'machine.F', 'module_bfmicrophysics.f', 'radiation_aerosols.f', 'iounitdef.f', 'radiation_surface.f', 'radiation_clouds.f'] @@ -26593,48 +15084,13 @@ DEBUG: Variables in subroutine GFS_rrtmgp_setup_init: flag_for_microphysics_sche DEBUG: Variables in subroutine GFS_rrtmgp_setup_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_rrtmgp_setup_run: mpi_rank, ccpp_error_message, ccpp_error_flag, date_and_time_at_model_initialization, forecast_date_and_time, frequency_for_shortwave_radiation, time_step_for_dynamics, flag_to_calc_sw, equation_of_time, sine_of_solar_declination_angle, cosine_of_solar_declination_angle, solar_constant DEBUG: Parsing file GFS_rrtmgp_pre.F90 with registry OrderedDict([('GFS_rrtmgp_pre', {'GFS_rrtmgp_pre': {'GFS_rrtmgp_pre_finalize': [261, 262], 'GFS_rrtmgp_pre_init': [37, 114], 'GFS_rrtmgp_pre_run': [121, 257]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_pre GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_init GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_run GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_pre GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_init GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_run GFS_rrtmgp_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_pre_run DEBUG: Module name: GFS_rrtmgp_pre DEBUG: Scheme name: GFS_rrtmgp_pre DEBUG: Scheme dependencies: ['physparam.f', 'funcphys.f90', 'physcons.F90', 'radiation_gases.f', 'radiation_astronomy.f', 'machine.F', 'module_bfmicrophysics.f', 'radiation_aerosols.f', 'rrtmg_lw_cloud_optics.F90', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f', 'radiation_surface.f', 'rrtmgp_aux.F90'] DEBUG: Variables in subroutine GFS_rrtmgp_pre_finalize: DEBUG: Variables in subroutine GFS_rrtmgp_pre_init: active_gases_used_by_RRTMGP, number_of_active_gases_used_by_RRTMGP, list_of_active_gases_used_by_RRTMGP, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_rrtmgp_pre_run: number_of_active_gases_used_by_RRTMGP, list_of_active_gases_used_by_RRTMGP, ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, flag_to_calc_sw, flag_to_calc_lw, index_for_ozone, frequency_for_shortwave_radiation, frequency_for_longwave_radiation, latitude, longitude, air_pressure_at_interface, dimensionless_exner_function_at_model_layers, air_pressure, air_temperature, tracer_concentration, surface_skin_temperature, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, minimum_value_of_saturation_mixing_ratio, time_step_for_radiation, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, air_temperature_at_interface_for_RRTMGP, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, virtual_temperature, relative_humidity, chemical_tracers, Gas_concentrations_for_RRTMGP_suite -DEBUG: Parsing file rrtmgp_lw_pre.F90 with registry OrderedDict([('rrtmgp_lw_pre', {'rrtmgp_lw_pre': {'rrtmgp_lw_pre_finalize': [60, 61], 'rrtmgp_lw_pre_init': [16, 17], 'rrtmgp_lw_pre_run': [24, 56]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_pre rrtmgp_lw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_pre_run rrtmgp_lw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_emissivity_in_each_RRTMGP_LW_band in table rrtmgp_lw_pre_run +DEBUG: Parsing file rrtmgp_lw_pre.F90 with registry OrderedDict([('rrtmgp_lw_pre', {'rrtmgp_lw_pre': {'rrtmgp_lw_pre_finalize': [55, 56], 'rrtmgp_lw_pre_init': [11, 12], 'rrtmgp_lw_pre_run': [19, 51]}})]) DEBUG: Module name: rrtmgp_lw_pre DEBUG: Scheme name: rrtmgp_lw_pre DEBUG: Scheme dependencies: ['iounitdef.f', 'physparam.f', 'radiation_surface.f', 'machine.F'] @@ -26642,87 +15098,20 @@ DEBUG: Variables in subroutine rrtmgp_lw_pre_finalize: DEBUG: Variables in subroutine rrtmgp_lw_pre_init: DEBUG: Variables in subroutine rrtmgp_lw_pre_run: flag_to_calc_lw, horizontal_loop_extent, longitude, latitude, sea_land_ice_mask_real, surface_roughness_length, surface_snow_thickness_water_equivalent, surface_snow_area_fraction_over_land, surface_skin_temperature, standard_deviation_of_subgrid_orography, coefficients_for_lw_gas_optics, surface_longwave_emissivity, surface_emissivity_in_each_RRTMGP_LW_band, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file GFS_rrtmgp_sw_pre.F90 with registry OrderedDict([('GFS_rrtmgp_sw_pre', {'GFS_rrtmgp_sw_pre': {'GFS_rrtmgp_sw_pre_finalize': [126, 127], 'GFS_rrtmgp_sw_pre_run': [21, 122], 'GFS_rrtmgp_sw_pre_init': [13, 14]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_sw_pre GFS_rrtmgp_sw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_sw_pre_run GFS_rrtmgp_sw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fractional_coverage_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fractional_coverage_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_surface_physics_perturbation in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_mean_cosz_over_rad_call_period in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table GFS_rrtmgp_sw_pre_run DEBUG: Module name: GFS_rrtmgp_sw_pre DEBUG: Scheme name: GFS_rrtmgp_sw_pre DEBUG: Scheme dependencies: ['iounitdef.f', 'physparam.f', 'radiation_surface.f', 'radiation_astronomy.f', 'machine.F'] DEBUG: Variables in subroutine GFS_rrtmgp_sw_pre_finalize: DEBUG: Variables in subroutine GFS_rrtmgp_sw_pre_run: mpi_rank, horizontal_loop_extent, vertical_dimension, number_of_land_surface_variables_perturbed, index_for_stochastic_land_surface_perturbation_type, magnitude_of_perturbations_for_landperts, variables_to_be_perturbed_for_landperts, flag_to_calc_sw, forecast_hour_of_the_day, longitude, cosine_of_latitude, sine_of_latitude, sea_land_ice_mask_real, surface_snow_thickness_water_equivalent, surface_snow_area_fraction_over_land, upper_bound_on_max_albedo_over_deep_snow, surface_roughness_length, surface_skin_temperature, standard_deviation_of_subgrid_orography, mean_vis_albedo_with_strong_cosz_dependency, mean_nir_albedo_with_strong_cosz_dependency, mean_vis_albedo_with_weak_cosz_dependency, mean_nir_albedo_with_weak_cosz_dependency, fractional_coverage_with_strong_cosz_dependency, fractional_coverage_with_weak_cosz_dependency, sea_ice_concentration, sea_ice_temperature, weights_for_stochastic_surface_physics_perturbation, virtual_temperature, relative_humidity, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, coefficients_for_sw_gas_optics, surface_albedo_perturbation, surface_albedo_nearIR_direct, surface_albedo_nearIR_diffuse, surface_albedo_uvvis_dir, surface_albedo_uvvis_dif, daytime_points_dimension, daytime_points, cosine_of_zenith_angle, daytime_mean_cosz_over_rad_call_period, surface_diffused_shortwave_albedo, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_rrtmgp_sw_pre_init: -DEBUG: Parsing file GFS_rrtmgp_lw_post.F90 with registry OrderedDict([('GFS_rrtmgp_lw_post', {'GFS_rrtmgp_lw_post': {'GFS_rrtmgp_lw_post_init': [15, 16], 'GFS_rrtmgp_lw_post_run': [23, 165], 'GFS_rrtmgp_lw_post_finalize': [169, 170]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_lw_post GFS_rrtmgp_lw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_lw_post_run GFS_rrtmgp_lw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_allsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_clrsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_clrsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_10mu_band in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_on_radiation_time_step in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_sfc in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_midlayer_air_temperature_in_longwave_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_top_atmosphere in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_fluxes in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in table GFS_rrtmgp_lw_post_run +DEBUG: Parsing file GFS_rrtmgp_lw_post.F90 with registry OrderedDict([('GFS_rrtmgp_lw_post', {'GFS_rrtmgp_lw_post': {'GFS_rrtmgp_lw_post_init': [15, 16], 'GFS_rrtmgp_lw_post_run': [23, 163], 'GFS_rrtmgp_lw_post_finalize': [167, 168]}})]) DEBUG: Module name: GFS_rrtmgp_lw_post DEBUG: Scheme name: GFS_rrtmgp_lw_post DEBUG: Scheme dependencies: ['rte-rrtmgp/extensions/mo_heating_rates.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'radlw_param.f', 'radiation_aerosols.f', 'rte-rrtmgp/rte/mo_fluxes.F90', 'iounitdef.f', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] DEBUG: Variables in subroutine GFS_rrtmgp_lw_post_init: -DEBUG: Variables in subroutine GFS_rrtmgp_lw_post_run: horizontal_loop_extent, vertical_dimension, flag_to_calc_lw, flag_for_output_of_longwave_heating_rate, flag_diagnostics, frequency_for_longwave_radiation, surface_air_temperature_for_radiation, air_temperature_at_layer_for_RRTMGP, air_pressure_at_interface_for_RRTMGP_in_hPa, RRTMGP_lw_flux_profile_upward_allsky, RRTMGP_lw_flux_profile_downward_allsky, RRTMGP_lw_flux_profile_upward_clrsky, RRTMGP_lw_flux_profile_downward_clrsky, time_step_for_radiation, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, total_cloud_fraction, RRTMGP_cloud_optical_depth_layers_at_10mu_band, surface_downwelling_longwave_flux_on_radiation_time_step, lw_fluxes_sfc, surface_midlayer_air_temperature_in_longwave_radiation, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, lw_fluxes_top_atmosphere, RRTMGP_lw_fluxes, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmgp_lw_post_run: horizontal_loop_extent, vertical_dimension, flag_to_calc_lw, flag_for_output_of_longwave_heating_rate, flag_diagnostics, frequency_for_longwave_radiation, surface_air_temperature_for_radiation, air_temperature_at_layer_for_RRTMGP, air_pressure_at_interface_for_RRTMGP_in_hPa, RRTMGP_lw_flux_profile_upward_allsky, RRTMGP_lw_flux_profile_downward_allsky, RRTMGP_lw_flux_profile_upward_clrsky, RRTMGP_lw_flux_profile_downward_clrsky, time_step_for_radiation, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, total_cloud_fraction, RRTMGP_cloud_optical_depth_layers_at_10mu_band, cumulative_radiation_diagnostic, surface_downwelling_longwave_flux_on_radiation_time_step, lw_fluxes_sfc, surface_midlayer_air_temperature_in_longwave_radiation, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, lw_fluxes_top_atmosphere, RRTMGP_lw_fluxes, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_rrtmgp_lw_post_finalize: DEBUG: Parsing file rrtmgp_lw_cloud_sampling.F90 with registry OrderedDict([('rrtmgp_lw_cloud_sampling', {'rrtmgp_lw_cloud_sampling': {'rrtmgp_lw_cloud_sampling_run': [36, 168], 'rrtmgp_lw_cloud_sampling_init': [17, 29], 'rrtmgp_lw_cloud_sampling_finalize': [172, 173]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_sampling rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_init rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_run rrtmgp_lw_cloud_sampling -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_lw in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table rrtmgp_lw_cloud_sampling_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_sampling rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_init rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_run rrtmgp_lw_cloud_sampling DEBUG: Module name: rrtmgp_lw_cloud_sampling DEBUG: Scheme name: rrtmgp_lw_cloud_sampling DEBUG: Scheme dependencies: ['physparam.f', 'machine.F', 'rrtmgp_sampling.F90', 'mersenne_twister.f', 'rrtmgp_aux.F90'] @@ -26730,18 +15119,6 @@ DEBUG: Variables in subroutine rrtmgp_lw_cloud_sampling_run: flag_to_calc_lw, ho DEBUG: Variables in subroutine rrtmgp_lw_cloud_sampling_init: initial_permutation_seed_lw, coefficients_for_lw_gas_optics, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine rrtmgp_lw_cloud_sampling_finalize: DEBUG: Parsing file rrtmgp_sw_cloud_sampling.F90 with registry OrderedDict([('rrtmgp_sw_cloud_sampling', {'rrtmgp_sw_cloud_sampling': {'rrtmgp_sw_cloud_sampling_run': [36, 189], 'rrtmgp_sw_cloud_sampling_finalize': [193, 194], 'rrtmgp_sw_cloud_sampling_init': [17, 29]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_sampling rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_init rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_run rrtmgp_sw_cloud_sampling -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_sw in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table rrtmgp_sw_cloud_sampling_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_sampling rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_init rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_run rrtmgp_sw_cloud_sampling DEBUG: Module name: rrtmgp_sw_cloud_sampling DEBUG: Scheme name: rrtmgp_sw_cloud_sampling DEBUG: Scheme dependencies: ['physparam.f', 'machine.F', 'rrtmgp_sampling.F90', 'mersenne_twister.f', 'rrtmgp_aux.F90'] @@ -26749,19 +15126,6 @@ DEBUG: Variables in subroutine rrtmgp_sw_cloud_sampling_run: flag_to_calc_sw, ho DEBUG: Variables in subroutine rrtmgp_sw_cloud_sampling_finalize: DEBUG: Variables in subroutine rrtmgp_sw_cloud_sampling_init: initial_permutation_seed_sw, coefficients_for_sw_gas_optics, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file GFS_cloud_diagnostics.F90 with registry OrderedDict([('GFS_cloud_diagnostics', {'GFS_cloud_diagnostics': {'GFS_cloud_diagnostics_finalize': [79, 80], 'GFS_cloud_diagnostics_init': [23, 24], 'GFS_cloud_diagnostics_run': [30, 76]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_cloud_diagnostics GFS_cloud_diagnostics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_cloud_diagnostics_run GFS_cloud_diagnostics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_cloud_diagnostics_run DEBUG: Module name: GFS_cloud_diagnostics DEBUG: Scheme name: GFS_cloud_diagnostics DEBUG: Scheme dependencies: [] @@ -26769,31 +15133,6 @@ DEBUG: Variables in subroutine GFS_cloud_diagnostics_finalize: DEBUG: Variables in subroutine GFS_cloud_diagnostics_init: DEBUG: Variables in subroutine GFS_cloud_diagnostics_run: horizontal_loop_extent, vertical_dimension, flag_to_calc_sw, flag_to_calc_lw, latitude, air_pressure_at_layer_for_RRTMGP_in_hPa, total_cloud_fraction, air_pressure_at_interface_for_RRTMGP_in_hPa, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, cloud_decorrelation_length, layer_thickness, cloud_overlap_param, precip_overlap_param, pi, cloud_area_fraction_for_radiation, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file GFS_rrtmgp_gfdlmp_pre.F90 with registry OrderedDict([('GFS_rrtmgp_gfdlmp_pre', {'GFS_rrtmgp_gfdlmp_pre': {'GFS_rrtmgp_gfdlmp_pre_finalize': [190, 191], 'GFS_rrtmgp_gfdlmp_pre_init': [21, 22], 'GFS_rrtmgp_gfdlmp_pre_run': [28, 187]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_gfdlmp_pre GFS_rrtmgp_gfdlmp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_gfdlmp_pre_run GFS_rrtmgp_gfdlmp_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_rrtmgp_gfdlmp_pre_run DEBUG: Module name: GFS_rrtmgp_gfdlmp_pre DEBUG: Scheme name: GFS_rrtmgp_gfdlmp_pre DEBUG: Scheme dependencies: ['rrtmgp_aux.F90'] @@ -26801,85 +15140,28 @@ DEBUG: Variables in subroutine GFS_rrtmgp_gfdlmp_pre_finalize: DEBUG: Variables in subroutine GFS_rrtmgp_gfdlmp_pre_init: DEBUG: Variables in subroutine GFS_rrtmgp_gfdlmp_pre_run: horizontal_loop_extent, vertical_dimension, number_of_tracers, number_of_cloud_condensate_types, flag_to_calc_sw, flag_to_calc_lw, flag_for_cloud_effective_radii, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, index_for_cloud_amount, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, number_of_days_in_year, julian_day, latitude, air_pressure_at_interface_for_RRTMGP_in_hPa, air_pressure_at_layer_for_RRTMGP_in_hPa, virtual_temperature, chemical_tracers, pi, gravitational_acceleration, gas_constant_dry_air, minimum_value_of_specific_humidity, cloud_decorrelation_length, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_snow_water_path, mean_effective_radius_for_snow_flake, cloud_rain_water_path, mean_effective_radius_for_rain_drop, precipitation_fraction_by_layer, cloud_overlap_param, precip_overlap_param, layer_thickness, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file GFS_rrtmgp_zhaocarr_pre.F90 with registry OrderedDict([('GFS_rrtmgp_zhaocarr_pre', {'GFS_rrtmgp_zhaocarr_pre': {'GFS_rrtmgp_zhaocarr_pre_finalize': [209, 210], 'GFS_rrtmgp_zhaocarr_pre_init': [18, 19], 'GFS_rrtmgp_zhaocarr_pre_run': [25, 206]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_zhaocarr_pre GFS_rrtmgp_zhaocarr_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_zhaocarr_pre_run GFS_rrtmgp_zhaocarr_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmgp_zhaocarr_pre_run DEBUG: Module name: GFS_rrtmgp_zhaocarr_pre DEBUG: Scheme name: GFS_rrtmgp_zhaocarr_pre DEBUG: Scheme dependencies: ['rrtmgp_aux.F90'] DEBUG: Variables in subroutine GFS_rrtmgp_zhaocarr_pre_finalize: DEBUG: Variables in subroutine GFS_rrtmgp_zhaocarr_pre_init: DEBUG: Variables in subroutine GFS_rrtmgp_zhaocarr_pre_run: horizontal_loop_extent, vertical_dimension, number_of_tracers, number_of_cloud_condensate_types, flag_to_calc_sw, flag_to_calc_lw, flag_for_cloud_effective_radii, flag_for_uni_cld, flag_for_lmfshal, index_for_liquid_cloud_condensate, latitude, air_pressure_at_interface_for_RRTMGP_in_hPa, air_pressure_at_layer_for_RRTMGP_in_hPa, virtual_temperature, relative_humidity, air_temperature_at_layer_for_RRTMGP, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, subgrid_scale_cloud_fraction_from_shoc, convective_cloud_water_mixing_ratio_in_phy_f3d, chemical_tracers, sea_land_ice_mask_real, triple_point_temperature_of_water, minimum_value_of_specific_humidity, minimum_value_of_saturation_mixing_ratio, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, gravitational_acceleration, gas_constant_dry_air, pi, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_snow_water_path, mean_effective_radius_for_snow_flake, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_overlap_param, layer_thickness, cloud_decorrelation_length, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file GFS_rrtmgp_sw_post.F90 with registry OrderedDict([('GFS_rrtmgp_sw_post', {'GFS_rrtmgp_sw_post': {'GFS_rrtmgp_sw_post_finalize': [263, 264], 'GFS_rrtmgp_sw_post_run': [22, 259], 'GFS_rrtmgp_sw_post_init': [14, 15]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_sw_post GFS_rrtmgp_sw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_sw_post_run GFS_rrtmgp_sw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_mean_cosz_over_rad_call_period in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_allsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_allsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_clrsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_clrsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_sfc in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_top_atmosphere in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_fluxes in table GFS_rrtmgp_sw_post_run +DEBUG: Parsing file GFS_rrtmgp_sw_post.F90 with registry OrderedDict([('GFS_rrtmgp_sw_post', {'GFS_rrtmgp_sw_post': {'GFS_rrtmgp_sw_post_finalize': [261, 262], 'GFS_rrtmgp_sw_post_run': [22, 257], 'GFS_rrtmgp_sw_post_init': [14, 15]}})]) DEBUG: Module name: GFS_rrtmgp_sw_post DEBUG: Scheme name: GFS_rrtmgp_sw_post DEBUG: Scheme dependencies: ['rte-rrtmgp/extensions/mo_heating_rates.F90', 'radsw_param.f', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'radiation_aerosols.f', 'rte-rrtmgp/rte/mo_fluxes.F90', 'iounitdef.f', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] DEBUG: Variables in subroutine GFS_rrtmgp_sw_post_finalize: -DEBUG: Variables in subroutine GFS_rrtmgp_sw_post_run: horizontal_loop_extent, vertical_dimension, daytime_points_dimension, daytime_points, flag_to_calc_sw, flag_for_output_of_shortwave_heating_rate, flag_diagnostics, frequency_for_shortwave_radiation, cosine_of_zenith_angle, daytime_mean_cosz_over_rad_call_period, air_temperature_at_layer_for_RRTMGP, air_pressure_at_interface_for_RRTMGP_in_hPa, surface_albedo_nearIR_direct, surface_albedo_nearIR_diffuse, surface_albedo_uvvis_dir, surface_albedo_uvvis_dif, RRTMGP_sw_flux_profile_upward_allsky, RRTMGP_sw_flux_profile_downward_allsky, RRTMGP_sw_flux_profile_upward_clrsky, RRTMGP_sw_flux_profile_downward_clrsky, time_step_for_radiation, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, total_cloud_fraction, RRTMGP_cloud_optical_depth_layers_at_0_55mu_band, coefficients_for_sw_gas_optics, surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_net_downwelling_shortwave_flux_on_radiation_time_step, surface_downwelling_shortwave_flux_on_radiation_time_step, sw_fluxes_sfc, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, sw_fluxes_top_atmosphere, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step, components_of_surface_downward_shortwave_fluxes, RRTMGP_sw_fluxes, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmgp_sw_post_run: horizontal_loop_extent, vertical_dimension, daytime_points_dimension, daytime_points, flag_to_calc_sw, flag_for_output_of_shortwave_heating_rate, flag_diagnostics, frequency_for_shortwave_radiation, cosine_of_zenith_angle, daytime_mean_cosz_over_rad_call_period, air_temperature_at_layer_for_RRTMGP, air_pressure_at_interface_for_RRTMGP_in_hPa, surface_albedo_nearIR_direct, surface_albedo_nearIR_diffuse, surface_albedo_uvvis_dir, surface_albedo_uvvis_dif, coefficients_for_sw_gas_optics, RRTMGP_sw_flux_profile_upward_allsky, RRTMGP_sw_flux_profile_downward_allsky, RRTMGP_sw_flux_profile_upward_clrsky, RRTMGP_sw_flux_profile_downward_clrsky, time_step_for_radiation, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_base, model_layer_number_at_cloud_top, total_cloud_fraction, RRTMGP_cloud_optical_depth_layers_at_0_55mu_band, cumulative_radiation_diagnostic, surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_net_downwelling_shortwave_flux_on_radiation_time_step, surface_downwelling_shortwave_flux_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, sw_fluxes_sfc, sw_fluxes_top_atmosphere, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step, RRTMGP_sw_fluxes, components_of_surface_downward_shortwave_fluxes, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_rrtmgp_sw_post_init: +INFO: filtering out variable GFS_cldprop_type_instance +INFO: filtering out variable GFS_coupling_type_instance +INFO: filtering out variable GFS_diag_type_instance +INFO: filtering out variable GFS_grid_type_instance +INFO: filtering out variable GFS_radtend_type_instance +INFO: filtering out variable GFS_sfcprop_type_instance +INFO: filtering out variable GFS_statein_type_instance INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable GFS_tbd_type_instance INFO: filtering out variable Gas_concentrations_for_RRTMGP_suite INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_10mu_band @@ -26896,7 +15178,6 @@ INFO: filtering out variable RRTMGP_sw_fluxes 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 active_gases_used_by_RRTMGP -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology INFO: filtering out variable air_pressure_at_interface_for_RRTMGP_in_hPa INFO: filtering out variable air_pressure_at_layer_for_RRTMGP_in_hPa INFO: filtering out variable air_temperature_at_interface_for_RRTMGP @@ -26911,7 +15192,6 @@ 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 @@ -26924,7 +15204,6 @@ INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_ 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_overlap_param INFO: filtering out variable cloud_phase_transition_denominator INFO: filtering out variable cloud_phase_transition_threshold_temperature @@ -26951,7 +15230,6 @@ INFO: filtering out variable cumulative_change_in_temperature_due_to_physics INFO: filtering out variable cumulative_change_in_water_vapor_specific_humidity_due_to_physics INFO: filtering out variable cumulative_change_in_x_wind_due_to_physics INFO: filtering out variable cumulative_change_in_y_wind_due_to_physics -INFO: filtering out variable daytime_mean_cosz_over_rad_call_period 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 @@ -26963,7 +15241,6 @@ INFO: filtering out variable diurnal_thermocline_layer_thickness INFO: filtering out variable diurnal_thermocline_layer_x_current INFO: filtering out variable diurnal_thermocline_layer_y_current INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnedmf INFO: filtering out variable do_mynnsfclay INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme INFO: filtering out variable edmf_flag @@ -26993,10 +15270,7 @@ 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_lmfshal INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_output_of_longwave_heating_rate -INFO: filtering out variable flag_for_output_of_shortwave_heating_rate 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 @@ -27009,7 +15283,6 @@ INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_op 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_uni_cld INFO: filtering out variable flag_mg3_as_mg2 INFO: filtering out variable flag_skip_macro INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMG @@ -27017,11 +15290,10 @@ INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMGP_LUT INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMGP_PADE INFO: filtering out variable forecast_month INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_ice_water_cloud +INFO: filtering out variable fraction_of_rain_water_cloud INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable fractional_coverage_with_strong_cosz_dependency -INFO: filtering out variable fractional_coverage_with_weak_cosz_dependency INFO: filtering out variable free_convection_layer_thickness -INFO: filtering out variable frequency_for_longwave_radiation INFO: filtering out variable gf_memory_counter INFO: filtering out variable graupel_mixing_ratio INFO: filtering out variable graupel_number_concentration_updated_by_physics @@ -27031,11 +15303,10 @@ 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_nucleation_number 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_of_dtlm_start INFO: filtering out variable initial_permutation_seed_lw INFO: filtering out variable initial_permutation_seed_sw @@ -27078,10 +15349,6 @@ 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_change_over_depth_in_sea_water_temperature -INFO: filtering out variable mean_nir_albedo_with_strong_cosz_dependency -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_strong_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 @@ -27121,7 +15388,6 @@ INFO: filtering out variable normalized_soil_wetness_for_land_surface_model INFO: filtering out variable number_of_active_gases_used_by_RRTMGP INFO: filtering out variable number_of_aerosol_tracers_MG INFO: filtering out variable number_of_angles_used_in_gaussian_quadrature -INFO: filtering out variable number_of_cloud_condensate_types 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 @@ -27143,6 +15409,7 @@ INFO: filtering out variable rain_number_concentration_updated_by_physics INFO: filtering out variable rain_water_mixing_ratio INFO: filtering out variable reciprocal_of_obukhov_length INFO: filtering out variable relative_humidity +INFO: filtering out variable rime_factor INFO: filtering out variable rrtmgp_coeff_lw_cloud_optics INFO: filtering out variable rrtmgp_coeff_sw_cloud_optics INFO: filtering out variable rrtmgp_kdistribution_lw @@ -27210,6 +15477,7 @@ 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_ccn_activated_number 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 @@ -27231,6 +15499,7 @@ INFO: filtering out variable tke_budget INFO: filtering out variable tke_dissipative_heating_factor INFO: filtering out variable toa_incident_sw_flux_by_spectral_point INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable total_cloud_condensate_mixing_ratio_updated_by_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 @@ -27287,8 +15556,6 @@ DEBUG: Optional argument effective_radius_of_stratiform_cloud_liquid_water_parti DEBUG: Optional argument effective_radius_of_stratiform_cloud_liquid_water_particle_in_um to subroutine mp_thompson_init in module mp_thompson is not required, remove from list DEBUG: Optional argument effective_radius_of_stratiform_cloud_snow_particle_in_um to subroutine mp_thompson_run in module mp_thompson is not required, remove from list DEBUG: Optional argument effective_radius_of_stratiform_cloud_snow_particle_in_um to subroutine mp_thompson_init in module mp_thompson is not required, remove from list -DEBUG: Optional argument fraction_of_ice_water_cloud to subroutine mp_fer_hires_init in module mp_fer_hires is required, keep in list -DEBUG: Optional argument fraction_of_rain_water_cloud to subroutine mp_fer_hires_init in module mp_fer_hires is required, keep in list DEBUG: Optional argument mean_effective_radius_for_ice_cloud to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list DEBUG: Optional argument mean_effective_radius_for_ice_cloud to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list DEBUG: Optional argument mean_effective_radius_for_liquid_cloud to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list @@ -27297,77 +15564,29 @@ DEBUG: Optional argument mean_effective_radius_for_rain_drop to subroutine rrtmg DEBUG: Optional argument mean_effective_radius_for_rain_drop to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list DEBUG: Optional argument mean_effective_radius_for_snow_flake to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list DEBUG: Optional argument mean_effective_radius_for_snow_flake to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list -DEBUG: Optional argument rime_factor to subroutine mp_fer_hires_init in module mp_fer_hires is required, keep in list DEBUG: Optional argument tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step to subroutine GFS_rrtmgp_lw_post_run in module GFS_rrtmgp_lw_post is required, keep in list DEBUG: Optional argument tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list DEBUG: Optional argument tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step to subroutine GFS_rrtmgp_sw_post_run in module GFS_rrtmgp_sw_post is required, keep in list DEBUG: Optional argument tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list DEBUG: Optional argument water_friendly_aerosol_number_concentration to subroutine mp_thompson_init in module mp_thompson is required, keep in list -INFO: Metadata table for model FV3 written to /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Metadata table for model FV3 written to /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex INFO: Comparing metadata for requested and provided variables ... -DEBUG: Requested variable GFS_cldprop_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Cldprop in module GFS_typedefs -DEBUG: Requested variable GFS_cldprop_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Cldprop in module GFS_typedefs -DEBUG: Requested variable GFS_cldprop_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Cldprop in module GFS_typedefs DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Control in module CCPP_data DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Control in module CCPP_data DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_abort SCHEME_GFS_abort SUBROUTINE_GFS_abort_run matched to target GFS_Control in module CCPP_data DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_init matched to target GFS_Control in module CCPP_data DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_run matched to target GFS_Control in module CCPP_data DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rad_time_vary SCHEME_GFS_rad_time_vary SUBROUTINE_GFS_rad_time_vary_run matched to target GFS_Control in module CCPP_data -DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control in module CCPP_data -DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control in module CCPP_data DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_suite_interstitial_rad_reset SCHEME_GFS_suite_interstitial_rad_reset SUBROUTINE_GFS_suite_interstitial_rad_reset_run matched to target GFS_Control in module CCPP_data DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_suite_interstitial_phys_reset SCHEME_GFS_suite_interstitial_phys_reset SUBROUTINE_GFS_suite_interstitial_phys_reset_run matched to target GFS_Control in module CCPP_data -DEBUG: Requested variable GFS_control_type_instance in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Control in module CCPP_data -DEBUG: Requested variable GFS_control_type_instance in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Control in module CCPP_data -DEBUG: Requested variable GFS_control_type_instance in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Control in module CCPP_data -DEBUG: Requested variable GFS_control_type_instance in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Control in module CCPP_data -DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs -DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs -DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs -DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs -DEBUG: Requested variable GFS_coupling_type_instance in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs -DEBUG: Requested variable GFS_coupling_type_instance in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs DEBUG: Requested variable GFS_data_type_instance_all_blocks in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_init matched to target GFS_Data in module CCPP_data DEBUG: Requested variable GFS_data_type_instance_all_blocks in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_run matched to target GFS_Data in module CCPP_data DEBUG: Requested variable GFS_data_type_instance_all_blocks in MODULE_GFS_rad_time_vary SCHEME_GFS_rad_time_vary SUBROUTINE_GFS_rad_time_vary_run matched to target GFS_Data in module CCPP_data -DEBUG: Requested variable GFS_diag_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Intdiag in module GFS_typedefs -DEBUG: Requested variable GFS_diag_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Intdiag in module GFS_typedefs -DEBUG: Requested variable GFS_diag_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag in module GFS_typedefs -DEBUG: Requested variable GFS_diag_type_instance in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag in module GFS_typedefs -DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs -DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs -DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs -DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs -DEBUG: Requested variable GFS_grid_type_instance in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs -DEBUG: Requested variable GFS_grid_type_instance in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs -DEBUG: Requested variable GFS_grid_type_instance in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs -DEBUG: Requested variable GFS_grid_type_instance in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs DEBUG: Requested variable GFS_interstitial_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Interstitial(cdata%thrd_no) in module CCPP_data DEBUG: Requested variable GFS_interstitial_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Interstitial(cdata%thrd_no) in module CCPP_data DEBUG: Requested variable GFS_interstitial_type_instance in MODULE_GFS_suite_interstitial_rad_reset SCHEME_GFS_suite_interstitial_rad_reset SUBROUTINE_GFS_suite_interstitial_rad_reset_run matched to target GFS_Interstitial(cdata%thrd_no) in module CCPP_data DEBUG: Requested variable GFS_interstitial_type_instance in MODULE_GFS_suite_interstitial_phys_reset SCHEME_GFS_suite_interstitial_phys_reset SUBROUTINE_GFS_suite_interstitial_phys_reset_run matched to target GFS_Interstitial(cdata%thrd_no) in module CCPP_data DEBUG: Requested variable GFS_interstitial_type_instance_all_threads in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_init matched to target GFS_Interstitial in module CCPP_data -DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs -DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs -DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs -DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs -DEBUG: Requested variable GFS_radtend_type_instance in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs -DEBUG: Requested variable GFS_radtend_type_instance in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs -DEBUG: Requested variable GFS_radtend_type_instance in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs -DEBUG: Requested variable GFS_radtend_type_instance in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs -DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs -DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs -DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs -DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs -DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs -DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs -DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs -DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs -DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs -DEBUG: Requested variable GFS_tbd_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Tbd in module GFS_typedefs -DEBUG: Requested variable GFS_tbd_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Tbd in module GFS_typedefs -DEBUG: Requested variable GFS_tbd_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd in module GFS_typedefs DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs @@ -27463,6 +15682,7 @@ DEBUG: Requested variable adjusted_vertical_layer_dimension_for_radiation in MOD DEBUG: Requested variable adjusted_vertical_layer_dimension_for_radiation in MODULE_sgscloud_radpre SCHEME_sgscloud_radpre SUBROUTINE_sgscloud_radpre_run matched to target GFS_Interstitial(cdata%thrd_no)%lmk in module GFS_typedefs DEBUG: Requested variable adjusted_vertical_layer_dimension_for_radiation in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%lmk in module GFS_typedefs DEBUG: Requested variable adjusted_vertical_layer_dimension_for_radiation in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%lmk in module GFS_typedefs +DEBUG: Requested variable adjusted_vertical_layer_dimension_for_radiation in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%lmk in module GFS_typedefs DEBUG: Requested variable adjusted_vertical_level_dimension_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%lmp in module GFS_typedefs DEBUG: Requested variable adjusted_vertical_level_dimension_for_radiation in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%lmp in module GFS_typedefs DEBUG: Requested variable adjusted_vertical_level_dimension_for_radiation in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%lmp in module GFS_typedefs @@ -27471,6 +15691,10 @@ DEBUG: Requested variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 DEBUG: Requested variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,3) in module GFS_typedefs DEBUG: Requested variable aerosol_aware_parameter_deep_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%asolfac_deep in module GFS_typedefs DEBUG: Requested variable aerosol_aware_parameter_shallow_convection in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%asolfac_shal in module GFS_typedefs +DEBUG: Requested variable aerosol_number_concentration_from_gocart_aerosol_climatology in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%aer_nm in module GFS_typedefs +DEBUG: Requested variable aerosol_number_concentration_from_gocart_aerosol_climatology in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%aer_nm in module GFS_typedefs +DEBUG: Requested variable aerosol_number_concentration_from_gocart_aerosol_climatology in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Tbd%aer_nm in module GFS_typedefs +DEBUG: Requested variable aerosol_number_concentration_from_gocart_aerosol_climatology in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Tbd%aer_nm in module GFS_typedefs DEBUG: Requested variable aerosol_optical_depth_for_longwave_bands_01_16 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%faerlw(:,:,:,1) in module GFS_typedefs DEBUG: Requested variable aerosol_optical_depth_for_longwave_bands_01_16 in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%faerlw(:,:,:,1) in module GFS_typedefs DEBUG: Requested variable aerosol_optical_depth_for_shortwave_bands_01_16 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,1) in module GFS_typedefs @@ -27483,6 +15707,7 @@ DEBUG: Requested variable aerosol_single_scattering_albedo_for_shortwave_bands_0 DEBUG: Requested variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,2) in module GFS_typedefs DEBUG: Requested variable air_pressure in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs DEBUG: Requested variable air_pressure in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs DEBUG: Requested variable air_pressure in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs DEBUG: Requested variable air_pressure in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs DEBUG: Requested variable air_pressure in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs @@ -27524,6 +15749,8 @@ DEBUG: Requested variable air_pressure in MODULE_rayleigh_damp SCHEME_rayleigh_d DEBUG: Requested variable air_pressure in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs DEBUG: Requested variable air_pressure in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs DEBUG: Requested variable air_pressure_at_interface in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs DEBUG: Requested variable air_pressure_at_interface in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs DEBUG: Requested variable air_pressure_at_interface in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs DEBUG: Requested variable air_pressure_at_interface in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs @@ -27586,6 +15813,8 @@ DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_oz DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs DEBUG: Requested variable air_temperature in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs DEBUG: Requested variable air_temperature in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs DEBUG: Requested variable air_temperature in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs DEBUG: Requested variable air_temperature in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs DEBUG: Requested variable air_temperature in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs @@ -27634,7 +15863,7 @@ DEBUG: Requested variable air_temperature_at_lowest_model_layer in MODULE_sfc_si DEBUG: Requested variable air_temperature_at_lowest_model_layer_for_diag in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%t1 in module GFS_typedefs DEBUG: Requested variable air_temperature_at_lowest_model_layer_for_diag in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%t1 in module GFS_typedefs DEBUG: Requested variable air_temperature_at_lowest_model_layer_updated_by_physics in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0(:,1) in module GFS_typedefs -DEBUG: Requested variable air_temperature_at_previous_time_step in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,3) in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_previous_timestep in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nTdelt) in module GFS_typedefs DEBUG: Requested variable air_temperature_save in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs DEBUG: Requested variable air_temperature_save in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs DEBUG: Requested variable air_temperature_save in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs @@ -27649,7 +15878,7 @@ DEBUG: Requested variable air_temperature_save in MODULE_mp_thompson_pre SCHEME_ DEBUG: Requested variable air_temperature_save in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs DEBUG: Requested variable air_temperature_save_from_convective_parameterization in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%save_tcp in module GFS_typedefs DEBUG: Requested variable air_temperature_save_from_convective_parameterization in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Interstitial(cdata%thrd_no)%save_tcp in module GFS_typedefs -DEBUG: Requested variable air_temperature_two_time_steps_back in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_two_timesteps_back in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nT2delt) in module GFS_typedefs DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs @@ -27698,6 +15927,7 @@ DEBUG: Requested variable anisotropy_of_subgrid_orography in MODULE_gwdps SCHEME DEBUG: Requested variable array_dimension_of_2d_arrays_for_microphysics in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%num_p2d in module GFS_typedefs DEBUG: Requested variable array_dimension_of_3d_arrays_for_microphysics in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%num_p3d in module GFS_typedefs DEBUG: Requested variable array_dimension_of_3d_arrays_for_microphysics in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%num_p3d in module GFS_typedefs +DEBUG: Requested variable array_dimension_of_3d_arrays_for_microphysics in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%num_p3d in module GFS_typedefs DEBUG: Requested variable array_dimension_of_3d_arrays_for_microphysics in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%num_p3d in module GFS_typedefs DEBUG: Requested variable array_dimension_of_3d_arrays_for_microphysics in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%num_p3d in module GFS_typedefs DEBUG: Requested variable array_dimension_of_random_number in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%nrcm in module GFS_typedefs @@ -27864,6 +16094,7 @@ DEBUG: Requested variable ccpp_error_flag in MODULE_fv_sat_adj SCHEME_fv_sat_adj DEBUG: Requested variable ccpp_error_flag in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target cdata%errflg in module ccpp_types DEBUG: Requested variable ccpp_error_flag in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target cdata%errflg in module ccpp_types DEBUG: Requested variable ccpp_error_flag in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_init matched to target cdata%errflg in module ccpp_types DEBUG: Requested variable ccpp_error_flag in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target cdata%errflg in module ccpp_types DEBUG: Requested variable ccpp_error_flag in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target cdata%errflg in module ccpp_types DEBUG: Requested variable ccpp_error_flag in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target cdata%errflg in module ccpp_types @@ -28114,6 +16345,8 @@ DEBUG: Requested variable ccpp_error_message in MODULE_gwdc_pre SCHEME_gwdc_pre DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run from len=* to len=512 DEBUG: Requested variable ccpp_error_message in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target cdata%errmsg in module ccpp_types DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_init from len=* to len=512 DEBUG: Requested variable ccpp_error_message in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target cdata%errmsg in module ccpp_types DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run from len=* to len=512 DEBUG: Requested variable ccpp_error_message in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target cdata%errmsg in module ccpp_types @@ -28397,6 +16630,10 @@ DEBUG: Requested variable cloud_decorrelation_length in MODULE_GFS_cloud_diagnos DEBUG: Requested variable cloud_decorrelation_length in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%de_lgth in module GFS_typedefs DEBUG: Requested variable cloud_decorrelation_length in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%de_lgth in module GFS_typedefs DEBUG: Requested variable cloud_fraction_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%qc in module CCPP_typedefs +DEBUG: Requested variable cloud_fraction_for_MG in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%indcld) in module GFS_typedefs +DEBUG: Requested variable cloud_fraction_for_MG in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%indcld) in module GFS_typedefs +DEBUG: Requested variable cloud_fraction_for_MG in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%indcld) in module GFS_typedefs +DEBUG: Requested variable cloud_fraction_for_MG in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%indcld) in module GFS_typedefs DEBUG: Requested variable cloud_fraction_updated_by_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntclamt) in module GFS_typedefs DEBUG: Requested variable cloud_graupel_specific_humidity_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%qg in module CCPP_typedefs DEBUG: Requested variable cloud_ice_specific_humidity_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%qi in module CCPP_typedefs @@ -28468,6 +16705,7 @@ DEBUG: Requested variable convective_cloud_cover in MODULE_m_micro_pre SCHEME_m_ DEBUG: Requested variable convective_cloud_cover in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvc in module GFS_typedefs DEBUG: Requested variable convective_cloud_cover_in_phy_f3d in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvc) in module GFS_typedefs DEBUG: Requested variable convective_cloud_cover_in_phy_f3d in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvc) in module GFS_typedefs +DEBUG: Requested variable convective_cloud_cover_in_phy_f3d in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvc) in module GFS_typedefs DEBUG: Requested variable convective_cloud_fraction_for_microphysics in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%cf_upi in module GFS_typedefs DEBUG: Requested variable convective_cloud_fraction_for_microphysics in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cf_upi in module GFS_typedefs DEBUG: Requested variable convective_cloud_fraction_for_microphysics in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%cf_upi in module GFS_typedefs @@ -28491,6 +16729,7 @@ DEBUG: Requested variable convective_cloud_water_mixing_ratio in MODULE_m_micro_ DEBUG: Requested variable convective_cloud_water_mixing_ratio in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvw in module GFS_typedefs DEBUG: Requested variable convective_cloud_water_mixing_ratio_in_phy_f3d in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvw) in module GFS_typedefs DEBUG: Requested variable convective_cloud_water_mixing_ratio_in_phy_f3d in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvw) in module GFS_typedefs +DEBUG: Requested variable convective_cloud_water_mixing_ratio_in_phy_f3d in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvw) in module GFS_typedefs DEBUG: Requested variable convective_cloud_water_mixing_ratio_in_phy_f3d in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvw) in module GFS_typedefs DEBUG: Requested variable convective_precipitation_rate_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%draincprv in module GFS_typedefs DEBUG: Requested variable convective_precipitation_rate_from_previous_timestep in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%draincprv in module GFS_typedefs @@ -28509,14 +16748,18 @@ DEBUG: Requested variable convexity_of_subgrid_orography in MODULE_drag_suite SC DEBUG: Requested variable convexity_of_subgrid_orography in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%oc in module GFS_typedefs DEBUG: Requested variable convexity_of_subgrid_orography_small_scale in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%ocss in module GFS_typedefs DEBUG: Requested variable convexity_of_subgrid_orography_small_scale in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%ocss in module GFS_typedefs +DEBUG: Requested variable cosine_of_latitude in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%coslat in module GFS_typedefs DEBUG: Requested variable cosine_of_latitude in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Grid%coslat in module GFS_typedefs DEBUG: Requested variable cosine_of_latitude in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Grid%coslat in module GFS_typedefs DEBUG: Requested variable cosine_of_latitude in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%coslat in module GFS_typedefs DEBUG: Requested variable cosine_of_solar_declination_angle in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%cdec in module GFS_typedefs DEBUG: Requested variable cosine_of_solar_declination_angle in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%cdec in module GFS_typedefs DEBUG: Requested variable cosine_of_solar_declination_angle in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%cdec in module GFS_typedefs +DEBUG: Requested variable cosine_of_zenith_angle in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs +DEBUG: Requested variable cosine_of_zenith_angle in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs DEBUG: Requested variable cosine_of_zenith_angle in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs DEBUG: Requested variable cosine_of_zenith_angle in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs +DEBUG: Requested variable cosine_of_zenith_angle in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs DEBUG: Requested variable cosine_of_zenith_angle in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs DEBUG: Requested variable cosine_of_zenith_angle in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs DEBUG: Requested variable cosine_of_zenith_angle in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs @@ -28554,16 +16797,23 @@ DEBUG: Requested variable cumulative_change_in_ozone_concentration_due_to_temper DEBUG: Requested variable cumulative_change_in_ozone_concentration_due_to_temperature in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,8) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_convective_gravity_wave_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,9) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_convective_gravity_wave_drag in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,9) in module GFS_typedefs @@ -28590,9 +16840,13 @@ DEBUG: Requested variable cumulative_change_in_temperature_due_to_shortwave_radi DEBUG: Requested variable cumulative_change_in_temperature_due_to_shortwave_radiation in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,2) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,2) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,2) in module GFS_typedefs @@ -28604,9 +16858,13 @@ DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,3) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,4) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,4) in module GFS_typedefs @@ -28627,9 +16885,13 @@ DEBUG: Requested variable cumulative_change_in_x_wind_due_to_shallow_convection DEBUG: Requested variable cumulative_change_in_x_wind_due_to_shallow_convection in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,6) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,4) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,4) in module GFS_typedefs @@ -28655,6 +16917,9 @@ DEBUG: Requested variable cumulative_lwe_thickness_of_convective_precipitation_a DEBUG: Requested variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cnvprcpb in module GFS_typedefs DEBUG: Requested variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cnvprcpb in module GFS_typedefs DEBUG: Requested variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cnvprcpb in module GFS_typedefs +DEBUG: Requested variable cumulative_radiation_diagnostic in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%fluxr in module GFS_typedefs +DEBUG: Requested variable cumulative_radiation_diagnostic in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%fluxr in module GFS_typedefs +DEBUG: Requested variable cumulative_radiation_diagnostic in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%fluxr in module GFS_typedefs DEBUG: Requested variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sbsnoa in module GFS_typedefs DEBUG: Requested variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%snohfa in module GFS_typedefs DEBUG: Requested variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%evbsa in module GFS_typedefs @@ -28701,6 +16966,10 @@ DEBUG: Requested variable date_and_time_at_model_initialization in MODULE_GFS_rr DEBUG: Requested variable date_and_time_at_model_initialization_reordered in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%idate in module GFS_typedefs DEBUG: Requested variable date_and_time_at_model_initialization_reordered in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%idate in module GFS_typedefs DEBUG: Requested variable date_and_time_at_model_initialization_reordered in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%idate in module GFS_typedefs +DEBUG: Requested variable daytime_mean_cosz_over_rad_call_period in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszdg in module GFS_typedefs +DEBUG: Requested variable daytime_mean_cosz_over_rad_call_period in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszdg in module GFS_typedefs +DEBUG: Requested variable daytime_mean_cosz_over_rad_call_period in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszdg in module GFS_typedefs +DEBUG: Requested variable daytime_mean_cosz_over_rad_call_period in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszdg in module GFS_typedefs DEBUG: Requested variable daytime_points in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs DEBUG: Requested variable daytime_points in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs DEBUG: Requested variable daytime_points in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs @@ -28759,6 +17028,7 @@ DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_layer in DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_layer in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk(:,1) in module GFS_typedefs DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_layer in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk(:,1) in module GFS_typedefs DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_layer in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs @@ -28779,6 +17049,8 @@ DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs DEBUG: Requested variable dissipation_estimate_of_air_temperature_at_model_layers in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Statein%diss_est in module GFS_typedefs +DEBUG: Requested variable do_mynnedmf in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%do_mynnedmf in module GFS_typedefs +DEBUG: Requested variable do_mynnedmf in MODULE_sgscloud_radpre SCHEME_sgscloud_radpre SUBROUTINE_sgscloud_radpre_run matched to target GFS_Control%do_mynnedmf in module GFS_typedefs DEBUG: Requested variable do_ugwp in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%do_ugwp in module GFS_typedefs DEBUG: Requested variable do_ugwp in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%do_ugwp in module GFS_typedefs DEBUG: Requested variable dominant_freezing_rain_type in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%tdomzr in module GFS_typedefs @@ -28796,18 +17068,22 @@ DEBUG: Requested variable dynamics_to_physics_timestep_ratio in MODULE_GFS_SCNV_ DEBUG: Requested variable eddy_mixing_due_to_ugwp in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%gw_kdis in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ngeffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ngeffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_ice_particle_in_um in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nieffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_ice_particle_in_um in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nieffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_ice_particle_in_um in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nieffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_ice_particle_in_um in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nieffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_ice_particle_in_um in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nieffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nleffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nleffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nleffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nleffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nleffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_rain_particle_in_um in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nreffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_rain_particle_in_um in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nreffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_rain_particle_in_um in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nreffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_rain_particle_in_um in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nreffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_rain_particle_in_um in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nreffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_snow_particle_in_um in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nseffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_snow_particle_in_um in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nseffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_snow_particle_in_um in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nseffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_snow_particle_in_um in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nseffr) in module GFS_typedefs @@ -28850,12 +17126,15 @@ DEBUG: Requested variable flag_diagnostics in MODULE_GFS_MP_generic_post SCHEME_ DEBUG: Requested variable flag_diagnostics in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Control%lssav in module GFS_typedefs @@ -28876,9 +17155,13 @@ DEBUG: Requested variable flag_diagnostics_3D in MODULE_gwdc_post SCHEME_gwdc_po DEBUG: Requested variable flag_diagnostics_3D in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Control%ldiag3d in module GFS_typedefs DEBUG: Requested variable flag_diagnostics_3D in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%ldiag3d in module GFS_typedefs DEBUG: Requested variable flag_diagnostics_3D in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%ldiag3d in module GFS_typedefs DEBUG: Requested variable flag_diagnostics_3D in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%ldiag3d in module GFS_typedefs DEBUG: Requested variable flag_diagnostics_3D in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%ldiag3d in module GFS_typedefs DEBUG: Requested variable flag_diagnostics_3D in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%ldiag3d in module GFS_typedefs DEBUG: Requested variable flag_diagnostics_3D in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Control%ldiag3d in module GFS_typedefs DEBUG: Requested variable flag_diagnostics_3D in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Control%ldiag3d in module GFS_typedefs DEBUG: Requested variable flag_diagnostics_3D in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Control%ldiag3d in module GFS_typedefs @@ -28893,10 +17176,12 @@ DEBUG: Requested variable flag_for_CRICK_proof_cloud_water in MODULE_GFS_rrtmgp_ DEBUG: Requested variable flag_for_Chikira_Sugiyama_deep_convection in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%cscnv in module GFS_typedefs DEBUG: Requested variable flag_for_Chikira_Sugiyama_deep_convection in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%cscnv in module GFS_typedefs DEBUG: Requested variable flag_for_Chikira_Sugiyama_deep_convection in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%cscnv in module GFS_typedefs +DEBUG: Requested variable flag_for_GFDL_microphysics_radiation_interaction in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%lgfdlmprad in module GFS_typedefs DEBUG: Requested variable flag_for_aerosol_convective_transport_and_PBL_diffusion in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%trans_aero in module GFS_typedefs DEBUG: Requested variable flag_for_aerosol_convective_transport_and_PBL_diffusion in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%trans_aero in module GFS_typedefs DEBUG: Requested variable flag_for_aerosol_physics in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ltaerosol in module GFS_typedefs DEBUG: Requested variable flag_for_aerosol_physics in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ltaerosol in module GFS_typedefs +DEBUG: Requested variable flag_for_aerosol_physics in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ltaerosol in module GFS_typedefs DEBUG: Requested variable flag_for_aerosol_physics in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ltaerosol in module GFS_typedefs DEBUG: Requested variable flag_for_aerosol_physics in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ltaerosol in module GFS_typedefs DEBUG: Requested variable flag_for_aerosol_physics in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%ltaerosol in module GFS_typedefs @@ -28920,6 +17205,7 @@ DEBUG: Requested variable flag_for_cice in MODULE_GFS_surface_composites_post SC DEBUG: Requested variable flag_for_cice in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_cice in module GFS_typedefs DEBUG: Requested variable flag_for_cloud_condensate_normalized_by_cloud_cover in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ccnorm in module GFS_typedefs DEBUG: Requested variable flag_for_cloud_condensate_normalized_by_cloud_cover in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%ccnorm in module GFS_typedefs +DEBUG: Requested variable flag_for_cloud_effective_radii in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%effr_in in module GFS_typedefs DEBUG: Requested variable flag_for_cloud_effective_radii in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Control%effr_in in module GFS_typedefs DEBUG: Requested variable flag_for_cloud_effective_radii in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Control%effr_in in module GFS_typedefs DEBUG: Requested variable flag_for_cloud_effective_radii in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Control%effr_in in module GFS_typedefs @@ -28928,7 +17214,7 @@ DEBUG: Requested variable flag_for_cloud_overlap_method_for_longwave_radiation i DEBUG: Requested variable flag_for_cloud_overlap_method_for_shortwave_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%iovr_sw in module GFS_typedefs DEBUG: Requested variable flag_for_cloud_overlap_method_for_shortwave_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%iovr_sw in module GFS_typedefs DEBUG: Requested variable flag_for_convective_gravity_wave_drag in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Control%do_cnvgwd in module GFS_typedefs -DEBUG: Requested variable flag_for_convective_gravity_wave_drag in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Control%do_cnvgwd in module GFS_typedefs +DEBUG: Requested variable flag_for_convective_gravity_wave_drag in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_init matched to target GFS_Control%do_cnvgwd in module GFS_typedefs DEBUG: Requested variable flag_for_convective_transport_of_tracers in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%trans_trac in module GFS_typedefs DEBUG: Requested variable flag_for_default_aerosol_effect_in_shortwave_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%iaer in module GFS_typedefs DEBUG: Requested variable flag_for_default_aerosol_effect_in_shortwave_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%iaer in module GFS_typedefs @@ -28936,6 +17222,7 @@ DEBUG: Requested variable flag_for_fast_microphysics_energy_conservation in MODU DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs +DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs @@ -28972,6 +17259,13 @@ DEBUG: Requested variable flag_for_generic_gravity_wave_drag_tendency in MODULE_ DEBUG: Requested variable flag_for_generic_gravity_wave_drag_tendency in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%flag_for_gwd_generic_tend in module GFS_typedefs DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs +DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs +DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs +DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs +DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs +DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs +DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs +DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs DEBUG: Requested variable flag_for_generic_shallow_convection_tendency in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Control%flag_for_scnv_generic_tend in module GFS_typedefs DEBUG: Requested variable flag_for_generic_shallow_convection_tendency in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%flag_for_scnv_generic_tend in module GFS_typedefs DEBUG: Requested variable flag_for_generic_shallow_convection_tendency in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%flag_for_scnv_generic_tend in module GFS_typedefs @@ -28980,6 +17274,7 @@ DEBUG: Requested variable flag_for_gf_deep_convection_scheme in MODULE_sgscloud_ DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs +DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs @@ -29030,6 +17325,8 @@ DEBUG: Requested variable flag_for_land_surface_scheme in MODULE_GFS_time_vary_p DEBUG: Requested variable flag_for_land_surface_scheme in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Control%lsm in module GFS_typedefs DEBUG: Requested variable flag_for_land_surface_scheme in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Control%lsm in module GFS_typedefs DEBUG: Requested variable flag_for_land_surface_scheme in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%lsm in module GFS_typedefs +DEBUG: Requested variable flag_for_lmfshal in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%lmfshal in module GFS_typedefs +DEBUG: Requested variable flag_for_lmfshal in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Control%lmfshal in module GFS_typedefs DEBUG: Requested variable flag_for_lw_clouds_without_sub_grid_approximation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%isubc_lw in module GFS_typedefs DEBUG: Requested variable flag_for_lw_clouds_without_sub_grid_approximation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%isubc_lw in module GFS_typedefs DEBUG: Requested variable flag_for_mass_flux_deep_convection_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imfdeepcnv in module GFS_typedefs @@ -29042,6 +17339,7 @@ DEBUG: Requested variable flag_for_mass_flux_shallow_convection_scheme in MODULE DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%imp_physics in module GFS_typedefs DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics in module GFS_typedefs DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imp_physics in module GFS_typedefs DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%imp_physics in module GFS_typedefs DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics in module GFS_typedefs DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imp_physics in module GFS_typedefs @@ -29063,6 +17361,7 @@ DEBUG: Requested variable flag_for_moorthi_stratus in MODULE_GFS_suite_interstit DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs +DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs @@ -29080,6 +17379,12 @@ DEBUG: Requested variable flag_for_nsstm_run in MODULE_sfc_nst_post SCHEME_sfc_n DEBUG: Requested variable flag_for_old_PBL_scheme in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%old_monin in module GFS_typedefs DEBUG: Requested variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%icliq_sw in module GFS_typedefs DEBUG: Requested variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%icliq_sw in module GFS_typedefs +DEBUG: Requested variable flag_for_output_of_longwave_heating_rate in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Control%lwhtr in module GFS_typedefs +DEBUG: Requested variable flag_for_output_of_longwave_heating_rate in MODULE_rrtmgp_lw_rte SCHEME_rrtmgp_lw_rte SUBROUTINE_rrtmgp_lw_rte_run matched to target GFS_Control%lwhtr in module GFS_typedefs +DEBUG: Requested variable flag_for_output_of_longwave_heating_rate in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Control%lwhtr in module GFS_typedefs +DEBUG: Requested variable flag_for_output_of_shortwave_heating_rate in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Control%swhtr in module GFS_typedefs +DEBUG: Requested variable flag_for_output_of_shortwave_heating_rate in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run matched to target GFS_Control%swhtr in module GFS_typedefs +DEBUG: Requested variable flag_for_output_of_shortwave_heating_rate in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Control%swhtr in module GFS_typedefs DEBUG: Requested variable flag_for_ozone_physics in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_init matched to target GFS_Control%oz_phys in module GFS_typedefs DEBUG: Requested variable flag_for_precipitation_effect_on_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%norad_precip in module GFS_typedefs DEBUG: Requested variable flag_for_precipitation_effect_on_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%norad_precip in module GFS_typedefs @@ -29106,6 +17411,7 @@ DEBUG: Requested variable flag_for_scale_aware_Shinhong_PBL in MODULE_GFS_PBL_ge DEBUG: Requested variable flag_for_scale_aware_TKE_moist_EDMF_PBL in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%satmedmf in module GFS_typedefs DEBUG: Requested variable flag_for_scale_aware_TKE_moist_EDMF_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%satmedmf in module GFS_typedefs DEBUG: Requested variable flag_for_scale_aware_TKE_moist_EDMF_PBL in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%satmedmf in module GFS_typedefs +DEBUG: Requested variable flag_for_scale_aware_mass_flux_convection in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%lmfdeep2 in module GFS_typedefs DEBUG: Requested variable flag_for_shallow_convection in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%shal_cnv in module GFS_typedefs DEBUG: Requested variable flag_for_shallow_convection in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_init matched to target GFS_Control%shal_cnv in module GFS_typedefs DEBUG: Requested variable flag_for_shoc in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%do_shoc in module GFS_typedefs @@ -29134,6 +17440,7 @@ DEBUG: Requested variable flag_for_the_last_step_of_k_split_remapping in MODULE_ DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs @@ -29141,6 +17448,8 @@ DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_mynned DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_init matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_uni_cld in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%uni_cld in module GFS_typedefs +DEBUG: Requested variable flag_for_uni_cld in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Control%uni_cld in module GFS_typedefs DEBUG: Requested variable flag_for_using_climatology_albedo in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ialb in module GFS_typedefs DEBUG: Requested variable flag_for_using_climatology_albedo in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%ialb in module GFS_typedefs DEBUG: Requested variable flag_for_using_prescribed_global_mean_co2_value in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ico2 in module GFS_typedefs @@ -29152,21 +17461,23 @@ DEBUG: Requested variable flag_for_wave_coupling_to_atm in MODULE_GFS_surface_co DEBUG: Requested variable flag_for_wave_coupling_to_atm in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Control%cplwav2atm in module GFS_typedefs DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs +DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs DEBUG: Requested variable flag_for_ysu in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%do_ysu in module GFS_typedefs DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs +DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs +DEBUG: Requested variable flag_for_zhao_carr_pdf_microphysics_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imp_physics_zhao_carr_pdf in module GFS_typedefs DEBUG: Requested variable flag_for_zhao_carr_pdf_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_zhao_carr_pdf in module GFS_typedefs DEBUG: Requested variable flag_for_zhao_carr_pdf_microphysics_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imp_physics_zhao_carr_pdf in module GFS_typedefs DEBUG: Requested variable flag_for_zhao_carr_pdf_microphysics_scheme in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%imp_physics_zhao_carr_pdf in module GFS_typedefs DEBUG: Requested variable flag_idealized_physics in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%lsidea in module GFS_typedefs DEBUG: Requested variable flag_idealized_physics in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%lsidea in module GFS_typedefs -DEBUG: Requested variable flag_idealized_physics in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%lsidea in module GFS_typedefs DEBUG: Requested variable flag_idealized_physics in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%lsidea in module GFS_typedefs DEBUG: Requested variable flag_idealized_physics in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Control%lsidea in module GFS_typedefs DEBUG: Requested variable flag_nonzero_lake_surface_fraction in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Interstitial(cdata%thrd_no)%lake in module GFS_typedefs @@ -29248,8 +17559,12 @@ DEBUG: Requested variable flag_reset_maximum_hourly_fields in MODULE_maximum_hou DEBUG: Requested variable flag_shallow_convective_cloud in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%shcnvcw in module GFS_typedefs DEBUG: Requested variable flag_to_calc_RRTMGP_LW_jacobian in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%use_LW_jacobian in module GFS_typedefs DEBUG: Requested variable flag_to_calc_RRTMGP_LW_jacobian in MODULE_rrtmgp_lw_rte SCHEME_rrtmgp_lw_rte SUBROUTINE_rrtmgp_lw_rte_run matched to target GFS_Control%use_LW_jacobian in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%lslwr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_lw in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%lslwr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Control%lslwr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_run matched to target GFS_Control%lslwr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Control%lslwr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmgp_lw_rte SCHEME_rrtmgp_lw_rte SUBROUTINE_rrtmgp_lw_rte_run matched to target GFS_Control%lslwr in module GFS_typedefs @@ -29261,9 +17576,13 @@ DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmgp_lw_cloud_sampling SCH DEBUG: Requested variable flag_to_calc_lw in MODULE_GFS_cloud_diagnostics SCHEME_GFS_cloud_diagnostics SUBROUTINE_GFS_cloud_diagnostics_run matched to target GFS_Control%lslwr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_lw in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Control%lslwr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_lw in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%lsswr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_sw in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%lsswr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_sw in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%lsswr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Control%lsswr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_run matched to target GFS_Control%lsswr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Control%lsswr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Control%lsswr in module GFS_typedefs @@ -29286,15 +17605,20 @@ DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_GFS_SCNV_generic_ DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%qdiag3d in module GFS_typedefs +DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%qdiag3d in module GFS_typedefs +DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%qdiag3d in module GFS_typedefs +DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%qdiag3d in module GFS_typedefs +DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable forecast_date_and_time in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%jdat in module GFS_typedefs DEBUG: Requested variable forecast_date_and_time in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%jdat in module GFS_typedefs DEBUG: Requested variable forecast_date_and_time in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%jdat in module GFS_typedefs +DEBUG: Requested variable forecast_hour_of_the_day in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%solhr in module GFS_typedefs DEBUG: Requested variable forecast_hour_of_the_day in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%solhr in module GFS_typedefs DEBUG: Requested variable forecast_hour_of_the_day in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%solhr in module GFS_typedefs DEBUG: Requested variable forecast_hour_of_the_day in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Control%solhr in module GFS_typedefs @@ -29312,21 +17636,26 @@ DEBUG: Requested variable fraction_of_grid_box_with_subgrid_orography_higher_tha DEBUG: Requested variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%clx in module GFS_typedefs DEBUG: Requested variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clxss in module GFS_typedefs DEBUG: Requested variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%clxss in module GFS_typedefs -DEBUG: Requested variable fraction_of_ice_water_cloud in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%f_ice in module GFS_typedefs -DEBUG: Requested variable fraction_of_ice_water_cloud in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Interstitial(cdata%thrd_no)%f_ice in module GFS_typedefs -DEBUG: Requested variable fraction_of_ice_water_cloud in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Interstitial(cdata%thrd_no)%f_ice in module GFS_typedefs -DEBUG: Requested variable fraction_of_rain_water_cloud in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%f_rain in module GFS_typedefs -DEBUG: Requested variable fraction_of_rain_water_cloud in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Interstitial(cdata%thrd_no)%f_rain in module GFS_typedefs -DEBUG: Requested variable fraction_of_rain_water_cloud in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Interstitial(cdata%thrd_no)%f_rain in module GFS_typedefs +DEBUG: Requested variable fractional_coverage_with_strong_cosz_dependency in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%facsf in module GFS_typedefs +DEBUG: Requested variable fractional_coverage_with_strong_cosz_dependency in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%facsf in module GFS_typedefs +DEBUG: Requested variable fractional_coverage_with_weak_cosz_dependency in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%facwf in module GFS_typedefs +DEBUG: Requested variable fractional_coverage_with_weak_cosz_dependency in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%facwf in module GFS_typedefs DEBUG: Requested variable freezing_point_temperature_of_seawater in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target con_tice in module GFS_typedefs DEBUG: Requested variable freezing_point_temperature_of_seawater in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target con_tice in module GFS_typedefs DEBUG: Requested variable freezing_point_temperature_of_seawater in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_tice in module GFS_typedefs +DEBUG: Requested variable frequency_for_longwave_radiation in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%fhlwr in module GFS_typedefs +DEBUG: Requested variable frequency_for_longwave_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%fhlwr in module GFS_typedefs +DEBUG: Requested variable frequency_for_longwave_radiation in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Control%fhlwr in module GFS_typedefs +DEBUG: Requested variable frequency_for_longwave_radiation in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Control%fhlwr in module GFS_typedefs +DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%fhswr in module GFS_typedefs +DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%fhswr in module GFS_typedefs DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%fhswr in module GFS_typedefs DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%fhswr in module GFS_typedefs DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%fhswr in module GFS_typedefs DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Control%fhswr in module GFS_typedefs DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Control%fhswr in module GFS_typedefs DEBUG: Requested variable gas_constant_dry_air in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target con_rd in module GFS_typedefs DEBUG: Requested variable gas_constant_dry_air in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target con_rd in module GFS_typedefs DEBUG: Requested variable gas_constant_dry_air in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target con_rd in module GFS_typedefs DEBUG: Requested variable gas_constant_dry_air in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target con_rd in module GFS_typedefs @@ -29632,6 +17961,8 @@ DEBUG: Requested variable ice_fraction_in_convective_tower in MODULE_m_micro SCH DEBUG: Requested variable ice_fraction_in_convective_tower in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_fice in module GFS_typedefs DEBUG: Requested variable ice_precipitation_rate_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%diceprv in module GFS_typedefs DEBUG: Requested variable ice_precipitation_rate_from_previous_timestep in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%diceprv in module GFS_typedefs +DEBUG: Requested variable ice_supersaturation_threshold in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%sup in module GFS_typedefs +DEBUG: Requested variable ice_supersaturation_threshold in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%sup in module GFS_typedefs DEBUG: Requested variable ice_vertical_dimension in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Control%kice in module GFS_typedefs DEBUG: Requested variable ice_vertical_dimension in MODULE_lsm_ruc_sfc_sice_pre SCHEME_lsm_ruc_sfc_sice_pre SUBROUTINE_lsm_ruc_sfc_sice_pre_run matched to target GFS_Control%kice in module GFS_typedefs DEBUG: Requested variable ice_vertical_dimension in MODULE_lsm_ruc_sfc_sice_post SCHEME_lsm_ruc_sfc_sice_post SUBROUTINE_lsm_ruc_sfc_sice_post_run matched to target GFS_Control%kice in module GFS_typedefs @@ -29654,15 +17985,18 @@ DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_m_ DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntiw) in module GFS_typedefs DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntiw) in module GFS_typedefs DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable index_for_cloud_amount in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntclamt in module GFS_typedefs DEBUG: Requested variable index_for_cloud_amount in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntclamt in module GFS_typedefs DEBUG: Requested variable index_for_cloud_amount in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntclamt in module GFS_typedefs DEBUG: Requested variable index_for_cloud_amount in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%ntclamt in module GFS_typedefs DEBUG: Requested variable index_for_cloud_amount in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Control%ntclamt in module GFS_typedefs +DEBUG: Requested variable index_for_cloud_liquid_water_effective_radius in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%nleffr in module GFS_typedefs DEBUG: Requested variable index_for_diagnostic_printout in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%ipt in module GFS_typedefs DEBUG: Requested variable index_for_first_chemical_tracer in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntchs in module GFS_typedefs DEBUG: Requested variable index_for_first_chemical_tracer in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntchs in module GFS_typedefs DEBUG: Requested variable index_for_graupel in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntgl in module GFS_typedefs DEBUG: Requested variable index_for_graupel in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntgl in module GFS_typedefs +DEBUG: Requested variable index_for_graupel in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntgl in module GFS_typedefs DEBUG: Requested variable index_for_graupel in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntgl in module GFS_typedefs DEBUG: Requested variable index_for_graupel in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntgl in module GFS_typedefs DEBUG: Requested variable index_for_graupel in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntgl in module GFS_typedefs @@ -29675,6 +18009,7 @@ DEBUG: Requested variable index_for_graupel_number_concentration in MODULE_GFS_s DEBUG: Requested variable index_for_graupel_number_concentration in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntgnc in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntiw in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntiw in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntiw in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntiw in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntiw in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_suite_interstitial_5 SCHEME_GFS_suite_interstitial_5 SUBROUTINE_GFS_suite_interstitial_5_run matched to target GFS_Control%ntiw in module GFS_typedefs @@ -29688,14 +18023,17 @@ DEBUG: Requested variable index_for_ice_cloud_condensate_vertical_diffusion_trac DEBUG: Requested variable index_for_ice_cloud_condensate_vertical_diffusion_tracer in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%ntiwx in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntinc in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntinc in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntinc in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntinc in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntinc in module GFS_typedefs +DEBUG: Requested variable index_for_ice_effective_radius in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%nieffr in module GFS_typedefs DEBUG: Requested variable index_for_ice_friendly_aerosols in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntia in module GFS_typedefs DEBUG: Requested variable index_for_ice_friendly_aerosols in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntia in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Control%ntcw in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%ntcw in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntcw in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntcw in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ntcw in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntcw in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntcw in module GFS_typedefs @@ -29716,15 +18054,20 @@ DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_rrtmgp DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Control%ntcw in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntlnc in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntlnc in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntlnc in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntlnc in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntlnc in module GFS_typedefs DEBUG: Requested variable index_for_mass_weighted_rime_factor in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%nqrimef in module GFS_typedefs DEBUG: Requested variable index_for_mass_weighted_rime_factor in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%nqrimef in module GFS_typedefs DEBUG: Requested variable index_for_ozone in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntoz in module GFS_typedefs DEBUG: Requested variable index_for_ozone in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntoz in module GFS_typedefs +DEBUG: Requested variable index_for_ozone in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntoz in module GFS_typedefs DEBUG: Requested variable index_for_ozone in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ntoz in module GFS_typedefs DEBUG: Requested variable index_for_ozone in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%ntoz in module GFS_typedefs +DEBUG: Requested variable index_for_ozone in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%ntoz in module GFS_typedefs DEBUG: Requested variable index_for_ozone in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%ntoz in module GFS_typedefs +DEBUG: Requested variable index_for_ozone in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%ntoz in module GFS_typedefs +DEBUG: Requested variable index_for_ozone in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%ntoz in module GFS_typedefs DEBUG: Requested variable index_for_ozone in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%ntoz in module GFS_typedefs DEBUG: Requested variable index_for_ozone in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Control%ntoz in module GFS_typedefs DEBUG: Requested variable index_for_rain_number_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntrnc in module GFS_typedefs @@ -29733,25 +18076,30 @@ DEBUG: Requested variable index_for_rain_number_concentration in MODULE_GFS_suit DEBUG: Requested variable index_for_rain_number_concentration in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntrnc in module GFS_typedefs DEBUG: Requested variable index_for_rain_water in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntrw in module GFS_typedefs DEBUG: Requested variable index_for_rain_water in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntrw in module GFS_typedefs +DEBUG: Requested variable index_for_rain_water in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntrw in module GFS_typedefs DEBUG: Requested variable index_for_rain_water in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntrw in module GFS_typedefs DEBUG: Requested variable index_for_rain_water in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntrw in module GFS_typedefs DEBUG: Requested variable index_for_rain_water in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntrw in module GFS_typedefs DEBUG: Requested variable index_for_rain_water in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%ntrw in module GFS_typedefs DEBUG: Requested variable index_for_rain_water in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%ntrw in module GFS_typedefs DEBUG: Requested variable index_for_rain_water in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Control%ntrw in module GFS_typedefs +DEBUG: Requested variable index_for_snow_effective_radius in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%nseffr in module GFS_typedefs DEBUG: Requested variable index_for_snow_number_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntsnc in module GFS_typedefs DEBUG: Requested variable index_for_snow_number_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntsnc in module GFS_typedefs DEBUG: Requested variable index_for_snow_number_concentration in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntsnc in module GFS_typedefs DEBUG: Requested variable index_for_snow_number_concentration in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntsnc in module GFS_typedefs DEBUG: Requested variable index_for_snow_water in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntsw in module GFS_typedefs DEBUG: Requested variable index_for_snow_water in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntsw in module GFS_typedefs +DEBUG: Requested variable index_for_snow_water in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntsw in module GFS_typedefs DEBUG: Requested variable index_for_snow_water in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntsw in module GFS_typedefs DEBUG: Requested variable index_for_snow_water in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntsw in module GFS_typedefs DEBUG: Requested variable index_for_snow_water in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntsw in module GFS_typedefs DEBUG: Requested variable index_for_snow_water in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%ntsw in module GFS_typedefs DEBUG: Requested variable index_for_snow_water in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%ntsw in module GFS_typedefs DEBUG: Requested variable index_for_snow_water in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Control%ntsw in module GFS_typedefs +DEBUG: Requested variable index_for_stochastic_land_surface_perturbation_type in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%lndp_type in module GFS_typedefs DEBUG: Requested variable index_for_stochastic_land_surface_perturbation_type in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%lndp_type in module GFS_typedefs +DEBUG: Requested variable index_for_stochastic_land_surface_perturbation_type in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Control%lndp_type in module GFS_typedefs DEBUG: Requested variable index_for_stochastic_land_surface_perturbation_type in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Control%lndp_type in module GFS_typedefs DEBUG: Requested variable index_for_turbulent_kinetic_energy in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntke in module GFS_typedefs DEBUG: Requested variable index_for_turbulent_kinetic_energy in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntke in module GFS_typedefs @@ -29768,8 +18116,10 @@ DEBUG: Requested variable index_for_turbulent_kinetic_energy_vertical_diffusion_ DEBUG: Requested variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%ntkev in module GFS_typedefs DEBUG: Requested variable index_for_water_friendly_aerosols in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntwa in module GFS_typedefs DEBUG: Requested variable index_for_water_friendly_aerosols in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntwa in module GFS_typedefs +DEBUG: Requested variable index_for_water_friendly_aerosols in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntwa in module GFS_typedefs DEBUG: Requested variable index_for_water_vapor in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntqv in module GFS_typedefs DEBUG: Requested variable index_for_water_vapor in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntqv in module GFS_typedefs +DEBUG: Requested variable index_for_water_vapor in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntqv in module GFS_typedefs DEBUG: Requested variable index_for_water_vapor in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntqv in module GFS_typedefs DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%kinver in module GFS_typedefs DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%kinver in module GFS_typedefs @@ -29781,6 +18131,7 @@ DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_satme DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%kinver in module GFS_typedefs DEBUG: Requested variable index_of_time_step in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%kdt in module GFS_typedefs DEBUG: Requested variable index_of_time_step in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%kdt in module GFS_typedefs DEBUG: Requested variable index_of_time_step in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%kdt in module GFS_typedefs DEBUG: Requested variable index_of_time_step in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%kdt in module GFS_typedefs DEBUG: Requested variable index_of_time_step in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%kdt in module GFS_typedefs @@ -29951,6 +18302,7 @@ DEBUG: Requested variable iounit_namelist in MODULE_gfdl_cloud_microphys SCHEME_ DEBUG: Requested variable iounit_namelist in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_init matched to target GFS_Control%nlunit in module GFS_typedefs DEBUG: Requested variable iounit_namelist in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_init matched to target GFS_Control%nlunit in module GFS_typedefs DEBUG: Requested variable iounit_namelist in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_init matched to target GFS_Control%nlunit in module GFS_typedefs +DEBUG: Requested variable julian_day in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%julian in module GFS_typedefs DEBUG: Requested variable julian_day in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%julian in module GFS_typedefs DEBUG: Requested variable julian_day in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Control%julian in module GFS_typedefs DEBUG: Requested variable julian_day in MODULE_flake_driver SCHEME_flake_driver SUBROUTINE_flake_driver_run matched to target GFS_Control%julian in module GFS_typedefs @@ -30074,10 +18426,12 @@ DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_n DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target con_hvap in module GFS_typedefs DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_hvap in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_sgscloud_radpre SCHEME_sgscloud_radpre SUBROUTINE_sgscloud_radpre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_flake_driver SCHEME_flake_driver SUBROUTINE_flake_driver_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs @@ -30088,6 +18442,7 @@ DEBUG: Requested variable latitude in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre DEBUG: Requested variable latitude in MODULE_GFS_cloud_diagnostics SCHEME_GFS_cloud_diagnostics SUBROUTINE_GFS_cloud_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude_in_degree in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat_d in module GFS_typedefs DEBUG: Requested variable latitude_in_degree in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat_d in module GFS_typedefs DEBUG: Requested variable layer_pressure_thickness_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%delr in module GFS_typedefs DEBUG: Requested variable layer_pressure_thickness_for_radiation in MODULE_sgscloud_radpre SCHEME_sgscloud_radpre SUBROUTINE_sgscloud_radpre_run matched to target GFS_Interstitial(cdata%thrd_no)%delr in module GFS_typedefs @@ -30103,9 +18458,11 @@ DEBUG: Requested variable level_of_dividing_streamline in MODULE_drag_suite SCHE DEBUG: Requested variable level_of_dividing_streamline in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zmtnblck in module GFS_typedefs DEBUG: Requested variable log_pressure_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%peln in module CCPP_typedefs DEBUG: Requested variable longitude in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable longitude in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs DEBUG: Requested variable longitude in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs DEBUG: Requested variable longitude in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs DEBUG: Requested variable longitude in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable longitude in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs DEBUG: Requested variable longitude in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs DEBUG: Requested variable longitude in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs DEBUG: Requested variable longitude in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs @@ -30114,8 +18471,11 @@ DEBUG: Requested variable longitude in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rr DEBUG: Requested variable longitude in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs DEBUG: Requested variable longitude in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs DEBUG: Requested variable longitude in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable lw_fluxes_sfc in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcflw in module GFS_typedefs DEBUG: Requested variable lw_fluxes_sfc in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcflw in module GFS_typedefs +DEBUG: Requested variable lw_fluxes_sfc in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcflw in module GFS_typedefs DEBUG: Requested variable lw_fluxes_sfc in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcflw in module GFS_typedefs +DEBUG: Requested variable lw_fluxes_top_atmosphere in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%topflw in module GFS_typedefs DEBUG: Requested variable lw_fluxes_top_atmosphere in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Data(cdata%blk_no)%Intdiag%topflw in module GFS_typedefs DEBUG: Requested variable lw_fluxes_top_atmosphere in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%topflw in module GFS_typedefs DEBUG: Requested variable lwe_thickness_of_convective_precipitation_amount_for_coupling in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%rainc_cpl in module GFS_typedefs @@ -30181,6 +18541,7 @@ DEBUG: Requested variable lwe_thickness_of_snow_amount_on_dynamics_timestep in M DEBUG: Requested variable magnitude_of_perturbation_of_vegetation_fraction in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%lndp_vgf in module GFS_typedefs DEBUG: Requested variable magnitude_of_perturbation_of_vegetation_fraction in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%lndp_vgf in module GFS_typedefs DEBUG: Requested variable magnitude_of_perturbations_for_landperts in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%lndp_prt_list in module GFS_typedefs +DEBUG: Requested variable magnitude_of_perturbations_for_landperts in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Control%lndp_prt_list in module GFS_typedefs DEBUG: Requested variable magnitude_of_perturbations_for_landperts in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Control%lndp_prt_list in module GFS_typedefs DEBUG: Requested variable mass_fraction_of_convective_cloud_ice in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%qicn in module GFS_typedefs DEBUG: Requested variable mass_fraction_of_convective_cloud_ice in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%qicn in module GFS_typedefs @@ -30244,7 +18605,16 @@ DEBUG: Requested variable mean_effective_radius_for_snow_flake in MODULE_rrtmgp_ DEBUG: Requested variable mean_effective_radius_for_snow_flake in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,9) in module GFS_typedefs DEBUG: Requested variable mean_effective_radius_for_snow_flake in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,9) in module GFS_typedefs DEBUG: Requested variable mean_effective_radius_for_snow_flake in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,9) in module GFS_typedefs -DEBUG: Requested variable minimum_large_ice_fraction in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%flgmin in module GFS_typedefs +DEBUG: Requested variable mean_nir_albedo_with_strong_cosz_dependency in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alnsf in module GFS_typedefs +DEBUG: Requested variable mean_nir_albedo_with_strong_cosz_dependency in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alnsf in module GFS_typedefs +DEBUG: Requested variable mean_nir_albedo_with_weak_cosz_dependency in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alnwf in module GFS_typedefs +DEBUG: Requested variable mean_nir_albedo_with_weak_cosz_dependency in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alnwf in module GFS_typedefs +DEBUG: Requested variable mean_nir_albedo_with_weak_cosz_dependency in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alnwf in module GFS_typedefs +DEBUG: Requested variable mean_vis_albedo_with_strong_cosz_dependency in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alvsf in module GFS_typedefs +DEBUG: Requested variable mean_vis_albedo_with_strong_cosz_dependency in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alvsf in module GFS_typedefs +DEBUG: Requested variable mean_vis_albedo_with_weak_cosz_dependency in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alvwf in module GFS_typedefs +DEBUG: Requested variable mean_vis_albedo_with_weak_cosz_dependency in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alvwf in module GFS_typedefs +DEBUG: Requested variable mean_vis_albedo_with_weak_cosz_dependency in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alvwf in module GFS_typedefs DEBUG: Requested variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%rh02min in module GFS_typedefs DEBUG: Requested variable minimum_scaling_factor_for_critical_relative_humidity in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Control%dxmin in module GFS_typedefs DEBUG: Requested variable minimum_scaling_factor_for_critical_relative_humidity in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%dxmin in module GFS_typedefs @@ -30272,6 +18642,7 @@ DEBUG: Requested variable momentum_transport_reduction_factor_pgf_deep_convectio DEBUG: Requested variable momentum_transport_reduction_factor_pgf_shallow_convection in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%pgcon_shal in module GFS_typedefs DEBUG: Requested variable momentum_transport_reduction_factor_pgf_shallow_convection in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Control%pgcon_shal in module GFS_typedefs DEBUG: Requested variable mpi_rank in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%me in module GFS_typedefs DEBUG: Requested variable mpi_rank in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%me in module GFS_typedefs DEBUG: Requested variable mpi_rank in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%me in module GFS_typedefs DEBUG: Requested variable mpi_rank in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%me in module GFS_typedefs @@ -30373,6 +18744,7 @@ DEBUG: Requested variable number_concentration_of_ice_crystals_for_detrainment i DEBUG: Requested variable number_concentration_of_ice_crystals_for_detrainment in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_nice in module GFS_typedefs DEBUG: Requested variable number_of_3d_arrays_associated_with_pdf_based_clouds in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%npdf3d in module GFS_typedefs DEBUG: Requested variable number_of_3d_arrays_associated_with_pdf_based_clouds in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%npdf3d in module GFS_typedefs +DEBUG: Requested variable number_of_3d_arrays_associated_with_pdf_based_clouds in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%npdf3d in module GFS_typedefs DEBUG: Requested variable number_of_3d_arrays_associated_with_pdf_based_clouds in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%npdf3d in module GFS_typedefs DEBUG: Requested variable number_of_aerosol_tracers_for_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%itc in module GFS_typedefs DEBUG: Requested variable number_of_aerosol_tracers_for_convection in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%itc in module GFS_typedefs @@ -30380,11 +18752,16 @@ DEBUG: Requested variable number_of_chemical_tracers in MODULE_GFS_PBL_generic_p DEBUG: Requested variable number_of_chemical_tracers in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntchm in module GFS_typedefs DEBUG: Requested variable number_of_chemical_tracers in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%ntchm in module GFS_typedefs DEBUG: Requested variable number_of_chemical_tracers in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%ntchm in module GFS_typedefs +DEBUG: Requested variable number_of_cloud_condensate_types in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ncnd in module GFS_typedefs +DEBUG: Requested variable number_of_cloud_condensate_types in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Control%ncnd in module GFS_typedefs +DEBUG: Requested variable number_of_cloud_condensate_types in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Control%ncnd in module GFS_typedefs DEBUG: Requested variable number_of_coefficients_in_h2o_forcing_data in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Interstitial(cdata%thrd_no)%h2o_coeff in module GFS_typedefs DEBUG: Requested variable number_of_coefficients_in_ozone_forcing_data in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Interstitial(cdata%thrd_no)%oz_coeff in module GFS_typedefs DEBUG: Requested variable number_of_coefficients_in_ozone_forcing_data in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Interstitial(cdata%thrd_no)%oz_coeff in module GFS_typedefs DEBUG: Requested variable number_of_convective_3d_cloud_fields in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%ncnvcld3d in module GFS_typedefs DEBUG: Requested variable number_of_convective_3d_cloud_fields in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%ncnvcld3d in module GFS_typedefs +DEBUG: Requested variable number_of_convective_3d_cloud_fields in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ncnvcld3d in module GFS_typedefs +DEBUG: Requested variable number_of_days_in_year in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%yearlen in module GFS_typedefs DEBUG: Requested variable number_of_days_in_year in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%yearlen in module GFS_typedefs DEBUG: Requested variable number_of_days_in_year in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Control%yearlen in module GFS_typedefs DEBUG: Requested variable number_of_days_in_year in MODULE_flake_driver SCHEME_flake_driver SUBROUTINE_flake_driver_run matched to target GFS_Control%yearlen in module GFS_typedefs @@ -30397,15 +18774,20 @@ DEBUG: Requested variable number_of_gases_for_multi_gases_physics in MODULE_fv_s DEBUG: Requested variable number_of_gases_for_multi_gases_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target CCPP_interstitial%ngas in module CCPP_typedefs DEBUG: Requested variable number_of_ghost_zones in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%ng in module CCPP_typedefs DEBUG: Requested variable number_of_hydrometeors in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%ncld in module GFS_typedefs +DEBUG: Requested variable number_of_hydrometeors in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ncld in module GFS_typedefs DEBUG: Requested variable number_of_hydrometeors in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Control%ncld in module GFS_typedefs DEBUG: Requested variable number_of_hydrometeors in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%ncld in module GFS_typedefs DEBUG: Requested variable number_of_hydrometeors in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%ncld in module GFS_typedefs DEBUG: Requested variable number_of_hydrometeors in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%ncld in module GFS_typedefs DEBUG: Requested variable number_of_hydrometeors in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%ncld in module GFS_typedefs DEBUG: Requested variable number_of_hydrometeors in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Control%ncld in module GFS_typedefs +DEBUG: Requested variable number_of_land_surface_variables_perturbed in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%n_var_lndp in module GFS_typedefs DEBUG: Requested variable number_of_land_surface_variables_perturbed in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%n_var_lndp in module GFS_typedefs +DEBUG: Requested variable number_of_land_surface_variables_perturbed in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Control%n_var_lndp in module GFS_typedefs DEBUG: Requested variable number_of_land_surface_variables_perturbed in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Control%n_var_lndp in module GFS_typedefs DEBUG: Requested variable number_of_latitude_points in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%latr in module GFS_typedefs +DEBUG: Requested variable number_of_radiation_diagnostic_variables in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%nfxr in module GFS_typedefs +DEBUG: Requested variable number_of_species_for_aerosol_optical_depth in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%nspc1 in module GFS_typedefs DEBUG: Requested variable number_of_statistical_measures_of_subgrid_orography in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Control%nmtvr in module GFS_typedefs DEBUG: Requested variable number_of_statistical_measures_of_subgrid_orography in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%nmtvr in module GFS_typedefs DEBUG: Requested variable number_of_statistical_measures_of_subgrid_orography in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Control%nmtvr in module GFS_typedefs @@ -30418,6 +18800,7 @@ DEBUG: Requested variable number_of_tracers in MODULE_GFS_MP_generic_pre SCHEME_ DEBUG: Requested variable number_of_tracers in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%ntrac in module GFS_typedefs DEBUG: Requested variable number_of_tracers in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntrac in module GFS_typedefs DEBUG: Requested variable number_of_tracers in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntrac in module GFS_typedefs DEBUG: Requested variable number_of_tracers in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Control%ntrac in module GFS_typedefs DEBUG: Requested variable number_of_tracers in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Control%ntrac in module GFS_typedefs DEBUG: Requested variable number_of_tracers in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Control%ntrac in module GFS_typedefs @@ -30549,6 +18932,7 @@ DEBUG: Requested variable rain_water_mixing_ratio_updated_by_physics in MODULE_m DEBUG: Requested variable rain_water_mixing_ratio_updated_by_physics in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntrw) in module GFS_typedefs DEBUG: Requested variable random_number_array in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%rann in module GFS_typedefs DEBUG: Requested variable random_number_array in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Tbd%rann in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target con_eps in module GFS_typedefs DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_eps in module GFS_typedefs DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_eps in module GFS_typedefs DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_eps in module GFS_typedefs @@ -30569,6 +18953,7 @@ DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODUL DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_eps in module GFS_typedefs DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target con_eps in module GFS_typedefs DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target con_epsm1 in module GFS_typedefs DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_epsm1 in module GFS_typedefs DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_epsm1 in module GFS_typedefs DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_epsm1 in module GFS_typedefs @@ -30595,6 +18980,8 @@ DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs +DEBUG: Requested variable ratio_of_gas_constant_dry_air_to_gravitational_acceleration in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target con_rog in module GFS_typedefs +DEBUG: Requested variable ratio_of_gas_constant_dry_air_to_specific_heat_of_dry_air_at_constant_pressure in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target con_rocp in module GFS_typedefs DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs @@ -30602,6 +18989,7 @@ DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_mp_thompson SC DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target con_fvirt in module GFS_typedefs DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target con_fvirt in module GFS_typedefs DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target con_fvirt in module GFS_typedefs DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target con_fvirt in module GFS_typedefs @@ -30629,9 +19017,6 @@ DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in M DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target con_fvirt in module GFS_typedefs DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%zvir in module CCPP_typedefs DEBUG: Requested variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%f10m in module GFS_typedefs -DEBUG: Requested variable rime_factor in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%f_rimef in module GFS_typedefs -DEBUG: Requested variable rime_factor in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Interstitial(cdata%thrd_no)%f_rimef in module GFS_typedefs -DEBUG: Requested variable rime_factor in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Interstitial(cdata%thrd_no)%f_rimef in module GFS_typedefs DEBUG: Requested variable sea_area_fraction in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oceanfrac in module GFS_typedefs DEBUG: Requested variable sea_area_fraction in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oceanfrac in module GFS_typedefs DEBUG: Requested variable sea_area_fraction in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oceanfrac in module GFS_typedefs @@ -30646,6 +19031,7 @@ DEBUG: Requested variable sea_ice_concentration in MODULE_GFS_surface_composites DEBUG: Requested variable sea_ice_concentration in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs DEBUG: Requested variable sea_ice_concentration in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs DEBUG: Requested variable sea_ice_concentration in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs +DEBUG: Requested variable sea_ice_concentration in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs DEBUG: Requested variable sea_ice_concentration in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs DEBUG: Requested variable sea_ice_concentration in MODULE_flake_driver SCHEME_flake_driver SUBROUTINE_flake_driver_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs DEBUG: Requested variable sea_ice_concentration in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs @@ -30656,6 +19042,7 @@ DEBUG: Requested variable sea_ice_minimum in MODULE_sfc_sice SCHEME_sfc_sice SUB DEBUG: Requested variable sea_ice_temperature in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tisfc in module GFS_typedefs DEBUG: Requested variable sea_ice_temperature in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tisfc in module GFS_typedefs DEBUG: Requested variable sea_ice_temperature in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tisfc in module GFS_typedefs +DEBUG: Requested variable sea_ice_temperature in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tisfc in module GFS_typedefs DEBUG: Requested variable sea_ice_temperature in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tisfc in module GFS_typedefs DEBUG: Requested variable sea_ice_temperature_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tice in module GFS_typedefs DEBUG: Requested variable sea_ice_temperature_interstitial in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tice in module GFS_typedefs @@ -30687,6 +19074,7 @@ DEBUG: Requested variable sea_land_ice_mask_cice in MODULE_GFS_surface_generic_p DEBUG: Requested variable sea_land_ice_mask_cice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk_cice in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_in in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling%slimskin_cpl in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs @@ -30694,6 +19082,8 @@ DEBUG: Requested variable sea_land_ice_mask_real in MODULE_mynnsfc_wrapper SCHEM DEBUG: Requested variable sea_land_ice_mask_real in MODULE_sgscloud_radpre SCHEME_sgscloud_radpre SUBROUTINE_sgscloud_radpre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs @@ -30708,6 +19098,7 @@ DEBUG: Requested variable seed_random_numbers_lw in MODULE_rrtmg_lw SCHEME_rrtmg DEBUG: Requested variable seed_random_numbers_lw in MODULE_rrtmgp_lw_cloud_sampling SCHEME_rrtmgp_lw_cloud_sampling SUBROUTINE_rrtmgp_lw_cloud_sampling_run matched to target GFS_Data(cdata%blk_no)%Tbd%icsdlw in module GFS_typedefs DEBUG: Requested variable seed_random_numbers_sw in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Data(cdata%blk_no)%Tbd%icsdsw in module GFS_typedefs DEBUG: Requested variable seed_random_numbers_sw in MODULE_rrtmgp_sw_cloud_sampling SCHEME_rrtmgp_sw_cloud_sampling SUBROUTINE_rrtmgp_sw_cloud_sampling_run matched to target GFS_Data(cdata%blk_no)%Tbd%icsdsw in module GFS_typedefs +DEBUG: Requested variable sine_of_latitude in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%sinlat in module GFS_typedefs DEBUG: Requested variable sine_of_latitude in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Grid%sinlat in module GFS_typedefs DEBUG: Requested variable sine_of_latitude in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Grid%sinlat in module GFS_typedefs DEBUG: Requested variable sine_of_latitude in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Grid%sinlat in module GFS_typedefs @@ -30823,6 +19214,8 @@ DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_cire DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs +DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs +DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs DEBUG: Requested variable standard_deviation_of_subgrid_orography_small_scale in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%varss in module GFS_typedefs @@ -30862,9 +19255,9 @@ DEBUG: Requested variable surface_air_pressure in MODULE_flake_driver SCHEME_fla DEBUG: Requested variable surface_air_pressure in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs DEBUG: Requested variable surface_air_pressure in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs DEBUG: Requested variable surface_air_pressure in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs -DEBUG: Requested variable surface_air_pressure_at_previous_time_step in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,2) in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure_at_previous_timestep in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,GFS_Control%npsdelt) in module GFS_typedefs DEBUG: Requested variable surface_air_pressure_diag in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Data(cdata%blk_no)%Intdiag%psurf in module GFS_typedefs -DEBUG: Requested variable surface_air_pressure_two_time_steps_back in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,1) in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure_two_timesteps_back in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,GFS_Control%nps2delt) in module GFS_typedefs DEBUG: Requested variable surface_air_temperature_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfa in module GFS_typedefs DEBUG: Requested variable surface_air_temperature_for_radiation in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfa in module GFS_typedefs DEBUG: Requested variable surface_air_temperature_for_radiation in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfa in module GFS_typedefs @@ -30886,6 +19279,7 @@ DEBUG: Requested variable surface_albedo_due_to_near_IR_direct in MODULE_rrtmg_s DEBUG: Requested variable surface_albedo_perturbation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%alb1d in module GFS_typedefs DEBUG: Requested variable surface_albedo_perturbation in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%alb1d in module GFS_typedefs DEBUG: Requested variable surface_albedo_perturbation in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%alb1d in module GFS_typedefs +DEBUG: Requested variable surface_diffused_shortwave_albedo in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfalb in module GFS_typedefs DEBUG: Requested variable surface_diffused_shortwave_albedo in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfalb in module GFS_typedefs DEBUG: Requested variable surface_diffused_shortwave_albedo in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfalb in module GFS_typedefs DEBUG: Requested variable surface_diffused_shortwave_albedo in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfalb in module GFS_typedefs @@ -30893,18 +19287,22 @@ DEBUG: Requested variable surface_diffused_shortwave_albedo in MODULE_GFS_rrtmgp DEBUG: Requested variable surface_downwelling_diffuse_near_infrared_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirdfd in module GFS_typedefs DEBUG: Requested variable surface_downwelling_diffuse_near_infrared_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirdfd in module GFS_typedefs DEBUG: Requested variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirdfdi in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirdfdi in module GFS_typedefs DEBUG: Requested variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirdfdi in module GFS_typedefs DEBUG: Requested variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisdfd in module GFS_typedefs DEBUG: Requested variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisdfd in module GFS_typedefs DEBUG: Requested variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%visdfdi in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%visdfdi in module GFS_typedefs DEBUG: Requested variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%visdfdi in module GFS_typedefs DEBUG: Requested variable surface_downwelling_direct_near_infrared_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirbmd in module GFS_typedefs DEBUG: Requested variable surface_downwelling_direct_near_infrared_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirbmd in module GFS_typedefs DEBUG: Requested variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirbmdi in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirbmdi in module GFS_typedefs DEBUG: Requested variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirbmdi in module GFS_typedefs DEBUG: Requested variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisbmd in module GFS_typedefs DEBUG: Requested variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisbmd in module GFS_typedefs DEBUG: Requested variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%visbmdi in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%visbmdi in module GFS_typedefs DEBUG: Requested variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%visbmdi in module GFS_typedefs DEBUG: Requested variable surface_downwelling_longwave_flux in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dlwsfci in module GFS_typedefs DEBUG: Requested variable surface_downwelling_longwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dlwsfci in module GFS_typedefs @@ -30920,6 +19318,7 @@ DEBUG: Requested variable surface_downwelling_longwave_flux_absorbed_by_ground_o DEBUG: Requested variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in MODULE_flake_driver SCHEME_flake_driver SUBROUTINE_flake_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%gabsbdlw_ocean in module GFS_typedefs DEBUG: Requested variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%gabsbdlw_ocean in module GFS_typedefs DEBUG: Requested variable surface_downwelling_longwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcdlw in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux_on_radiation_time_step in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcdlw in module GFS_typedefs DEBUG: Requested variable surface_downwelling_longwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcdlw in module GFS_typedefs DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs @@ -30931,6 +19330,7 @@ DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_noahmpdrv DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_flake_driver SCHEME_flake_driver SUBROUTINE_flake_driver_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs DEBUG: Requested variable surface_downwelling_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcdsw in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcdsw in module GFS_typedefs DEBUG: Requested variable surface_downwelling_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcdsw in module GFS_typedefs DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq in module GFS_typedefs DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq in module GFS_typedefs @@ -31036,6 +19436,7 @@ DEBUG: Requested variable surface_ground_temperature_for_radiation in MODULE_rrt DEBUG: Requested variable surface_ground_temperature_for_radiation in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfg in module GFS_typedefs DEBUG: Requested variable surface_longwave_emissivity in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%semis in module GFS_typedefs DEBUG: Requested variable surface_longwave_emissivity in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Data(cdata%blk_no)%Radtend%semis in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%semis in module GFS_typedefs DEBUG: Requested variable surface_longwave_emissivity in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%semis in module GFS_typedefs DEBUG: Requested variable surface_longwave_emissivity_over_ice_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ice in module GFS_typedefs DEBUG: Requested variable surface_longwave_emissivity_over_ice_interstitial in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ice in module GFS_typedefs @@ -31052,6 +19453,7 @@ DEBUG: Requested variable surface_longwave_emissivity_over_ocean_interstitial in DEBUG: Requested variable surface_longwave_emissivity_over_ocean_interstitial in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ocean in module GFS_typedefs DEBUG: Requested variable surface_longwave_emissivity_over_ocean_interstitial in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ocean in module GFS_typedefs DEBUG: Requested variable surface_midlayer_air_temperature_in_longwave_radiation in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Radtend%tsflw in module GFS_typedefs +DEBUG: Requested variable surface_midlayer_air_temperature_in_longwave_radiation in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%tsflw in module GFS_typedefs DEBUG: Requested variable surface_midlayer_air_temperature_in_longwave_radiation in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%tsflw in module GFS_typedefs DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs @@ -31061,6 +19463,7 @@ DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_noahm DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs DEBUG: Requested variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcnsw in module GFS_typedefs +DEBUG: Requested variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcnsw in module GFS_typedefs DEBUG: Requested variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcnsw in module GFS_typedefs DEBUG: Requested variable surface_roughness_fraction_factor in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Control%z0fac in module GFS_typedefs DEBUG: Requested variable surface_roughness_length in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs @@ -31076,6 +19479,8 @@ DEBUG: Requested variable surface_roughness_length in MODULE_ysuvdif SCHEME_ysuv DEBUG: Requested variable surface_roughness_length in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs DEBUG: Requested variable surface_roughness_length in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs DEBUG: Requested variable surface_roughness_length in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs DEBUG: Requested variable surface_roughness_length in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs DEBUG: Requested variable surface_roughness_length in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs DEBUG: Requested variable surface_roughness_length_from_wave_model in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorlw in module GFS_typedefs @@ -31110,6 +19515,7 @@ DEBUG: Requested variable surface_runoff_flux in MODULE_lsm_ruc SCHEME_lsm_ruc S DEBUG: Requested variable surface_runoff_flux in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%runoff in module GFS_typedefs DEBUG: Requested variable surface_runoff_flux in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%runoff in module GFS_typedefs DEBUG: Requested variable surface_skin_temperature in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs DEBUG: Requested variable surface_skin_temperature in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs DEBUG: Requested variable surface_skin_temperature in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs DEBUG: Requested variable surface_skin_temperature in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs @@ -31185,6 +19591,8 @@ DEBUG: Requested variable surface_slope_classification_real in MODULE_GFS_surfac DEBUG: Requested variable surface_snow_area_fraction in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%snowc in module GFS_typedefs DEBUG: Requested variable surface_snow_area_fraction in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%snowc in module GFS_typedefs DEBUG: Requested variable surface_snow_area_fraction in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%snowc in module GFS_typedefs +DEBUG: Requested variable surface_snow_area_fraction_over_land in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%sncovr in module GFS_typedefs +DEBUG: Requested variable surface_snow_area_fraction_over_land in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%sncovr in module GFS_typedefs DEBUG: Requested variable surface_snow_area_fraction_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%sncovr in module GFS_typedefs DEBUG: Requested variable surface_snow_area_fraction_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%sncovr in module GFS_typedefs DEBUG: Requested variable surface_snow_area_fraction_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%sncovr in module GFS_typedefs @@ -31195,6 +19603,8 @@ DEBUG: Requested variable surface_snow_thickness_for_coupling in MODULE_sfc_cice DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_ice in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_ice in module GFS_typedefs @@ -31265,18 +19675,22 @@ DEBUG: Requested variable surface_upward_sensible_heat_flux_reduction_factor in DEBUG: Requested variable surface_upwelling_diffuse_near_infrared_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirdfu in module GFS_typedefs DEBUG: Requested variable surface_upwelling_diffuse_near_infrared_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirdfu in module GFS_typedefs DEBUG: Requested variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirdfui in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirdfui in module GFS_typedefs DEBUG: Requested variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirdfui in module GFS_typedefs DEBUG: Requested variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisdfu in module GFS_typedefs DEBUG: Requested variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisdfu in module GFS_typedefs DEBUG: Requested variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%visdfui in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%visdfui in module GFS_typedefs DEBUG: Requested variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%visdfui in module GFS_typedefs DEBUG: Requested variable surface_upwelling_direct_near_infrared_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirbmu in module GFS_typedefs DEBUG: Requested variable surface_upwelling_direct_near_infrared_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirbmu in module GFS_typedefs DEBUG: Requested variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirbmui in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirbmui in module GFS_typedefs DEBUG: Requested variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirbmui in module GFS_typedefs DEBUG: Requested variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisbmu in module GFS_typedefs DEBUG: Requested variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisbmu in module GFS_typedefs DEBUG: Requested variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%visbmui in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%visbmui in module GFS_typedefs DEBUG: Requested variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%visbmui in module GFS_typedefs DEBUG: Requested variable surface_upwelling_longwave_flux in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%ulwsfci in module GFS_typedefs DEBUG: Requested variable surface_upwelling_longwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%ulwsfci in module GFS_typedefs @@ -31323,9 +19737,13 @@ DEBUG: Requested variable surface_x_momentum_flux_for_coupling in MODULE_sfc_cic DEBUG: Requested variable surface_y_momentum_flux_for_coupling in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dvsfcin_cpl in module GFS_typedefs DEBUG: Requested variable surface_y_momentum_flux_for_coupling in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Coupling%dvsfcin_cpl in module GFS_typedefs DEBUG: Requested variable surface_y_momentum_flux_for_coupling in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Data(cdata%blk_no)%Coupling%dvsfcin_cpl in module GFS_typedefs +DEBUG: Requested variable sw_fluxes_sfc in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcfsw in module GFS_typedefs DEBUG: Requested variable sw_fluxes_sfc in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcfsw in module GFS_typedefs +DEBUG: Requested variable sw_fluxes_sfc in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcfsw in module GFS_typedefs DEBUG: Requested variable sw_fluxes_sfc in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcfsw in module GFS_typedefs +DEBUG: Requested variable sw_fluxes_top_atmosphere in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%topfsw in module GFS_typedefs DEBUG: Requested variable sw_fluxes_top_atmosphere in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Data(cdata%blk_no)%Intdiag%topfsw in module GFS_typedefs +DEBUG: Requested variable sw_fluxes_top_atmosphere in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%topfsw in module GFS_typedefs DEBUG: Requested variable sw_fluxes_top_atmosphere in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%topfsw in module GFS_typedefs DEBUG: Requested variable temperature_at_2m in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%t2m in module GFS_typedefs DEBUG: Requested variable temperature_at_2m in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%t2m in module GFS_typedefs @@ -31342,6 +19760,7 @@ DEBUG: Requested variable temperature_at_zero_celsius in MODULE_rascnv SCHEME_ra DEBUG: Requested variable temperature_at_zero_celsius in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_t0c in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%dtdt in module CCPP_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Radtend%lwhc in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%lwhc in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%lwhc in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%htlw0 in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%htlw0 in module GFS_typedefs @@ -31356,6 +19775,7 @@ DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%htlwc in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%htlwc in module GFS_typedefs @@ -31386,6 +19806,7 @@ DEBUG: Requested variable tendency_of_air_temperature_due_to_radiative_heating_o DEBUG: Requested variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Tbd%dtdtr in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%dtdtr in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Radtend%swhc in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%swhc in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%swhc in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%htsw0 in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%htsw0 in module GFS_typedefs @@ -31399,6 +19820,7 @@ DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_o DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%htswc in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%htswc in module GFS_typedefs @@ -31578,8 +20000,6 @@ DEBUG: Requested variable time_step_for_radiation in MODULE_GFS_rrtmgp_sw_post S DEBUG: Requested variable time_step_for_remapping_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%mdt in module CCPP_typedefs DEBUG: Requested variable top_layer_index_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%kmp in module CCPP_typedefs DEBUG: Requested variable top_layer_index_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target CCPP_interstitial%kmp in module CCPP_typedefs -DEBUG: Requested variable total_cloud_condensate_mixing_ratio_updated_by_physics in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%cwm in module GFS_typedefs -DEBUG: Requested variable total_cloud_condensate_mixing_ratio_updated_by_physics in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Interstitial(cdata%thrd_no)%cwm in module GFS_typedefs DEBUG: Requested variable total_cloud_fraction in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs DEBUG: Requested variable total_cloud_fraction in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs DEBUG: Requested variable total_cloud_fraction in MODULE_sgscloud_radpre SCHEME_sgscloud_radpre SUBROUTINE_sgscloud_radpre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs @@ -31598,6 +20018,7 @@ DEBUG: Requested variable total_runoff in MODULE_GFS_surface_generic_post SCHEME DEBUG: Requested variable total_runoff in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%runoff in module GFS_typedefs DEBUG: Requested variable tracer_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs DEBUG: Requested variable tracer_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs +DEBUG: Requested variable tracer_concentration in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs DEBUG: Requested variable tracer_concentration in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs DEBUG: Requested variable tracer_concentration in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs DEBUG: Requested variable tracer_concentration in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs @@ -31625,6 +20046,7 @@ DEBUG: Requested variable transpiration_flux in MODULE_noahmpdrv SCHEME_noahmpdr DEBUG: Requested variable turb_oro_form_drag_flag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%do_tofd in module GFS_typedefs DEBUG: Requested variable turbulent_kinetic_energy in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntke) in module GFS_typedefs DEBUG: Requested variable turbulent_kinetic_energy in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntke) in module GFS_typedefs +DEBUG: Requested variable upper_bound_on_max_albedo_over_deep_snow in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snoalb in module GFS_typedefs DEBUG: Requested variable upper_bound_on_max_albedo_over_deep_snow in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snoalb in module GFS_typedefs DEBUG: Requested variable upper_bound_on_max_albedo_over_deep_snow in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snoalb in module GFS_typedefs DEBUG: Requested variable upper_bound_on_max_albedo_over_deep_snow in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snoalb in module GFS_typedefs @@ -31641,7 +20063,9 @@ DEBUG: Requested variable upward_heat_flux_in_soil_over_land in MODULE_noahmpdrv DEBUG: Requested variable upward_heat_flux_in_soil_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_ocean in module GFS_typedefs DEBUG: Requested variable upward_heat_flux_in_soil_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_ocean in module GFS_typedefs DEBUG: Requested variable upward_heat_flux_in_soil_over_ocean in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_ocean in module GFS_typedefs +DEBUG: Requested variable variables_to_be_perturbed_for_landperts in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%lndp_var_list in module GFS_typedefs DEBUG: Requested variable variables_to_be_perturbed_for_landperts in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%lndp_var_list in module GFS_typedefs +DEBUG: Requested variable variables_to_be_perturbed_for_landperts in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Control%lndp_var_list in module GFS_typedefs DEBUG: Requested variable variables_to_be_perturbed_for_landperts in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Control%lndp_var_list in module GFS_typedefs DEBUG: Requested variable vegetation_area_fraction in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%vfrac in module GFS_typedefs DEBUG: Requested variable vegetation_area_fraction in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%vfrac in module GFS_typedefs @@ -31672,6 +20096,8 @@ DEBUG: Requested variable vertical_dimension in MODULE_GFS_PBL_generic_pre SCHEM DEBUG: Requested variable vertical_dimension in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%levs in module GFS_typedefs @@ -31733,6 +20159,8 @@ DEBUG: Requested variable vertical_dimension in MODULE_ozphys_2015 SCHEME_ozphys DEBUG: Requested variable vertical_dimension in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Control%levs in module GFS_typedefs @@ -31758,6 +20186,7 @@ DEBUG: Requested variable vertical_dimension_for_thickness_at_Lagrangian_surface DEBUG: Requested variable vertical_dimension_of_h2o_forcing_data in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Interstitial(cdata%thrd_no)%levh2o in module GFS_typedefs DEBUG: Requested variable vertical_dimension_of_ozone_forcing_data in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Interstitial(cdata%thrd_no)%levozp in module GFS_typedefs DEBUG: Requested variable vertical_dimension_of_ozone_forcing_data in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Interstitial(cdata%thrd_no)%levozp in module GFS_typedefs +DEBUG: Requested variable vertical_dimension_plus_one in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%levsp1 in module GFS_typedefs DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs @@ -31905,7 +20334,7 @@ DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer in DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%q1 in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%q1 in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,1,GFS_Control%ntqv) in module GFS_typedefs -DEBUG: Requested variable water_vapor_specific_humidity_at_previous_time_step in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,4) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_previous_timestep in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nqvdelt) in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs @@ -31913,7 +20342,7 @@ DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_MP_ge DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs -DEBUG: Requested variable water_vapor_specific_humidity_two_time_steps_back in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,2) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_two_timesteps_back in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nqv2delt) in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs @@ -31946,6 +20375,7 @@ DEBUG: Requested variable weights_for_stochastic_skeb_perturbation_of_y_wind in DEBUG: Requested variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%skebv_wts in module GFS_typedefs DEBUG: Requested variable weights_for_stochastic_sppt_perturbation in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Coupling%sppt_wts in module GFS_typedefs DEBUG: Requested variable weights_for_stochastic_sppt_perturbation_flipped in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sppt_wts in module GFS_typedefs +DEBUG: Requested variable weights_for_stochastic_surface_physics_perturbation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfc_wts in module GFS_typedefs DEBUG: Requested variable weights_for_stochastic_surface_physics_perturbation in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfc_wts in module GFS_typedefs DEBUG: Requested variable weights_for_stochastic_surface_physics_perturbation in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfc_wts in module GFS_typedefs DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs @@ -32115,12 +20545,13 @@ DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_ DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%xmu in module GFS_typedefs INFO: Generating list of Fortran modules containing CCPP type definitions ... INFO: Generating typedefs makefile/cmakefile snippet ... -INFO: Added 10 typedefs to /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh +INFO: Added 10 typedefs to /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 146 schemes to /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk, /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Added 146 schemes to /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk, /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh INFO: Generating suite and group caps ... DEBUG: Generating suite and group caps for suite FV3_GFS_2017_coupled... DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable vertical_sigma_coordinate_for_radiation_initialization +DEBUG: Adding dimension horizontal_loop_extent for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension adjusted_vertical_layer_dimension_for_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_bands_for_longwave_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_output_fields_for_longwave_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 @@ -32129,18 +20560,15 @@ DEBUG: Adding dimension number_of_aerosol_output_fields_for_shortwave_radiation DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding dimension ccpp_block_count for variable GFS_data_type_instance_all_blocks DEBUG: Adding dimension ccpp_block_count for variable GFS_data_type_instance_all_blocks -DEBUG: Adding dimension horizontal_dimension for variable fraction_of_ice_water_cloud -DEBUG: Adding dimension vertical_dimension for variable fraction_of_ice_water_cloud -DEBUG: Adding variable flag_for_microphysics_scheme for handling conditionals -DEBUG: Adding variable flag_for_fer_hires_microphysics_scheme for handling conditionals +DEBUG: Adding dimension vertical_dimension_plus_one for variable air_pressure_at_interface +DEBUG: Adding dimension number_of_aerosol_tracers_MG for variable aerosol_number_concentration_from_gocart_aerosol_climatology +DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding dimension number_of_aerosol_bands_for_shortwave_radiation for variable aerosol_optical_depth_for_shortwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_bands_for_longwave_radiation for variable aerosol_optical_depth_for_longwave_bands_01_16 -DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding variable flag_for_lw_clouds_without_sub_grid_approximation for handling conditionals DEBUG: Adding variable flag_for_sw_clouds_without_sub_grid_approximation for handling conditionals DEBUG: Adding dimension number_of_lines_of_namelist_filename_for_internal_file_reads for variable namelist_filename_for_internal_file_reads DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable a_parameter_of_the_hybrid_coordinate -DEBUG: Adding dimension horizontal_dimension for variable air_temperature DEBUG: Adding dimension vertical_dimension_plus_one for variable geopotential_at_interface DEBUG: Adding variable flag_for_chemistry_coupling for handling conditionals DEBUG: Adding variable flag_for_rrtmgp_radiation_scheme for handling conditionals @@ -32148,11 +20576,11 @@ DEBUG: Adding variable flag_for_land_surface_scheme for handling conditionals DEBUG: Adding variable flag_for_ruc_land_surface_scheme for handling conditionals DEBUG: Adding dimension vertical_dimension_minus_one for variable atmosphere_heat_diffusivity DEBUG: Adding variable gwd_opt for handling conditionals -DEBUG: Adding dimension horizontal_dimension for variable cellular_automata_global_pattern DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable vertical_sigma_coordinate_for_radiation_initialization DEBUG: Adding variable flag_for_chemistry_coupling for handling conditionals DEBUG: Generating suite and group caps for suite FV3_GFS_2017_satmedmf_coupled... DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable vertical_sigma_coordinate_for_radiation_initialization +DEBUG: Adding dimension horizontal_loop_extent for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension adjusted_vertical_layer_dimension_for_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_bands_for_longwave_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_output_fields_for_longwave_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 @@ -32161,18 +20589,15 @@ DEBUG: Adding dimension number_of_aerosol_output_fields_for_shortwave_radiation DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding dimension ccpp_block_count for variable GFS_data_type_instance_all_blocks DEBUG: Adding dimension ccpp_block_count for variable GFS_data_type_instance_all_blocks -DEBUG: Adding dimension horizontal_dimension for variable fraction_of_ice_water_cloud -DEBUG: Adding dimension vertical_dimension for variable fraction_of_ice_water_cloud -DEBUG: Adding variable flag_for_microphysics_scheme for handling conditionals -DEBUG: Adding variable flag_for_fer_hires_microphysics_scheme for handling conditionals +DEBUG: Adding dimension vertical_dimension_plus_one for variable air_pressure_at_interface +DEBUG: Adding dimension number_of_aerosol_tracers_MG for variable aerosol_number_concentration_from_gocart_aerosol_climatology +DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding dimension number_of_aerosol_bands_for_shortwave_radiation for variable aerosol_optical_depth_for_shortwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_bands_for_longwave_radiation for variable aerosol_optical_depth_for_longwave_bands_01_16 -DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding variable flag_for_lw_clouds_without_sub_grid_approximation for handling conditionals DEBUG: Adding variable flag_for_sw_clouds_without_sub_grid_approximation for handling conditionals DEBUG: Adding dimension number_of_lines_of_namelist_filename_for_internal_file_reads for variable namelist_filename_for_internal_file_reads DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable a_parameter_of_the_hybrid_coordinate -DEBUG: Adding dimension horizontal_dimension for variable air_temperature DEBUG: Adding dimension vertical_dimension_plus_one for variable geopotential_at_interface DEBUG: Adding variable flag_for_chemistry_coupling for handling conditionals DEBUG: Adding variable flag_for_rrtmgp_radiation_scheme for handling conditionals @@ -32180,7 +20605,6 @@ DEBUG: Adding variable flag_for_land_surface_scheme for handling conditionals DEBUG: Adding variable flag_for_ruc_land_surface_scheme for handling conditionals DEBUG: Adding dimension vertical_dimension_minus_one for variable atmosphere_heat_diffusivity DEBUG: Adding variable gwd_opt for handling conditionals -DEBUG: Adding dimension horizontal_dimension for variable cellular_automata_global_pattern DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable vertical_sigma_coordinate_for_radiation_initialization DEBUG: Adding variable flag_for_chemistry_coupling for handling conditionals DEBUG: Generating suite and group caps for suite FV3_GFS_v15p2_coupled... @@ -32188,6 +20612,7 @@ DEBUG: Adding dimension vertical_dimension_for_fast_physics_plus_one for variabl DEBUG: Adding dimension vertical_dimension_for_condensed_water_at_Lagrangian_surface for variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface DEBUG: Adding dimension vertical_dimension_for_cappa_at_Lagrangian_surface for variable cappa_moist_gas_constant_at_Lagrangian_surface DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable vertical_sigma_coordinate_for_radiation_initialization +DEBUG: Adding dimension horizontal_loop_extent for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension adjusted_vertical_layer_dimension_for_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_bands_for_longwave_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_output_fields_for_longwave_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 @@ -32196,18 +20621,15 @@ DEBUG: Adding dimension number_of_aerosol_output_fields_for_shortwave_radiation DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding dimension ccpp_block_count for variable GFS_data_type_instance_all_blocks DEBUG: Adding dimension ccpp_block_count for variable GFS_data_type_instance_all_blocks -DEBUG: Adding dimension horizontal_dimension for variable fraction_of_ice_water_cloud -DEBUG: Adding dimension vertical_dimension for variable fraction_of_ice_water_cloud -DEBUG: Adding variable flag_for_microphysics_scheme for handling conditionals -DEBUG: Adding variable flag_for_fer_hires_microphysics_scheme for handling conditionals +DEBUG: Adding dimension vertical_dimension_plus_one for variable air_pressure_at_interface +DEBUG: Adding dimension number_of_aerosol_tracers_MG for variable aerosol_number_concentration_from_gocart_aerosol_climatology +DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding dimension number_of_aerosol_bands_for_shortwave_radiation for variable aerosol_optical_depth_for_shortwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_bands_for_longwave_radiation for variable aerosol_optical_depth_for_longwave_bands_01_16 -DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding variable flag_for_lw_clouds_without_sub_grid_approximation for handling conditionals DEBUG: Adding variable flag_for_sw_clouds_without_sub_grid_approximation for handling conditionals DEBUG: Adding dimension number_of_lines_of_namelist_filename_for_internal_file_reads for variable namelist_filename_for_internal_file_reads DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable a_parameter_of_the_hybrid_coordinate -DEBUG: Adding dimension horizontal_dimension for variable air_temperature DEBUG: Adding dimension vertical_dimension_plus_one for variable geopotential_at_interface DEBUG: Adding variable flag_for_chemistry_coupling for handling conditionals DEBUG: Adding variable flag_for_rrtmgp_radiation_scheme for handling conditionals @@ -32215,19 +20637,18 @@ DEBUG: Adding variable flag_for_land_surface_scheme for handling conditionals DEBUG: Adding variable flag_for_ruc_land_surface_scheme for handling conditionals DEBUG: Adding dimension vertical_dimension_minus_one for variable atmosphere_heat_diffusivity DEBUG: Adding variable gwd_opt for handling conditionals -DEBUG: Adding dimension horizontal_dimension for variable cellular_automata_global_pattern DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable vertical_sigma_coordinate_for_radiation_initialization DEBUG: Adding variable flag_for_chemistry_coupling for handling conditionals -INFO: Generating static API ccpp_static_api.F90 in /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics ... +INFO: Generating static API ccpp_static_api.F90 in /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics ... INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 16 auto-generated caps to /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk and /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake, /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh +INFO: Added 16 auto-generated caps to /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk and /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake, /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh INFO: CCPP prebuild step completed successfully. -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ ./build_ccpp.sh orion.intel /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk 'CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp' NO NO ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp ++ ./build_ccpp.sh orion.intel /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk 'CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp' NO NO MACHINE_ID=orion.intel is valid. Compilers set for orion.intel. Obtained ESMF_LIB=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/lib from /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/lib/esmf.mk -Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -DNETCDF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=OFF' ... +Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp -DNETCDF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=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 @@ -32268,8 +20689,8 @@ Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/work/noaa/nems/junwang/s2s/2 -- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp -- Enable OpenMP support for C/C++/Fortran compiler -- Got CCPP TYPEDEFS from cmakefile include file: gfs_typedefs.mod;mo_cloud_optics.mod;mo_optical_props.mod;ccpp_typedefs.mod;mo_gas_concentrations.mod;machine.mod;mo_source_functions.mod;module_radlw_parameters.mod;module_radsw_parameters.mod;mo_gas_optics_rrtmgp.mod --- Got CCPP SCHEMES from cmakefile include file: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 --- Got CCPP CAPS from cmakefile include file: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 +-- Got CCPP SCHEMES from cmakefile include file: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 +-- Got CCPP CAPS from cmakefile include file: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -- Configuring done -- Generating done CMake Warning: @@ -32278,57 +20699,57 @@ CMake Warning: LEGACY_INTEL --- Build files have been written to: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build -make[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -/apps/cmake-3.17.3/bin/cmake -S/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -B/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/apps/cmake-3.17.3/bin/cmake -E cmake_progress_start /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks +-- Build files have been written to: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build +make[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +/apps/cmake-3.17.3/bin/cmake -S/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp -B/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/cmake-3.17.3/bin/cmake -E cmake_progress_start /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build && /apps/cmake-3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -Dependee "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". -Dependee "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +make[3]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build && /apps/cmake-3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +Dependee "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Dependee "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". Scanning dependencies of target ccpp -make[3]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' [ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DDEBUG -O0 -g -fPIC -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DDEBUG -O0 -g -fPIC -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_types.mod framework/src/CMakeFiles/ccpp.dir/ccpp_types.mod.stamp Intel [ 1%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DDEBUG -O0 -g -fPIC -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DDEBUG -O0 -g -fPIC -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_api.mod framework/src/CMakeFiles/ccpp.dir/ccpp_api.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build [ 2%] Linking Fortran static library libccpp.a -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/cmake-3.17.3/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/cmake-3.17.3/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/cmake-3.17.3/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src && /apps/cmake-3.17.3/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 /bin/ar qc libccpp.a CMakeFiles/ccpp.dir/ccpp_types.F90.o CMakeFiles/ccpp.dir/ccpp_api.F90.o /bin/ranlib libccpp.a -make[3]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' [ 2%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build && /apps/cmake-3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -Dependee "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". -Dependee "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +make[3]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build && /apps/cmake-3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +Dependee "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Dependee "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". Scanning dependencies of target ccppphys -make[3]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' [ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_types.mod physics/CMakeFiles/ccppphys.dir/ccpp_types.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o.provides.build [ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/machine.mod physics/CMakeFiles/ccppphys.dir/machine.mod.stamp Intel [ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/physcons.mod physics/CMakeFiles/ccppphys.dir/physcons.mod.stamp Intel [ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ugwp_common.mod physics/CMakeFiles/ccppphys.dir/ugwp_common.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ugwp_conv_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_conv_init.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ugwp_fjet_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_fjet_init.mod.stamp Intel @@ -32336,116 +20757,116 @@ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ugwp_okw_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_okw_init.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ugwp_oro_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_oro_init.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ugwp_wmsdis_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_wmsdis_init.mod.stamp Intel -[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_module.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_module.mod.stamp Intel -[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gwdps.mod physics/CMakeFiles/ccppphys.dir/gwdps.mod.stamp Intel -[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp.mod.stamp Intel -[ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_post.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_post.mod.stamp Intel -[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/cnvc90.mod physics/CMakeFiles/ccppphys.dir/cnvc90.mod.stamp Intel -[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/dcyc2t3.mod physics/CMakeFiles/ccppphys.dir/dcyc2t3.mod.stamp Intel -[ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/get_phi_fv3.mod physics/CMakeFiles/ccppphys.dir/get_phi_fv3.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/get_prs_fv3.mod physics/CMakeFiles/ccppphys.dir/get_prs_fv3.mod.stamp Intel -[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_post.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_pre.mod.stamp Intel -[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_post.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_pre.mod.stamp Intel -[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_post.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_pre.mod.stamp Intel -[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_post.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_pre.mod.stamp Intel -[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_post.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_pre.mod.stamp Intel -[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mersenne_twister.mod physics/CMakeFiles/ccppphys.dir/mersenne_twister.mod.stamp Intel -[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_kind.mod physics/CMakeFiles/ccppphys.dir/mo_rte_kind.mod.stamp Intel -[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props_kernels.mod.stamp Intel -[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_util_array.mod physics/CMakeFiles/ccppphys.dir/mo_rte_util_array.mod.stamp Intel -[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props.mod.stamp Intel -[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_config.mod physics/CMakeFiles/ccppphys.dir/mo_rte_config.mod.stamp Intel -[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_cloud_optics.mod.stamp Intel -[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_string.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_string.mod.stamp Intel -[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_concentrations.mod physics/CMakeFiles/ccppphys.dir/mo_gas_concentrations.mod.stamp Intel -[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_source_functions.mod physics/CMakeFiles/ccppphys.dir/mo_source_functions.mod.stamp Intel -[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics.mod.stamp Intel -[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_kernels.mod.stamp Intel -[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_constants.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_constants.mod.stamp Intel -[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder_kernels.mod.stamp Intel -[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder.mod.stamp Intel -[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_rrtmgp.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_rrtmgp.mod.stamp Intel -[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/physparam.mod physics/CMakeFiles/ccppphys.dir/physparam.mod.stamp Intel -[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radlw_parameters.mod.stamp Intel -[ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radsw_parameters.mod.stamp Intel -[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/parse_tracers.mod physics/CMakeFiles/ccppphys.dir/parse_tracers.mod.stamp Intel -[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_typedefs.mod physics/CMakeFiles/ccppphys.dir/gfs_typedefs.mod.stamp Intel -[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson_make_number_concentrations.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson_make_number_concentrations.mod.stamp Intel -[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_1.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_1.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_2.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_2.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_3.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_3.mod.stamp Intel @@ -32453,124 +20874,124 @@ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_phys_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_phys_reset.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_reset.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_update.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_update.mod.stamp Intel -[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_inter.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_inter.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_post.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_pre.mod.stamp Intel -[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/surface_perturbation.mod physics/CMakeFiles/ccppphys.dir/surface_perturbation.mod.stamp Intel -[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_post.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_pre.mod.stamp Intel -[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part1.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part1.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part2.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part2.mod.stamp Intel -[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/funcphys.mod physics/CMakeFiles/ccppphys.dir/funcphys.mod.stamp Intel -[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/hedmf.mod physics/CMakeFiles/ccppphys.dir/hedmf.mod.stamp Intel -[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg.mod physics/CMakeFiles/ccppphys.dir/namelist_soilveg.mod.stamp Intel -[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_mod.mod physics/CMakeFiles/ccppphys.dir/set_soilveg_mod.mod.stamp Intel -[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/lsm_noah.mod physics/CMakeFiles/ccppphys.dir/lsm_noah.mod.stamp Intel -[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/maximum_hourly_diagnostics.mod physics/CMakeFiles/ccppphys.dir/maximum_hourly_diagnostics.mod.stamp Intel -[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ozphys.mod physics/CMakeFiles/ccppphys.dir/ozphys.mod.stamp Intel -[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/rayleigh_damp.mod physics/CMakeFiles/ccppphys.dir/rayleigh_damp.mod.stamp Intel -[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/samfcnv_aerosols.mod physics/CMakeFiles/ccppphys.dir/samfcnv_aerosols.mod.stamp Intel -[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/samfdeepcnv.mod physics/CMakeFiles/ccppphys.dir/samfdeepcnv.mod.stamp Intel -[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/samfshalcnv.mod physics/CMakeFiles/ccppphys.dir/samfshalcnv.mod.stamp Intel -[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/sfc_cice.mod physics/CMakeFiles/ccppphys.dir/sfc_cice.mod.stamp Intel -[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag.mod physics/CMakeFiles/ccppphys.dir/sfc_diag.mod.stamp Intel -[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag_post.mod physics/CMakeFiles/ccppphys.dir/sfc_diag_post.mod.stamp Intel -[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/sfc_diff.mod physics/CMakeFiles/ccppphys.dir/sfc_diff.mod.stamp Intel -[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/sfc_ocean.mod physics/CMakeFiles/ccppphys.dir/sfc_ocean.mod.stamp Intel -[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/sfc_sice.mod physics/CMakeFiles/ccppphys.dir/sfc_sice.mod.stamp Intel -[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_gscond.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_gscond.mod.stamp Intel -[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_precpd.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_precpd.mod.stamp Intel -[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_physics_cap.mod.stamp Intel +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +/apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_post.mod.stamp Intel +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +/apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_mp_radar.mod physics/CMakeFiles/ccppphys.dir/module_mp_radar.mod.stamp Intel +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +/apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson.mod.stamp Intel [ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def.mod physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel -[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef.mod physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel -[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols.mod physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel -[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -/apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_post.mod.stamp Intel -[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -/apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_mp_radar.mod physics/CMakeFiles/ccppphys.dir/module_mp_radar.mod.stamp Intel -[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -/apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson.mod.stamp Intel -[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_astronomy.mod physics/CMakeFiles/ccppphys.dir/module_radiation_astronomy.mod.stamp Intel -[ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_microphysics.mod physics/CMakeFiles/ccppphys.dir/module_microphysics.mod.stamp Intel -[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +[ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_clouds.mod physics/CMakeFiles/ccppphys.dir/module_radiation_clouds.mod.stamp Intel -[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ozne_def.mod physics/CMakeFiles/ccppphys.dir/ozne_def.mod.stamp Intel -[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_gases.mod physics/CMakeFiles/ccppphys.dir/module_radiation_gases.mod.stamp Intel -[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/radcons.mod physics/CMakeFiles/ccppphys.dir/radcons.mod.stamp Intel -[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_pre.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_rad_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_rad_reset.mod.stamp Intel -[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_avplank.mod physics/CMakeFiles/ccppphys.dir/module_radlw_avplank.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_cldprlw.mod physics/CMakeFiles/ccppphys.dir/module_radlw_cldprlw.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb01.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb01.mod.stamp Intel @@ -32590,20 +21011,20 @@ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb15.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb15.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb16.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radlw_ref.mod.stamp Intel -[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw.mod.stamp Intel -[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_post.mod.stamp Intel [ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_surface.mod physics/CMakeFiles/ccppphys.dir/module_radiation_surface.mod.stamp Intel -[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_pre.mod.stamp Intel [ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_cldprtb.mod physics/CMakeFiles/ccppphys.dir/module_radsw_cldprtb.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb16.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb17.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb17.mod.stamp Intel @@ -32622,122 +21043,122 @@ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radsw_ref.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_sflux.mod physics/CMakeFiles/ccppphys.dir/module_radsw_sflux.mod.stamp Intel [ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw.mod.stamp Intel [ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_post.mod.stamp Intel -[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_pre.mod.stamp Intel -[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod.stamp Intel -[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_stochastics.mod physics/CMakeFiles/ccppphys.dir/gfs_stochastics.mod.stamp Intel -[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod.stamp Intel [ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/aerinterp.mod physics/CMakeFiles/ccppphys.dir/aerinterp.mod.stamp Intel -[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/h2o_def.mod physics/CMakeFiles/ccppphys.dir/h2o_def.mod.stamp Intel -[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/h2ointerp.mod physics/CMakeFiles/ccppphys.dir/h2ointerp.mod.stamp Intel -[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/iccn_def.mod physics/CMakeFiles/ccppphys.dir/iccn_def.mod.stamp Intel -[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/iccninterp.mod physics/CMakeFiles/ccppphys.dir/iccninterp.mod.stamp Intel -[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ozinterp.mod physics/CMakeFiles/ccppphys.dir/ozinterp.mod.stamp Intel -[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_phys_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_phys_time_vary.mod.stamp Intel -[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_rad_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_rad_time_vary.mod.stamp Intel -[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_setup.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_setup.mod.stamp Intel -[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfs_time_vary_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_time_vary_pre.mod.stamp Intel -[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod.stamp Intel -[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_cap.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build -[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdif.mod physics/CMakeFiles/ccppphys.dir/satmedmfvdif.mod.stamp Intel -[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod.stamp Intel -[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod.stamp Intel -[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod.stamp Intel -[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod.stamp Intel -[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build -[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_typedefs.mod physics/CMakeFiles/ccppphys.dir/ccpp_typedefs.mod.stamp Intel -[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys_mod.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys_mod.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/fv_sat_adj.mod physics/CMakeFiles/ccppphys.dir/fv_sat_adj.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys.mod.stamp Intel -[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/h2ophys.mod physics/CMakeFiles/ccppphys.dir/h2ophys.mod.stamp Intel -[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ozphys_2015.mod physics/CMakeFiles/ccppphys.dir/ozphys_2015.mod.stamp Intel -[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod.stamp Intel -[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod.stamp Intel -[ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod.stamp Intel -[ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod.stamp Intel -[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_cap.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build @@ -32793,8 +21214,8 @@ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build -[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_multi_gases_mod.mod physics/CMakeFiles/ccppphys.dir/ccpp_multi_gases_mod.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build @@ -32849,357 +21270,356 @@ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build -[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/sfccyc_module.mod physics/CMakeFiles/ccppphys.dir/sfccyc_module.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o.provides.build /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build -[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/sso_coorde.mod physics/CMakeFiles/ccppphys.dir/sso_coorde.mod.stamp Intel /apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o.provides.build -[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90 -o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o +[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90 -o CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o /apps/cmake-3.17.3/bin/cmake -E cmake_copy_f90_mod physics/ccpp_data.mod physics/CMakeFiles/ccppphys.dir/ccpp_data.mod.stamp Intel -/apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o.provides.build -/apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build -/apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build -[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +/apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o.provides.build +/apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +/apps/cmake-3.17.3/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/intel-2018/intel-2018.u4/compilers_and_libraries_2018.5.274/linux/mpi/intel64/bin/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o [100%] Linking Fortran static library libccppphys.a -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 -/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics && /apps/cmake-3.17.3/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 +/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /bin/ranlib libccppphys.a -make[3]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -/apps/cmake-3.17.3/bin/cmake -E cmake_progress_start /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 -make[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -make[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -/apps/cmake-3.17.3/bin/cmake -S/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -B/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/apps/cmake-3.17.3/bin/cmake -E cmake_progress_start /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +/apps/cmake-3.17.3/bin/cmake -E cmake_progress_start /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 +make[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +make[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +/apps/cmake-3.17.3/bin/cmake -S/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp -B/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/apps/cmake-3.17.3/bin/cmake -E cmake_progress_start /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build && /apps/cmake-3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build && /apps/cmake-3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/framework/src /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make[3]: Nothing to be done for `framework/src/CMakeFiles/ccpp.dir/build'. -make[3]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' [ 2%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build && /apps/cmake-3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build && /apps/cmake-3.17.3/bin/cmake -E cmake_depends "Unix Makefiles" /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/physics /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make[3]: Nothing to be done for `physics/CMakeFiles/ccppphys.dir/build'. -make[3]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -/apps/cmake-3.17.3/bin/cmake -E cmake_progress_start /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' +/apps/cmake-3.17.3/bin/cmake -E cmake_progress_start /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' make[2]: Nothing to be done for `preinstall'. -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' Install the project... /apps/cmake-3.17.3/bin/cmake -P cmake_install.cmake -- Install configuration: "Debug" --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/libccpp.a --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config.cmake --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config-debug.cmake --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_types.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_api.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/libccppphys.a --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config.cmake --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config-debug.cmake --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/gfs_typedefs.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_cloud_optics.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_optical_props.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_typedefs.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_gas_concentrations.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/machine.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_source_functions.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/module_radlw_parameters.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/module_radsw_parameters.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod --- Installing: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod -make[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -+ test -d /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -+ test -d /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs ; \ -exec gmake CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" all +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib/libccpp.a +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config.cmake +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config-debug.cmake +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_types.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_api.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib/libccppphys.a +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config.cmake +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config-debug.cmake +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/gfs_typedefs.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/mo_cloud_optics.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/mo_optical_props.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_typedefs.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/mo_gas_concentrations.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/machine.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/mo_source_functions.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/module_radlw_parameters.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/module_radsw_parameters.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod +-- Installing: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod +make[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build' ++ test -d /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include ++ test -d /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs ; \ +exec gmake CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" all Currently Loaded Modules: - 1) contrib/0.1 16) netcdf/4.7.4 - 2) noaatools/1.0 17) pio/2.5.1 - 3) cmake/3.17.3 18) esmf/8_1_0_beta_snapshot_27-debug - 4) hpc/1.0.0-beta1 19) g2/3.4.1 - 5) intel/2018.4 20) g2tmpl/1.9.1 - 6) mkl/2020.2 21) ip/3.3.3 - 7) hpc-intel/2018.4 22) crtm/2.3.0 - 8) munge/0.5.13 23) nceppost/dceca26 - 9) slurm/19.05.3-2 24) sp/2.3.3 - 10) impi/2018.4 25) sigio/2.3.2 - 11) hpc-impi/2018.4 26) bacio/2.4.1 - 12) jasper/2.0.15 27) nemsio/2.5.2 - 13) zlib/1.2.11 28) w3emc/2.7.3 - 14) png/1.6.35 29) w3nco/2.4.1 - 15) hdf5/1.10.6 30) modules.nems + 1) contrib/0.1 15) pio/2.5.1 + 2) noaatools/1.0 16) esmf/8_1_0_beta_snapshot_27-debug + 3) cmake/3.17.3 17) g2/3.4.1 + 4) hpc/1.0.0-beta1 18) g2tmpl/1.9.1 + 5) intel/2018.4 19) ip/3.3.3 + 6) mkl/2020.2 20) crtm/2.3.0 + 7) hpc-intel/2018.4 21) nceppost/dceca26 + 8) impi/2018.4 22) sp/2.3.3 + 9) hpc-impi/2018.4 23) sigio/2.3.2 + 10) jasper/2.0.15 24) bacio/2.4.1 + 11) zlib/1.2.11 25) nemsio/2.5.2 + 12) png/1.6.35 26) w3emc/2.7.3 + 13) hdf5/1.10.6 27) w3nco/2.4.1 + 14) netcdf/4.7.4 28) modules.nems -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -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 @@ -33287,85 +21707,85 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" -mv fms.mk "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' -test -d /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" into /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL on orion -cp -fp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems \ - "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3"/conf/configure.fv3 -cp -fp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems \ - "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3"/conf/modules.fv3 -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 COMP_BINDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL MACHINE_ID=orion FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" nemsinstall +mkdir -p "/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL" +mv fms.mk "/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs' +test -d /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL +Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" into /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL on orion +cp -fp /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems \ + "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3"/conf/configure.fv3 +cp -fp /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems \ + "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3"/conf/modules.fv3 +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 COMP_BINDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL MACHINE_ID=orion FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" nemsinstall Currently Loaded Modules: - 1) contrib/0.1 16) netcdf/4.7.4 - 2) noaatools/1.0 17) pio/2.5.1 - 3) cmake/3.17.3 18) esmf/8_1_0_beta_snapshot_27-debug - 4) hpc/1.0.0-beta1 19) g2/3.4.1 - 5) intel/2018.4 20) g2tmpl/1.9.1 - 6) mkl/2020.2 21) ip/3.3.3 - 7) hpc-intel/2018.4 22) crtm/2.3.0 - 8) munge/0.5.13 23) nceppost/dceca26 - 9) slurm/19.05.3-2 24) sp/2.3.3 - 10) impi/2018.4 25) sigio/2.3.2 - 11) hpc-impi/2018.4 26) bacio/2.4.1 - 12) jasper/2.0.15 27) nemsio/2.5.2 - 13) zlib/1.2.11 28) w3emc/2.7.3 - 14) png/1.6.35 29) w3nco/2.4.1 - 15) hdf5/1.10.6 30) modules.nems + 1) contrib/0.1 15) pio/2.5.1 + 2) noaatools/1.0 16) esmf/8_1_0_beta_snapshot_27-debug + 3) cmake/3.17.3 17) g2/3.4.1 + 4) hpc/1.0.0-beta1 18) g2tmpl/1.9.1 + 5) intel/2018.4 19) ip/3.3.3 + 6) mkl/2020.2 20) crtm/2.3.0 + 7) hpc-intel/2018.4 21) nceppost/dceca26 + 8) impi/2018.4 22) sp/2.3.3 + 9) hpc-impi/2018.4 23) sigio/2.3.2 + 10) jasper/2.0.15 24) bacio/2.4.1 + 11) zlib/1.2.11 25) nemsio/2.5.2 + 12) png/1.6.35 26) w3emc/2.7.3 + 13) hdf5/1.10.6 27) w3nco/2.4.1 + 14) netcdf/4.7.4 28) modules.nems -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' -gmake -C cpl FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' +gmake -C cpl FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -c module_cap_cpl.F90 +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics' Building dependencies ... -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics' +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +fpp: warning: macro redefined: _OPENMP +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-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/mersenne_twister.o physics/namelist_soilveg.o physics/physparam.o physics/set_soilveg.o physics/noahmp_tables.o physics/GFDL_parse_tracers.o physics/physcons.o CCPP_layer/CCPP_data.o ../ccpp/physics/ccpp_static_api.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_restart.o ar: creating libgfsphys.a a - physics/mersenne_twister.o @@ -33381,65 +21801,65 @@ a - GFS_layer/GFS_abstraction_layer.o a - GFS_layer/GFS_diagnostics.o a - GFS_layer/GFS_driver.o a - GFS_layer/GFS_restart.o -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' -gmake -C ccpp/driver FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics' +gmake -C ccpp/driver FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build CCPP layer ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver' Building dependencies ... -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver' Build CCPP layer ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS CCPP_driver.F90 > CCPP_driver.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver' +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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS CCPP_driver.F90 > CCPP_driver.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o ar rv libccppdriver.a CCPP_driver.o ar: creating libccppdriver.a a - CCPP_driver.o -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' -gmake -C ipd FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver' +gmake -C ipd FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd' Building dependencies ... -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd' -gmake -C io FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd' +gmake -C io FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include] -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include] -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -c module_fv3_io_def.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nemsio/2.5.2/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -c module_wrt_grid_comp.F90 +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -c module_fv3_io_def.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nemsio/2.5.2/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 @@ -33452,65 +21872,65 @@ 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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -c model/fv_arrays.F90 -o model/fv_arrays.o +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -33556,52 +21976,52 @@ 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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/stochastic_physics' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/stochastic_physics' Building dependencies ... -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/stochastic_physics' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/stochastic_physics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c kinddef.F90 -o kinddef.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c glats_stochy.f -o glats_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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c mpi_wrapper.F90 -o mpi_wrapper.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c halo_exchange.fv3.F90 -o halo_exchange.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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c lndp_apply_perts.F90 -o lndp_apply_perts.o +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/stochastic_physics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c kinddef.F90 -o kinddef.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c glats_stochy.f -o glats_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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c mpi_wrapper.F90 -o mpi_wrapper.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c halo_exchange.fv3.F90 -o halo_exchange.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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c lndp_apply_perts.F90 -o lndp_apply_perts.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 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 plumes.o kinddef.o mpi_wrapper.o halo_exchange.fv3.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 cellular_automata_global.o cellular_automata_sgs.o update_ca.o lndp_apply_perts.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -33638,25 +22058,25 @@ a - cellular_automata_global.o a - cellular_automata_sgs.o a - update_ca.o a - lndp_apply_perts.o -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/stochastic_physics' -gmake -C stochastic_physics FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/stochastic_physics' +gmake -C stochastic_physics FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include] -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I ../../stochastic_physics -I../ccpp/physics -I../ccpp/build/physics -I../atmos_cubed_sphere -c stochastic_physics_wrapper.F90 -o stochastic_physics_wrapper.o +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/stochastic_physics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I ../../stochastic_physics -I../ccpp/physics -I../ccpp/build/physics -I../atmos_cubed_sphere -c stochastic_physics_wrapper.F90 -o stochastic_physics_wrapper.o ar rv libstochastic_physics_wrapper.a stochastic_physics_wrapper.o ar: creating libstochastic_physics_wrapper.a a - stochastic_physics_wrapper.o -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DCMEPS -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 @@ -33664,47 +22084,46 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' -gmake esmf_make_fragment FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' +gmake esmf_make_fragment FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' -Installation into "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' +Installation into "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' -test -d /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -rm -fr /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/exec -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="orion" DEBUG=Y ; \ +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' +test -d /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL +rm -fr /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/exec +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="orion" DEBUG=Y ; \ set -e ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface ; \ -./compile.sh --platform orion --fms-dir "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" +cd /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface ; \ +./compile.sh --platform orion --fms-dir "/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL" Currently Loaded Modules: - 1) contrib/0.1 16) netcdf/4.7.4 - 2) noaatools/1.0 17) pio/2.5.1 - 3) cmake/3.17.3 18) esmf/8_1_0_beta_snapshot_27-debug - 4) hpc/1.0.0-beta1 19) g2/3.4.1 - 5) intel/2018.4 20) g2tmpl/1.9.1 - 6) mkl/2020.2 21) ip/3.3.3 - 7) hpc-intel/2018.4 22) crtm/2.3.0 - 8) munge/0.5.13 23) nceppost/dceca26 - 9) slurm/19.05.3-2 24) sp/2.3.3 - 10) impi/2018.4 25) sigio/2.3.2 - 11) hpc-impi/2018.4 26) bacio/2.4.1 - 12) jasper/2.0.15 27) nemsio/2.5.2 - 13) zlib/1.2.11 28) w3emc/2.7.3 - 14) png/1.6.35 29) w3nco/2.4.1 - 15) hdf5/1.10.6 30) modules.nems + 1) contrib/0.1 15) pio/2.5.1 + 2) noaatools/1.0 16) esmf/8_1_0_beta_snapshot_27-debug + 3) cmake/3.17.3 17) g2/3.4.1 + 4) hpc/1.0.0-beta1 18) g2tmpl/1.9.1 + 5) intel/2018.4 19) ip/3.3.3 + 6) mkl/2020.2 20) crtm/2.3.0 + 7) hpc-intel/2018.4 21) nceppost/dceca26 + 8) impi/2018.4 22) sp/2.3.3 + 9) hpc-impi/2018.4 23) sigio/2.3.2 + 10) jasper/2.0.15 24) bacio/2.4.1 + 11) zlib/1.2.11 25) nemsio/2.5.2 + 12) png/1.6.35 26) w3emc/2.7.3 + 13) hdf5/1.10.6 27) w3nco/2.4.1 + 14) netcdf/4.7.4 28) modules.nems -Will use FMS from: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL +Will use FMS from: /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL ++ pwd -+ BASEDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface ++ BASEDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface + MACHINE_ID=orion + COMPILE_OPTION=orion-intel.mk + DEBUG=Y @@ -33719,585 +22138,534 @@ MOM6 compile.sh ... DEBUG=1, REPRO= + [[ 1 == 1 ]] + echo 'compile MOM6 library ...' compile MOM6 library ... -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface + mkdir -p build/intel/MOM6_LIB/repro + cd build/intel/MOM6_LIB/repro + [[ -f path_names ]] + rm -f path_names + echo 'generating file_paths ...' generating file_paths ... -+ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/mkmf/bin/list_paths /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic/ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 ++ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/mkmf/bin/list_paths /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic/ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 A list of the files you checked out is in the file path_names. + echo 'generating makefile ...' generating makefile ... -+ /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/mkmf/bin/mkmf -t /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/mkmf/templates/orion-intel.mk -p lib_ocean.a -o -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL path_names -.................................................................................................................................................................................................................................................................... Makefile is ready. ++ /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/mkmf/bin/mkmf -t /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/mkmf/templates/orion-intel.mk -p lib_ocean.a -o -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL path_names +........................................................................................................................................................................................................................................... Makefile is ready. + echo 'compiling MOM6 library...' compiling MOM6 library... + make NETCDF=4 REPRO= DEBUG=1 lib_ocean.a -make[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_error_handler.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_array_transform.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_cpu_clock.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_time_manager.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_string_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/polynomial_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PLM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_safe_alloc.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_vkernels.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PCM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_zlike.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_sigma.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_manager_wrapper.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_math.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_pt_from_t__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_sr_from_sp__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_intrinsic_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_gibbs_ice__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_specvol_second_derivatives__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_chem_potential_water_t_exact__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_pt0_from_t__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_ct_freezing_exact__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_ct_from_t__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_specvol_first_derivatives__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_t_freezing_poly__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_entropy_part_zerop__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_constants.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_rho__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_t_deriv_chem_potential_water_t_exact__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_pt_from_ct__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_t_freezing_exact__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_rho_second_derivatives__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_t_from_ct__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_ct_freezing_poly__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_gibbs_pt0_pt0__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_ct_from_pt__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_rho_first_derivatives__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_entropy_part__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_gibbs__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_specvol__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c ./gsw_sp_from_sr__genmod.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_coms.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_document.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_solvers.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_consts.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_file_parser.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_TFreeze.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_edge_values.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_background.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_domains.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_unit_scaling.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_params.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PPM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PQM_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P1M_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P3M_functions.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_verticalGrid.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_remapping.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_hor_index.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_interp.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_linear.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_checksums.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_dyn_horgrid.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_grid.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_random.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_io.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_spatial_means.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/baroclinic_zone_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/user_shelf_init.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_transcribe_grid.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_debugging.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_get_input.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_transform_FMS.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_grid_initialize.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_shared_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_write_cputime.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_hycom.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_rho.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_slight.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_restart.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_Z_init.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_variables.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_adapt.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_horizontal_regridding.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_interface_heights.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_checksum_packages.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_isopycnal_slopes.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/soliton_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/adjustment_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Rossby_front_2d_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_regridding.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_remap.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_mediator.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_registry.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_sponge.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_opacity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_speed.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_Montgomery.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_PointAccel.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_structure.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_change_diffusivity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/lock_exchange_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/external_gwave_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_open_boundary.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_forcing_type.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/benchmark_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Neverland_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/sloshing_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/seamount_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Phillips_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/circle_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/RGC_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/ISOMIP_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME2d_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dense_water_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_diagnostics.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_diabatic.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_wave_interface.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_aux.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_marine_ice.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/SCM_CVMix_tests.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_controlled_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Idealized_Hurricane.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ISOMIP_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/DOME_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_ALE.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity_PPM.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/supercritical_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_CoriolisAdv.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/tidal_bay_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Kelvin_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/shelfwave_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_channel_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_barotropic.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_advect.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/tracer_example.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/RGC_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ideal_age_example.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dye_example.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/oil_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/advection_test_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dyed_obc_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/pseudo_salt_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/boundary_impulse_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_coord_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_boundary_update.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_fixed_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_state_initialization.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_generic_tracer.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_flow_control.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_sum_output.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_surface_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_revise_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_surface_forcing.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_main.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_neutral_diffusion.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_split_RK2.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_hor_diff.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_unit_tests.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM.F90 -mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 -ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_cpu_clock.o MOM_checksums.o user_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o ocean_da_types.o baroclinic_zone_initialization.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_open_boundary.o MOM_set_viscosity.o cvmix_shear.o MOM_regularize_layers.o MOM_string_functions.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o PLM_functions.o gsw_pt_from_t__genmod.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_safe_alloc.o gsw_sr_from_sp__genmod.o MOM_intrinsic_functions.o MOM_continuity.o MOM_obsolete_params.o MOM_checksum_packages.o dumbbell_initialization.o MOM_dyn_horgrid.o gsw_gibbs_ice__genmod.o MOM_unit_scaling.o gsw_specvol_second_derivatives__genmod.o MOM_EOS_Wright.o gsw_gibbs.o PPM_functions.o supercritical_initialization.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_error_handler.o MOM_PointAccel.o gsw_gibbs_pt0_pt0.o gsw_pt_from_ct.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o gsw_t_freezing_exact.o regrid_consts.o MOM_diag_mediator.o MOM_wave_speed.o ISOMIP_initialization.o gsw_chem_potential_water_t_exact__genmod.o polynomial_functions.o gsw_pt0_from_t__genmod.o user_shelf_init.o gsw_rho_first_derivatives.o MOM_neutral_diffusion.o write_ocean_obs.o MOM_EOS_UNESCO.o gsw_ct_freezing_exact__genmod.o seamount_initialization.o MOM_dynamics_unsplit.o gsw_ct_from_t__genmod.o MOM_diagnostics.o gsw_mod_specvol_coefficients.o gsw_specvol_first_derivatives__genmod.o MOM_barotropic.o soliton_initialization.o Kelvin_initialization.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_generic_tracer.o MOM_lateral_boundary_diffusion.o MOM_bkgnd_mixing.o circle_obcs_initialization.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o P1M_functions.o MOM_ALE.o gsw_t_freezing_poly__genmod.o boundary_impulse_tracer.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o MOM_diag_remap.o MOM_domains.o Neverland_initialization.o MOM_tidal_mixing.o gsw_entropy_part_zerop__genmod.o gsw_pt_from_t.o dense_water_initialization.o MOM_entrain_diffusive.o Phillips_initialization.o MOM_internal_tide_input.o MOM_marine_ice.o MOM_debugging.o kdtree.o MOM_document.o MOM_variables.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o gsw_rho__genmod.o MOM_tracer_flow_control.o MOM_coms.o cvmix_background.o MOM_diabatic_driver.o MOM_horizontal_regridding.o gsw_ct_from_pt.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_spatial_means.o RGC_tracer.o MOM_ice_shelf.o cvmix_ddiff.o gsw_specvol_second_derivatives.o gsw_t_deriv_chem_potential_water_t_exact__genmod.o gsw_ct_freezing_poly.o MOM_PressureForce_Montgomery.o gsw_pt_from_ct__genmod.o MOM_sum_output.o MOM_isopycnal_slopes.o gsw_mod_gibbs_ice_coefficients.o MOM_array_transform.o cvmix_math.o dumbbell_surface_forcing.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o MOM_random.o MOM_ice_shelf_dynamics.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_tracer_hor_diff.o MOM_full_convection.o mom_ocean_model_nuopc.o gsw_chem_potential_water_t_exact.o MOM_transform_FMS.o MOM_EOS.o coord_rho.o MOM_state_initialization.o gsw_t_freezing_exact__genmod.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_restart.o MOM_coord_initialization.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o gsw_ct_freezing_exact.o MOM_OCMIP2_CFC.o MOM_diag_manager_wrapper.o MOM_time_manager.o regrid_interp.o MOM_EOS_NEMO.o gsw_mod_freezing_poly_coefficients.o MOM_CVMix_conv.o MOM_wave_structure.o gsw_pt0_from_t.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o tidal_bay_initialization.o user_change_diffusivity.o MOM_tracer_registry.o gsw_rho_second_derivatives__genmod.o coord_zlike.o gsw_gibbs_ice.o gsw_t_from_ct__genmod.o gsw_ct_freezing_poly__genmod.o gsw_gibbs_pt0_pt0__genmod.o MOM_MEKE_types.o MOM_CVMix_ddiff.o dyed_channel_initialization.o gsw_rho_second_derivatives.o MOM_thickness_diffuse.o MOM_file_parser.o MOM_unit_tests.o ideal_age_example.o MOM_offline_main.o gsw_specvol_first_derivatives.o MOM_set_diffusivity.o DOME_initialization.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o coord_sigma.o BFB_surface_forcing.o advection_test_tracer.o pseudo_salt_tracer.o dyed_obcs_initialization.o MOM_PressureForce.o gsw_mod_toolbox.o MOM_verticalGrid.o MOM_regridding.o MOM_boundary_update.o MOM_forcing_type.o coord_adapt.o MOM_tracer_Z_init.o MOM_bulk_mixed_layer.o MOM_controlled_forcing.o gsw_sr_from_sp.o MOM_shared_initialization.o MOM_kappa_shear.o MOM_ALE_sponge.o gsw_entropy_part.o MOM_ice_shelf_state.o gsw_mod_teos10_constants.o MOM_PressureForce_analytic_FV.o MOM_lateral_mixing_coeffs.o Idealized_Hurricane.o MOM_write_cputime.o gsw_mod_kinds.o MOM_sponge.o gsw_ct_from_pt__genmod.o MOM_continuity_PPM.o oil_tracer.o MOM.o MOM_EOS_linear.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o gsw_rho_first_derivatives__genmod.o gsw_rho.o gsw_entropy_part__genmod.o gsw_gibbs__genmod.o dyed_obc_tracer.o gsw_specvol__genmod.o gsw_sp_from_sr__genmod.o adjustment_initialization.o MOM_constants.o shelfwave_initialization.o MOM_remapping.o MOM_io.o dye_example.o benchmark_initialization.o lock_exchange_initialization.o mom_surface_forcing_nuopc.o cvmix_tidal.o MOM_obsolete_diagnostics.o gsw_t_deriv_chem_potential_water_t_exact.o +make[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_error_handler.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_array_transform.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_cpu_clock.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_time_manager.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_string_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/polynomial_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PLM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_math.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_safe_alloc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_vkernels.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PCM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_consts.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_zlike.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_sigma.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_manager_wrapper.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_intrinsic_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_constants.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_coms.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_document.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_solvers.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_file_parser.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_TFreeze.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_edge_values.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_background.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_domains.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_unit_scaling.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PPM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PQM_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P1M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P3M_functions.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_params.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_verticalGrid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_remapping.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_interp.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_hor_index.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_linear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_checksums.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_dyn_horgrid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_random.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_io.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_spatial_means.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/baroclinic_zone_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_transcribe_grid.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/user_shelf_init.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_debugging.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_get_input.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_transform_FMS.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_grid_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_shared_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_write_cputime.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_hycom.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_rho.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_slight.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_restart.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_Z_init.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_variables.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_adapt.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_horizontal_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_interface_heights.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_checksum_packages.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_isopycnal_slopes.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/adjustment_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/Rossby_front_2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/soliton_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_regridding.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_remap.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_mediator.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_opacity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_registry.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_structure.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_change_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_speed.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_Montgomery.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_PointAccel.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/lock_exchange_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/external_gwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_forcing_type.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_open_boundary.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/benchmark_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/Neverland_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/sloshing_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/seamount_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/Phillips_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/dense_water_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/circle_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/RGC_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/ISOMIP_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME2d_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_diagnostics.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_diabatic.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_wave_interface.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/SCM_CVMix_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_marine_ice.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_controlled_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/Idealized_Hurricane.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/tracer_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/DOME_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ISOMIP_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/RGC_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ideal_age_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dye_example.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/oil_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/advection_test_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dyed_obc_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_ALE.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/pseudo_salt_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/boundary_impulse_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_barotropic.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/tidal_bay_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/Kelvin_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/shelfwave_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_channel_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity_PPM.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_CoriolisAdv.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/supercritical_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_advect.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_coord_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_boundary_update.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_fixed_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_state_initialization.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_generic_tracer.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_flow_control.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_sum_output.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_revise_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_surface_forcing.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_main.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_split_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_neutral_diffusion.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_hor_diff.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_unit_tests.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM.F90 +mpiifort -fpp -Wp,-w -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fpe0 -ftrapuv -link_mpi=dbg -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -c -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/src/framework /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 +ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_cpu_clock.o MOM_checksums.o gsw_mod_gibbs_ice_coefficients.o MOM_array_transform.o cvmix_math.o dumbbell_surface_forcing.o user_initialization.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o MOM_random.o ocean_da_types.o baroclinic_zone_initialization.o MOM_ice_shelf_dynamics.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_open_boundary.o MOM_set_viscosity.o MOM_tracer_hor_diff.o cvmix_shear.o MOM_full_convection.o MOM_regularize_layers.o MOM_string_functions.o mom_ocean_model_nuopc.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o gsw_chem_potential_water_t_exact.o MOM_transform_FMS.o PLM_functions.o MOM_EOS.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_state_initialization.o coord_rho.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_safe_alloc.o MOM_restart.o MOM_coord_initialization.o MOM_intrinsic_functions.o MOM_continuity.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o MOM_OCMIP2_CFC.o gsw_ct_freezing_exact.o MOM_diag_manager_wrapper.o MOM_time_manager.o MOM_obsolete_params.o regrid_interp.o MOM_checksum_packages.o dumbbell_initialization.o MOM_EOS_NEMO.o MOM_CVMix_conv.o MOM_dyn_horgrid.o gsw_mod_freezing_poly_coefficients.o gsw_pt0_from_t.o MOM_wave_structure.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o MOM_unit_scaling.o tidal_bay_initialization.o MOM_EOS_Wright.o PPM_functions.o gsw_gibbs.o user_change_diffusivity.o supercritical_initialization.o MOM_tracer_registry.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o coord_zlike.o gsw_gibbs_ice.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_MEKE_types.o MOM_error_handler.o MOM_CVMix_ddiff.o MOM_PointAccel.o gsw_gibbs_pt0_pt0.o gsw_pt_from_ct.o dyed_channel_initialization.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o regrid_consts.o gsw_t_freezing_exact.o MOM_diag_mediator.o MOM_thickness_diffuse.o gsw_rho_second_derivatives.o MOM_file_parser.o MOM_wave_speed.o ISOMIP_initialization.o MOM_unit_tests.o polynomial_functions.o MOM_offline_main.o ideal_age_example.o user_shelf_init.o DOME_initialization.o MOM_set_diffusivity.o gsw_rho_first_derivatives.o gsw_specvol_first_derivatives.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o MOM_neutral_diffusion.o BFB_surface_forcing.o coord_sigma.o write_ocean_obs.o advection_test_tracer.o dyed_obcs_initialization.o pseudo_salt_tracer.o MOM_EOS_UNESCO.o seamount_initialization.o MOM_dynamics_unsplit.o MOM_PressureForce.o MOM_verticalGrid.o MOM_diagnostics.o gsw_mod_toolbox.o gsw_mod_specvol_coefficients.o MOM_regridding.o MOM_boundary_update.o MOM_barotropic.o coord_adapt.o MOM_forcing_type.o soliton_initialization.o MOM_tracer_Z_init.o Kelvin_initialization.o MOM_controlled_forcing.o MOM_bulk_mixed_layer.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o gsw_sr_from_sp.o MOM_shared_initialization.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_lateral_boundary_diffusion.o MOM_generic_tracer.o MOM_bkgnd_mixing.o MOM_kappa_shear.o circle_obcs_initialization.o MOM_ALE_sponge.o gsw_entropy_part.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o MOM_ice_shelf_state.o P1M_functions.o gsw_mod_teos10_constants.o MOM_ALE.o MOM_PressureForce_analytic_FV.o boundary_impulse_tracer.o MOM_lateral_mixing_coeffs.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o Idealized_Hurricane.o MOM_diag_remap.o gsw_mod_kinds.o MOM_write_cputime.o MOM_domains.o Neverland_initialization.o MOM_sponge.o MOM_tidal_mixing.o oil_tracer.o MOM_continuity_PPM.o gsw_pt_from_t.o MOM.o dense_water_initialization.o MOM_entrain_diffusive.o MOM_EOS_linear.o Phillips_initialization.o MOM_internal_tide_input.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o MOM_marine_ice.o MOM_debugging.o kdtree.o gsw_rho.o MOM_document.o dyed_obc_tracer.o MOM_variables.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o adjustment_initialization.o MOM_constants.o MOM_tracer_flow_control.o MOM_coms.o shelfwave_initialization.o cvmix_background.o MOM_diabatic_driver.o gsw_ct_from_pt.o MOM_horizontal_regridding.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_remapping.o MOM_spatial_means.o benchmark_initialization.o lock_exchange_initialization.o dye_example.o MOM_io.o RGC_tracer.o MOM_ice_shelf.o mom_surface_forcing_nuopc.o cvmix_ddiff.o cvmix_tidal.o gsw_specvol_second_derivatives.o MOM_obsolete_diagnostics.o gsw_ct_freezing_poly.o MOM_sum_output.o MOM_PressureForce_Montgomery.o MOM_isopycnal_slopes.o gsw_t_deriv_chem_potential_water_t_exact.o ar: creating lib_ocean.a a - cvmix_utils.o a - coord_hycom.o a - MOM_cpu_clock.o a - MOM_checksums.o +a - gsw_mod_gibbs_ice_coefficients.o +a - MOM_array_transform.o +a - cvmix_math.o +a - dumbbell_surface_forcing.o a - user_initialization.o +a - gsw_ct_from_t.o +a - MOM_TFreeze.o +a - MOM_grid_initialize.o +a - BFB_initialization.o a - ISOMIP_tracer.o a - PCM_functions.o a - cvmix_kinds_and_types.o +a - MOM_random.o a - ocean_da_types.o a - baroclinic_zone_initialization.o +a - MOM_ice_shelf_dynamics.o a - RGC_initialization.o a - gsw_entropy_part_zerop.o +a - MOM_transcribe_grid.o +a - MOM_internal_tides.o +a - cvmix_kpp.o a - MOM_open_boundary.o a - MOM_set_viscosity.o +a - MOM_tracer_hor_diff.o a - cvmix_shear.o +a - MOM_full_convection.o a - MOM_regularize_layers.o a - MOM_string_functions.o +a - mom_ocean_model_nuopc.o a - MOM_wave_interface.o a - MOM_grid.o a - DOME_tracer.o a - MOM_tidal_forcing.o a - gsw_sp_from_sr.o +a - gsw_chem_potential_water_t_exact.o +a - MOM_transform_FMS.o a - PLM_functions.o -a - gsw_pt_from_t__genmod.o +a - MOM_EOS.o a - MOM_tracer_initialization_from_Z.o a - MOM_MEKE.o +a - MOM_state_initialization.o +a - coord_rho.o +a - MOM_interface_heights.o +a - MOM_diabatic_aux.o a - MOM_safe_alloc.o -a - gsw_sr_from_sp__genmod.o +a - MOM_restart.o +a - MOM_coord_initialization.o a - MOM_intrinsic_functions.o a - MOM_continuity.o +a - MOM_hor_visc.o +a - SCM_CVMix_tests.o +a - MOM_CVMix_shear.o +a - MOM_OCMIP2_CFC.o +a - gsw_ct_freezing_exact.o +a - MOM_diag_manager_wrapper.o +a - MOM_time_manager.o a - MOM_obsolete_params.o +a - regrid_interp.o a - MOM_checksum_packages.o a - dumbbell_initialization.o +a - MOM_EOS_NEMO.o +a - MOM_CVMix_conv.o a - MOM_dyn_horgrid.o -a - gsw_gibbs_ice__genmod.o +a - gsw_mod_freezing_poly_coefficients.o +a - gsw_pt0_from_t.o +a - MOM_wave_structure.o +a - external_gwave_initialization.o +a - MOM_geothermal.o +a - gsw_specvol.o +a - MOM_get_input.o a - MOM_unit_scaling.o -a - gsw_specvol_second_derivatives__genmod.o +a - tidal_bay_initialization.o a - MOM_EOS_Wright.o -a - gsw_gibbs.o a - PPM_functions.o +a - gsw_gibbs.o +a - user_change_diffusivity.o a - supercritical_initialization.o +a - MOM_tracer_registry.o a - MOM_offline_aux.o a - MOM_EOS_TEOS10.o a - regrid_edge_values.o +a - coord_zlike.o +a - gsw_gibbs_ice.o a - MOM_energetic_PBL.o a - MOM_CoriolisAdv.o a - PQM_functions.o a - MOM_dynamics_unsplit_RK2.o +a - MOM_MEKE_types.o a - MOM_error_handler.o +a - MOM_CVMix_ddiff.o a - MOM_PointAccel.o a - gsw_gibbs_pt0_pt0.o a - gsw_pt_from_ct.o +a - dyed_channel_initialization.o a - MOM_fixed_initialization.o a - gsw_t_freezing_poly.o a - MOM_tracer_advect.o -a - gsw_t_freezing_exact.o a - regrid_consts.o +a - gsw_t_freezing_exact.o a - MOM_diag_mediator.o +a - MOM_thickness_diffuse.o +a - gsw_rho_second_derivatives.o +a - MOM_file_parser.o a - MOM_wave_speed.o a - ISOMIP_initialization.o -a - gsw_chem_potential_water_t_exact__genmod.o +a - MOM_unit_tests.o a - polynomial_functions.o -a - gsw_pt0_from_t__genmod.o +a - MOM_offline_main.o +a - ideal_age_example.o a - user_shelf_init.o +a - DOME_initialization.o +a - MOM_set_diffusivity.o a - gsw_rho_first_derivatives.o +a - gsw_specvol_first_derivatives.o +a - MOM_diapyc_energy_req.o +a - MOM_opacity.o +a - tracer_example.o +a - user_revise_forcing.o a - MOM_neutral_diffusion.o +a - BFB_surface_forcing.o +a - coord_sigma.o a - write_ocean_obs.o +a - advection_test_tracer.o +a - dyed_obcs_initialization.o +a - pseudo_salt_tracer.o a - MOM_EOS_UNESCO.o -a - gsw_ct_freezing_exact__genmod.o a - seamount_initialization.o a - MOM_dynamics_unsplit.o -a - gsw_ct_from_t__genmod.o +a - MOM_PressureForce.o +a - MOM_verticalGrid.o a - MOM_diagnostics.o +a - gsw_mod_toolbox.o a - gsw_mod_specvol_coefficients.o -a - gsw_specvol_first_derivatives__genmod.o +a - MOM_regridding.o +a - MOM_boundary_update.o a - MOM_barotropic.o +a - coord_adapt.o +a - MOM_forcing_type.o a - soliton_initialization.o +a - MOM_tracer_Z_init.o a - Kelvin_initialization.o +a - MOM_controlled_forcing.o +a - MOM_bulk_mixed_layer.o a - MOM_hor_index.o a - regrid_solvers.o a - ocean_da_core.o +a - gsw_sr_from_sp.o +a - MOM_shared_initialization.o a - DOME2d_initialization.o a - MOM_tracer_diabatic.o a - MOM_vert_friction.o -a - MOM_generic_tracer.o a - MOM_lateral_boundary_diffusion.o +a - MOM_generic_tracer.o a - MOM_bkgnd_mixing.o +a - MOM_kappa_shear.o a - circle_obcs_initialization.o +a - MOM_ALE_sponge.o +a - gsw_entropy_part.o a - MOM_ice_shelf_initialize.o a - MOM_CVMix_KPP.o +a - MOM_ice_shelf_state.o a - P1M_functions.o +a - gsw_mod_teos10_constants.o a - MOM_ALE.o -a - gsw_t_freezing_poly__genmod.o +a - MOM_PressureForce_analytic_FV.o a - boundary_impulse_tracer.o +a - MOM_lateral_mixing_coeffs.o a - cvmix_put_get.o a - MOM_oda_driver.o a - cvmix_convection.o +a - Idealized_Hurricane.o a - MOM_diag_remap.o +a - gsw_mod_kinds.o +a - MOM_write_cputime.o a - MOM_domains.o a - Neverland_initialization.o +a - MOM_sponge.o a - MOM_tidal_mixing.o -a - gsw_entropy_part_zerop__genmod.o +a - oil_tracer.o +a - MOM_continuity_PPM.o a - gsw_pt_from_t.o +a - MOM.o a - dense_water_initialization.o a - MOM_entrain_diffusive.o +a - MOM_EOS_linear.o a - Phillips_initialization.o a - MOM_internal_tide_input.o +a - coord_slight.o +a - gsw_t_from_ct.o +a - Rossby_front_2d_initialization.o a - MOM_marine_ice.o a - MOM_debugging.o a - kdtree.o +a - gsw_rho.o a - MOM_document.o +a - dyed_obc_tracer.o a - MOM_variables.o a - P3M_functions.o a - MOM_mixed_layer_restrat.o a - MOM_diag_vkernels.o -a - gsw_rho__genmod.o +a - adjustment_initialization.o +a - MOM_constants.o a - MOM_tracer_flow_control.o a - MOM_coms.o +a - shelfwave_initialization.o a - cvmix_background.o a - MOM_diabatic_driver.o -a - MOM_horizontal_regridding.o a - gsw_ct_from_pt.o +a - MOM_horizontal_regridding.o a - MOM_dynamics_split_RK2.o a - sloshing_initialization.o +a - MOM_remapping.o a - MOM_spatial_means.o +a - benchmark_initialization.o +a - lock_exchange_initialization.o +a - dye_example.o +a - MOM_io.o a - RGC_tracer.o a - MOM_ice_shelf.o +a - mom_surface_forcing_nuopc.o a - cvmix_ddiff.o +a - cvmix_tidal.o a - gsw_specvol_second_derivatives.o -a - gsw_t_deriv_chem_potential_water_t_exact__genmod.o +a - MOM_obsolete_diagnostics.o a - gsw_ct_freezing_poly.o -a - MOM_PressureForce_Montgomery.o -a - gsw_pt_from_ct__genmod.o a - MOM_sum_output.o +a - MOM_PressureForce_Montgomery.o a - MOM_isopycnal_slopes.o -a - gsw_mod_gibbs_ice_coefficients.o -a - MOM_array_transform.o -a - cvmix_math.o -a - dumbbell_surface_forcing.o -a - gsw_ct_from_t.o -a - MOM_TFreeze.o -a - MOM_grid_initialize.o -a - BFB_initialization.o -a - MOM_random.o -a - MOM_ice_shelf_dynamics.o -a - MOM_transcribe_grid.o -a - MOM_internal_tides.o -a - cvmix_kpp.o -a - MOM_tracer_hor_diff.o -a - MOM_full_convection.o -a - mom_ocean_model_nuopc.o -a - gsw_chem_potential_water_t_exact.o -a - MOM_transform_FMS.o -a - MOM_EOS.o -a - coord_rho.o -a - MOM_state_initialization.o -a - gsw_t_freezing_exact__genmod.o -a - MOM_interface_heights.o -a - MOM_diabatic_aux.o -a - MOM_restart.o -a - MOM_coord_initialization.o -a - MOM_hor_visc.o -a - SCM_CVMix_tests.o -a - MOM_CVMix_shear.o -a - gsw_ct_freezing_exact.o -a - MOM_OCMIP2_CFC.o -a - MOM_diag_manager_wrapper.o -a - MOM_time_manager.o -a - regrid_interp.o -a - MOM_EOS_NEMO.o -a - gsw_mod_freezing_poly_coefficients.o -a - MOM_CVMix_conv.o -a - MOM_wave_structure.o -a - gsw_pt0_from_t.o -a - external_gwave_initialization.o -a - MOM_geothermal.o -a - gsw_specvol.o -a - MOM_get_input.o -a - tidal_bay_initialization.o -a - user_change_diffusivity.o -a - MOM_tracer_registry.o -a - gsw_rho_second_derivatives__genmod.o -a - coord_zlike.o -a - gsw_gibbs_ice.o -a - gsw_t_from_ct__genmod.o -a - gsw_ct_freezing_poly__genmod.o -a - gsw_gibbs_pt0_pt0__genmod.o -a - MOM_MEKE_types.o -a - MOM_CVMix_ddiff.o -a - dyed_channel_initialization.o -a - gsw_rho_second_derivatives.o -a - MOM_thickness_diffuse.o -a - MOM_file_parser.o -a - MOM_unit_tests.o -a - ideal_age_example.o -a - MOM_offline_main.o -a - gsw_specvol_first_derivatives.o -a - MOM_set_diffusivity.o -a - DOME_initialization.o -a - MOM_diapyc_energy_req.o -a - MOM_opacity.o -a - tracer_example.o -a - user_revise_forcing.o -a - coord_sigma.o -a - BFB_surface_forcing.o -a - advection_test_tracer.o -a - pseudo_salt_tracer.o -a - dyed_obcs_initialization.o -a - MOM_PressureForce.o -a - gsw_mod_toolbox.o -a - MOM_verticalGrid.o -a - MOM_regridding.o -a - MOM_boundary_update.o -a - MOM_forcing_type.o -a - coord_adapt.o -a - MOM_tracer_Z_init.o -a - MOM_bulk_mixed_layer.o -a - MOM_controlled_forcing.o -a - gsw_sr_from_sp.o -a - MOM_shared_initialization.o -a - MOM_kappa_shear.o -a - MOM_ALE_sponge.o -a - gsw_entropy_part.o -a - MOM_ice_shelf_state.o -a - gsw_mod_teos10_constants.o -a - MOM_PressureForce_analytic_FV.o -a - MOM_lateral_mixing_coeffs.o -a - Idealized_Hurricane.o -a - MOM_write_cputime.o -a - gsw_mod_kinds.o -a - MOM_sponge.o -a - gsw_ct_from_pt__genmod.o -a - MOM_continuity_PPM.o -a - oil_tracer.o -a - MOM.o -a - MOM_EOS_linear.o -a - coord_slight.o -a - gsw_t_from_ct.o -a - Rossby_front_2d_initialization.o -a - gsw_rho_first_derivatives__genmod.o -a - gsw_rho.o -a - gsw_entropy_part__genmod.o -a - gsw_gibbs__genmod.o -a - dyed_obc_tracer.o -a - gsw_specvol__genmod.o -a - gsw_sp_from_sr__genmod.o -a - adjustment_initialization.o -a - MOM_constants.o -a - shelfwave_initialization.o -a - MOM_remapping.o -a - MOM_io.o -a - dye_example.o -a - benchmark_initialization.o -a - lock_exchange_initialization.o -a - mom_surface_forcing_nuopc.o -a - cvmix_tidal.o -a - MOM_obsolete_diagnostics.o a - gsw_t_deriv_chem_potential_water_t_exact.o -make[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' +make[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' + echo 'compiling MOM6 library successful' compiling MOM6 library successful + echo 'compiling MOM6 library done' compiling MOM6 library done -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface + mkdir -p exec/orion/ -+ ln -s /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro exec/orion/lib_ocean ++ ln -s /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro exec/orion/lib_ocean + [[ 0 == 1 ]] + echo ================================================== ================================================== + [[ 0 == 1 ]] + echo 'Next recommended step is to rejoice out of happiness from a successful compile.' Next recommended step is to rejoice out of happiness from a successful compile. -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface ; \ - exec gmake -f makefile.nuopc COMP_SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="orion" \ - "FMSDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" \ - "NEMSMOMDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/orion" \ - "INSTALLDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" install +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface ; \ + exec gmake -f makefile.nuopc COMP_SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="orion" \ + "FMSDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL" \ + "NEMSMOMDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/exec/orion" \ + "INSTALLDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" install Currently Loaded Modules: - 1) contrib/0.1 16) netcdf/4.7.4 - 2) noaatools/1.0 17) pio/2.5.1 - 3) cmake/3.17.3 18) esmf/8_1_0_beta_snapshot_27-debug - 4) hpc/1.0.0-beta1 19) g2/3.4.1 - 5) intel/2018.4 20) g2tmpl/1.9.1 - 6) mkl/2020.2 21) ip/3.3.3 - 7) hpc-intel/2018.4 22) crtm/2.3.0 - 8) munge/0.5.13 23) nceppost/dceca26 - 9) slurm/19.05.3-2 24) sp/2.3.3 - 10) impi/2018.4 25) sigio/2.3.2 - 11) hpc-impi/2018.4 26) bacio/2.4.1 - 12) jasper/2.0.15 27) nemsio/2.5.2 - 13) zlib/1.2.11 28) w3emc/2.7.3 - 14) png/1.6.35 29) w3nco/2.4.1 - 15) hdf5/1.10.6 30) modules.nems + 1) contrib/0.1 15) pio/2.5.1 + 2) noaatools/1.0 16) esmf/8_1_0_beta_snapshot_27-debug + 3) cmake/3.17.3 17) g2/3.4.1 + 4) hpc/1.0.0-beta1 18) g2tmpl/1.9.1 + 5) intel/2018.4 19) ip/3.3.3 + 6) mkl/2020.2 20) crtm/2.3.0 + 7) hpc-intel/2018.4 21) nceppost/dceca26 + 8) impi/2018.4 22) sp/2.3.3 + 9) hpc-impi/2018.4 23) sigio/2.3.2 + 10) jasper/2.0.15 24) bacio/2.4.1 + 11) zlib/1.2.11 25) nemsio/2.5.2 + 12) png/1.6.35 26) w3emc/2.7.3 + 13) hdf5/1.10.6 27) w3nco/2.4.1 + 14) netcdf/4.7.4 28) modules.nems -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface' -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/hpc-stack/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/time_utils.F90 -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/hpc-stack/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_methods.F90 -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/hpc-stack/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_time.F90 -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/hpc-stack/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap.F90 +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface' +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/hpc-stack/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/time_utils.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/hpc-stack/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_methods.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/hpc-stack/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_time.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/hpc-stack/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap.F90 ar rv libmom.a mom_cap.o time_utils.o mom_cap_methods.o mom_cap_time.o ar: creating libmom.a a - mom_cap.o @@ -34305,48 +22673,47 @@ a - time_utils.o a - mom_cap_methods.o a - mom_cap_time.o rm -f mom6.mk.install -mkdir -p /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -cp -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean/lib_ocean.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -cp -f libmom.a mom_cap_mod.mod /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -cp -f mom6.mk.install /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface' -test -d "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" -test -s "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +mkdir -p /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/exec/orion/lib_ocean/lib_ocean.a /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f libmom.a mom_cap_mod.mod /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f mom6.mk.install /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface' +test -d "/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" +test -s "/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="orion" SYSTEM_USERDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" DEBUG=Y ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="orion" SYSTEM_USERDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" DEBUG=Y ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.libcice Currently Loaded Modules: - 1) contrib/0.1 16) netcdf/4.7.4 - 2) noaatools/1.0 17) pio/2.5.1 - 3) cmake/3.17.3 18) esmf/8_1_0_beta_snapshot_27-debug - 4) hpc/1.0.0-beta1 19) g2/3.4.1 - 5) intel/2018.4 20) g2tmpl/1.9.1 - 6) mkl/2020.2 21) ip/3.3.3 - 7) hpc-intel/2018.4 22) crtm/2.3.0 - 8) munge/0.5.13 23) nceppost/dceca26 - 9) slurm/19.05.3-2 24) sp/2.3.3 - 10) impi/2018.4 25) sigio/2.3.2 - 11) hpc-impi/2018.4 26) bacio/2.4.1 - 12) jasper/2.0.15 27) nemsio/2.5.2 - 13) zlib/1.2.11 28) w3emc/2.7.3 - 14) png/1.6.35 29) w3nco/2.4.1 - 15) hdf5/1.10.6 30) modules.nems + 1) contrib/0.1 15) pio/2.5.1 + 2) noaatools/1.0 16) esmf/8_1_0_beta_snapshot_27-debug + 3) cmake/3.17.3 17) g2/3.4.1 + 4) hpc/1.0.0-beta1 18) g2tmpl/1.9.1 + 5) intel/2018.4 19) ip/3.3.3 + 6) mkl/2020.2 20) crtm/2.3.0 + 7) hpc-intel/2018.4 21) nceppost/dceca26 + 8) impi/2018.4 22) sp/2.3.3 + 9) hpc-impi/2018.4 23) sigio/2.3.2 + 10) jasper/2.0.15 24) bacio/2.4.1 + 11) zlib/1.2.11 25) nemsio/2.5.2 + 12) png/1.6.35 26) w3emc/2.7.3 + 13) hdf5/1.10.6 27) w3nco/2.4.1 + 14) netcdf/4.7.4 28) modules.nems CICE6 ./comp_ice.backend.libcice: ARCH = orion_intel CICE6 ./comp_ice.backend.libcice: DEBUG = true -CICE6 ./comp_ice.backend.libcice: EXEDIR = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.libcice: OBJDIR = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.libcice: MAKEFILE = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.libcice: MACROSFILE = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.orion_intel -CICE6 ./comp_ice.backend.libcice: DEPFILE = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/makdep.c +CICE6 ./comp_ice.backend.libcice: EXEDIR = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.libcice: OBJDIR = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.libcice: MAKEFILE = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.libcice: MACROSFILE = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.orion_intel +CICE6 ./comp_ice.backend.libcice: DEPFILE = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/makdep.c CICE6 ./comp_ice.backend.libcice: ESMFMKFILE = /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/lib/esmf.mk -rm: cannot remove '/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk': No such file or directory -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm: cannot remove ‘/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk’: No such file or directory +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' Building dependency for icepack_zsalinity.d Building dependency for icepack_zbgc_shared.d Building dependency for icepack_zbgc.d @@ -34439,154 +22806,152 @@ Building dependency for cice_wrapper_mod.d Building dependency for CICE_RunMod.d Building dependency for CICE_InitMod.d Building dependency for CICE_FinalMod.d -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_kinds.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_warnings.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_parameters.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_tracers.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mushy_physics.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_itd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_fsd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mechred.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_wavefracspec.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_orbital.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_shortwave.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_brine.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_aerosol.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_algae.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zsalinity.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_atmo.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_ocean.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_bl99.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_0layer.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_mushy.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_isotope.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_age.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_firstyear.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_flux.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_cesm.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_lvl.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_topo.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_vertical.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_itd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_intfc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_kinds_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_fileunits.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_exit.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_communicate.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_constants.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_broadcast.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_domain_size.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_blocks.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_spacecurve.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_distribution.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_gather_scatter.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_reprosum.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_global_reductions.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_boundary.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_domain.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_timers.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_FinalMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_arrays_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_state.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_calendar.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_read_write.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_scam.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_grid.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp_1d.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_restart.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_eap.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_mechred.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_pond.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_drag.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_fsd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_history_write.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_remap.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_driver.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restoring.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_init.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_init_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restart_driver.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_InitMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/cice_wrapper_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_step_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_RunMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_shr_methods.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_import_export.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 -mpiicc -c -O2 -fp-model precise -xHost -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_shr_reprosum86.c -ar -r /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o -ar -r /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o -ar: creating /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -test -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS" COMP_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_kinds.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_warnings.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_parameters.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_tracers.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mushy_physics.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_itd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_fsd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mechred.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_wavefracspec.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_orbital.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_shortwave.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_brine.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_aerosol.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_algae.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zsalinity.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_atmo.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_ocean.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_bl99.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_0layer.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_mushy.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_isotope.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_age.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_firstyear.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_flux.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_cesm.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_lvl.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_topo.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_vertical.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_itd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_intfc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_kinds_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_fileunits.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_exit.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_communicate.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_constants.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_broadcast.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_domain_size.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_blocks.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_spacecurve.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_distribution.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_gather_scatter.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_reprosum.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_global_reductions.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_boundary.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_domain.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_timers.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_FinalMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_arrays_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_state.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_calendar.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_read_write.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_scam.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_grid.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp_1d.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_restart.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_eap.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_mechred.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_pond.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_drag.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_fsd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_history_write.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_remap.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_driver.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restoring.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_init.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_init_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restart_driver.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_InitMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/cice_wrapper_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_step_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_RunMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_shr_methods.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_import_export.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 +mpiicc -c -O2 -fp-model precise -xHost -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_shr_reprosum86.c +ar -r /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o +ar -r /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o +ar: creating /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +test -f /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS" COMP_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ - . /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS ; \ - exec gmake COMP_SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS" COMP_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" \ - "INSTALLDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" install + . /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS ; \ + exec gmake COMP_SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS" COMP_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" \ + "INSTALLDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL" install Currently Loaded Modules: - 1) contrib/0.1 16) netcdf/4.7.4 - 2) noaatools/1.0 17) pio/2.5.1 - 3) cmake/3.17.3 18) esmf/8_1_0_beta_snapshot_27-debug - 4) hpc/1.0.0-beta1 19) g2/3.4.1 - 5) intel/2018.4 20) g2tmpl/1.9.1 - 6) mkl/2020.2 21) ip/3.3.3 - 7) hpc-intel/2018.4 22) crtm/2.3.0 - 8) munge/0.5.13 23) nceppost/dceca26 - 9) slurm/19.05.3-2 24) sp/2.3.3 - 10) impi/2018.4 25) sigio/2.3.2 - 11) hpc-impi/2018.4 26) bacio/2.4.1 - 12) jasper/2.0.15 27) nemsio/2.5.2 - 13) zlib/1.2.11 28) w3emc/2.7.3 - 14) png/1.6.35 29) w3nco/2.4.1 - 15) hdf5/1.10.6 30) modules.nems + 1) contrib/0.1 15) pio/2.5.1 + 2) noaatools/1.0 16) esmf/8_1_0_beta_snapshot_27-debug + 3) cmake/3.17.3 17) g2/3.4.1 + 4) hpc/1.0.0-beta1 18) g2tmpl/1.9.1 + 5) intel/2018.4 19) ip/3.3.3 + 6) mkl/2020.2 20) crtm/2.3.0 + 7) hpc-intel/2018.4 21) nceppost/dceca26 + 8) impi/2018.4 22) sp/2.3.3 + 9) hpc-impi/2018.4 23) sigio/2.3.2 + 10) jasper/2.0.15 24) bacio/2.4.1 + 11) zlib/1.2.11 25) nemsio/2.5.2 + 12) png/1.6.35 26) w3emc/2.7.3 + 13) hdf5/1.10.6 27) w3nco/2.4.1 + 14) netcdf/4.7.4 28) modules.nems Currently Loaded Modules: - 1) contrib/0.1 16) netcdf/4.7.4 - 2) noaatools/1.0 17) pio/2.5.1 - 3) cmake/3.17.3 18) esmf/8_1_0_beta_snapshot_27-debug - 4) hpc/1.0.0-beta1 19) g2/3.4.1 - 5) intel/2018.4 20) g2tmpl/1.9.1 - 6) mkl/2020.2 21) ip/3.3.3 - 7) hpc-intel/2018.4 22) crtm/2.3.0 - 8) munge/0.5.13 23) nceppost/dceca26 - 9) slurm/19.05.3-2 24) sp/2.3.3 - 10) impi/2018.4 25) sigio/2.3.2 - 11) hpc-impi/2018.4 26) bacio/2.4.1 - 12) jasper/2.0.15 27) nemsio/2.5.2 - 13) zlib/1.2.11 28) w3emc/2.7.3 - 14) png/1.6.35 29) w3nco/2.4.1 - 15) hdf5/1.10.6 30) modules.nems + 1) contrib/0.1 15) pio/2.5.1 + 2) noaatools/1.0 16) esmf/8_1_0_beta_snapshot_27-debug + 3) cmake/3.17.3 17) g2/3.4.1 + 4) hpc/1.0.0-beta1 18) g2tmpl/1.9.1 + 5) intel/2018.4 19) ip/3.3.3 + 6) mkl/2020.2 20) crtm/2.3.0 + 7) hpc-intel/2018.4 21) nceppost/dceca26 + 8) impi/2018.4 22) sp/2.3.3 + 9) hpc-impi/2018.4 23) sigio/2.3.2 + 10) jasper/2.0.15 24) bacio/2.4.1 + 11) zlib/1.2.11 25) nemsio/2.5.2 + 12) png/1.6.35 26) w3emc/2.7.3 + 13) hdf5/1.10.6 27) w3nco/2.4.1 + 14) netcdf/4.7.4 28) modules.nems -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS' cd nems/util ;\ exec gmake -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/nems/util' mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I. shr_kind_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I. perf_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I. shr_log_mod.F90 @@ -34626,10 +22991,10 @@ a - shr_mpi_mod.o a - shr_pio_mod.o a - shr_sys_mod.o a - glc_elevclass_mod.o -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/nems/util' cd mediator ;\ exec gmake INTERNAL_PIO_INIT=1 -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/mediator' mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_kind_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_utils_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util esmFlds.F90 @@ -34642,14 +23007,13 @@ mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_create mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_prep_ice_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util esmFldsExchange_cesm_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_time_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_io_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_history_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_profile_mod.F90 -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_prep_ocn_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_prep_rof_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_aofluxes_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_fraction_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_prep_lnd_mod.F90 -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_io_mod.F90 -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_history_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_ocnalb_mod.F90 med_phases_ocnalb_mod.F90(586): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [RC] subroutine med_phases_ocnalb_orbital_update(clock, logunit, mastertask, eccen, obliqr, lambm0, mvelpp, rc) @@ -34659,27 +23023,28 @@ mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_create mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util esmFldsExchange_nems_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util esmFldsExchange_hafs_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_prep_glc_mod.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med_phases_prep_ocn_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/include -I../nems/util med.F90 -ar rv libcmeps.a med_phases_prep_wav_mod.o med_phases_prep_ice_mod.o esmFldsExchange_cesm_mod.o esmFlds.o med_phases_profile_mod.o med_time_mod.o med_methods_mod.o med_constants_mod.o med_phases_prep_ocn_mod.o med.o med_fraction_mod.o med_phases_history_mod.o esmFldsExchange_hafs_mod.o med_io_mod.o med_phases_prep_lnd_mod.o med_kind_mod.o med_phases_restart_mod.o med_phases_prep_glc_mod.o med_internalstate_mod.o med_phases_prep_atm_mod.o esmFldsExchange_nems_mod.o med_utils_mod.o med_phases_aofluxes_mod.o med_phases_ocnalb_mod.o med_phases_prep_rof_mod.o med_merge_mod.o med_map_mod.o +ar rv libcmeps.a med_phases_prep_wav_mod.o med_phases_prep_ice_mod.o esmFldsExchange_cesm_mod.o esmFlds.o med_phases_history_mod.o med_phases_profile_mod.o med.o med_methods_mod.o med_constants_mod.o med_phases_prep_ocn_mod.o med_fraction_mod.o med_io_mod.o esmFldsExchange_hafs_mod.o med_phases_prep_glc_mod.o med_kind_mod.o med_phases_restart_mod.o med_time_mod.o med_phases_prep_lnd_mod.o med_internalstate_mod.o med_phases_prep_atm_mod.o esmFldsExchange_nems_mod.o med_utils_mod.o med_phases_aofluxes_mod.o med_phases_ocnalb_mod.o med_phases_prep_rof_mod.o med_merge_mod.o med_map_mod.o ar: creating libcmeps.a a - med_phases_prep_wav_mod.o a - med_phases_prep_ice_mod.o a - esmFldsExchange_cesm_mod.o a - esmFlds.o +a - med_phases_history_mod.o a - med_phases_profile_mod.o -a - med_time_mod.o +a - med.o a - med_methods_mod.o a - med_constants_mod.o a - med_phases_prep_ocn_mod.o -a - med.o a - med_fraction_mod.o -a - med_phases_history_mod.o -a - esmFldsExchange_hafs_mod.o a - med_io_mod.o -a - med_phases_prep_lnd_mod.o +a - esmFldsExchange_hafs_mod.o +a - med_phases_prep_glc_mod.o a - med_kind_mod.o a - med_phases_restart_mod.o -a - med_phases_prep_glc_mod.o +a - med_time_mod.o +a - med_phases_prep_lnd_mod.o a - med_internalstate_mod.o a - med_phases_prep_atm_mod.o a - esmFldsExchange_nems_mod.o @@ -34689,62 +23054,61 @@ a - med_phases_ocnalb_mod.o a - med_phases_prep_rof_mod.o a - med_merge_mod.o a - med_map_mod.o -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/mediator' rm -f cmeps.mk.install -mkdir -p /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL -mkdir -p /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -cp -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/nems/util/libcmeps_util.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL -cp -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/mediator/libcmeps.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL -cp -f mediator/*.mod /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -cp -f nems/util/*.mod /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -cp -f cmeps.mk.install /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS' -test -d "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" -test -s "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" +mkdir -p /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL +mkdir -p /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include +cp -f /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/nems/util/libcmeps_util.a /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL +cp -f /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/mediator/libcmeps.a /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL +cp -f mediator/*.mod /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include +cp -f nems/util/*.mod /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include +cp -f cmeps.mk.install /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS' +test -d "/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL" +test -s "/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ccpp_mk="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk" ; echo fms_mk="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" ; echo cice6_mk="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk" ; echo cmeps_mk="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" ; ) > "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC" -. /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ccpp_mk="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk" ; echo fms_mk="/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" ; echo cice6_mk="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk" ; echo cmeps_mk="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" ; ) > "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC" +. /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; do \ +for m in /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src ; \ +echo build NEMS after /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src ; \ gmake nems DEBUG=Y \ COMPONENTS="CCPP FMS FV3 MOM6 CICE6 CMEPS" \ - CCPP_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp FMS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL FV3_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL MOM6_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL CICE6_DIR= CMEPS_DIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL TARGET="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x" ; \ -test -x /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x + CCPP_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp FMS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL FV3_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL MOM6_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL CICE6_DIR= CMEPS_DIR=/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL TARGET="/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/exe/NEMS.x" ; \ +test -x /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/exe/NEMS.x Currently Loaded Modules: - 1) contrib/0.1 16) netcdf/4.7.4 - 2) noaatools/1.0 17) pio/2.5.1 - 3) cmake/3.17.3 18) esmf/8_1_0_beta_snapshot_27-debug - 4) hpc/1.0.0-beta1 19) g2/3.4.1 - 5) intel/2018.4 20) g2tmpl/1.9.1 - 6) mkl/2020.2 21) ip/3.3.3 - 7) hpc-intel/2018.4 22) crtm/2.3.0 - 8) munge/0.5.13 23) nceppost/dceca26 - 9) slurm/19.05.3-2 24) sp/2.3.3 - 10) impi/2018.4 25) sigio/2.3.2 - 11) hpc-impi/2018.4 26) bacio/2.4.1 - 12) jasper/2.0.15 27) nemsio/2.5.2 - 13) zlib/1.2.11 28) w3emc/2.7.3 - 14) png/1.6.35 29) w3nco/2.4.1 - 15) hdf5/1.10.6 30) modules.nems + 1) contrib/0.1 15) pio/2.5.1 + 2) noaatools/1.0 16) esmf/8_1_0_beta_snapshot_27-debug + 3) cmake/3.17.3 17) g2/3.4.1 + 4) hpc/1.0.0-beta1 18) g2tmpl/1.9.1 + 5) intel/2018.4 19) ip/3.3.3 + 6) mkl/2020.2 20) crtm/2.3.0 + 7) hpc-intel/2018.4 21) nceppost/dceca26 + 8) impi/2018.4 22) sp/2.3.3 + 9) hpc-impi/2018.4 23) sigio/2.3.2 + 10) jasper/2.0.15 24) bacio/2.4.1 + 11) zlib/1.2.11 25) nemsio/2.5.2 + 12) png/1.6.35 26) w3emc/2.7.3 + 13) hdf5/1.10.6 27) w3nco/2.4.1 + 14) netcdf/4.7.4 28) modules.nems -build NEMS after /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +build NEMS after /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk Components in linker order: CMEPS CICE6 MOM6 FV3 FMS CCPP -CMEPS: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -CICE6: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -MOM6: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -FV3: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk -CCPP: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk +CMEPS: include /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +CICE6: include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +MOM6: include /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +FV3: include /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk +CCPP: include /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION="8_1_0_beta_snapshot_27-debug" @@ -34754,276 +23118,274 @@ CPPFLAGS += ESMF_VERSION_STRING="8.1.0 beta snapshot" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 02:17:08 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Wed Oct 14 01:41:30 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 02:17:08 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR_methods.tmp.f90 +‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Wed Oct 14 01:41:30 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 02:17:08 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 +‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Wed Oct 14 01:41:30 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 02:17:08 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR_SpaceWeather.tmp.f90 +‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Wed Oct 14 01:41:30 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 02:17:08 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_EARTH_INTERNAL_STATE.tmp.f90 +‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Wed Oct 14 01:41:30 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 02:17:08 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_EARTH_GRID_COMP.tmp.f90 +‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Wed Oct 14 01:41:30 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 02:17:08 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_INTERNAL_STATE.tmp.f90 +‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Wed Oct 14 01:41:30 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 02:17:08 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_GRID_COMP.tmp.f90 +‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Wed Oct 14 01:41:30 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 02:17:08 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_Rusage.tmp.f90 +‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Wed Oct 14 01:41:30 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(junwang) Thu Oct 8 02:17:08 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(libin) Wed Oct 14 01:41:30 CDT 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include -IENS_Cpl -I. -I/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3 -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/../stochastic_physics -I/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/include -I/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build/physics -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 /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nceppost/dceca26/lib/libnceppost.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nemsio/2.5.2/lib/libnemsio.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/g2/3.4.1/lib/libg2_4.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/g2tmpl/1.9.1/lib/libg2tmpl.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/bacio/2.4.1/lib/libbacio_4.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/sp/2.3.3/lib/libsp_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/w3emc/2.7.3/lib/libw3emc_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/w3nco/2.4.1/lib/libw3nco_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/crtm/2.3.0/lib/libcrtm.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/jasper/2.0.15/lib64/libjasper.a -lpng -lz -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/hdf5/1.10.6/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/zlib/1.2.11/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/lib -Wl,-rpath,/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -qopenmp -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf extlibs is /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nceppost/dceca26/lib/libnceppost.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nemsio/2.5.2/lib/libnemsio.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/g2/3.4.1/lib/libg2_4.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/g2tmpl/1.9.1/lib/libg2tmpl.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/bacio/2.4.1/lib/libbacio_4.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/sp/2.3.3/lib/libsp_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/w3emc/2.7.3/lib/libw3emc_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/w3nco/2.4.1/lib/libw3nco_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/crtm/2.3.0/lib/libcrtm.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/jasper/2.0.15/lib64/libjasper.a -lpng -lz -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/hdf5/1.10.6/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/zlib/1.2.11/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/lib -Wl,-rpath,/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -qopenmp -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf -mpiifort -o /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-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 /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/libcmeps.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/libcmeps_util.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/lib/libpiof.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/lib/libpioc.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/libcice6.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/libmom.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/lib_ocean.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cap.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libccppdriver.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libfv3core.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libfv3io.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libipd.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libgfsphys.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cpl.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics_wrapper.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics.a /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/libfms.a -L/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nceppost/dceca26/lib/libnceppost.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nemsio/2.5.2/lib/libnemsio.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/g2/3.4.1/lib/libg2_4.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/g2tmpl/1.9.1/lib/libg2tmpl.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/bacio/2.4.1/lib/libbacio_4.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/sp/2.3.3/lib/libsp_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/w3emc/2.7.3/lib/libw3emc_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/w3nco/2.4.1/lib/libw3nco_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/crtm/2.3.0/lib/libcrtm.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/jasper/2.0.15/lib64/libjasper.a -lpng -lz -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/hdf5/1.10.6/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/zlib/1.2.11/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/lib -Wl,-rpath,/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -qopenmp -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf +mpiifort -o /work/noaa/stmp/libin/update/ufs-s2s-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 /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/libcmeps.a /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/libcmeps_util.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/lib/libpiof.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/pio/2.5.1/lib/libpioc.a /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/libcice6.a /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/libmom.a /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/lib_ocean.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cap.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libccppdriver.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libfv3core.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libfv3io.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libipd.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libgfsphys.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cpl.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics_wrapper.a /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics.a /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/libfms.a -L/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nceppost/dceca26/lib/libnceppost.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/nemsio/2.5.2/lib/libnemsio.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/g2/3.4.1/lib/libg2_4.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/g2tmpl/1.9.1/lib/libg2tmpl.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/bacio/2.4.1/lib/libbacio_4.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/sp/2.3.3/lib/libsp_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/w3emc/2.7.3/lib/libw3emc_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/w3nco/2.4.1/lib/libw3nco_d.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/crtm/2.3.0/lib/libcrtm.a /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/jasper/2.0.15/lib64/libjasper.a -lpng -lz -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/hdf5/1.10.6/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/zlib/1.2.11/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/lib -Wl,-rpath,/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -qopenmp -L/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/lib -lnetcdff -lnetcdf /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/jasper/2.0.15/lib64/libjasper.a(jas_stream.c.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x994): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src' -set -xe ; cp "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x" "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/tests/fcst_3.exe" -+ cp /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/tests/fcst_3.exe +/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src' +set -xe ; cp "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/exe/NEMS.x" "/work/noaa/stmp/libin/update/ufs-s2s-model/tests/fcst_3.exe" ++ cp /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/exe/NEMS.x /work/noaa/stmp/libin/update/ufs-s2s-model/tests/fcst_3.exe Will copy modules.nems and NEMS.x as fcst_3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS DEBUG=Y Adding FV3 makeopts to FMS makeopts -/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" ; \ -rm -rf "/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build" -+ cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ rm -rf /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/build -cat /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs ; \ - exec gmake CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' +cd "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" ; \ +rm -rf "/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build" ++ cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp ++ rm -rf /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/build +cat /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs ; \ + exec gmake CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' -cat /dev/null > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/conf/configure.fv3 -cat /dev/null > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/conf/modules.fv3 -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FMS/fv3gfs' +cat /dev/null > /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/conf/configure.fv3 +cat /dev/null > /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/conf/modules.fv3 +cd /work/noaa/stmp/libin/update/ufs-s2s-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ipd' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/stochastic_physics' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/stochastic_physics' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/stochastic_physics' (cd stochastic_physics && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include] -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/stochastic_physics' Cleaning io ... rm -f -f libstochastic_physics_wrapper.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/mod -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27/include -I/apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/netcdf/4.7.4/include] -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/io' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl' +make[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/cpl' +make[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-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 `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3' -rm -rf nems_dir FV3_INSTALL /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/conf/configure.fv3 \ - /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/conf/modules.fv3 +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/FV3' +rm -rf nems_dir FV3_INSTALL /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/conf/configure.fv3 \ + /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/conf/modules.fv3 set -e ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -cp -n /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/modulefiles/orion.intel/fv3_debug /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ - . /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +cp -n /work/noaa/stmp/libin/update/ufs-s2s-model/modulefiles/orion.intel/fv3_debug /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="orion" SYSTEM_USERDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" DEBUG=Y ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="orion" SYSTEM_USERDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" DEBUG=Y ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.clean Currently Loaded Modules: - 1) contrib/0.1 16) netcdf/4.7.4 - 2) noaatools/1.0 17) pio/2.5.1 - 3) cmake/3.17.3 18) esmf/8_1_0_beta_snapshot_27-debug - 4) hpc/1.0.0-beta1 19) g2/3.4.1 - 5) intel/2018.4 20) g2tmpl/1.9.1 - 6) mkl/2020.2 21) ip/3.3.3 - 7) hpc-intel/2018.4 22) crtm/2.3.0 - 8) munge/0.5.13 23) nceppost/dceca26 - 9) slurm/19.05.3-2 24) sp/2.3.3 - 10) impi/2018.4 25) sigio/2.3.2 - 11) hpc-impi/2018.4 26) bacio/2.4.1 - 12) jasper/2.0.15 27) nemsio/2.5.2 - 13) zlib/1.2.11 28) w3emc/2.7.3 - 14) png/1.6.35 29) w3nco/2.4.1 - 15) hdf5/1.10.6 30) modules.nems + 1) contrib/0.1 15) pio/2.5.1 + 2) noaatools/1.0 16) esmf/8_1_0_beta_snapshot_27-debug + 3) cmake/3.17.3 17) g2/3.4.1 + 4) hpc/1.0.0-beta1 18) g2tmpl/1.9.1 + 5) intel/2018.4 19) ip/3.3.3 + 6) mkl/2020.2 20) crtm/2.3.0 + 7) hpc-intel/2018.4 21) nceppost/dceca26 + 8) impi/2018.4 22) sp/2.3.3 + 9) hpc-impi/2018.4 23) sigio/2.3.2 + 10) jasper/2.0.15 24) bacio/2.4.1 + 11) zlib/1.2.11 25) nemsio/2.5.2 + 12) png/1.6.35 26) w3emc/2.7.3 + 13) hdf5/1.10.6 27) w3nco/2.4.1 + 14) netcdf/4.7.4 28) modules.nems CICE6 ./comp_ice.backend.clean: ARCH = orion_intel -CICE6 ./comp_ice.backend.clean: EXEDIR = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.clean: OBJDIR = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.clean: MAKEFILE = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.clean: MACROSFILE = /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.orion_intel +CICE6 ./comp_ice.backend.clean: EXEDIR = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.clean: OBJDIR = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.clean: MAKEFILE = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.clean: MACROSFILE = /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.orion_intel CICE6 ./comp_ice.backend.clean: ESMFMKFILE = /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/intel-2018.4/impi-2018.4/esmf/8_1_0_beta_snapshot_27-debug/lib/esmf.mk -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -f *.o *.d *.mod /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -cp -n /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/modulefiles/orion.intel/fv3_debug /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ - . /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS" COMP_BINDIR="/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -f *.o *.d *.mod /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +cp -n /work/noaa/stmp/libin/update/ufs-s2s-model/modulefiles/orion.intel/fv3_debug /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS" COMP_BINDIR="/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="orion" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS ; \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS ; \ exec gmake clean Currently Loaded Modules: - 1) contrib/0.1 16) netcdf/4.7.4 - 2) noaatools/1.0 17) pio/2.5.1 - 3) cmake/3.17.3 18) esmf/8_1_0_beta_snapshot_27-debug - 4) hpc/1.0.0-beta1 19) g2/3.4.1 - 5) intel/2018.4 20) g2tmpl/1.9.1 - 6) mkl/2020.2 21) ip/3.3.3 - 7) hpc-intel/2018.4 22) crtm/2.3.0 - 8) munge/0.5.13 23) nceppost/dceca26 - 9) slurm/19.05.3-2 24) sp/2.3.3 - 10) impi/2018.4 25) sigio/2.3.2 - 11) hpc-impi/2018.4 26) bacio/2.4.1 - 12) jasper/2.0.15 27) nemsio/2.5.2 - 13) zlib/1.2.11 28) w3emc/2.7.3 - 14) png/1.6.35 29) w3nco/2.4.1 - 15) hdf5/1.10.6 30) modules.nems + 1) contrib/0.1 15) pio/2.5.1 + 2) noaatools/1.0 16) esmf/8_1_0_beta_snapshot_27-debug + 3) cmake/3.17.3 17) g2/3.4.1 + 4) hpc/1.0.0-beta1 18) g2tmpl/1.9.1 + 5) intel/2018.4 19) ip/3.3.3 + 6) mkl/2020.2 20) crtm/2.3.0 + 7) hpc-intel/2018.4 21) nceppost/dceca26 + 8) impi/2018.4 22) sp/2.3.3 + 9) hpc-impi/2018.4 23) sigio/2.3.2 + 10) jasper/2.0.15 24) bacio/2.4.1 + 11) zlib/1.2.11 25) nemsio/2.5.2 + 12) png/1.6.35 26) w3emc/2.7.3 + 13) hdf5/1.10.6 27) w3nco/2.4.1 + 14) netcdf/4.7.4 28) modules.nems -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS' +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS' cd mediator; \ exec gmake clean -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/mediator' rm -f -f libcmeps.a *.i90 *.o *.mod -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/mediator' cd nems/util; \ exec gmake clean -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/nems/util' rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod rm -f -f med_constants_mod.* -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS' -if ! test -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS/nems/util' +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS' +if ! test -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 CMEPS" \ +cd /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 CMEPS" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: CMEPS CICE6 MOM6 FV3 FMS CCPP -CMEPS: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -CICE6: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -gmake[1]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src' -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing -MOM6: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -FV3: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk +CMEPS: include /work/noaa/stmp/libin/update/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +CICE6: include /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +gmake[1]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src' +GNUmakefile:70: /work/noaa/stmp/libin/update/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing +MOM6: include /work/noaa/stmp/libin/update/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +FV3: include /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /work/noaa/stmp/libin/update/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /work/noaa/stmp/libin/update/ufs-s2s-model/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION="8_1_0_beta_snapshot_27" @@ -35035,8 +23397,8 @@ CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/work/noaa/nems/junwang/s2s/20201005/ufs-s2s-model/NEMS/src' -Elapsed time 474 seconds. Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y finished +gmake[2]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/work/noaa/stmp/libin/update/ufs-s2s-model/NEMS/src' +Elapsed time 465 seconds. Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y finished diff --git a/tests/Compile_wcoss_dell_p3.log b/tests/Compile_wcoss_dell_p3.log index 4f53433c..52d60635 100644 --- a/tests/Compile_wcoss_dell_p3.log +++ b/tests/Compile_wcoss_dell_p3.log @@ -1,7 +1,7 @@ + SECONDS=0 + [[ 4 -lt 2 ]] -+ readonly PATHTR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 ++ readonly PATHTR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 + readonly BUILD_TARGET=wcoss_dell_p3 + BUILD_TARGET=wcoss_dell_p3 + readonly 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y' @@ -13,7 +13,7 @@ + readonly clean_after=YES + clean_after=YES + hostname -m71a2 +m71a1 + echo 'Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y into fcst_1.exe on wcoss_dell_p3' Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y into fcst_1.exe on wcoss_dell_p3 + gnu_make=gmake @@ -23,49 +23,49 @@ Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_G + [[ wcoss_dell_p3 == stampede.* ]] + MAKE_THREADS=1 + [[ 1 -gt 1 ]] -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../NEMS ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y == *\C\C\P\P\=\Y* ]] + COMPONENTS=FMS,FV3,CCPP + set +ex Compiling suites FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled -/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/tests/compile.sh: line 85: MAKE_OPT: readonly variable +./compile.sh: line 85: MAKE_OPT: readonly variable Will copy modules.nems and NEMS.x as fcst_1 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" ; \ -rm -rf "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build" -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build +cd "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" ; \ +rm -rf "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build" ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp ++ rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build set -xue ; \ -export PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ +export PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ cd $PATH_CCPP ; \ -rm -rf "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib" ; \ -rm -rf "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include" ; \ -rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk -+ export PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model -+ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean +rm -rf "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib" ; \ +rm -rf "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include" ; \ +rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk ++ export PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp ++ PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model ++ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Performing clean .... INFO: CCPP prebuild clean completed successfully, exiting. -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib -+ rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -+ rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk -cat /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs ; \ - exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp ++ rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib ++ rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include ++ rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk +cat /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs ; \ + exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -76,136 +76,136 @@ 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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' -rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/conf/modules.fv3 -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs' +rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/conf/modules.fv3 +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/stochastic_physics' (cd stochastic_physics && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/stochastic_physics' Cleaning io ... rm -f -f libstochastic_physics_wrapper.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/conf/configure.fv3 \ - /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/conf/modules.fv3 -rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/conf/configure.fv3 \ + /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/conf/modules.fv3 +rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk set -e ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/src/MOM6/config_src/nems_cap/mom5.mk.install -rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -cp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems -set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems" "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/tests/modules.fcst_1" -+ cp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/tests/modules.fcst_1 -cp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/externals.nems -cp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.csh" -/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS' +rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/src/MOM6/config_src/nems_cap/mom5.mk.install +rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +cp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems +set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems" "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/tests/modules.fcst_1" ++ cp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/tests/modules.fcst_1 +cp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/externals.nems +cp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems.csh" +/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS' -cp -n /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ - . /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +) > "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS' +cp -n /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="wcoss" SYSTEM_USERDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="wcoss" SYSTEM_USERDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.clean Currently Loaded Modules: @@ -222,19 +222,19 @@ Currently Loaded Modules: CICE6 ./comp_ice.backend.clean: ARCH = wcoss_dell_p3_intel -CICE6 ./comp_ice.backend.clean: EXEDIR = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.clean: OBJDIR = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.clean: MAKEFILE = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.clean: MACROSFILE = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.wcoss_dell_p3_intel +CICE6 ./comp_ice.backend.clean: EXEDIR = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.clean: OBJDIR = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.clean: MAKEFILE = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.clean: MACROSFILE = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.wcoss_dell_p3_intel CICE6 ./comp_ice.backend.clean: ESMFMKFILE = /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -f *.o *.d *.mod /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -cp -n /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ - . /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="wcoss" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -f *.o *.d *.mod /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +cp -n /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="wcoss" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS ; \ exec gmake clean Currently Loaded Modules: @@ -250,33 +250,33 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS' cd mediator; \ exec gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/mediator' rm -f -f libcmeps.a *.i90 *.o *.mod -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/mediator' cd nems/util; \ exec gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/nems/util' rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod rm -f -f med_constants_mod.* -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS' -rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL -rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -if ! test -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/nems/util' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS' +rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL +rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +if ! test -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 CMEPS" \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 CMEPS" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: CMEPS CICE6 MOM6 FV3 FMS CCPP CMEPS: include -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src' GNUmakefile:70: : component CMEPS makefile fragment is missing CICE6: include GNUmakefile:70: : component CICE6 makefile fragment is missing @@ -299,56 +299,56 @@ CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src' -rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/components.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src' +rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/components.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/test_results.mk Will copy modules.nems and NEMS.x as fcst_1 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. -cp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems -set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems" "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/tests/modules.fcst_1" -+ cp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/tests/modules.fcst_1 -cp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/externals.nems -cp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.csh" -/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS' +/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +cp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems +set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems" "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/tests/modules.fcst_1" ++ cp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/tests/modules.fcst_1 +cp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/externals.nems +cp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems.csh" +/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS' -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +) > "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS' +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -xue ; \ -export PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ +export PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ cd $PATH_CCPP ; \ -./build_ccpp.sh wcoss_dell_p3 "$PATH_CCPP" /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk \ - "CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp"" NO NO ; \ -test -d "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp"/include ; \ -test -d "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp"/lib +./build_ccpp.sh wcoss_dell_p3 "$PATH_CCPP" /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk \ + "CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp"" NO NO ; \ +test -d "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp"/include ; \ +test -d "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp"/lib Currently Loaded Modules: 1) lsf/10.1 10) zlib/1.2.11 19) ip/3.3.3 @@ -363,16 +363,16 @@ Currently Loaded Modules: -+ export PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model -+ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ++ export PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp ++ PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 ++ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_coupled.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15p2_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_2017_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_v15p2_coupled.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 @@ -420,6 +420,7 @@ INFO: Converting local name xlaixy of variable leaf_area_index from new to old m INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far 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 peln of variable log_pressure_at_Lagrangian_surface 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 zogw of variable height_of_launch_level_of_orographic_gravity_wave 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 do_shum of variable flag_for_stochastic_shum_option from new to old metadata @@ -447,6 +448,7 @@ INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of varia INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate 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 qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name jindx1_ci of variable lower_cloud_nuclei_y_interpolation_index from new to old metadata INFO: Converting local name do_sppt of variable flag_for_stochastic_physics_perturbations 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 qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata @@ -462,6 +464,7 @@ INFO: Converting local name slag of variable equation_of_time from new to old me INFO: Converting local name zorl of variable surface_roughness_length 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 do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name in_nm of variable ice_nucleation_number from new to old metadata INFO: Converting local name rrtmgp_nGptsLW of variable number_of_lw_spectral_points_rrtmgp 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 aerosolslw of variable RRTMGP_aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata @@ -473,7 +476,7 @@ INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model INFO: Converting local name qsq of variable q_prime_squared 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 refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name flxprf_sw of variable RRTMGP_sw_fluxes 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 dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd 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 @@ -487,10 +490,12 @@ INFO: Converting local name snowd_land of variable surface_snow_thickness_water_ INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface 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 cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jindx1_aer of variable lower_aerosol_y_interpolation_index 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 gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 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 ty_cloud_optics of variable ty_cloud_optics from new to old metadata +INFO: Converting local name fluxr of variable cumulative_radiation_diagnostic 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 gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics 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 @@ -535,7 +540,6 @@ INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_ INFO: Converting local name ty_optical_props_nstr of variable ty_optical_props_nstr 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 phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step 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 ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata @@ -560,6 +564,7 @@ INFO: Converting local name ntqv of variable index_for_water_vapor from new to o INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata INFO: Converting local name bl_mynn_output of variable mynn_output_flag 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 jindx2_ci of variable upper_cloud_nuclei_y_interpolation_index 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 qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio 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 @@ -567,6 +572,7 @@ INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from ne INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency 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 lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name nfxr of variable number_of_radiation_diagnostic_variables 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 hprime of variable statistical_measures_of_subgrid_orography from new to old metadata @@ -654,6 +660,7 @@ INFO: Converting local name flag_for_dcnv_generic_tend of variable flag_for_gene INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial 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 snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iindx2_aer of variable upper_aerosol_x_interpolation_index 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 nieffr of variable index_for_ice_effective_radius from new to old metadata INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata @@ -662,6 +669,7 @@ INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata INFO: Converting local name clxss of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale 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 iindx2_ci of variable upper_cloud_nuclei_x_interpolation_index 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 do_myjpbl of variable do_myjpbl 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_and_radiation_levels from new to old metadata @@ -697,6 +705,7 @@ INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_ne INFO: Converting local name landfrac of variable land_area_fraction 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 num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name ddy_ci of variable cloud_nuclei_y_interpolation_weight from new to old metadata INFO: Converting local name flag_for_scnv_generic_tend of variable flag_for_generic_shallow_convection_tendency 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 @@ -707,6 +716,7 @@ INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_ INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics 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 du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name lgfdlmprad of variable flag_for_GFDL_microphysics_radiation_interaction 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 ncstrac of variable number_of_tracers_for_CS from new to old metadata INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata @@ -747,11 +757,14 @@ INFO: Converting local name tvxy of variable vegetation_temperature from new to 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 alpha of variable cloud_overlap_decorrelation_parameter from new to old metadata +INFO: Converting local name nqvdelt of variable index_for_specific_humidity_at_previous_timestep 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 nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step 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 det_sqv of variable water_vapor_detrainment_tendency from new to old metadata INFO: Converting local name dq3dt(:,:,13) of variable cumulative_change_in_ozone_concentration_due_to_non_physics_processes from new to old metadata +INFO: Converting local name lmfdeep2 of variable flag_for_scale_aware_mass_flux_convection from new to old metadata +INFO: Converting local name iindx1_ci of variable lower_cloud_nuclei_x_interpolation_index from new to old metadata INFO: Converting local name ty_gas_concs of variable ty_gas_concs 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 snicexy of variable snow_layer_ice from new to old metadata @@ -767,6 +780,7 @@ INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form 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 ddx_aer of variable aerosol_x_interpolation_weight 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 sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct 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 @@ -802,7 +816,6 @@ INFO: Converting local name raddt of variable time_step_for_radiation from new t INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio 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 cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name qdiag3d of variable flag_tracer_diagnostics_3D from new to old metadata INFO: Converting local name taussxy of variable nondimensional_snow_age 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 con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata @@ -829,6 +842,7 @@ INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata INFO: Converting local name lprnt of variable flag_print 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 nTdelt of variable index_for_air_temperature_at_previous_timestep 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 hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata @@ -844,6 +858,7 @@ INFO: Converting local name flhc of variable surface_exchange_coefficient_for_he INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity 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 kice of variable ice_vertical_dimension from new to old metadata +INFO: Converting local name ccn_nm of variable tendency_of_ccn_activated_number from new to old metadata INFO: Converting local name ca_trigger of variable flag_for_global_cellular_automata_trigger from new to old metadata INFO: Converting local name sw_optical_props_precipByBand of variable shortwave_optical_properties_for_precipitation_by_band from new to old metadata INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata @@ -862,6 +877,7 @@ INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata INFO: Converting local name save_q(:,:,index_for_ozone) of variable ozone_mixing_ratio_save from new to old metadata INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name ny of variable number_of_points_in_y_direction_for_this_MPI_rank 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 Grid of variable GFS_grid_type_instance 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 @@ -872,6 +888,7 @@ INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ 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 gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name jindx2_h of variable upper_water_vapor_interpolation_index 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 ak of variable a_parameter_of_the_hybrid_coordinate 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 @@ -881,6 +898,7 @@ INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_w INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column 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 clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name nps2delt of variable index_for_surface_air_pressure_two_timesteps_back from new to old metadata INFO: Converting local name wet1 of variable normalized_soil_wetness 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 @@ -890,7 +908,7 @@ INFO: Converting local name t_lay of variable air_temperature_at_layer_for_RRTMG INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation 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 flxprf_sw of variable RRTMGP_sw_fluxes 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 refl_10cm of variable radar_reflectivity_10cm 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 @@ -898,6 +916,7 @@ INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gra INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection 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 gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name cny of variable number_of_points_in_y_direction_for_this_cubed_sphere_face 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 diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata @@ -912,6 +931,7 @@ INFO: Converting local name slopetype of variable surface_slope_classification f 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 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 zhour of variable time_since_diagnostics_zeroed 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 dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata @@ -998,7 +1018,6 @@ INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixi 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 tlyr of variable air_temperature_at_layer_for_radiation 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 islmsk of variable sea_land_ice_mask 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 rrtmgp_root of variable directory_for_rte_rrtmgp_source_code from new to old metadata INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata @@ -1009,7 +1028,7 @@ INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_func INFO: Converting local name dt_cool of variable sub_layer_cooling_amount 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 flipv of variable flag_flip 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 ncpl of variable local_condesed_water_number_concentration 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 xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata @@ -1031,6 +1050,7 @@ INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettel INFO: Converting local name nscav of variable number_of_tracers_scavenged 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 dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name phy_f2d(:,index_for_surface_air_pressure_two_timesteps_back) of variable surface_air_pressure_two_timesteps_back from new to old metadata INFO: Converting local name lw_optical_props_aerosol of variable longwave_optical_properties_for_aerosols 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 precip_frac of variable precipitation_fraction_by_layer from new to old metadata @@ -1045,13 +1065,14 @@ INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_ 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 do_GPsw_Glw of variable scheme_flag 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_and_radiation_levels from new to old metadata +INFO: Converting local name jindx2_aer of variable upper_aerosol_y_interpolation_index 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 cldfra of variable instantaneous_3d_cloud_fraction 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 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 hwrf_samfdeep of variable flag_for_hwrf_samfdeepcnv_scheme from new to old metadata +INFO: Converting local name qdiag3d of variable flag_tracer_diagnostics_3D 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 elvmax of variable maximum_subgrid_orography from new to old metadata INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata @@ -1059,6 +1080,7 @@ INFO: Converting local name gamq of variable countergradient_mixing_term_for_wat INFO: Converting local name GFS_Control of variable GFS_control_type_instance 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 phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name seed0 of variable seed_random_numbers_RAS 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 faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 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 @@ -1069,14 +1091,17 @@ INFO: Converting local name raincprv of variable lwe_thickness_of_convective_pre INFO: Converting local name ty_source_func_lw of variable ty_source_func_lw 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 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 phy_f3d(:,:,index_for_air_temperature_two_timesteps_back) of variable air_temperature_two_timesteps_back from new to old metadata +INFO: Converting local name nT2delt of variable index_for_air_temperature_two_timesteps_back 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 ttendlim of variable limit_for_temperature_tendency_for_microphysics 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 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 facwf of variable fractional_coverage_with_weak_cosz_dependency 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 prcpmp of variable lwe_thickness_of_explicit_precipitation_amount 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 u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nszero of variable number_of_timesteps_between_diagnostic_clearing 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 qrn of variable local_rain_water_mixing_ratio 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 @@ -1086,6 +1111,7 @@ INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_fl INFO: Converting local name logunit of variable iounit_log from new to old metadata INFO: Converting local name ncols of variable horizontal_dimension from new to old metadata INFO: Converting local name p_lay of variable air_pressure_at_layer_for_RRTMGP_in_hPa 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 reset of variable flag_reset_maximum_hourly_fields 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 zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata @@ -1104,7 +1130,6 @@ INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morriso INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass 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 shum_wts of variable weights_for_stochastic_shum_perturbation_flipped 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 ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata INFO: Converting local name sktp1r of variable surface_skin_temperature_at_previous_time_step from new to old metadata INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata @@ -1126,7 +1151,6 @@ INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to INFO: Converting local name de_lgth of variable cloud_decorrelation_length 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 skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped 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 lakedepth of variable lake_depth 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 sfc_alb_nir_dir of variable surface_albedo_nearIR_direct from new to old metadata @@ -1155,6 +1179,7 @@ INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_do INFO: Converting local name ncnd of variable number_of_cloud_condensate_types 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 u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name nqv2delt of variable index_for_specific_humidity_two_timesteps_back from new to old metadata INFO: Converting local name maxMF of variable maximum_mass_flux 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 drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata @@ -1172,7 +1197,6 @@ INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_ 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 tf of variable frozen_cloud_threshold_temperature 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 levsp1 of variable vertical_dimension_plus_one 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 faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata @@ -1190,6 +1214,7 @@ INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m 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 sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name jindx2_o3 of variable upper_ozone_interpolation_index 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 ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata @@ -1239,10 +1264,12 @@ INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_ INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate 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 dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name facwf of variable fractional_coverage_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name ddy_o3 of variable ozone_interpolation_weight from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_specific_humidity_at_previous_timestep) of variable water_vapor_specific_humidity_at_previous_timestep from new to old metadata INFO: Converting local name nblks of variable ccpp_block_count 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 faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ddx_ci of variable cloud_nuclei_x_interpolation_weight 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 num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata @@ -1259,10 +1286,12 @@ INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_mo INFO: Converting local name sw_file_gas of variable rrtmgp_kdistribution_sw 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 fhzero of variable frequency_for_diagnostic_clearing 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 f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m 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 snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name nx of variable number_of_points_in_x_direction_for_this_MPI_rank from new to old metadata INFO: Converting local name topflw_type of variable topflw_type 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 cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata @@ -1312,9 +1341,9 @@ INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sens INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling 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 debug of variable flag_debug from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_specific_humidity_two_timesteps_back) of variable water_vapor_specific_humidity_two_timesteps_back 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 cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean 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 save_v of variable y_wind_save from new to old metadata INFO: Converting local name dt3dt(:,:,10) of variable cumulative_change_in_temperature_due_to_physics from new to old metadata INFO: Converting local name el_pbl of variable mixing_length from new to old metadata @@ -1324,11 +1353,12 @@ INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm INFO: Converting local name ncpr of variable local_rain_number_concentration 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 alb1d of variable surface_albedo_perturbation 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 jsc of variable starting_y_index_for_this_MPI_rank 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 rechxy of variable water_table_recharge_when_shallow 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 idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name h2o_phys of variable flag_for_stratospheric_water_vapor_physics 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 mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata @@ -1353,7 +1383,7 @@ INFO: Converting local name solhr of variable forecast_hour_of_the_day from new INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL 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 ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name toa_src_lw of variable toa_incident_lw_flux_by_spectral_point 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 clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height 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 @@ -1409,11 +1439,13 @@ INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation 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 bl_mynn_mixqt of variable mix_total_water_flag 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 jindx1_o3 of variable lower_ozone_interpolation_index 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 aux2d of variable auxiliary_2d_arrays from new to old metadata INFO: Converting local name deltaZ of variable layer_thickness 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 work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_air_temperature_at_previous_timestep) of variable air_temperature_at_previous_timestep 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 imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme 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 @@ -1446,20 +1478,21 @@ INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_ INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata INFO: Converting local name kcnv of variable flag_deep_convection 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 jindx1_h of variable lower_water_vapor_interpolation_index 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 qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface 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 do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name con_rocp of variable ratio_of_gas_constant_dry_air_to_specific_heat_of_dry_air_at_constant_pressure 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 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 aerosolssw(:,:,:,3) of variable RRTMGP_aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata INFO: Converting local name levs of variable vertical_dimension 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 isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata INFO: Converting local name cldtaulw of variable RRTMGP_cloud_optical_depth_layers_at_10mu_band 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 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 dv3dt(:,:,6) of variable cumulative_change_in_y_wind_due_to_shallow_convection from new to old metadata INFO: Converting local name prnum of variable prandtl_number from new to old metadata INFO: Converting local name sub_thl of variable theta_subsidence_tendency from new to old metadata @@ -1488,6 +1521,8 @@ INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pre INFO: Converting local name communicator of variable mpi_comm 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 smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name phy_f2d(:,index_for_surface_air_pressure_at_previous_timestep) of variable surface_air_pressure_at_previous_timestep from new to old metadata +INFO: Converting local name npsdelt of variable index_for_surface_air_pressure_at_previous_timestep 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 dtsfci of variable instantaneous_surface_upward_sensible_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 @@ -1532,12 +1567,12 @@ INFO: Converting local name tlvl of variable air_temperature_at_interface_for_ra INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata INFO: Converting local name do_RRTMGP of variable flag_for_rrtmgp_radiation_scheme 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 ddy_aer of variable aerosol_y_interpolation_weight from new to old metadata INFO: Converting local name nupdraft of variable number_of_plumes 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 GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata INFO: Converting local name lw_file_clouds of variable rrtmgp_coeff_lw_cloud_optics 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 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 stress_land of variable surface_wind_stress_over_land from new to old metadata @@ -1545,7 +1580,9 @@ INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from ne INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer 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 random_clds of variable flag_for_random_clouds_for_RAS 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 cvb of variable pressure_at_bottom_of_convective_cloud 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 lw_file_gas of variable rrtmgp_kdistribution_lw from new to old metadata INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata @@ -1555,6 +1592,7 @@ INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant f INFO: Converting local name hefac of variable surface_upward_latent_heat_flux_reduction_factor 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 GFS_tbd_type of variable GFS_tbd_type 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 p_lev of variable air_pressure_at_interface_for_RRTMGP_in_hPa 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 @@ -1568,8 +1606,8 @@ INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer INFO: Converting local name dlength of variable characteristic_grid_length_scale 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 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 du3dt(:,:,6) of variable cumulative_change_in_x_wind_due_to_shallow_convection 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 sec_diff_byband of variable secant_of_diffusivity_angle_each_RRTMGP_LW_band from new to old metadata INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata @@ -1582,6 +1620,7 @@ INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultra 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 flag_cice of variable flag_for_cice 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 toa_src_lw of variable toa_incident_lw_flux_by_spectral_point 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 qgl of variable local_graupel_mixing_ratio from new to old metadata @@ -1607,6 +1646,7 @@ INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variabl INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial 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 con_rog of variable ratio_of_gas_constant_dry_air_to_gravitational_acceleration 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 tisfc of variable sea_ice_temperature 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 @@ -1642,6 +1682,7 @@ INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible INFO: Converting local name woodxy of variable wood_mass 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 icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name iindx1_aer of variable lower_aerosol_x_interpolation_index 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 qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata @@ -1659,6 +1700,7 @@ INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_al 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 cnx of variable number_of_points_in_x_direction_for_this_cubed_sphere_face 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 w_d of variable coefficient_w_d from new to old metadata INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata @@ -1684,7 +1726,6 @@ INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount 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 gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics 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 nctp of variable number_of_cloud_types_CS 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 fluxlwDOWN_jac of variable RRTMGP_jacobian_of_lw_flux_profile_downward from new to old metadata @@ -1718,9 +1759,10 @@ INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of vari INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata INFO: Converting local name fluxlwUP_allsky of variable RRTMGP_lw_flux_profile_upward_allsky 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 isc of variable starting_x_index_for_this_MPI_rank from new to old metadata INFO: Converting local name tiice of variable internal_ice_temperature 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 dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL 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 con_epsqs of variable minimum_value_of_saturation_mixing_ratio 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 wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata @@ -1732,7 +1774,7 @@ INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of varia INFO: Converting local name ustm of variable surface_friction_velocity_drag 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 w_0 of variable coefficient_w_0 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 hwrf_samfdeep of variable flag_for_hwrf_samfdeepcnv_scheme from new to old metadata INFO: Converting local name aerosolssw(:,:,:,1) of variable RRTMGP_aerosol_optical_depth_for_shortwave_bands_01_16 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 do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata @@ -1746,7 +1788,6 @@ INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for 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 xlat_d of variable latitude_in_degree 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 nn of variable number_of_tracers_for_convective_transport 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 wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata @@ -1788,6 +1829,7 @@ INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_f INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata INFO: Converting local name lndp_var_list of variable variables_to_be_perturbed_for_landperts 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 ddy_h of variable water_vapor_interpolation_weight 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 vtype of variable vegetation_type_classification_real 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 @@ -1854,7 +1896,6 @@ INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwe INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp 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 xz of variable diurnal_thermocline_layer_thickness 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 shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term 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 semis of variable surface_longwave_emissivity from new to old metadata @@ -1884,4078 +1925,152 @@ INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake 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 evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Metadata table for model FV3 written to /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Metadata table for model FV3 written to /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html INFO: Parsing metadata tables in physics scheme files ... -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_pre GFS_DCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_pre_run GFS_DCNV_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_DCNV_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_post GFS_DCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_post_run GFS_DCNV_generic_pre INFO: Parsed tables in scheme GFS_DCNV_generic_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_pre GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_pre_run GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_post GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_post_run GFS_DCNV_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_cloud_work_function in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_updraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_downdraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_detrainment_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover_in_phy_f3d in table GFS_DCNV_generic_post_run INFO: Parsed tables in scheme GFS_DCNV_generic_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_pre GFS_GWD_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_pre_run GFS_GWD_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable statistical_measures_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_post GFS_GWD_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_post_run GFS_GWD_generic_pre INFO: Parsed tables in scheme GFS_GWD_generic_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_pre GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_pre_run GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_post GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_post_run GFS_GWD_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_x_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_y_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run INFO: Parsed tables in scheme GFS_GWD_generic_post with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for GFS_MP_generic_pre_finalize -INFO: Legacy extension - skip empty table for GFS_MP_generic_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_pre GFS_MP_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_pre_run GFS_MP_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_MP_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_post GFS_MP_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_post_run GFS_MP_generic_pre INFO: Parsed tables in scheme GFS_MP_generic_pre with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for GFS_MP_generic_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_pre GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_pre_run GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_post GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_post_run GFS_MP_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable random_number_array in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_rain_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_freezing_rain_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_sleet_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_snow_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_ice_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_snow_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_graupel_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_ice_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_snow_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_graupel_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable column_precipitable_water in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable explicit_rainfall_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -INFO: Legacy extension - skip empty table for GFS_MP_generic_post_finalize INFO: Parsed tables in scheme GFS_MP_generic_post with dependencies ['machine.F', 'calpreciptype.f90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_pre GFS_PBL_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_pre_run GFS_PBL_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_PBL_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_post GFS_PBL_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_post_run GFS_PBL_generic_pre INFO: Parsed tables in scheme GFS_PBL_generic_pre with dependencies ['machine.F', 'GFS_PBL_generic.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_pre GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_pre_run GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_post GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_post_run GFS_PBL_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_heat_diffusivity in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_reduction_factor in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_reduction_factor in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_PBL_generic_post_run INFO: Parsed tables in scheme GFS_PBL_generic_post with dependencies ['machine.F', 'GFS_PBL_generic.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_pre GFS_SCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_pre_run GFS_SCNV_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_SCNV_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_post GFS_SCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_post_run GFS_SCNV_generic_pre INFO: Parsed tables in scheme GFS_SCNV_generic_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_pre GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_pre_run GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_post GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_post_run GFS_SCNV_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover_in_phy_f3d in table GFS_SCNV_generic_post_run INFO: Parsed tables in scheme GFS_SCNV_generic_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_diagtoscreen INFO: Parsed tables in scheme GFS_diagtoscreen with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_interstitialtoscreen INFO: Parsed tables in scheme GFS_interstitialtoscreen with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_abort INFO: Parsed tables in scheme GFS_abort with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_checkland -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_ocean_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_checkland_run INFO: Parsed tables in scheme GFS_checkland with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary INFO: Parsed tables in scheme GFS_phys_time_vary with dependencies ['iccninterp.F90', 'h2ointerp.f90', 'ozne_def.f', 'sfcsub.F', 'aerinterp.F90', 'mersenne_twister.f', 'h2o_def.f', 'gcycle.F90', 'machine.F', 'aerclm_def.F', 'ozinterp.f90', 'namelist_soilveg.f', 'iccn_def.F'] -INFO: Legacy extension - skip empty table for GFS_rad_time_vary_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rad_time_vary GFS_rad_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rad_time_vary_run GFS_rad_time_vary -INFO: Legacy extension - skip empty table for GFS_rad_time_vary_finalize INFO: Parsed tables in scheme GFS_rad_time_vary with dependencies ['physparam.f', 'radcons.f90', 'mersenne_twister.f', 'machine.F'] -INFO: Legacy extension - skip empty table for GFS_rrtmg_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_post GFS_rrtmg_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_post_run GFS_rrtmg_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_10mu_band in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_0p55mu_band in table GFS_rrtmg_post_run -INFO: Legacy extension - skip empty table for GFS_rrtmg_post_finalize INFO: Parsed tables in scheme GFS_rrtmg_post with dependencies ['iounitdef.f', 'radlw_param.f', 'radiation_aerosols.f', 'radsw_param.f', 'machine.F'] -INFO: Legacy extension - skip empty table for GFS_rrtmg_pre_finalize -INFO: Legacy extension - skip empty table for GFS_rrtmg_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_pre GFS_rrtmg_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_pre_run GFS_rrtmg_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_ice_water_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_rain_water_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rime_factor in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_condensate_mixing_ratio_updated_by_physics in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc113 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_3d_cloud_fraction in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table GFS_rrtmg_pre_run INFO: Parsed tables in scheme GFS_rrtmg_pre with dependencies ['physparam.f', 'funcphys.f90', 'surface_perturbation.F90', 'module_mp_radar.F90', 'physcons.F90', 'radiation_gases.f', 'radiation_astronomy.f', 'radsw_param.f', 'machine.F', 'module_bfmicrophysics.f', 'radlw_param.f', 'radiation_aerosols.f', 'module_mp_thompson_make_number_concentrations.F90', 'iounitdef.f', 'module_mp_thompson.F90', 'radiation_clouds.f', 'radcons.f90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup INFO: Parsed tables in scheme GFS_rrtmg_setup with dependencies ['physparam.f', 'radsw_main.f', 'radsw_param.f', 'radiation_gases.f', 'radiation_astronomy.f', 'module_bfmicrophysics.f', 'radlw_param.f', 'radiation_aerosols.f', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f', 'radiation_surface.f', 'radlw_main.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_stochastics GFS_stochastics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_stochastics_run GFS_stochastics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cellular_automata_global_pattern in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_sppt_perturbation in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_x_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_y_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_shum_perturbation in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_sppt_perturbation_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_shum_perturbation_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dissipation_estimate_of_air_temperature_at_model_layers in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_stochastics_run INFO: Parsed tables in scheme GFS_stochastics with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_rad_reset INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_phys_reset INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_1 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_diag in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_1 INFO: Parsed tables in scheme GFS_suite_interstitial_1 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_2 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_for_coupling in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_for_idea in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable duration_of_sunshine in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_land_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ice_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_pressure_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_longwave_radiation in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shortwave_radiation in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_top_entrainment_instability_value in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_at_previous_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_upward in table GFS_suite_interstitial_2_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_2 INFO: Parsed tables in scheme GFS_suite_interstitial_2 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_stateout_reset -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_stateout_reset INFO: Parsed tables in scheme GFS_suite_stateout_reset with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_stateout_update -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_stateout_update INFO: Parsed tables in scheme GFS_suite_stateout_update with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_3 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save_from_convective_parameterization in table GFS_suite_interstitial_3_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_3 INFO: Parsed tables in scheme GFS_suite_interstitial_3 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_4 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save_from_convective_parameterization in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_suite_interstitial_4_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_4 INFO: Parsed tables in scheme GFS_suite_interstitial_4 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_5 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_5_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_5_run INFO: Parsed tables in scheme GFS_suite_interstitial_5 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_pre GFS_surface_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_pre_run GFS_surface_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_area_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_surface_physics_perturbation in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_soil_type_b_parameter in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_leaf_area_index in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_vegetation_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_cice in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_in in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table GFS_surface_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_post GFS_surface_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_post_run GFS_surface_generic_pre INFO: Parsed tables in scheme GFS_surface_generic_pre with dependencies ['surface_perturbation.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_pre GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_pre_run GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_post GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_post_run GFS_surface_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_potential_evaporation in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_ground_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_longwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_longwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_temperature_at_2m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_specific_humidity_at_2m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_wind_at_10m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_wind_at_10m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_skin_temperature_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_air_pressure_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_ground_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_transpiration_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_snow_area_fraction_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_runoff in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_reduction_factor in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_reduction_factor in table GFS_surface_generic_post_run INFO: Parsed tables in scheme GFS_surface_generic_post with dependencies ['surface_perturbation.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_depth in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_ocean_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table GFS_surface_composites_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_pre INFO: Parsed tables in scheme GFS_surface_composites_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_inter -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_inter INFO: Parsed tables in scheme GFS_surface_composites_inter with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table GFS_surface_composites_post_run INFO: Parsed tables in scheme GFS_surface_composites_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part1 GFS_surface_loop_control_part1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part1_run GFS_surface_loop_control_part1 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_loop_control_part1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_surface_loop_control_part1_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part2 GFS_surface_loop_control_part1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part2_run GFS_surface_loop_control_part1 INFO: Parsed tables in scheme GFS_surface_loop_control_part1 with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part1 GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part1_run GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part2 GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part2_run GFS_surface_loop_control_part2 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_loop_control_part2_run INFO: Parsed tables in scheme GFS_surface_loop_control_part2 with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre INFO: Parsed tables in scheme GFS_time_vary_pre with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography_unfiltered in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude_in_degree in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable eddy_mixing_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_mountain_blocking in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_low_level_wave_breaking in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_turbulent_kinetic_energy_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp INFO: Parsed tables in scheme cires_ugwp with dependencies ['cires_vert_orodis.F90', 'cires_ugwp_solvers.F90', 'cires_ugwp_utils.F90', 'cires_vert_wmsdis.F90', 'cires_orowam2017.f', 'cires_vert_lsatdis.F90', 'machine.F', 'cires_ugwp_triggers.F90', 'gwdps.f', 'ugwp_driver_v0.F', 'cires_ugwp_module.F90', 'cires_ugwp_initialize.F90'] -INFO: Legacy extension - skip empty table for cires_ugwp_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp_post cires_ugwp_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_post_run cires_ugwp_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_mountain_blocking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_low_level_wave_breaking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_mountain_blocking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_low_level_wave_breaking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table cires_ugwp_post_run -INFO: Legacy extension - skip empty table for cires_ugwp_post_finalize INFO: Parsed tables in scheme cires_ugwp_post with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for cnvc90_finalize -INFO: Legacy extension - skip empty table for cnvc90_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cnvc90 cnvc90 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cnvc90_run cnvc90 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable smallest_cloud_base_vertical_index_encountered_thus_far in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable largest_cloud_top_vertical_index_encountered_thus_far in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_convective_cloud in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable pressure_at_bottom_of_convective_cloud in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable pressure_at_top_of_convective_cloud in table cnvc90_run INFO: Parsed tables in scheme cnvc90 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv_pre -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_updraft_velocity_at_cloud_base in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table cs_conv_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv_pre -INFO: Legacy extension - skip empty table for cs_conv_pre_finalize -INFO: Legacy extension - skip empty table for cs_conv_pre_init INFO: Parsed tables in scheme cs_conv_pre with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -INFO: Legacy extension - skip empty table for cs_conv_post_init -INFO: Legacy extension - skip empty table for cs_conv_post_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv_post -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction_at_model_interfaces in table cs_conv_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction in table cs_conv_post_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv_post INFO: Parsed tables in scheme cs_conv_post with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -INFO: Legacy extension - skip empty table for cs_conv_init -INFO: Legacy extension - skip empty table for cs_conv_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_base_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_updraft_velocity_at_cloud_base in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction_at_model_interfaces in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table cs_conv_run INFO: Parsed tables in scheme cs_conv with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_aw_adj cs_conv_aw_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_aw_adj_run cs_conv_aw_adj -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table cs_conv_aw_adj_run INFO: Parsed tables in scheme cs_conv_aw_adj with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke_pre cu_ntiedtke_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_pre_run cu_ntiedtke_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_ntiedtke_pre_run INFO: Parsed tables in scheme cu_ntiedtke_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_init cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_run cu_ntiedtke -INFO: Legacy extension - skip empty table for cu_ntiedtke_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_init cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_run cu_ntiedtke -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table cu_ntiedtke_run INFO: Parsed tables in scheme cu_ntiedtke with dependencies ['physcons.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke_post cu_ntiedtke_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_post_run cu_ntiedtke_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_ntiedtke_post_run INFO: Parsed tables in scheme cu_ntiedtke_post with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for dcyc2t3_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True dcyc2t3 dcyc2t3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False dcyc2t3_run dcyc2t3 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_midlayer_air_temperature_in_longwave_radiation in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -INFO: Legacy extension - skip empty table for dcyc2t3_finalize INFO: Parsed tables in scheme dcyc2t3 with dependencies ['physcons.F90', 'machine.F'] -INFO: Legacy extension - skip empty table for drag_suite_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True drag_suite drag_suite -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False drag_suite_run drag_suite -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table drag_suite_run -INFO: Legacy extension - skip empty table for drag_suite_init INFO: Parsed tables in scheme drag_suite -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shoc shoc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shoc_run shoc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable prandtl_number in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy_convective_transport_tracer in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_from_shoc in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_buoyancy_flux_from_shoc in table shoc_run INFO: Parsed tables in scheme shoc with dependencies ['funcphys.f90', 'machine.F'] -INFO: Legacy extension - skip empty table for get_prs_fv3_init -INFO: Legacy extension - skip empty table for get_prs_fv3_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_prs_fv3 get_prs_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_prs_fv3_run get_prs_fv3 -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature in table get_prs_fv3_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_phi_fv3 get_prs_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_phi_fv3_run get_prs_fv3 INFO: Parsed tables in scheme get_prs_fv3 with dependencies ['physcons.F90', 'machine.F'] -INFO: Legacy extension - skip empty table for get_phi_fv3_finalize -INFO: Legacy extension - skip empty table for get_phi_fv3_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_prs_fv3 get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_prs_fv3_run get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_phi_fv3 get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_phi_fv3_run get_phi_fv3 -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table get_phi_fv3_run INFO: Parsed tables in scheme get_phi_fv3 with dependencies ['physcons.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in table gfdl_cloud_microphys_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys INFO: Parsed tables in scheme gfdl_cloud_microphys with dependencies ['module_mp_radar.F90', 'machine.F', 'module_gfdl_cloud_microphys.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj INFO: Parsed tables in scheme fv_sat_adj with dependencies ['physcons.F90', 'module_mp_radar.F90', 'multi_gases.F90', 'machine.F', 'module_gfdl_cloud_microphys.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True zhaocarr_gscond zhaocarr_gscond -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False zhaocarr_gscond_run zhaocarr_gscond -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table zhaocarr_gscond_run INFO: Parsed tables in scheme zhaocarr_gscond with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -INFO: Legacy extension - skip empty table for gwdc_pre_finalize -INFO: Legacy extension - skip empty table for gwdc_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable characteristic_grid_length_scale in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_column_heating_rate in table gwdc_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc_pre INFO: Parsed tables in scheme gwdc_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_column_heating_rate in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable characteristic_grid_length_scale in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_convective_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_convective_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdc_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc -INFO: Legacy extension - skip empty table for gwdc_finalize -INFO: Legacy extension - skip empty table for gwdc_init INFO: Parsed tables in scheme gwdc with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for gwdc_post_finalize -INFO: Legacy extension - skip empty table for gwdc_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_x_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_y_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gwdc_post_run INFO: Parsed tables in scheme gwdc_post with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for gwdps_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdps gwdps -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdps_run gwdps -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table gwdps_run -INFO: Legacy extension - skip empty table for gwdps_finalize INFO: Parsed tables in scheme gwdps -INFO: Legacy extension - skip empty table for h2ophys_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True h2ophys h2ophys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False h2ophys_run h2ophys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table h2ophys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table h2ophys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable h2o_forcing in table h2ophys_run -INFO: Legacy extension - skip empty table for h2ophys_finalize INFO: Parsed tables in scheme h2ophys with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True samfdeepcnv samfdeepcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False samfdeepcnv_run samfdeepcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_cellular_automata_for_deep_convection in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable physics_field_for_coupling in table samfdeepcnv_run -INFO: Legacy extension - skip empty table for samfdeepcnv_finalize -INFO: Legacy extension - skip empty table for samfdeepcnv_init INFO: Parsed tables in scheme samfdeepcnv with dependencies ['funcphys.f90', 'samfaerosols.F', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True samfshalcnv samfshalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False samfshalcnv_run samfshalcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table samfshalcnv_run -INFO: Legacy extension - skip empty table for samfshalcnv_finalize -INFO: Legacy extension - skip empty table for samfshalcnv_init INFO: Parsed tables in scheme samfshalcnv with dependencies ['funcphys.f90', 'samfaerosols.F', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sascnvn sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_init sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_run sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sascnvn sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_init sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_run sascnvn -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table sascnvn_run -INFO: Legacy extension - skip empty table for sascnvn_finalize INFO: Parsed tables in scheme sascnvn with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shalcnv shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_init shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_run shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shalcnv shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_init shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_run shalcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table shalcnv_run -INFO: Legacy extension - skip empty table for shalcnv_finalize INFO: Parsed tables in scheme shalcnv with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True maximum_hourly_diagnostics maximum_hourly_diagnostics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False maximum_hourly_diagnostics_run maximum_hourly_diagnostics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_temperature_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_temperature_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run INFO: Parsed tables in scheme maximum_hourly_diagnostics with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_init m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_run m_micro -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable in_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ccn_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table m_micro_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_init m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_run m_micro -INFO: Legacy extension - skip empty table for m_micro_finalize INFO: Parsed tables in scheme m_micro with dependencies ['cldwat2m_micro.F', 'aer_cloud.F', 'micro_mg_utils.F90', 'cldmacro.F', 'machine.F', 'physcons.F90', 'aerclm_def.F', 'micro_mg2_0.F90', 'micro_mg3_0.F90', 'wv_saturation.F'] -INFO: Legacy extension - skip empty table for m_micro_pre_init -INFO: Legacy extension - skip empty table for m_micro_pre_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_pre m_micro_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_pre_run m_micro_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table m_micro_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_post m_micro_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_post_run m_micro_pre INFO: Parsed tables in scheme m_micro_pre with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for m_micro_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_pre m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_pre_run m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_post m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_post_run m_micro_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_on_dynamics_timestep in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_on_dynamics_timestep in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_on_dynamics_timestep in table m_micro_post_run -INFO: Legacy extension - skip empty table for m_micro_post_finalize INFO: Parsed tables in scheme m_micro_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver_pre cu_gf_driver_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_pre_run cu_gf_driver_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable gf_memory_counter in table cu_gf_driver_pre_run INFO: Parsed tables in scheme cu_gf_driver_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_init cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_run cu_gf_driver -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_condesate_after_rainout in table cu_gf_driver_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_init cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_run cu_gf_driver -INFO: Legacy extension - skip empty table for cu_gf_driver_finalize INFO: Parsed tables in scheme cu_gf_driver with dependencies ['cu_gf_deep.F90', 'cu_gf_sh.F90', 'machine.F', 'physcons.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver_post cu_gf_driver_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_post_run cu_gf_driver_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable gf_memory_counter in table cu_gf_driver_post_run INFO: Parsed tables in scheme cu_gf_driver_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_init hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_run hedmf -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table hedmf_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_init hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_run hedmf INFO: Parsed tables in scheme hedmf with dependencies ['physcons.F90', 'funcphys.f90', 'mfpbl.f', 'tridi.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf_hafs hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_init hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_run hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf_hafs hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_init hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_run hedmf_hafs -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table hedmf_hafs_run INFO: Parsed tables in scheme hedmf_hafs with dependencies ['physcons.F90', 'funcphys.f90', 'mfpbl.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True moninshoc moninshoc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False moninshoc_run moninshoc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_from_shoc in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable prandtl_number in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table moninshoc_run INFO: Parsed tables in scheme moninshoc with dependencies ['funcphys.f90', 'tridi.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdif satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_init satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_run satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdif satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_init satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_run satmedmfvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table satmedmfvdif_run INFO: Parsed tables in scheme satmedmfvdif with dependencies ['funcphys.f90', 'mfpblt.f', 'tridi.f', 'machine.F', 'mfscu.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdifq satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_init satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_run satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdifq satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_init satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_run satmedmfvdifq -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table satmedmfvdifq_run INFO: Parsed tables in scheme satmedmfvdifq with dependencies ['funcphys.f90', 'mfscuq.f', 'tridi.f', 'machine.F', 'mfpbltq.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shinhongvdif shinhongvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shinhongvdif_run shinhongvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table shinhongvdif_run INFO: Parsed tables in scheme shinhongvdif with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ysuvdif ysuvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ysuvdif_run ysuvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table ysuvdif_run INFO: Parsed tables in scheme ysuvdif with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mynnedmf_wrapper mynnedmf_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnedmf_wrapper_init mynnedmf_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnedmf_wrapper_run mynnedmf_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_friendly_aerosol_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable reciprocal_of_obukhov_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tke_at_mass_points in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable t_prime_squared in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable q_prime_squared in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable t_prime_q_prime in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mixing_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stability_function_for_heat in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_for_mynnpbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_momentum_diffusivity_for_mynnpbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_water_mixing_ratio_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_ice_mixing_ratio_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_fraction_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_area in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_vertical_velocity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_total_water in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_theta_l in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_entrainment_rate in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_cloud_water in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_subsidence_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_subsidence_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_detrainment_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_detrainment_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_of_plumes in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_mass_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable k_level_of_highest_plume in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_vapor_specific_humidity_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ozone_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table mynnedmf_wrapper_run INFO: Parsed tables in scheme mynnedmf_wrapper with dependencies ['physcons.F90', 'machine.F', 'module_bl_mynn.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mynnsfc_wrapper mynnsfc_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnsfc_wrapper_run mynnsfc_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_mixing_ratio_at_surface in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_drag in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_stability_parameter in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_star in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable reciprocal_of_obukhov_length in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_latent_heat in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_heat in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_moisture in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_heat_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_moisture_at_2m in table mynnsfc_wrapper_run INFO: Parsed tables in scheme mynnsfc_wrapper with dependencies ['module_sf_mynn.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sgscloud_radpre sgscloud_radpre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sgscloud_radpre_run sgscloud_radpre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_condesate_after_rainout in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_water_mixing_ratio_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_ice_mixing_ratio_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_fraction_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table sgscloud_radpre_run INFO: Parsed tables in scheme sgscloud_radpre with dependencies ['funcphys.f90', 'physcons.F90', 'machine.F', 'module_bfmicrophysics.f', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sgscloud_radpost sgscloud_radpost -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sgscloud_radpost_run sgscloud_radpost -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table sgscloud_radpost_run INFO: Parsed tables in scheme sgscloud_radpost with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True myjsfc_wrapper myjsfc_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False myjsfc_wrapper_run myjsfc_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable u_wind_component_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable v_wind_component_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable baseline_surface_roughness_length in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable heat_exchange_coefficient_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable momentum_exchange_coefficient_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_layer_evaporation_switch in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_latent_heat_flux in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_momentum_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_potental_temperature_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_specific_humidity_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table myjsfc_wrapper_run INFO: Parsed tables in scheme myjsfc_wrapper with dependencies ['module_SF_JSFC.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True myjpbl_wrapper myjpbl_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False myjpbl_wrapper_run myjpbl_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable u_wind_component_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable v_wind_component_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable baseline_surface_roughness_length in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable heat_exchange_coefficient_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable momentum_exchange_coefficient_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_layer_evaporation_switch in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_latent_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_momentum_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_potental_temperature_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_specific_humidity_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table myjpbl_wrapper_run INFO: Parsed tables in scheme myjpbl_wrapper with dependencies ['module_BL_MYJPBL.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_pre mp_thompson_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_pre_run mp_thompson_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table mp_thompson_pre_run INFO: Parsed tables in scheme mp_thompson_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_friendly_aerosol_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_friendly_aerosols_at_surface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_friendly_aerosols_at_surface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table mp_thompson_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: Legacy extension - replacing variable 'horizontal_loop_extent' with 'horizontal_dimension' in table mp_thompson_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson INFO: Parsed tables in scheme mp_thompson with dependencies ['module_mp_thompson.F90', 'module_mp_radar.F90', 'machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table mp_thompson_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mp_thompson_post_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post INFO: Parsed tables in scheme mp_thompson_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_init ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_run ozphys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_updated_by_physics in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_forcing in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table ozphys_run -INFO: Legacy extension - skip empty table for ozphys_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_init ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_run ozphys INFO: Parsed tables in scheme ozphys with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys_2015 ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_init ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_run ozphys_2015 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_updated_by_physics in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_forcing in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table ozphys_2015_run -INFO: Legacy extension - skip empty table for ozphys_2015_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys_2015 ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_init ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_run ozphys_2015 INFO: Parsed tables in scheme ozphys_2015 with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for zhaocarr_precpd_init -INFO: Legacy extension - skip empty table for zhaocarr_precpd_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True zhaocarr_precpd zhaocarr_precpd -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False zhaocarr_precpd_run zhaocarr_precpd -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_rain_water_mixing_ratio_due_to_microphysics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table zhaocarr_precpd_run INFO: Parsed tables in scheme zhaocarr_precpd with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True phys_tend phys_tend -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False phys_tend_run phys_tend -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_longwave_radiation in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shortwave_radiation in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_physics in table phys_tend_run INFO: Parsed tables in scheme phys_tend with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw rrtmg_lw -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_run rrtmg_lw -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_lw in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_longwave_bands_01_16 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_top_atmosphere in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_sfc in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_10mu_band in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmg_lw_run INFO: Parsed tables in scheme rrtmg_lw with dependencies ['physcons.F90', 'physparam.f', 'radlw_param.f', 'mersenne_twister.f', 'radlw_datatb.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw rrtmg_sw -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_run rrtmg_sw -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_sw in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_top_atmosphere in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_sfc in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_0p55mu_band in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmg_sw_run INFO: Parsed tables in scheme rrtmg_sw with dependencies ['physcons.F90', 'physparam.f', 'radsw_datatb.f', 'mersenne_twister.f', 'radsw_param.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable random_number_array in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_interfaces in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table rascnv_run INFO: Parsed tables in scheme rascnv -INFO: Legacy extension - skip empty table for rayleigh_damp_finalize -INFO: Legacy extension - skip empty table for rayleigh_damp_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rayleigh_damp rayleigh_damp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rayleigh_damp_run rayleigh_damp -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_rayleigh_damping in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_rayleigh_damping in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_rayleigh_damping in table rayleigh_damp_run INFO: Parsed tables in scheme rayleigh_damp -INFO: Legacy extension - skip empty table for rrtmg_lw_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw_post rrtmg_lw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_post_run rrtmg_lw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_post_run -INFO: Legacy extension - skip empty table for rrtmg_lw_post_finalize INFO: Parsed tables in scheme rrtmg_lw_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw_pre rrtmg_lw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_pre_run rrtmg_lw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_lw_pre_run -INFO: Legacy extension - skip empty table for rrtmg_lw_pre_init -INFO: Legacy extension - skip empty table for rrtmg_lw_pre_finalize INFO: Parsed tables in scheme rrtmg_lw_pre with dependencies ['iounitdef.f', 'radiation_surface.f', 'machine.F'] -INFO: Legacy extension - skip empty table for rrtmg_sw_post_init -INFO: Legacy extension - skip empty table for rrtmg_sw_post_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw_post rrtmg_sw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_post_run rrtmg_sw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmg_sw_post_run INFO: Parsed tables in scheme rrtmg_sw_post with dependencies ['radsw_param.f', 'machine.F'] -INFO: Legacy extension - skip empty table for rrtmg_sw_pre_init -INFO: Legacy extension - skip empty table for rrtmg_sw_pre_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw_pre rrtmg_sw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_pre_run rrtmg_sw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table rrtmg_sw_pre_run INFO: Parsed tables in scheme rrtmg_sw_pre with dependencies ['iounitdef.f', 'radiation_surface.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diag sfc_diag -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diag_run sfc_diag -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table sfc_diag_run INFO: Parsed tables in scheme sfc_diag with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diag_post sfc_diag_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diag_post_run sfc_diag_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m_from_noahmp in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m_from_noahmp in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_x_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_y_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dewpoint_temperature_at_2m in table sfc_diag_post_run INFO: Parsed tables in scheme sfc_diag_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_area_index in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_weak_cosz_dependency in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_weak_cosz_dependency in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_frozen_soil_physics in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_temperature_bottom_first_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_at_surface in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_condensation_mass in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_mixing_ratio_at_surface in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable density_of_frozen_precipitation in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_runoff in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_water_equivalent_of_frozen_precip in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_accumulated_snowfall in table lsm_ruc_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc INFO: Parsed tables in scheme lsm_ruc with dependencies ['module_sf_ruclsm.F90', 'module_soil_pre.F90', 'namelist_soilveg_ruc.F90', 'machine.F', 'set_soilveg_ruc.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_pre lsm_ruc_sfc_sice_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_pre_run lsm_ruc_sfc_sice_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table lsm_ruc_sfc_sice_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_post lsm_ruc_sfc_sice_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_post_run lsm_ruc_sfc_sice_pre INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_pre lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_pre_run lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_post lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_post_run lsm_ruc_sfc_sice_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table lsm_ruc_sfc_sice_post_run INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_cice sfc_cice -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_cice_run sfc_cice -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table sfc_cice_run INFO: Parsed tables in scheme sfc_cice with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diff sfc_diff -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diff_run sfc_diff -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_from_wave_model in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table sfc_diff_run INFO: Parsed tables in scheme sfc_diff with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_soil_type_b_parameter in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_leaf_area_index in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_vegetation_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness in table lsm_noah_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah INFO: Parsed tables in scheme lsm_noah with dependencies ['surface_perturbation.F90', 'funcphys.f90', 'set_soilveg.f', 'machine.F', 'sflx.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True noahmpdrv noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_init noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_run noahmpdrv -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable explicit_rainfall_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_of_snow_layers in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ground_temperature_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_intercepted_ice_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_intercepted_liquid_water in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_air_vapor_pressure in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_air_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable area_fraction_of_wet_canopy in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_mass_at_previous_time_step in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_albedo_at_previous_time_step in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_at_surface in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_water_storage in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_depth in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_storage_in_aquifer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_storage_in_aquifer_and_saturated_soil in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_bottom_depth_from_snow_surface in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_layer_ice in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_layer_liquid_water in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fine_root_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stem_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wood_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slow_soil_pool_mass_content_of_carbon in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fast_soil_pool_mass_content_of_carbon in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_area_index in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stem_area_index in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nondimensional_snow_age in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable equilibrium_soil_water_content in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_water_content_between_soil_bottom_and_water_table in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_recharge_when_deep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_recharge_when_shallow in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m_from_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m_from_noahmp in table noahmpdrv_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True noahmpdrv noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_init noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_run noahmpdrv INFO: Parsed tables in scheme noahmpdrv with dependencies ['funcphys.f90', 'module_sf_noahmp_glacier.f90', 'module_sf_noahmplsm.f90', 'set_soilveg.f', 'machine.F', 'noahmp_tables.f90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_depth in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table flake_driver_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver INFO: Parsed tables in scheme flake_driver with dependencies ['flake.F90', 'machine.F'] -INFO: Legacy extension - skip empty table for sfc_nst_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_for_nsst in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_water_salinity in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_x_current in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_y_current in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ocean_mixed_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensitivity_of_dtl_heat_content_to_surface_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensitivity_of_dtl_thickness_to_surface_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_c_0 in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_c_d in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_w_0 in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_w_d in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable free_convection_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_dtlm_start in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensible_heat_flux_due_to_rainfall in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table sfc_nst_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst -INFO: Legacy extension - skip empty table for sfc_nst_finalize INFO: Parsed tables in scheme sfc_nst with dependencies ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_for_nsst in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table sfc_nst_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst_pre INFO: Parsed tables in scheme sfc_nst_pre with dependencies ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography_unfiltered in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_change_over_depth_in_sea_water_temperature in table sfc_nst_post_run -INFO: Legacy extension - skip empty table for sfc_nst_post_init -INFO: Legacy extension - skip empty table for sfc_nst_post_finalize INFO: Parsed tables in scheme sfc_nst_post with dependencies ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] -INFO: Legacy extension - skip empty table for sfc_ocean_finalize -INFO: Legacy extension - skip empty table for sfc_ocean_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_ocean sfc_ocean -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_ocean_run sfc_ocean -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table sfc_ocean_run INFO: Parsed tables in scheme sfc_ocean with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_sice sfc_sice -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_sice_run sfc_sice -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_melt in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_cice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table sfc_sice_run INFO: Parsed tables in scheme sfc_sice with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_fer_hires mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_init mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_run mp_fer_hires -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_condensate_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_change_of_air_temperature_due_to_FA_scheme in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_ice_water_cloud in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_rain_water_cloud in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rime_factor in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_weighted_rime_factor_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mp_fer_hires_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_fer_hires mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_init mp_fer_hires -WARNING: Legacy extension - replacing variable 'horizontal_loop_extent' with 'horizontal_dimension' in table mp_fer_hires_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_run mp_fer_hires -INFO: Legacy extension - skip empty table for mp_fer_hires_finalize INFO: Parsed tables in scheme mp_fer_hires with dependencies ['module_MP_FER_HIRES.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_gas_optics rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_init rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_run rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_gas_optics rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_init rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_run rrtmgp_lw_gas_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmgp_lw_gas_optics_run INFO: Parsed tables in scheme rrtmgp_lw_gas_optics with dependencies ['rte-rrtmgp/rte/mo_rte_lw.F90', 'rte-rrtmgp/extensions/mo_compute_bc.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/rte/mo_rte_sw.F90', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_10mu_band in table rrtmgp_lw_cloud_optics_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics INFO: Parsed tables in scheme rrtmgp_lw_cloud_optics with dependencies ['rrtmgp_aux.F90', 'rrtmg_lw_cloud_optics.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_gas_optics rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_init rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_run rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_gas_optics rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_init rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_run rrtmgp_sw_gas_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable toa_incident_sw_flux_by_spectral_point in table rrtmgp_sw_gas_optics_run INFO: Parsed tables in scheme rrtmgp_sw_gas_optics with dependencies ['rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/rte/mo_rte_sw.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'radiation_gases.f', 'rte-rrtmgp/extensions/mo_compute_bc.F90', 'machine.F', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/rte/mo_rte_lw.F90', 'iounitdef.f', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_optics rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_init rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_run rrtmgp_sw_cloud_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band in table rrtmgp_sw_cloud_optics_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_optics rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_init rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_run rrtmgp_sw_cloud_optics INFO: Parsed tables in scheme rrtmgp_sw_cloud_optics with dependencies ['physparam.f', 'rrtmg_sw_cloud_optics.F90', 'machine.F', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_aerosol_optics rrtmgp_sw_aerosol_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_aerosol_optics_run rrtmgp_sw_aerosol_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table rrtmgp_sw_aerosol_optics_run INFO: Parsed tables in scheme rrtmgp_sw_aerosol_optics with dependencies ['iounitdef.f', 'radiation_aerosols.f', 'rrtmgp_aux.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_rte rrtmgp_lw_rte -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_rte_run rrtmgp_lw_rte -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_emissivity_in_each_RRTMGP_LW_band in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_allsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_clrsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_clrsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_upward in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_downward in table rrtmgp_lw_rte_run INFO: Parsed tables in scheme rrtmgp_lw_rte with dependencies ['rte-rrtmgp/rte/mo_rte_lw.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_rte rrtmgp_sw_rte -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_rte_run rrtmgp_sw_rte -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable toa_incident_sw_flux_by_spectral_point in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_allsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_allsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_clrsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_clrsky in table rrtmgp_sw_rte_run INFO: Parsed tables in scheme rrtmgp_sw_rte with dependencies ['rte-rrtmgp/rte/mo_rte_sw.F90', 'radsw_param.f', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_aerosol_optics rrtmgp_lw_aerosol_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_aerosol_optics_run rrtmgp_lw_aerosol_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table rrtmgp_lw_aerosol_optics_run INFO: Parsed tables in scheme rrtmgp_lw_aerosol_optics with dependencies ['iounitdef.f', 'radiation_aerosols.f', 'rrtmgp_aux.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup INFO: Parsed tables in scheme GFS_rrtmgp_setup with dependencies ['physparam.f', 'radiation_gases.f', 'radiation_astronomy.f', 'machine.F', 'module_bfmicrophysics.f', 'radiation_aerosols.f', 'iounitdef.f', 'radiation_surface.f', 'radiation_clouds.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_pre GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_init GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_run GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_pre GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_init GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_run GFS_rrtmgp_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_pre_run INFO: Parsed tables in scheme GFS_rrtmgp_pre with dependencies ['physparam.f', 'funcphys.f90', 'physcons.F90', 'radiation_gases.f', 'radiation_astronomy.f', 'machine.F', 'module_bfmicrophysics.f', 'radiation_aerosols.f', 'rrtmg_lw_cloud_optics.F90', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f', 'radiation_surface.f', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_pre rrtmgp_lw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_pre_run rrtmgp_lw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_emissivity_in_each_RRTMGP_LW_band in table rrtmgp_lw_pre_run INFO: Parsed tables in scheme rrtmgp_lw_pre with dependencies ['iounitdef.f', 'physparam.f', 'radiation_surface.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_sw_pre GFS_rrtmgp_sw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_sw_pre_run GFS_rrtmgp_sw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fractional_coverage_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fractional_coverage_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_surface_physics_perturbation in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_mean_cosz_over_rad_call_period in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table GFS_rrtmgp_sw_pre_run INFO: Parsed tables in scheme GFS_rrtmgp_sw_pre with dependencies ['iounitdef.f', 'physparam.f', 'radiation_surface.f', 'radiation_astronomy.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_lw_post GFS_rrtmgp_lw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_lw_post_run GFS_rrtmgp_lw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_allsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_clrsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_clrsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_10mu_band in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_on_radiation_time_step in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_sfc in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_midlayer_air_temperature_in_longwave_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_top_atmosphere in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_fluxes in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in table GFS_rrtmgp_lw_post_run INFO: Parsed tables in scheme GFS_rrtmgp_lw_post with dependencies ['rte-rrtmgp/extensions/mo_heating_rates.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'radlw_param.f', 'radiation_aerosols.f', 'rte-rrtmgp/rte/mo_fluxes.F90', 'iounitdef.f', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_sampling rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_init rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_run rrtmgp_lw_cloud_sampling -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_lw in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table rrtmgp_lw_cloud_sampling_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_sampling rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_init rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_run rrtmgp_lw_cloud_sampling INFO: Parsed tables in scheme rrtmgp_lw_cloud_sampling with dependencies ['physparam.f', 'machine.F', 'rrtmgp_sampling.F90', 'mersenne_twister.f', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_sampling rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_init rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_run rrtmgp_sw_cloud_sampling -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_sw in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table rrtmgp_sw_cloud_sampling_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_sampling rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_init rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_run rrtmgp_sw_cloud_sampling INFO: Parsed tables in scheme rrtmgp_sw_cloud_sampling with dependencies ['physparam.f', 'machine.F', 'rrtmgp_sampling.F90', 'mersenne_twister.f', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_cloud_diagnostics GFS_cloud_diagnostics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_cloud_diagnostics_run GFS_cloud_diagnostics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_cloud_diagnostics_run INFO: Parsed tables in scheme GFS_cloud_diagnostics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_gfdlmp_pre GFS_rrtmgp_gfdlmp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_gfdlmp_pre_run GFS_rrtmgp_gfdlmp_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_rrtmgp_gfdlmp_pre_run INFO: Parsed tables in scheme GFS_rrtmgp_gfdlmp_pre with dependencies ['rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_zhaocarr_pre GFS_rrtmgp_zhaocarr_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_zhaocarr_pre_run GFS_rrtmgp_zhaocarr_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmgp_zhaocarr_pre_run INFO: Parsed tables in scheme GFS_rrtmgp_zhaocarr_pre with dependencies ['rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_sw_post GFS_rrtmgp_sw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_sw_post_run GFS_rrtmgp_sw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_mean_cosz_over_rad_call_period in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_allsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_allsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_clrsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_clrsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_sfc in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_top_atmosphere in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_fluxes in table GFS_rrtmgp_sw_post_run INFO: Parsed tables in scheme GFS_rrtmgp_sw_post with dependencies ['rte-rrtmgp/extensions/mo_heating_rates.F90', 'radsw_param.f', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'radiation_aerosols.f', 'rte-rrtmgp/rte/mo_fluxes.F90', 'iounitdef.f', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] +INFO: filtering out variable GFS_cldprop_type_instance +INFO: filtering out variable GFS_coupling_type_instance +INFO: filtering out variable GFS_diag_type_instance +INFO: filtering out variable GFS_grid_type_instance +INFO: filtering out variable GFS_radtend_type_instance +INFO: filtering out variable GFS_sfcprop_type_instance +INFO: filtering out variable GFS_statein_type_instance INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable GFS_tbd_type_instance INFO: filtering out variable Gas_concentrations_for_RRTMGP_suite INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_10mu_band @@ -5972,7 +2087,6 @@ INFO: filtering out variable RRTMGP_sw_fluxes 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 active_gases_used_by_RRTMGP -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology INFO: filtering out variable air_pressure_at_interface_for_RRTMGP_in_hPa INFO: filtering out variable air_pressure_at_layer_for_RRTMGP_in_hPa INFO: filtering out variable air_temperature_at_interface_for_RRTMGP @@ -5987,7 +2101,6 @@ 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 @@ -6000,7 +2113,6 @@ INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_ 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_overlap_param INFO: filtering out variable cloud_phase_transition_denominator INFO: filtering out variable cloud_phase_transition_threshold_temperature @@ -6027,7 +2139,6 @@ INFO: filtering out variable cumulative_change_in_temperature_due_to_physics INFO: filtering out variable cumulative_change_in_water_vapor_specific_humidity_due_to_physics INFO: filtering out variable cumulative_change_in_x_wind_due_to_physics INFO: filtering out variable cumulative_change_in_y_wind_due_to_physics -INFO: filtering out variable daytime_mean_cosz_over_rad_call_period 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 @@ -6039,7 +2150,6 @@ INFO: filtering out variable diurnal_thermocline_layer_thickness INFO: filtering out variable diurnal_thermocline_layer_x_current INFO: filtering out variable diurnal_thermocline_layer_y_current INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnedmf INFO: filtering out variable do_mynnsfclay INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme INFO: filtering out variable edmf_flag @@ -6069,10 +2179,7 @@ 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_lmfshal INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_output_of_longwave_heating_rate -INFO: filtering out variable flag_for_output_of_shortwave_heating_rate 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 @@ -6085,7 +2192,6 @@ INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_op 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_uni_cld INFO: filtering out variable flag_mg3_as_mg2 INFO: filtering out variable flag_skip_macro INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMG @@ -6093,11 +2199,10 @@ INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMGP_LUT INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMGP_PADE INFO: filtering out variable forecast_month INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_ice_water_cloud +INFO: filtering out variable fraction_of_rain_water_cloud INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable fractional_coverage_with_strong_cosz_dependency -INFO: filtering out variable fractional_coverage_with_weak_cosz_dependency INFO: filtering out variable free_convection_layer_thickness -INFO: filtering out variable frequency_for_longwave_radiation INFO: filtering out variable gf_memory_counter INFO: filtering out variable graupel_mixing_ratio INFO: filtering out variable graupel_number_concentration_updated_by_physics @@ -6107,11 +2212,10 @@ 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_nucleation_number 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_of_dtlm_start INFO: filtering out variable initial_permutation_seed_lw INFO: filtering out variable initial_permutation_seed_sw @@ -6154,10 +2258,6 @@ 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_change_over_depth_in_sea_water_temperature -INFO: filtering out variable mean_nir_albedo_with_strong_cosz_dependency -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_strong_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 @@ -6197,7 +2297,6 @@ INFO: filtering out variable normalized_soil_wetness_for_land_surface_model INFO: filtering out variable number_of_active_gases_used_by_RRTMGP INFO: filtering out variable number_of_aerosol_tracers_MG INFO: filtering out variable number_of_angles_used_in_gaussian_quadrature -INFO: filtering out variable number_of_cloud_condensate_types 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 @@ -6219,6 +2318,7 @@ INFO: filtering out variable rain_number_concentration_updated_by_physics INFO: filtering out variable rain_water_mixing_ratio INFO: filtering out variable reciprocal_of_obukhov_length INFO: filtering out variable relative_humidity +INFO: filtering out variable rime_factor INFO: filtering out variable rrtmgp_coeff_lw_cloud_optics INFO: filtering out variable rrtmgp_coeff_sw_cloud_optics INFO: filtering out variable rrtmgp_kdistribution_lw @@ -6286,6 +2386,7 @@ 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_ccn_activated_number 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 @@ -6307,6 +2408,7 @@ INFO: filtering out variable tke_budget INFO: filtering out variable tke_dissipative_heating_factor INFO: filtering out variable toa_incident_sw_flux_by_spectral_point INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable total_cloud_condensate_mixing_ratio_updated_by_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 @@ -6343,24 +2445,24 @@ 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 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Metadata table for model FV3 written to /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex INFO: Comparing metadata for requested and provided variables ... INFO: Generating list of Fortran modules containing CCPP type definitions ... INFO: Generating typedefs makefile/cmakefile snippet ... -INFO: Added 10 typedefs to /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh +INFO: Added 10 typedefs to /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 146 schemes to /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk, /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Added 146 schemes to /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk, /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics ... +INFO: Generating static API ccpp_static_api.F90 in /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics ... INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 16 auto-generated caps to /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk and /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake, /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh +INFO: Added 16 auto-generated caps to /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk and /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake, /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh INFO: CCPP prebuild step completed successfully. -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ ./build_ccpp.sh wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk 'CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp' NO NO ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp ++ ./build_ccpp.sh wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk 'CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp' NO NO MACHINE_ID=wcoss_dell_p3 is valid. Compilers set for wcoss_dell_p3. Obtained ESMF_LIB=/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib from /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -DNETCDF_DIR=/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=OFF' ... +Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp -DNETCDF_DIR=/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=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 @@ -6401,8 +2503,8 @@ Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/gpfs/dell2/emc/modeling/nosc -- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp -- Enable OpenMP support for C/C++/Fortran compiler -- Got CCPP TYPEDEFS from cmakefile include file: gfs_typedefs.mod;mo_cloud_optics.mod;mo_optical_props.mod;ccpp_typedefs.mod;mo_gas_concentrations.mod;machine.mod;mo_source_functions.mod;module_radlw_parameters.mod;module_radsw_parameters.mod;mo_gas_optics_rrtmgp.mod --- Got CCPP SCHEMES from cmakefile include file: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 --- Got CCPP CAPS from cmakefile include file: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 +-- Got CCPP SCHEMES from cmakefile include file: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 +-- Got CCPP CAPS from cmakefile include file: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -- Configuring done -- Generating done CMake Warning: @@ -6411,57 +2513,57 @@ CMake Warning: LEGACY_INTEL --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -S/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -B/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_progress_start /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks +-- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -S/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp -B/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_progress_start /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_depends "Unix Makefiles" /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -Dependee "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". -Dependee "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_depends "Unix Makefiles" /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +Dependee "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Dependee "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". Scanning dependencies of target ccpp -make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' [ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_types.mod framework/src/CMakeFiles/ccpp.dir/ccpp_types.mod.stamp Intel [ 1%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_api.mod framework/src/CMakeFiles/ccpp.dir/ccpp_api.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build [ 2%] Linking Fortran static library libccpp.a -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 /usr/bin/ar qc libccpp.a CMakeFiles/ccpp.dir/ccpp_types.F90.o CMakeFiles/ccpp.dir/ccpp_api.F90.o /usr/bin/ranlib libccpp.a -make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' [ 2%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_depends "Unix Makefiles" /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -Dependee "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". -Dependee "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_depends "Unix Makefiles" /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +Dependee "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Dependee "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". Scanning dependencies of target ccppphys -make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' [ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_types.mod physics/CMakeFiles/ccppphys.dir/ccpp_types.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o.provides.build -[ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/machine.mod physics/CMakeFiles/ccppphys.dir/machine.mod.stamp Intel [ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/physcons.mod physics/CMakeFiles/ccppphys.dir/physcons.mod.stamp Intel [ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ugwp_common.mod physics/CMakeFiles/ccppphys.dir/ugwp_common.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ugwp_conv_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_conv_init.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ugwp_fjet_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_fjet_init.mod.stamp Intel @@ -6469,116 +2571,116 @@ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ugwp_okw_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_okw_init.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ugwp_oro_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_oro_init.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ugwp_wmsdis_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_wmsdis_init.mod.stamp Intel -[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_module.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_module.mod.stamp Intel -[ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gwdps.mod physics/CMakeFiles/ccppphys.dir/gwdps.mod.stamp Intel -[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp.mod.stamp Intel -[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_post.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_post.mod.stamp Intel -[ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/cnvc90.mod physics/CMakeFiles/ccppphys.dir/cnvc90.mod.stamp Intel -[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/dcyc2t3.mod physics/CMakeFiles/ccppphys.dir/dcyc2t3.mod.stamp Intel -[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/get_phi_fv3.mod physics/CMakeFiles/ccppphys.dir/get_phi_fv3.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/get_prs_fv3.mod physics/CMakeFiles/ccppphys.dir/get_prs_fv3.mod.stamp Intel -[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_post.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_pre.mod.stamp Intel -[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_post.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_pre.mod.stamp Intel -[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_post.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_pre.mod.stamp Intel -[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_post.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_pre.mod.stamp Intel -[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_post.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_pre.mod.stamp Intel -[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mersenne_twister.mod physics/CMakeFiles/ccppphys.dir/mersenne_twister.mod.stamp Intel -[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_kind.mod physics/CMakeFiles/ccppphys.dir/mo_rte_kind.mod.stamp Intel -[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props_kernels.mod.stamp Intel -[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_util_array.mod physics/CMakeFiles/ccppphys.dir/mo_rte_util_array.mod.stamp Intel -[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props.mod.stamp Intel -[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o +[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_config.mod physics/CMakeFiles/ccppphys.dir/mo_rte_config.mod.stamp Intel -[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_cloud_optics.mod.stamp Intel -[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_string.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_string.mod.stamp Intel [ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_concentrations.mod physics/CMakeFiles/ccppphys.dir/mo_gas_concentrations.mod.stamp Intel -[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_source_functions.mod physics/CMakeFiles/ccppphys.dir/mo_source_functions.mod.stamp Intel [ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics.mod.stamp Intel -[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_kernels.mod.stamp Intel -[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_constants.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_constants.mod.stamp Intel -[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder_kernels.mod.stamp Intel -[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder.mod.stamp Intel -[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_rrtmgp.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_rrtmgp.mod.stamp Intel -[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/physparam.mod physics/CMakeFiles/ccppphys.dir/physparam.mod.stamp Intel -[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radlw_parameters.mod.stamp Intel -[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radsw_parameters.mod.stamp Intel -[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/parse_tracers.mod physics/CMakeFiles/ccppphys.dir/parse_tracers.mod.stamp Intel -[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_typedefs.mod physics/CMakeFiles/ccppphys.dir/gfs_typedefs.mod.stamp Intel -[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson_make_number_concentrations.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson_make_number_concentrations.mod.stamp Intel -[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_1.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_1.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_2.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_2.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_3.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_3.mod.stamp Intel @@ -6586,124 +2688,124 @@ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_phys_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_phys_reset.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_reset.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_update.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_update.mod.stamp Intel -[ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_inter.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_inter.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_post.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_pre.mod.stamp Intel -[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/surface_perturbation.mod physics/CMakeFiles/ccppphys.dir/surface_perturbation.mod.stamp Intel -[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_post.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_pre.mod.stamp Intel -[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part1.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part1.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part2.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part2.mod.stamp Intel -[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/funcphys.mod physics/CMakeFiles/ccppphys.dir/funcphys.mod.stamp Intel -[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/hedmf.mod physics/CMakeFiles/ccppphys.dir/hedmf.mod.stamp Intel -[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg.mod physics/CMakeFiles/ccppphys.dir/namelist_soilveg.mod.stamp Intel -[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_mod.mod physics/CMakeFiles/ccppphys.dir/set_soilveg_mod.mod.stamp Intel -[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/lsm_noah.mod physics/CMakeFiles/ccppphys.dir/lsm_noah.mod.stamp Intel -[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/maximum_hourly_diagnostics.mod physics/CMakeFiles/ccppphys.dir/maximum_hourly_diagnostics.mod.stamp Intel -[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ozphys.mod physics/CMakeFiles/ccppphys.dir/ozphys.mod.stamp Intel -[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/rayleigh_damp.mod physics/CMakeFiles/ccppphys.dir/rayleigh_damp.mod.stamp Intel -[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/samfcnv_aerosols.mod physics/CMakeFiles/ccppphys.dir/samfcnv_aerosols.mod.stamp Intel -[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/samfdeepcnv.mod physics/CMakeFiles/ccppphys.dir/samfdeepcnv.mod.stamp Intel -[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/samfshalcnv.mod physics/CMakeFiles/ccppphys.dir/samfshalcnv.mod.stamp Intel -[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/sfc_cice.mod physics/CMakeFiles/ccppphys.dir/sfc_cice.mod.stamp Intel -[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag.mod physics/CMakeFiles/ccppphys.dir/sfc_diag.mod.stamp Intel -[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag_post.mod physics/CMakeFiles/ccppphys.dir/sfc_diag_post.mod.stamp Intel -[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/sfc_diff.mod physics/CMakeFiles/ccppphys.dir/sfc_diff.mod.stamp Intel -[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/sfc_ocean.mod physics/CMakeFiles/ccppphys.dir/sfc_ocean.mod.stamp Intel -[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/sfc_sice.mod physics/CMakeFiles/ccppphys.dir/sfc_sice.mod.stamp Intel -[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_gscond.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_gscond.mod.stamp Intel -[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_precpd.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_precpd.mod.stamp Intel -[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_physics_cap.mod.stamp Intel -[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def.mod physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel -[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef.mod physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel -[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX-I -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols.mod physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel [ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_post.mod.stamp Intel [ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_mp_radar.mod physics/CMakeFiles/ccppphys.dir/module_mp_radar.mod.stamp Intel -[ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson.mod.stamp Intel -[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def.mod physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel +[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef.mod physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel +[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols.mod physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel +[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_astronomy.mod physics/CMakeFiles/ccppphys.dir/module_radiation_astronomy.mod.stamp Intel -[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_microphysics.mod physics/CMakeFiles/ccppphys.dir/module_microphysics.mod.stamp Intel -[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_clouds.mod physics/CMakeFiles/ccppphys.dir/module_radiation_clouds.mod.stamp Intel -[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ozne_def.mod physics/CMakeFiles/ccppphys.dir/ozne_def.mod.stamp Intel -[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_gases.mod physics/CMakeFiles/ccppphys.dir/module_radiation_gases.mod.stamp Intel -[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/radcons.mod physics/CMakeFiles/ccppphys.dir/radcons.mod.stamp Intel -[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_pre.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_rad_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_rad_reset.mod.stamp Intel -[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_avplank.mod physics/CMakeFiles/ccppphys.dir/module_radlw_avplank.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_cldprlw.mod physics/CMakeFiles/ccppphys.dir/module_radlw_cldprlw.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb01.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb01.mod.stamp Intel @@ -6723,20 +2825,20 @@ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb15.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb15.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb16.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radlw_ref.mod.stamp Intel -[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw.mod.stamp Intel -[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_post.mod.stamp Intel -[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_surface.mod physics/CMakeFiles/ccppphys.dir/module_radiation_surface.mod.stamp Intel -[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_pre.mod.stamp Intel -[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_cldprtb.mod physics/CMakeFiles/ccppphys.dir/module_radsw_cldprtb.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb16.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb17.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb17.mod.stamp Intel @@ -6754,123 +2856,123 @@ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb29.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb29.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radsw_ref.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_sflux.mod physics/CMakeFiles/ccppphys.dir/module_radsw_sflux.mod.stamp Intel -[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw.mod.stamp Intel -[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_post.mod.stamp Intel -[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_pre.mod.stamp Intel -[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod.stamp Intel -[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_stochastics.mod physics/CMakeFiles/ccppphys.dir/gfs_stochastics.mod.stamp Intel -[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod.stamp Intel -[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/aerinterp.mod physics/CMakeFiles/ccppphys.dir/aerinterp.mod.stamp Intel -[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/h2o_def.mod physics/CMakeFiles/ccppphys.dir/h2o_def.mod.stamp Intel -[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/h2ointerp.mod physics/CMakeFiles/ccppphys.dir/h2ointerp.mod.stamp Intel -[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/iccn_def.mod physics/CMakeFiles/ccppphys.dir/iccn_def.mod.stamp Intel -[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/iccninterp.mod physics/CMakeFiles/ccppphys.dir/iccninterp.mod.stamp Intel -[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ozinterp.mod physics/CMakeFiles/ccppphys.dir/ozinterp.mod.stamp Intel -[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_phys_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_phys_time_vary.mod.stamp Intel -[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_rad_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_rad_time_vary.mod.stamp Intel -[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_setup.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_setup.mod.stamp Intel -[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_time_vary_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_time_vary_pre.mod.stamp Intel -[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod.stamp Intel -[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_cap.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build -[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdif.mod physics/CMakeFiles/ccppphys.dir/satmedmfvdif.mod.stamp Intel -[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod.stamp Intel -[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod.stamp Intel -[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod.stamp Intel -[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod.stamp Intel -[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build -[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_typedefs.mod physics/CMakeFiles/ccppphys.dir/ccpp_typedefs.mod.stamp Intel -[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys_mod.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys_mod.mod.stamp Intel -[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/fv_sat_adj.mod physics/CMakeFiles/ccppphys.dir/fv_sat_adj.mod.stamp Intel -[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod.stamp Intel -[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/h2ophys.mod physics/CMakeFiles/ccppphys.dir/h2ophys.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ozphys_2015.mod physics/CMakeFiles/ccppphys.dir/ozphys_2015.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod.stamp Intel -[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod.stamp Intel -[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +[ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod.stamp Intel -[ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +[ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod.stamp Intel -[ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_cap.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build @@ -6878,12 +2980,12 @@ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build -[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90 -o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90 -o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_data.mod physics/CMakeFiles/ccppphys.dir/ccpp_data.mod.stamp Intel -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o.provides.build -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o.provides.build +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build @@ -6932,8 +3034,8 @@ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build -[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_multi_gases_mod.mod physics/CMakeFiles/ccppphys.dir/ccpp_multi_gases_mod.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build @@ -6989,123 +3091,123 @@ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build [ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/sfccyc_module.mod physics/CMakeFiles/ccppphys.dir/sfccyc_module.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/sso_coorde.mod physics/CMakeFiles/ccppphys.dir/sso_coorde.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o.provides.build -[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o [ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o [100%] Linking Fortran static library libccppphys.a -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 -/usr/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 +/usr/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /usr/bin/ranlib libccppphys.a -make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_progress_start /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -S/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -B/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_progress_start /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_progress_start /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -S/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp -B/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_progress_start /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_depends "Unix Makefiles" /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_depends "Unix Makefiles" /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make[3]: Nothing to be done for `framework/src/CMakeFiles/ccpp.dir/build'. -make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' [ 2%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_depends "Unix Makefiles" /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_depends "Unix Makefiles" /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make[3]: Nothing to be done for `physics/CMakeFiles/ccppphys.dir/build'. -make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_progress_start /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_progress_start /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make[2]: Nothing to be done for `preinstall'. -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' Install the project... /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -P cmake_install.cmake -- Install configuration: "Release" --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/libccpp.a --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config.cmake --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config-release.cmake --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_types.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_api.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/libccppphys.a --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config.cmake --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config-release.cmake --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/gfs_typedefs.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_cloud_optics.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_optical_props.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_typedefs.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_gas_concentrations.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/machine.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_source_functions.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/module_radlw_parameters.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/module_radsw_parameters.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -+ test -d /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -+ test -d /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs ; \ -exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" all +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib/libccpp.a +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config.cmake +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config-release.cmake +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_types.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_api.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib/libccppphys.a +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config.cmake +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config-release.cmake +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/gfs_typedefs.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/mo_cloud_optics.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/mo_optical_props.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_typedefs.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/mo_gas_concentrations.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/machine.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/mo_source_functions.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/module_radlw_parameters.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/module_radsw_parameters.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' ++ test -d /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include ++ test -d /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs ; \ +exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" all Currently Loaded Modules: 1) lsf/10.1 10) zlib/1.2.11 19) ip/3.3.3 @@ -7120,213 +3222,213 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 @@ -7414,18 +3516,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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' -test -d /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" into /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL on wcoss -cp -fp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3"/conf/modules.fv3 -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" nemsinstall +mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs' +test -d /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL +Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" into /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL on wcoss +cp -fp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3"/conf/modules.fv3 +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" nemsinstall Currently Loaded Modules: 1) lsf/10.1 10) zlib/1.2.11 19) ip/3.3.3 @@ -7440,53 +3542,53 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' -gmake -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' +gmake -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -c module_cap_cpl.F90 +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics' +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/mersenne_twister.o physics/namelist_soilveg.o physics/physparam.o physics/set_soilveg.o physics/noahmp_tables.o physics/GFDL_parse_tracers.o physics/physcons.o CCPP_layer/CCPP_data.o ../ccpp/physics/ccpp_static_api.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_restart.o ar: creating libgfsphys.a a - physics/mersenne_twister.o @@ -7502,65 +3604,65 @@ a - GFS_layer/GFS_abstraction_layer.o a - GFS_layer/GFS_diagnostics.o a - GFS_layer/GFS_driver.o a - GFS_layer/GFS_restart.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' -gmake -C ccpp/driver FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics' +gmake -C ccpp/driver FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build CCPP layer ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver' Build CCPP layer ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP CCPP_driver.F90 > CCPP_driver.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver' +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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP CCPP_driver.F90 > CCPP_driver.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o ar rv libccppdriver.a CCPP_driver.o ar: creating libccppdriver.a a - CCPP_driver.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' -gmake -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver' +gmake -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd' -gmake -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd' +gmake -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include] -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include] -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -c module_fv3_io_def.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nemsio/2.5.2/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -c module_wrt_grid_comp.F90 +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -c module_fv3_io_def.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nemsio/2.5.2/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 @@ -7573,65 +3675,65 @@ 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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -c model/fv_arrays.F90 -o model/fv_arrays.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -7677,53 +3779,53 @@ 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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/stochastic_physics' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/stochastic_physics' mpiicc -E four_to_grid_stochy.F > four_to_grid_stochy.f Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/stochastic_physics' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/stochastic_physics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c kinddef.F90 -o kinddef.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c glats_stochy.f -o glats_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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c mpi_wrapper.F90 -o mpi_wrapper.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c halo_exchange.fv3.F90 -o halo_exchange.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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c lndp_apply_perts.F90 -o lndp_apply_perts.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/stochastic_physics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c kinddef.F90 -o kinddef.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c glats_stochy.f -o glats_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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c mpi_wrapper.F90 -o mpi_wrapper.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c halo_exchange.fv3.F90 -o halo_exchange.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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c lndp_apply_perts.F90 -o lndp_apply_perts.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 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 plumes.o kinddef.o mpi_wrapper.o halo_exchange.fv3.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 cellular_automata_global.o cellular_automata_sgs.o update_ca.o lndp_apply_perts.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -7760,28 +3862,28 @@ a - cellular_automata_global.o a - cellular_automata_sgs.o a - update_ca.o a - lndp_apply_perts.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/stochastic_physics' -gmake -C stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/stochastic_physics' +gmake -C stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 io ... $ESMF_INC is [-I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include] -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/stochastic_physics' Building dependencies ... /bin/sh: m: command not found gmake[2]: [depend] Error 127 (ignored) -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I ../../stochastic_physics -I../ccpp/physics -I../ccpp/build/physics -I../atmos_cubed_sphere -c stochastic_physics_wrapper.F90 -o stochastic_physics_wrapper.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I ../../stochastic_physics -I../ccpp/physics -I../ccpp/build/physics -I../atmos_cubed_sphere -c stochastic_physics_wrapper.F90 -o stochastic_physics_wrapper.o ar rv libstochastic_physics_wrapper.a stochastic_physics_wrapper.o ar: creating libstochastic_physics_wrapper.a a - stochastic_physics_wrapper.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 @@ -7789,24 +3891,24 @@ 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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' -gmake esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' +gmake esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' -Installation into "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' +Installation into "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' -test -d /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -rm -fr /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/exec -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="wcoss_dell_p3" ; \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' +test -d /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL +rm -fr /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/exec +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="wcoss_dell_p3" ; \ set -e ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface ; \ -./compile.sh --platform wcoss_dell_p3 --fms-dir "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface ; \ +./compile.sh --platform wcoss_dell_p3 --fms-dir "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL" Currently Loaded Modules: 1) lsf/10.1 10) zlib/1.2.11 19) ip/3.3.3 @@ -7821,9 +3923,9 @@ Currently Loaded Modules: -Will use FMS from: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL +Will use FMS from: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL ++ pwd -+ BASEDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface ++ BASEDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface + MACHINE_ID=wcoss_dell_p3 + COMPILE_OPTION=wcoss_dell_p3-intel.mk + DEBUG= @@ -7838,255 +3940,255 @@ MOM6 compile.sh ... DEBUG=, REPRO=1 + [[ 1 == 1 ]] + echo 'compile MOM6 library ...' compile MOM6 library ... -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface + mkdir -p build/intel/MOM6_LIB/repro + cd build/intel/MOM6_LIB/repro + [[ -f path_names ]] + echo 'generating file_paths ...' generating file_paths ... -+ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/mkmf/bin/list_paths /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 ++ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/mkmf/bin/list_paths /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 A list of the files you checked out is in the file path_names. + echo 'generating makefile ...' generating makefile ... -+ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/mkmf/bin/mkmf -t /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/mkmf/templates/wcoss_dell_p3-intel.mk -p lib_ocean.a -o -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL path_names ++ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/mkmf/bin/mkmf -t /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/mkmf/templates/wcoss_dell_p3-intel.mk -p lib_ocean.a -o -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL path_names ........................................................................................................................................................................................................................................... Makefile is ready. + echo 'compiling MOM6 library...' compiling MOM6 library... + make NETCDF=4 REPRO=1 DEBUG= lib_ocean.a -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_error_handler.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_array_transform.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_coms.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_cpu_clock.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_time_manager.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_document.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_string_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_file_parser.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_domains.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_hor_index.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_linear.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_TFreeze.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_unit_scaling.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_solvers.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/polynomial_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_edge_values.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PLM_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PPM_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PQM_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P1M_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P3M_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_interp.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_hycom.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_checksums.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_math.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_grid.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_dyn_horgrid.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_verticalGrid.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_io.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_safe_alloc.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_vkernels.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PCM_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_remapping.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_debugging.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_variables.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_consts.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_zlike.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_sigma.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_rho.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_slight.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_adapt.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_regridding.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_remap.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_manager_wrapper.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_mediator.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_opacity.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_spatial_means.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_forcing_type.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_get_input.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_transform_FMS.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_restart.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_params.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_registry.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_open_boundary.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_sponge.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_horizontal_regridding.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/tracer_example.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_diabatic.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/DOME_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ISOMIP_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/RGC_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_Z_init.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ideal_age_example.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dye_example.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/oil_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/advection_test_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dyed_obc_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_interface_heights.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_ALE.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_generic_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/pseudo_salt_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/boundary_impulse_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_flow_control.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_surface_forcing.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_grid_initialize.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_random.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/baroclinic_zone_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/RGC_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_transcribe_grid.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_structure.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_checksum_packages.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_wave_interface.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_isopycnal_slopes.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_intrinsic_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_background.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_change_diffusivity.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_speed.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_neutral_diffusion.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_hor_diff.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_unit_tests.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_barotropic.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/tidal_bay_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Kelvin_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/shelfwave_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_channel_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_boundary_update.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_coord_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_diagnostics.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity_PPM.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_CoriolisAdv.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_Montgomery.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_PointAccel.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_split_RK2.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_shared_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/ISOMIP_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/benchmark_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Neverland_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME2d_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/sloshing_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/seamount_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Phillips_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dense_water_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_fixed_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/circle_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/lock_exchange_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/external_gwave_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/adjustment_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Rossby_front_2d_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/SCM_CVMix_tests.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/supercritical_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/soliton_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_state_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_sum_output.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_advect.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_aux.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_main.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_constants.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_marine_ice.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/user_shelf_init.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_revise_forcing.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_surface_forcing.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_controlled_forcing.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Idealized_Hurricane.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_write_cputime.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_error_handler.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_array_transform.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_coms.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_cpu_clock.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_time_manager.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_document.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_string_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_file_parser.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_domains.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_hor_index.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_linear.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_TFreeze.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_unit_scaling.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_solvers.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/polynomial_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_edge_values.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PLM_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PPM_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PQM_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P1M_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P3M_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_interp.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_hycom.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_checksums.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_math.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_grid.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_dyn_horgrid.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_verticalGrid.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_io.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_safe_alloc.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_vkernels.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PCM_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_remapping.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_debugging.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_variables.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_consts.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_zlike.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_sigma.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_rho.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_slight.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_adapt.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_regridding.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_remap.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_manager_wrapper.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_mediator.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_opacity.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_spatial_means.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_forcing_type.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_get_input.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_transform_FMS.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_restart.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_params.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_registry.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_open_boundary.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_sponge.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_horizontal_regridding.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/tracer_example.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_diabatic.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/DOME_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ISOMIP_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/RGC_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_Z_init.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ideal_age_example.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dye_example.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/oil_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/advection_test_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dyed_obc_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_interface_heights.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_ALE.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_generic_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/pseudo_salt_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/boundary_impulse_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_flow_control.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_surface_forcing.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_grid_initialize.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_random.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/baroclinic_zone_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/RGC_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_transcribe_grid.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_structure.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_checksum_packages.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_wave_interface.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_isopycnal_slopes.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_intrinsic_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_background.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_change_diffusivity.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_speed.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_neutral_diffusion.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_hor_diff.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_unit_tests.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_barotropic.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/tidal_bay_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/Kelvin_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/shelfwave_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_channel_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_boundary_update.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_coord_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_diagnostics.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity_PPM.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_CoriolisAdv.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_Montgomery.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_PointAccel.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_split_RK2.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_shared_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/ISOMIP_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/benchmark_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/Neverland_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME2d_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/sloshing_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/seamount_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/Phillips_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/dense_water_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_fixed_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/circle_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/lock_exchange_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/external_gwave_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/adjustment_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/Rossby_front_2d_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/SCM_CVMix_tests.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/supercritical_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/soliton_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_state_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_sum_output.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_advect.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_aux.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_main.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_constants.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_marine_ice.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/user_shelf_init.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_revise_forcing.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_surface_forcing.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_controlled_forcing.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/Idealized_Hurricane.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_write_cputime.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_cpu_clock.o MOM_checksums.o gsw_mod_gibbs_ice_coefficients.o MOM_array_transform.o cvmix_math.o dumbbell_surface_forcing.o user_initialization.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o MOM_random.o ocean_da_types.o baroclinic_zone_initialization.o MOM_ice_shelf_dynamics.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_open_boundary.o MOM_set_viscosity.o MOM_tracer_hor_diff.o cvmix_shear.o MOM_full_convection.o MOM_regularize_layers.o MOM_string_functions.o mom_ocean_model_nuopc.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o gsw_chem_potential_water_t_exact.o MOM_transform_FMS.o PLM_functions.o MOM_EOS.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_state_initialization.o coord_rho.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_safe_alloc.o MOM_restart.o MOM_coord_initialization.o MOM_intrinsic_functions.o MOM_continuity.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o MOM_OCMIP2_CFC.o gsw_ct_freezing_exact.o MOM_time_manager.o MOM_diag_manager_wrapper.o MOM_obsolete_params.o regrid_interp.o MOM_checksum_packages.o dumbbell_initialization.o MOM_EOS_NEMO.o MOM_CVMix_conv.o MOM_dyn_horgrid.o gsw_mod_freezing_poly_coefficients.o gsw_pt0_from_t.o MOM_wave_structure.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o MOM_unit_scaling.o tidal_bay_initialization.o MOM_EOS_Wright.o gsw_gibbs.o PPM_functions.o user_change_diffusivity.o supercritical_initialization.o MOM_tracer_registry.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o coord_zlike.o gsw_gibbs_ice.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_MEKE_types.o MOM_error_handler.o MOM_CVMix_ddiff.o MOM_PointAccel.o gsw_gibbs_pt0_pt0.o gsw_pt_from_ct.o dyed_channel_initialization.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o gsw_t_freezing_exact.o regrid_consts.o MOM_diag_mediator.o MOM_thickness_diffuse.o gsw_rho_second_derivatives.o MOM_file_parser.o MOM_wave_speed.o ISOMIP_initialization.o MOM_unit_tests.o polynomial_functions.o MOM_offline_main.o ideal_age_example.o user_shelf_init.o DOME_initialization.o MOM_set_diffusivity.o gsw_rho_first_derivatives.o gsw_specvol_first_derivatives.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o MOM_neutral_diffusion.o BFB_surface_forcing.o coord_sigma.o write_ocean_obs.o advection_test_tracer.o dyed_obcs_initialization.o pseudo_salt_tracer.o MOM_EOS_UNESCO.o seamount_initialization.o MOM_dynamics_unsplit.o MOM_PressureForce.o MOM_verticalGrid.o MOM_diagnostics.o gsw_mod_toolbox.o gsw_mod_specvol_coefficients.o MOM_regridding.o MOM_boundary_update.o MOM_barotropic.o coord_adapt.o MOM_forcing_type.o soliton_initialization.o MOM_tracer_Z_init.o Kelvin_initialization.o MOM_controlled_forcing.o MOM_bulk_mixed_layer.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o gsw_sr_from_sp.o MOM_shared_initialization.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_lateral_boundary_diffusion.o MOM_generic_tracer.o MOM_bkgnd_mixing.o MOM_kappa_shear.o circle_obcs_initialization.o MOM_ALE_sponge.o gsw_entropy_part.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o MOM_ice_shelf_state.o P1M_functions.o gsw_mod_teos10_constants.o MOM_ALE.o MOM_PressureForce_analytic_FV.o boundary_impulse_tracer.o MOM_lateral_mixing_coeffs.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o Idealized_Hurricane.o MOM_diag_remap.o gsw_mod_kinds.o MOM_write_cputime.o MOM_domains.o Neverland_initialization.o MOM_sponge.o MOM_tidal_mixing.o oil_tracer.o MOM_continuity_PPM.o MOM.o gsw_pt_from_t.o dense_water_initialization.o MOM_entrain_diffusive.o MOM_EOS_linear.o Phillips_initialization.o MOM_internal_tide_input.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o MOM_marine_ice.o MOM_debugging.o kdtree.o gsw_rho.o MOM_document.o dyed_obc_tracer.o MOM_variables.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o adjustment_initialization.o MOM_constants.o MOM_tracer_flow_control.o MOM_coms.o shelfwave_initialization.o cvmix_background.o MOM_diabatic_driver.o gsw_ct_from_pt.o MOM_horizontal_regridding.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_remapping.o MOM_spatial_means.o benchmark_initialization.o lock_exchange_initialization.o dye_example.o MOM_io.o RGC_tracer.o MOM_ice_shelf.o mom_surface_forcing_nuopc.o cvmix_ddiff.o cvmix_tidal.o gsw_specvol_second_derivatives.o gsw_ct_freezing_poly.o MOM_obsolete_diagnostics.o MOM_sum_output.o MOM_PressureForce_Montgomery.o MOM_isopycnal_slopes.o gsw_t_deriv_chem_potential_water_t_exact.o ar: creating lib_ocean.a a - cvmix_utils.o @@ -8322,25 +4424,25 @@ a - MOM_sum_output.o a - MOM_PressureForce_Montgomery.o a - MOM_isopycnal_slopes.o a - gsw_t_deriv_chem_potential_water_t_exact.o -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' + echo 'compiling MOM6 library successful' compiling MOM6 library successful + echo 'compiling MOM6 library done' compiling MOM6 library done -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface + mkdir -p exec/wcoss_dell_p3/ -+ ln -s /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro exec/wcoss_dell_p3/lib_ocean ++ ln -s /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro exec/wcoss_dell_p3/lib_ocean + [[ 0 == 1 ]] + echo ================================================== ================================================== + [[ 0 == 1 ]] + echo 'Next recommended step is to rejoice out of happiness from a successful compile.' Next recommended step is to rejoice out of happiness from a successful compile. -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface ; \ - exec gmake -f makefile.nuopc COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="wcoss_dell_p3" \ - "FMSDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" \ - "NEMSMOMDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3" \ - "INSTALLDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" install +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface ; \ + exec gmake -f makefile.nuopc COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="wcoss_dell_p3" \ + "FMSDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL" \ + "NEMSMOMDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3" \ + "INSTALLDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" install Currently Loaded Modules: 1) lsf/10.1 10) zlib/1.2.11 19) ip/3.3.3 @@ -8355,11 +4457,11 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface' -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/usrx/local/nceplibs/dev/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/time_utils.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/usrx/local/nceplibs/dev/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_methods.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/usrx/local/nceplibs/dev/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_time.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/usrx/local/nceplibs/dev/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap.F90 +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface' +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/usrx/local/nceplibs/dev/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/time_utils.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/usrx/local/nceplibs/dev/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_methods.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/usrx/local/nceplibs/dev/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_time.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/usrx/local/nceplibs/dev/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap.F90 ar rv libmom.a mom_cap.o time_utils.o mom_cap_methods.o mom_cap_time.o ar: creating libmom.a a - mom_cap.o @@ -8367,17 +4469,17 @@ a - time_utils.o a - mom_cap_methods.o a - mom_cap_time.o rm -f mom6.mk.install -mkdir -p /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -cp -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean/lib_ocean.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -cp -f libmom.a mom_cap_mod.mod /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -cp -f mom6.mk.install /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface' -test -d "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" -test -s "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +mkdir -p /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean/lib_ocean.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f libmom.a mom_cap_mod.mod /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f mom6.mk.install /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface' +test -d "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" +test -s "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="wcoss" SYSTEM_USERDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="wcoss" SYSTEM_USERDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.libcice Currently Loaded Modules: @@ -8395,16 +4497,16 @@ Currently Loaded Modules: CICE6 ./comp_ice.backend.libcice: ARCH = wcoss_dell_p3_intel CICE6 ./comp_ice.backend.libcice: DEBUG = false -CICE6 ./comp_ice.backend.libcice: EXEDIR = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.libcice: OBJDIR = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.libcice: MAKEFILE = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.libcice: MACROSFILE = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.wcoss_dell_p3_intel -CICE6 ./comp_ice.backend.libcice: DEPFILE = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/makdep.c +CICE6 ./comp_ice.backend.libcice: EXEDIR = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.libcice: OBJDIR = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.libcice: MAKEFILE = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.libcice: MACROSFILE = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.wcoss_dell_p3_intel +CICE6 ./comp_ice.backend.libcice: DEPFILE = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/makdep.c CICE6 ./comp_ice.backend.libcice: ESMFMKFILE = /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -rm: cannot remove '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk': No such file or directory -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm: cannot remove ‘/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk’: No such file or directory +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' Building makdep -icc -o makdep /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/makdep.c +icc -o makdep /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/makdep.c Building dependency for icepack_zsalinity.d Building dependency for icepack_zbgc_shared.d Building dependency for icepack_zbgc.d @@ -8497,110 +4599,110 @@ Building dependency for cice_wrapper_mod.d Building dependency for CICE_RunMod.d Building dependency for CICE_InitMod.d Building dependency for CICE_FinalMod.d -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_kinds.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_warnings.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_parameters.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_tracers.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mushy_physics.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_itd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_fsd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mechred.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_wavefracspec.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_orbital.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_shortwave.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_brine.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_aerosol.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_algae.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zsalinity.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_atmo.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_ocean.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_bl99.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_0layer.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_mushy.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_isotope.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_age.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_firstyear.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_flux.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_cesm.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_lvl.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_topo.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_vertical.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_itd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_intfc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_kinds_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_fileunits.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_exit.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_communicate.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_constants.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_broadcast.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_domain_size.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_blocks.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_spacecurve.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_distribution.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_gather_scatter.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_reprosum.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_global_reductions.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_boundary.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_domain.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_timers.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_FinalMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_arrays_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_state.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_calendar.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_read_write.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_scam.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_grid.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp_1d.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_restart.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_eap.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_mechred.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_pond.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_drag.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_fsd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_history_write.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_remap.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_driver.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restoring.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_init.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_init_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restart_driver.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_InitMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/cice_wrapper_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_step_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_RunMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_shr_methods.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_import_export.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 -mpiicc -c -O2 -fp-model precise -xHost -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_shr_reprosum86.c -ar -r /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o -ar -r /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o -ar: creating /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -test -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="wcoss" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_kinds.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_warnings.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_parameters.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_tracers.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mushy_physics.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_itd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_fsd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mechred.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_wavefracspec.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_orbital.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_shortwave.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_brine.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_aerosol.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_algae.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zsalinity.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_atmo.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_ocean.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_bl99.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_0layer.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_mushy.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_isotope.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_age.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_firstyear.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_flux.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_cesm.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_lvl.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_topo.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_vertical.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_itd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_intfc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_kinds_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_fileunits.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_exit.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_communicate.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_constants.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_broadcast.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_domain_size.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_blocks.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_spacecurve.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_distribution.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_gather_scatter.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_reprosum.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_global_reductions.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_boundary.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_domain.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_timers.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_FinalMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_arrays_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_state.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_calendar.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_read_write.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_scam.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_grid.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp_1d.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_restart.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_eap.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_mechred.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_pond.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_drag.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_fsd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_history_write.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_remap.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_driver.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restoring.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_init.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_init_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restart_driver.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_InitMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/cice_wrapper_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_step_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_RunMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_shr_methods.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_import_export.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 +mpiicc -c -O2 -fp-model precise -xHost -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_shr_reprosum86.c +ar -r /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o +ar -r /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o +ar: creating /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +test -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="wcoss" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ - . /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS ; \ - exec gmake COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="wcoss" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" \ - "INSTALLDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" install + . /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS ; \ + exec gmake COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="wcoss" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" \ + "INSTALLDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL" install Currently Loaded Modules: 1) lsf/10.1 10) zlib/1.2.11 19) ip/3.3.3 @@ -8629,10 +4731,10 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS' cd nems/util ;\ exec gmake -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/nems/util' mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/include -I. shr_kind_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/include -I. perf_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/include -I. shr_log_mod.F90 @@ -8669,10 +4771,10 @@ a - shr_mpi_mod.o a - shr_pio_mod.o a - shr_sys_mod.o a - glc_elevclass_mod.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/nems/util' cd mediator ;\ exec gmake INTERNAL_PIO_INIT=1 -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/mediator' mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/include -I../nems/util med_kind_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/include -I../nems/util med_constants_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/include -I../nems/util med_utils_mod.F90 @@ -8732,34 +4834,34 @@ a - med_phases_ocnalb_mod.o a - med_phases_prep_rof_mod.o a - med_merge_mod.o a - med_map_mod.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/mediator' rm -f cmeps.mk.install -mkdir -p /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL -mkdir -p /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -cp -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/nems/util/libcmeps_util.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL -cp -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/mediator/libcmeps.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL -cp -f mediator/*.mod /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -cp -f nems/util/*.mod /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -cp -f cmeps.mk.install /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS' -test -d "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" -test -s "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" +mkdir -p /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL +mkdir -p /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include +cp -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/nems/util/libcmeps_util.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL +cp -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/mediator/libcmeps.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL +cp -f mediator/*.mod /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include +cp -f nems/util/*.mod /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include +cp -f cmeps.mk.install /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS' +test -d "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL" +test -s "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ccpp_mk="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk" ; echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" ; echo cice6_mk="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk" ; echo cmeps_mk="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ccpp_mk="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk" ; echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" ; echo cice6_mk="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk" ; echo cmeps_mk="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; do \ +for m in /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src ; \ +echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src ; \ gmake nems \ COMPONENTS="CCPP FMS FV3 MOM6 CICE6 CMEPS" \ - CCPP_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL MOM6_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL CICE6_DIR= CMEPS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x" ; \ -test -x /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x + CCPP_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL MOM6_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL CICE6_DIR= CMEPS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/exe/NEMS.x" ; \ +test -x /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/exe/NEMS.x Currently Loaded Modules: 1) lsf/10.1 10) zlib/1.2.11 19) ip/3.3.3 @@ -8774,14 +4876,14 @@ Currently Loaded Modules: -build NEMS after /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +build NEMS after /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk Components in linker order: CMEPS CICE6 MOM6 FV3 FMS CCPP -CMEPS: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -CICE6: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -MOM6: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -FV3: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk -CCPP: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk +CMEPS: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +CICE6: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +MOM6: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +FV3: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk +CCPP: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" @@ -8791,61 +4893,61 @@ CPPFLAGS += ESMF_VERSION_STRING="8.1.0 beta snapshot" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:02:26 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 02:05:44 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:02:26 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR_methods.tmp.f90 +‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 02:05:44 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:02:26 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 +‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 02:05:44 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:02:26 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR_SpaceWeather.tmp.f90 +‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 02:05:44 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:02:26 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_EARTH_INTERNAL_STATE.tmp.f90 +‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 02:05:44 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:02:26 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_EARTH_GRID_COMP.tmp.f90 +‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 02:05:44 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:02:26 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_INTERNAL_STATE.tmp.f90 +‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 02:05:44 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:02:26 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_GRID_COMP.tmp.f90 +‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 02:05:44 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:02:26 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_Rusage.tmp.f90 +‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 02:05:44 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:02:26 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 02:05:44 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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 /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nceppost/dceca26/lib/libnceppost.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nemsio/2.5.2/lib/libnemsio.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/g2/3.4.1/lib/libg2_4.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/g2tmpl/1.9.1/lib/libg2tmpl.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/bacio/2.4.1/lib/libbacio_4.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/sp/2.3.3/lib/libsp_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/w3emc/2.7.3/lib/libw3emc_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/w3nco/2.4.1/lib/libw3nco_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/crtm/2.3.0/lib/libcrtm.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/jasper/2.0.15/lib64/libjasper.a -lpng -lz -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/hdf5/1.10.6/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/zlib/1.2.11/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib -Wl,-rpath,/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -L/lib -qopenmp -lnetcdf extlibs is /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nceppost/dceca26/lib/libnceppost.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nemsio/2.5.2/lib/libnemsio.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/g2/3.4.1/lib/libg2_4.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/g2tmpl/1.9.1/lib/libg2tmpl.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/bacio/2.4.1/lib/libbacio_4.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/sp/2.3.3/lib/libsp_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/w3emc/2.7.3/lib/libw3emc_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/w3nco/2.4.1/lib/libw3nco_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/crtm/2.3.0/lib/libcrtm.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/jasper/2.0.15/lib64/libjasper.a -lpng -lz -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/hdf5/1.10.6/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/zlib/1.2.11/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib -Wl,-rpath,/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -L/lib -qopenmp -lnetcdf -mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/libcmeps.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/libcmeps_util.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/lib/libpiof.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/lib/libpioc.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/libcice6.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/libmom.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/lib_ocean.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libccppdriver.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics_wrapper.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/libfms.a -L/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nceppost/dceca26/lib/libnceppost.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nemsio/2.5.2/lib/libnemsio.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/g2/3.4.1/lib/libg2_4.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/g2tmpl/1.9.1/lib/libg2tmpl.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/bacio/2.4.1/lib/libbacio_4.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/sp/2.3.3/lib/libsp_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/w3emc/2.7.3/lib/libw3emc_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/w3nco/2.4.1/lib/libw3nco_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/crtm/2.3.0/lib/libcrtm.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/jasper/2.0.15/lib64/libjasper.a -lpng -lz -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/hdf5/1.10.6/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/zlib/1.2.11/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib -Wl,-rpath,/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -L/lib -qopenmp -lnetcdf +mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/libcmeps.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/libcmeps_util.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/lib/libpiof.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/lib/libpioc.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/libcice6.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/libmom.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/lib_ocean.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libccppdriver.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics_wrapper.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/libfms.a -L/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nceppost/dceca26/lib/libnceppost.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nemsio/2.5.2/lib/libnemsio.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/g2/3.4.1/lib/libg2_4.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/g2tmpl/1.9.1/lib/libg2tmpl.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/bacio/2.4.1/lib/libbacio_4.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/sp/2.3.3/lib/libsp_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/w3emc/2.7.3/lib/libw3emc_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/w3nco/2.4.1/lib/libw3nco_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/crtm/2.3.0/lib/libcrtm.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/jasper/2.0.15/lib64/libjasper.a -lpng -lz -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/hdf5/1.10.6/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/zlib/1.2.11/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib -Wl,-rpath,/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -L/lib -qopenmp -lnetcdf ld: skipping incompatible /lib/librt.so when searching for -lrt ld: skipping incompatible /lib/libdl.so when searching for -ldl ld: skipping incompatible /lib/libdl.so when searching for -ldl @@ -8860,131 +4962,131 @@ ld: skipping incompatible /lib/libc.so when searching for -lc jas_stream.c:(.text+0x994): warning: the use of `tmpnam' is dangerous, better use `mkstemp' ld: skipping incompatible /lib/libdl.so when searching for -ldl ld: skipping incompatible /lib/libc.so when searching for -lc -/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src' -set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x" "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/tests/fcst_1.exe" -+ cp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/tests/fcst_1.exe +/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src' +set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/exe/NEMS.x" "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/tests/fcst_1.exe" ++ cp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/tests/fcst_1.exe Will copy modules.nems and NEMS.x as fcst_1 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" ; \ -rm -rf "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build" -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build -cat /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs ; \ - exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' +cd "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" ; \ +rm -rf "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build" ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp ++ rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build +cat /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs ; \ + exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/conf/modules.fv3 -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs' +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/conf/modules.fv3 +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/stochastic_physics' (cd stochastic_physics && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/stochastic_physics' Cleaning io ... rm -f -f libstochastic_physics_wrapper.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/conf/configure.fv3 \ - /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/conf/modules.fv3 +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/conf/configure.fv3 \ + /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/conf/modules.fv3 set -e ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -cp -n /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ - . /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +cp -n /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="wcoss" SYSTEM_USERDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="wcoss" SYSTEM_USERDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.clean Currently Loaded Modules: @@ -9001,18 +5103,18 @@ Currently Loaded Modules: CICE6 ./comp_ice.backend.clean: ARCH = wcoss_dell_p3_intel -CICE6 ./comp_ice.backend.clean: EXEDIR = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.clean: OBJDIR = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.clean: MAKEFILE = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.clean: MACROSFILE = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.wcoss_dell_p3_intel +CICE6 ./comp_ice.backend.clean: EXEDIR = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.clean: OBJDIR = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.clean: MAKEFILE = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.clean: MACROSFILE = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.wcoss_dell_p3_intel CICE6 ./comp_ice.backend.clean: ESMFMKFILE = /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -f *.o *.d *.mod /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -cp -n /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ - . /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="wcoss" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -f *.o *.d *.mod /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +cp -n /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="wcoss" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS ; \ exec gmake clean Currently Loaded Modules: @@ -9028,39 +5130,39 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS' cd mediator; \ exec gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/mediator' rm -f -f libcmeps.a *.i90 *.o *.mod -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/mediator' cd nems/util; \ exec gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/nems/util' rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod rm -f -f med_constants_mod.* -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS' -if ! test -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/nems/util' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS' +if ! test -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 CMEPS" \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 CMEPS" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: CMEPS CICE6 MOM6 FV3 FMS CCPP -CMEPS: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -CICE6: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src' -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing -MOM6: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -FV3: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk +CMEPS: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +CICE6: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src' +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing +MOM6: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +FV3: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" @@ -9072,15 +5174,15 @@ CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src' -Elapsed time 2235 seconds. Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y finished +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src' +Elapsed time 2132 seconds. Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y finished + SECONDS=0 + [[ 4 -lt 2 ]] -+ readonly PATHTR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 ++ readonly PATHTR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 + readonly BUILD_TARGET=wcoss_dell_p3 + BUILD_TARGET=wcoss_dell_p3 + readonly 'MAKE_OPT=CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y' @@ -9092,7 +5194,7 @@ Elapsed time 2235 seconds. Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_ + readonly clean_after=YES + clean_after=YES + hostname -m71a2 +m71a1 + echo 'Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y into fcst_2.exe on wcoss_dell_p3' Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y into fcst_2.exe on wcoss_dell_p3 + gnu_make=gmake @@ -9102,49 +5204,49 @@ Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_G + [[ wcoss_dell_p3 == stampede.* ]] + MAKE_THREADS=1 + [[ 1 -gt 1 ]] -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../NEMS ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y == *\C\C\P\P\=\Y* ]] + COMPONENTS=FMS,FV3,CCPP + set +ex Compiling suites FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled -/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/tests/compile.sh: line 85: MAKE_OPT: readonly variable +./compile.sh: line 85: MAKE_OPT: readonly variable Will copy modules.nems and NEMS.x as fcst_2 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS' > "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS' > "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" ; \ -rm -rf "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build" -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build +cd "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" ; \ +rm -rf "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build" ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp ++ rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build set -xue ; \ -export PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ +export PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ cd $PATH_CCPP ; \ -rm -rf "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib" ; \ -rm -rf "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include" ; \ -rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk -+ export PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model -+ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean +rm -rf "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib" ; \ +rm -rf "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include" ; \ +rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk ++ export PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp ++ PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model ++ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Performing clean .... INFO: CCPP prebuild clean completed successfully, exiting. -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib -+ rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -+ rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk -cat /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs ; \ - exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp ++ rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib ++ rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include ++ rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk +cat /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs ; \ + exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -9155,112 +5257,112 @@ 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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' -rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/conf/modules.fv3 -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs' +rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/conf/modules.fv3 +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/stochastic_physics' (cd stochastic_physics && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/stochastic_physics' Cleaning io ... rm -f -f libstochastic_physics_wrapper.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/conf/configure.fv3 \ - /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/conf/modules.fv3 -rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/conf/configure.fv3 \ + /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/conf/modules.fv3 +rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk set -e ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/src/MOM6/config_src/nems_cap/mom5.mk.install -rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems" "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/tests/modules.fcst_2" -+ cp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/tests/modules.fcst_2 -cp -n /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ - . /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/src/MOM6/config_src/nems_cap/mom5.mk.install +rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems" "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/tests/modules.fcst_2" ++ cp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/tests/modules.fcst_2 +cp -n /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="wcoss" SYSTEM_USERDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="wcoss" SYSTEM_USERDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.clean Currently Loaded Modules: @@ -9277,17 +5379,17 @@ Currently Loaded Modules: CICE6 ./comp_ice.backend.clean: ARCH = wcoss_dell_p3_intel -CICE6 ./comp_ice.backend.clean: EXEDIR = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.clean: OBJDIR = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.clean: MAKEFILE = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.clean: MACROSFILE = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.wcoss_dell_p3_intel +CICE6 ./comp_ice.backend.clean: EXEDIR = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.clean: OBJDIR = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.clean: MAKEFILE = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.clean: MACROSFILE = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.wcoss_dell_p3_intel CICE6 ./comp_ice.backend.clean: ESMFMKFILE = /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -f *.o *.d *.mod /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/esmf ; \ -export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_dell_p3" ; \ +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -f *.o *.d *.mod /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/esmf ; \ +export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_dell_p3" ; \ export ESMFMKFILE=/dev/null ; \ exec gmake distclean @@ -9304,34 +5406,34 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/esmf' -\rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/exe/ww3_multi_esmf *.o *.mod -/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/bin/w3_clean -c +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/esmf' +\rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/exe/ww3_multi_esmf *.o *.mod +/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/bin/w3_clean -c ***************************** *** WAVEWATCH III clean *** ***************************** - Clean up /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/tmp - Clean up /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/bin - Clean up /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/ftn - Clean up /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/aux - Clean up /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/bin - Clean up /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/../regtests -\rm -fr /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/tmp -\rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/bin/wwatch3.env -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/esmf' -cd "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model" ; \ + Clean up /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/tmp + Clean up /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/bin + Clean up /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/ftn + Clean up /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/aux + Clean up /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/bin + Clean up /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/../regtests +\rm -fr /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/tmp +\rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/bin/wwatch3.env +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/esmf' +cd "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk -cp -n /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ - . /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="wcoss" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/WW3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk +cp -n /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="wcoss" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS ; \ exec gmake clean Currently Loaded Modules: @@ -9347,46 +5449,46 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS' cd mediator; \ exec gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/mediator' rm -f -f libcmeps.a *.i90 *.o *.mod -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/mediator' cd nems/util; \ exec gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/nems/util' rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod rm -f -f med_constants_mod.* -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS' -rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL -rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -if ! test -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/nems/util' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS' +rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL +rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +if ! test -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS" \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: CMEPS WW3 CICE6 MOM6 FV3 FMS CCPP -CMEPS: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src' -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk: component CMEPS makefile fragment is missing +CMEPS: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src' +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk: component CMEPS makefile fragment is missing WW3: include GNUmakefile:70: : component WW3 makefile fragment is missing -CICE6: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing -MOM6: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing -FV3: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing +CICE6: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing +MOM6: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing +FV3: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" @@ -9398,56 +5500,56 @@ CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src' -rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/components.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src' +rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/components.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/test_results.mk Will copy modules.nems and NEMS.x as fcst_2 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS' > "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS' > "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. -cp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems -set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems" "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/tests/modules.fcst_2" -+ cp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/tests/modules.fcst_2 -cp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/externals.nems -cp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.csh" -/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS' +/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +cp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems +set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems" "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/tests/modules.fcst_2" ++ cp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/tests/modules.fcst_2 +cp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/externals.nems +cp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems.csh" +/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS' -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +) > "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS' +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -xue ; \ -export PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ +export PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ cd $PATH_CCPP ; \ -./build_ccpp.sh wcoss_dell_p3 "$PATH_CCPP" /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk \ - "CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp"" NO NO ; \ -test -d "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp"/include ; \ -test -d "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp"/lib +./build_ccpp.sh wcoss_dell_p3 "$PATH_CCPP" /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk \ + "CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp"" NO NO ; \ +test -d "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp"/include ; \ +test -d "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp"/lib Currently Loaded Modules: 1) lsf/10.1 10) zlib/1.2.11 19) ip/3.3.3 @@ -9462,16 +5564,16 @@ Currently Loaded Modules: -+ export PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model -+ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ++ export PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp ++ PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 ++ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled INFO: Logging level set to INFO INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_coupled.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15p2_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_2017_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_v15p2_coupled.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 @@ -9519,6 +5621,7 @@ INFO: Converting local name xlaixy of variable leaf_area_index from new to old m INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far 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 peln of variable log_pressure_at_Lagrangian_surface 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 zogw of variable height_of_launch_level_of_orographic_gravity_wave 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 do_shum of variable flag_for_stochastic_shum_option from new to old metadata @@ -9546,6 +5649,7 @@ INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of varia INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate 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 qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name jindx1_ci of variable lower_cloud_nuclei_y_interpolation_index from new to old metadata INFO: Converting local name do_sppt of variable flag_for_stochastic_physics_perturbations 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 qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata @@ -9561,6 +5665,7 @@ INFO: Converting local name slag of variable equation_of_time from new to old me INFO: Converting local name zorl of variable surface_roughness_length 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 do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name in_nm of variable ice_nucleation_number from new to old metadata INFO: Converting local name rrtmgp_nGptsLW of variable number_of_lw_spectral_points_rrtmgp 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 aerosolslw of variable RRTMGP_aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata @@ -9572,7 +5677,7 @@ INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model INFO: Converting local name qsq of variable q_prime_squared 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 refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata -INFO: Converting local name flxprf_sw of variable RRTMGP_sw_fluxes 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 dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd 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 @@ -9586,10 +5691,12 @@ INFO: Converting local name snowd_land of variable surface_snow_thickness_water_ INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface 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 cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jindx1_aer of variable lower_aerosol_y_interpolation_index 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 gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 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 ty_cloud_optics of variable ty_cloud_optics from new to old metadata +INFO: Converting local name fluxr of variable cumulative_radiation_diagnostic 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 gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics 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 @@ -9634,7 +5741,6 @@ INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_ INFO: Converting local name ty_optical_props_nstr of variable ty_optical_props_nstr 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 phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step 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 ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata @@ -9659,6 +5765,7 @@ INFO: Converting local name ntqv of variable index_for_water_vapor from new to o INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata INFO: Converting local name bl_mynn_output of variable mynn_output_flag 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 jindx2_ci of variable upper_cloud_nuclei_y_interpolation_index 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 qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio 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 @@ -9666,6 +5773,7 @@ INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from ne INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency 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 lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name nfxr of variable number_of_radiation_diagnostic_variables 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 hprime of variable statistical_measures_of_subgrid_orography from new to old metadata @@ -9753,6 +5861,7 @@ INFO: Converting local name flag_for_dcnv_generic_tend of variable flag_for_gene INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial 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 snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iindx2_aer of variable upper_aerosol_x_interpolation_index 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 nieffr of variable index_for_ice_effective_radius from new to old metadata INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata @@ -9761,6 +5870,7 @@ INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata INFO: Converting local name clxss of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale 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 iindx2_ci of variable upper_cloud_nuclei_x_interpolation_index 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 do_myjpbl of variable do_myjpbl 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_and_radiation_levels from new to old metadata @@ -9796,6 +5906,7 @@ INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_ne INFO: Converting local name landfrac of variable land_area_fraction 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 num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name ddy_ci of variable cloud_nuclei_y_interpolation_weight from new to old metadata INFO: Converting local name flag_for_scnv_generic_tend of variable flag_for_generic_shallow_convection_tendency 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 @@ -9806,6 +5917,7 @@ INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_ INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics 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 du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name lgfdlmprad of variable flag_for_GFDL_microphysics_radiation_interaction 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 ncstrac of variable number_of_tracers_for_CS from new to old metadata INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata @@ -9846,11 +5958,14 @@ INFO: Converting local name tvxy of variable vegetation_temperature from new to 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 alpha of variable cloud_overlap_decorrelation_parameter from new to old metadata +INFO: Converting local name nqvdelt of variable index_for_specific_humidity_at_previous_timestep 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 nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step 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 det_sqv of variable water_vapor_detrainment_tendency from new to old metadata INFO: Converting local name dq3dt(:,:,13) of variable cumulative_change_in_ozone_concentration_due_to_non_physics_processes from new to old metadata +INFO: Converting local name lmfdeep2 of variable flag_for_scale_aware_mass_flux_convection from new to old metadata +INFO: Converting local name iindx1_ci of variable lower_cloud_nuclei_x_interpolation_index from new to old metadata INFO: Converting local name ty_gas_concs of variable ty_gas_concs 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 snicexy of variable snow_layer_ice from new to old metadata @@ -9866,6 +5981,7 @@ INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form 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 ddx_aer of variable aerosol_x_interpolation_weight 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 sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct 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 @@ -9901,7 +6017,6 @@ INFO: Converting local name raddt of variable time_step_for_radiation from new t INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio 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 cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata -INFO: Converting local name qdiag3d of variable flag_tracer_diagnostics_3D from new to old metadata INFO: Converting local name taussxy of variable nondimensional_snow_age 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 con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata @@ -9928,6 +6043,7 @@ INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata INFO: Converting local name lprnt of variable flag_print 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 nTdelt of variable index_for_air_temperature_at_previous_timestep 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 hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata @@ -9943,6 +6059,7 @@ INFO: Converting local name flhc of variable surface_exchange_coefficient_for_he INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity 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 kice of variable ice_vertical_dimension from new to old metadata +INFO: Converting local name ccn_nm of variable tendency_of_ccn_activated_number from new to old metadata INFO: Converting local name ca_trigger of variable flag_for_global_cellular_automata_trigger from new to old metadata INFO: Converting local name sw_optical_props_precipByBand of variable shortwave_optical_properties_for_precipitation_by_band from new to old metadata INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata @@ -9961,6 +6078,7 @@ INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata INFO: Converting local name save_q(:,:,index_for_ozone) of variable ozone_mixing_ratio_save from new to old metadata INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name ny of variable number_of_points_in_y_direction_for_this_MPI_rank 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 Grid of variable GFS_grid_type_instance 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 @@ -9971,6 +6089,7 @@ INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ 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 gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name jindx2_h of variable upper_water_vapor_interpolation_index 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 ak of variable a_parameter_of_the_hybrid_coordinate 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 @@ -9980,6 +6099,7 @@ INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_w INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column 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 clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name nps2delt of variable index_for_surface_air_pressure_two_timesteps_back from new to old metadata INFO: Converting local name wet1 of variable normalized_soil_wetness 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 @@ -9989,7 +6109,7 @@ INFO: Converting local name t_lay of variable air_temperature_at_layer_for_RRTMG INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation 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 flxprf_sw of variable RRTMGP_sw_fluxes 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 refl_10cm of variable radar_reflectivity_10cm 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 @@ -9997,6 +6117,7 @@ INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gra INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection 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 gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name cny of variable number_of_points_in_y_direction_for_this_cubed_sphere_face 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 diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata @@ -10011,6 +6132,7 @@ INFO: Converting local name slopetype of variable surface_slope_classification f 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 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 zhour of variable time_since_diagnostics_zeroed 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 dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata @@ -10097,7 +6219,6 @@ INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixi 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 tlyr of variable air_temperature_at_layer_for_radiation 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 islmsk of variable sea_land_ice_mask 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 rrtmgp_root of variable directory_for_rte_rrtmgp_source_code from new to old metadata INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata @@ -10108,7 +6229,7 @@ INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_func INFO: Converting local name dt_cool of variable sub_layer_cooling_amount 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 flipv of variable flag_flip 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 ncpl of variable local_condesed_water_number_concentration 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 xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata @@ -10130,6 +6251,7 @@ INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettel INFO: Converting local name nscav of variable number_of_tracers_scavenged 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 dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name phy_f2d(:,index_for_surface_air_pressure_two_timesteps_back) of variable surface_air_pressure_two_timesteps_back from new to old metadata INFO: Converting local name lw_optical_props_aerosol of variable longwave_optical_properties_for_aerosols 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 precip_frac of variable precipitation_fraction_by_layer from new to old metadata @@ -10144,13 +6266,14 @@ INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_ 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 do_GPsw_Glw of variable scheme_flag 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_and_radiation_levels from new to old metadata +INFO: Converting local name jindx2_aer of variable upper_aerosol_y_interpolation_index 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 cldfra of variable instantaneous_3d_cloud_fraction 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 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 hwrf_samfdeep of variable flag_for_hwrf_samfdeepcnv_scheme from new to old metadata +INFO: Converting local name qdiag3d of variable flag_tracer_diagnostics_3D 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 elvmax of variable maximum_subgrid_orography from new to old metadata INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata @@ -10158,6 +6281,7 @@ INFO: Converting local name gamq of variable countergradient_mixing_term_for_wat INFO: Converting local name GFS_Control of variable GFS_control_type_instance 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 phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name seed0 of variable seed_random_numbers_RAS 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 faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 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 @@ -10168,14 +6292,17 @@ INFO: Converting local name raincprv of variable lwe_thickness_of_convective_pre INFO: Converting local name ty_source_func_lw of variable ty_source_func_lw 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 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 phy_f3d(:,:,index_for_air_temperature_two_timesteps_back) of variable air_temperature_two_timesteps_back from new to old metadata +INFO: Converting local name nT2delt of variable index_for_air_temperature_two_timesteps_back 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 ttendlim of variable limit_for_temperature_tendency_for_microphysics 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 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 facwf of variable fractional_coverage_with_weak_cosz_dependency 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 prcpmp of variable lwe_thickness_of_explicit_precipitation_amount 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 u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nszero of variable number_of_timesteps_between_diagnostic_clearing 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 qrn of variable local_rain_water_mixing_ratio 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 @@ -10185,6 +6312,7 @@ INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_fl INFO: Converting local name logunit of variable iounit_log from new to old metadata INFO: Converting local name ncols of variable horizontal_dimension from new to old metadata INFO: Converting local name p_lay of variable air_pressure_at_layer_for_RRTMGP_in_hPa 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 reset of variable flag_reset_maximum_hourly_fields 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 zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata @@ -10203,7 +6331,6 @@ INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morriso INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass 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 shum_wts of variable weights_for_stochastic_shum_perturbation_flipped 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 ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata INFO: Converting local name sktp1r of variable surface_skin_temperature_at_previous_time_step from new to old metadata INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata @@ -10225,7 +6352,6 @@ INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to INFO: Converting local name de_lgth of variable cloud_decorrelation_length 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 skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped 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 lakedepth of variable lake_depth 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 sfc_alb_nir_dir of variable surface_albedo_nearIR_direct from new to old metadata @@ -10254,6 +6380,7 @@ INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_do INFO: Converting local name ncnd of variable number_of_cloud_condensate_types 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 u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name nqv2delt of variable index_for_specific_humidity_two_timesteps_back from new to old metadata INFO: Converting local name maxMF of variable maximum_mass_flux 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 drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata @@ -10271,7 +6398,6 @@ INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_ 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 tf of variable frozen_cloud_threshold_temperature 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 levsp1 of variable vertical_dimension_plus_one 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 faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata @@ -10289,6 +6415,7 @@ INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m 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 sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name jindx2_o3 of variable upper_ozone_interpolation_index 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 ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata @@ -10338,10 +6465,12 @@ INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_ INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate 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 dspfac of variable tke_dissipative_heating_factor from new to old metadata -INFO: Converting local name facwf of variable fractional_coverage_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name ddy_o3 of variable ozone_interpolation_weight from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_specific_humidity_at_previous_timestep) of variable water_vapor_specific_humidity_at_previous_timestep from new to old metadata INFO: Converting local name nblks of variable ccpp_block_count 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 faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ddx_ci of variable cloud_nuclei_x_interpolation_weight 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 num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata @@ -10358,10 +6487,12 @@ INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_mo INFO: Converting local name sw_file_gas of variable rrtmgp_kdistribution_sw 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 fhzero of variable frequency_for_diagnostic_clearing 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 f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m 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 snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name nx of variable number_of_points_in_x_direction_for_this_MPI_rank from new to old metadata INFO: Converting local name topflw_type of variable topflw_type 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 cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata @@ -10411,9 +6542,9 @@ INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sens INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling 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 debug of variable flag_debug from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_specific_humidity_two_timesteps_back) of variable water_vapor_specific_humidity_two_timesteps_back 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 cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean 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 save_v of variable y_wind_save from new to old metadata INFO: Converting local name dt3dt(:,:,10) of variable cumulative_change_in_temperature_due_to_physics from new to old metadata INFO: Converting local name el_pbl of variable mixing_length from new to old metadata @@ -10423,11 +6554,12 @@ INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm INFO: Converting local name ncpr of variable local_rain_number_concentration 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 alb1d of variable surface_albedo_perturbation 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 jsc of variable starting_y_index_for_this_MPI_rank 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 rechxy of variable water_table_recharge_when_shallow 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 idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name h2o_phys of variable flag_for_stratospheric_water_vapor_physics 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 mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata @@ -10452,7 +6584,7 @@ INFO: Converting local name solhr of variable forecast_hour_of_the_day from new INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL 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 ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata -INFO: Converting local name toa_src_lw of variable toa_incident_lw_flux_by_spectral_point 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 clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height 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 @@ -10508,11 +6640,13 @@ INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation 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 bl_mynn_mixqt of variable mix_total_water_flag 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 jindx1_o3 of variable lower_ozone_interpolation_index 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 aux2d of variable auxiliary_2d_arrays from new to old metadata INFO: Converting local name deltaZ of variable layer_thickness 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 work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_air_temperature_at_previous_timestep) of variable air_temperature_at_previous_timestep 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 imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme 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 @@ -10545,20 +6679,21 @@ INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_ INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata INFO: Converting local name kcnv of variable flag_deep_convection 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 jindx1_h of variable lower_water_vapor_interpolation_index 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 qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface 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 do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name con_rocp of variable ratio_of_gas_constant_dry_air_to_specific_heat_of_dry_air_at_constant_pressure 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 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 aerosolssw(:,:,:,3) of variable RRTMGP_aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata INFO: Converting local name levs of variable vertical_dimension 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 isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata INFO: Converting local name cldtaulw of variable RRTMGP_cloud_optical_depth_layers_at_10mu_band 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 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 dv3dt(:,:,6) of variable cumulative_change_in_y_wind_due_to_shallow_convection from new to old metadata INFO: Converting local name prnum of variable prandtl_number from new to old metadata INFO: Converting local name sub_thl of variable theta_subsidence_tendency from new to old metadata @@ -10587,6 +6722,8 @@ INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pre INFO: Converting local name communicator of variable mpi_comm 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 smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name phy_f2d(:,index_for_surface_air_pressure_at_previous_timestep) of variable surface_air_pressure_at_previous_timestep from new to old metadata +INFO: Converting local name npsdelt of variable index_for_surface_air_pressure_at_previous_timestep 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 dtsfci of variable instantaneous_surface_upward_sensible_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 @@ -10631,12 +6768,12 @@ INFO: Converting local name tlvl of variable air_temperature_at_interface_for_ra INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata INFO: Converting local name do_RRTMGP of variable flag_for_rrtmgp_radiation_scheme 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 ddy_aer of variable aerosol_y_interpolation_weight from new to old metadata INFO: Converting local name nupdraft of variable number_of_plumes 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 GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata INFO: Converting local name lw_file_clouds of variable rrtmgp_coeff_lw_cloud_optics 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 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 stress_land of variable surface_wind_stress_over_land from new to old metadata @@ -10644,7 +6781,9 @@ INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from ne INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer 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 random_clds of variable flag_for_random_clouds_for_RAS 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 cvb of variable pressure_at_bottom_of_convective_cloud 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 lw_file_gas of variable rrtmgp_kdistribution_lw from new to old metadata INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata @@ -10654,6 +6793,7 @@ INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant f INFO: Converting local name hefac of variable surface_upward_latent_heat_flux_reduction_factor 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 GFS_tbd_type of variable GFS_tbd_type 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 p_lev of variable air_pressure_at_interface_for_RRTMGP_in_hPa 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 @@ -10667,8 +6807,8 @@ INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer INFO: Converting local name dlength of variable characteristic_grid_length_scale 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 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 du3dt(:,:,6) of variable cumulative_change_in_x_wind_due_to_shallow_convection 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 sec_diff_byband of variable secant_of_diffusivity_angle_each_RRTMGP_LW_band from new to old metadata INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata @@ -10681,6 +6821,7 @@ INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultra 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 flag_cice of variable flag_for_cice 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 toa_src_lw of variable toa_incident_lw_flux_by_spectral_point 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 qgl of variable local_graupel_mixing_ratio from new to old metadata @@ -10706,6 +6847,7 @@ INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variabl INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial 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 con_rog of variable ratio_of_gas_constant_dry_air_to_gravitational_acceleration 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 tisfc of variable sea_ice_temperature 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 @@ -10741,6 +6883,7 @@ INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible INFO: Converting local name woodxy of variable wood_mass 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 icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name iindx1_aer of variable lower_aerosol_x_interpolation_index 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 qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata @@ -10758,6 +6901,7 @@ INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_al 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 cnx of variable number_of_points_in_x_direction_for_this_cubed_sphere_face 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 w_d of variable coefficient_w_d from new to old metadata INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata @@ -10783,7 +6927,6 @@ INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount 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 gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics 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 nctp of variable number_of_cloud_types_CS 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 fluxlwDOWN_jac of variable RRTMGP_jacobian_of_lw_flux_profile_downward from new to old metadata @@ -10817,9 +6960,10 @@ INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of vari INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata INFO: Converting local name fluxlwUP_allsky of variable RRTMGP_lw_flux_profile_upward_allsky 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 isc of variable starting_x_index_for_this_MPI_rank from new to old metadata INFO: Converting local name tiice of variable internal_ice_temperature 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 dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL 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 con_epsqs of variable minimum_value_of_saturation_mixing_ratio 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 wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata @@ -10831,7 +6975,7 @@ INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of varia INFO: Converting local name ustm of variable surface_friction_velocity_drag 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 w_0 of variable coefficient_w_0 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 hwrf_samfdeep of variable flag_for_hwrf_samfdeepcnv_scheme from new to old metadata INFO: Converting local name aerosolssw(:,:,:,1) of variable RRTMGP_aerosol_optical_depth_for_shortwave_bands_01_16 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 do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata @@ -10845,7 +6989,6 @@ INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for 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 xlat_d of variable latitude_in_degree 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 nn of variable number_of_tracers_for_convective_transport 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 wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata @@ -10887,6 +7030,7 @@ INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_f INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata INFO: Converting local name lndp_var_list of variable variables_to_be_perturbed_for_landperts 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 ddy_h of variable water_vapor_interpolation_weight 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 vtype of variable vegetation_type_classification_real 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 @@ -10953,7 +7097,6 @@ INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwe INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp 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 xz of variable diurnal_thermocline_layer_thickness 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 shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term 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 semis of variable surface_longwave_emissivity from new to old metadata @@ -10983,4078 +7126,152 @@ INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake 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 evbs of variable soil_upward_latent_heat_flux from new to old metadata -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -INFO: Metadata table for model FV3 written to /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Metadata table for model FV3 written to /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html INFO: Parsing metadata tables in physics scheme files ... -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_pre GFS_DCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_pre_run GFS_DCNV_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_DCNV_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_post GFS_DCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_post_run GFS_DCNV_generic_pre INFO: Parsed tables in scheme GFS_DCNV_generic_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_pre GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_pre_run GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_post GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_post_run GFS_DCNV_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_cloud_work_function in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_updraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_downdraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_detrainment_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover_in_phy_f3d in table GFS_DCNV_generic_post_run INFO: Parsed tables in scheme GFS_DCNV_generic_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_pre GFS_GWD_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_pre_run GFS_GWD_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable statistical_measures_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_post GFS_GWD_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_post_run GFS_GWD_generic_pre INFO: Parsed tables in scheme GFS_GWD_generic_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_pre GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_pre_run GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_post GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_post_run GFS_GWD_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_x_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_y_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run INFO: Parsed tables in scheme GFS_GWD_generic_post with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for GFS_MP_generic_pre_finalize -INFO: Legacy extension - skip empty table for GFS_MP_generic_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_pre GFS_MP_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_pre_run GFS_MP_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_MP_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_post GFS_MP_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_post_run GFS_MP_generic_pre INFO: Parsed tables in scheme GFS_MP_generic_pre with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for GFS_MP_generic_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_pre GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_pre_run GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_post GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_post_run GFS_MP_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable random_number_array in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_rain_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_freezing_rain_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_sleet_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_snow_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_ice_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_snow_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_graupel_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_ice_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_snow_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_graupel_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable column_precipitable_water in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable explicit_rainfall_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -INFO: Legacy extension - skip empty table for GFS_MP_generic_post_finalize INFO: Parsed tables in scheme GFS_MP_generic_post with dependencies ['machine.F', 'calpreciptype.f90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_pre GFS_PBL_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_pre_run GFS_PBL_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_PBL_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_post GFS_PBL_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_post_run GFS_PBL_generic_pre INFO: Parsed tables in scheme GFS_PBL_generic_pre with dependencies ['machine.F', 'GFS_PBL_generic.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_pre GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_pre_run GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_post GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_post_run GFS_PBL_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_heat_diffusivity in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_reduction_factor in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_reduction_factor in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_PBL_generic_post_run INFO: Parsed tables in scheme GFS_PBL_generic_post with dependencies ['machine.F', 'GFS_PBL_generic.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_pre GFS_SCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_pre_run GFS_SCNV_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_SCNV_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_post GFS_SCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_post_run GFS_SCNV_generic_pre INFO: Parsed tables in scheme GFS_SCNV_generic_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_pre GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_pre_run GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_post GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_post_run GFS_SCNV_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover_in_phy_f3d in table GFS_SCNV_generic_post_run INFO: Parsed tables in scheme GFS_SCNV_generic_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_diagtoscreen INFO: Parsed tables in scheme GFS_diagtoscreen with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_interstitialtoscreen INFO: Parsed tables in scheme GFS_interstitialtoscreen with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_abort INFO: Parsed tables in scheme GFS_abort with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_checkland -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_ocean_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_checkland_run INFO: Parsed tables in scheme GFS_checkland with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary INFO: Parsed tables in scheme GFS_phys_time_vary with dependencies ['iccninterp.F90', 'h2ointerp.f90', 'ozne_def.f', 'sfcsub.F', 'aerinterp.F90', 'mersenne_twister.f', 'h2o_def.f', 'gcycle.F90', 'machine.F', 'aerclm_def.F', 'ozinterp.f90', 'namelist_soilveg.f', 'iccn_def.F'] -INFO: Legacy extension - skip empty table for GFS_rad_time_vary_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rad_time_vary GFS_rad_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rad_time_vary_run GFS_rad_time_vary -INFO: Legacy extension - skip empty table for GFS_rad_time_vary_finalize INFO: Parsed tables in scheme GFS_rad_time_vary with dependencies ['physparam.f', 'radcons.f90', 'mersenne_twister.f', 'machine.F'] -INFO: Legacy extension - skip empty table for GFS_rrtmg_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_post GFS_rrtmg_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_post_run GFS_rrtmg_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_10mu_band in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_0p55mu_band in table GFS_rrtmg_post_run -INFO: Legacy extension - skip empty table for GFS_rrtmg_post_finalize INFO: Parsed tables in scheme GFS_rrtmg_post with dependencies ['iounitdef.f', 'radlw_param.f', 'radiation_aerosols.f', 'radsw_param.f', 'machine.F'] -INFO: Legacy extension - skip empty table for GFS_rrtmg_pre_finalize -INFO: Legacy extension - skip empty table for GFS_rrtmg_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_pre GFS_rrtmg_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_pre_run GFS_rrtmg_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_ice_water_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_rain_water_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rime_factor in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_condensate_mixing_ratio_updated_by_physics in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc113 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_3d_cloud_fraction in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table GFS_rrtmg_pre_run INFO: Parsed tables in scheme GFS_rrtmg_pre with dependencies ['physparam.f', 'funcphys.f90', 'surface_perturbation.F90', 'module_mp_radar.F90', 'physcons.F90', 'radiation_gases.f', 'radiation_astronomy.f', 'radsw_param.f', 'machine.F', 'module_bfmicrophysics.f', 'radlw_param.f', 'radiation_aerosols.f', 'module_mp_thompson_make_number_concentrations.F90', 'iounitdef.f', 'module_mp_thompson.F90', 'radiation_clouds.f', 'radcons.f90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup INFO: Parsed tables in scheme GFS_rrtmg_setup with dependencies ['physparam.f', 'radsw_main.f', 'radsw_param.f', 'radiation_gases.f', 'radiation_astronomy.f', 'module_bfmicrophysics.f', 'radlw_param.f', 'radiation_aerosols.f', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f', 'radiation_surface.f', 'radlw_main.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_stochastics GFS_stochastics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_stochastics_run GFS_stochastics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cellular_automata_global_pattern in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_sppt_perturbation in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_x_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_y_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_shum_perturbation in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_sppt_perturbation_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_shum_perturbation_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dissipation_estimate_of_air_temperature_at_model_layers in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_stochastics_run INFO: Parsed tables in scheme GFS_stochastics with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_rad_reset INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_phys_reset INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_1 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_diag in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_1 INFO: Parsed tables in scheme GFS_suite_interstitial_1 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_2 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_for_coupling in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_for_idea in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable duration_of_sunshine in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_land_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ice_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_pressure_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_longwave_radiation in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shortwave_radiation in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_top_entrainment_instability_value in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_at_previous_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_upward in table GFS_suite_interstitial_2_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_2 INFO: Parsed tables in scheme GFS_suite_interstitial_2 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_stateout_reset -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_stateout_reset INFO: Parsed tables in scheme GFS_suite_stateout_reset with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_stateout_update -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_stateout_update INFO: Parsed tables in scheme GFS_suite_stateout_update with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_3 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save_from_convective_parameterization in table GFS_suite_interstitial_3_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_3 INFO: Parsed tables in scheme GFS_suite_interstitial_3 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_4 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save_from_convective_parameterization in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_suite_interstitial_4_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_4 INFO: Parsed tables in scheme GFS_suite_interstitial_4 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_5 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_5_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_5_run INFO: Parsed tables in scheme GFS_suite_interstitial_5 with dependencies ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_pre GFS_surface_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_pre_run GFS_surface_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_area_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_surface_physics_perturbation in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_soil_type_b_parameter in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_leaf_area_index in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_vegetation_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_cice in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_in in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table GFS_surface_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_post GFS_surface_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_post_run GFS_surface_generic_pre INFO: Parsed tables in scheme GFS_surface_generic_pre with dependencies ['surface_perturbation.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_pre GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_pre_run GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_post GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_post_run GFS_surface_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_potential_evaporation in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_ground_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_longwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_longwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_temperature_at_2m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_specific_humidity_at_2m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_wind_at_10m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_wind_at_10m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_skin_temperature_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_air_pressure_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_ground_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_transpiration_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_snow_area_fraction_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_runoff in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_reduction_factor in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_reduction_factor in table GFS_surface_generic_post_run INFO: Parsed tables in scheme GFS_surface_generic_post with dependencies ['surface_perturbation.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_depth in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_ocean_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table GFS_surface_composites_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_pre INFO: Parsed tables in scheme GFS_surface_composites_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_inter -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_inter INFO: Parsed tables in scheme GFS_surface_composites_inter with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table GFS_surface_composites_post_run INFO: Parsed tables in scheme GFS_surface_composites_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part1 GFS_surface_loop_control_part1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part1_run GFS_surface_loop_control_part1 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_loop_control_part1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_surface_loop_control_part1_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part2 GFS_surface_loop_control_part1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part2_run GFS_surface_loop_control_part1 INFO: Parsed tables in scheme GFS_surface_loop_control_part1 with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part1 GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part1_run GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part2 GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part2_run GFS_surface_loop_control_part2 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_loop_control_part2_run INFO: Parsed tables in scheme GFS_surface_loop_control_part2 with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre INFO: Parsed tables in scheme GFS_time_vary_pre with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography_unfiltered in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude_in_degree in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable eddy_mixing_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_mountain_blocking in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_low_level_wave_breaking in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_turbulent_kinetic_energy_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp INFO: Parsed tables in scheme cires_ugwp with dependencies ['cires_vert_orodis.F90', 'cires_ugwp_solvers.F90', 'cires_ugwp_utils.F90', 'cires_vert_wmsdis.F90', 'cires_orowam2017.f', 'cires_vert_lsatdis.F90', 'machine.F', 'cires_ugwp_triggers.F90', 'gwdps.f', 'ugwp_driver_v0.F', 'cires_ugwp_module.F90', 'cires_ugwp_initialize.F90'] -INFO: Legacy extension - skip empty table for cires_ugwp_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp_post cires_ugwp_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_post_run cires_ugwp_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_mountain_blocking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_low_level_wave_breaking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_mountain_blocking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_low_level_wave_breaking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table cires_ugwp_post_run -INFO: Legacy extension - skip empty table for cires_ugwp_post_finalize INFO: Parsed tables in scheme cires_ugwp_post with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for cnvc90_finalize -INFO: Legacy extension - skip empty table for cnvc90_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cnvc90 cnvc90 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cnvc90_run cnvc90 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable smallest_cloud_base_vertical_index_encountered_thus_far in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable largest_cloud_top_vertical_index_encountered_thus_far in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_convective_cloud in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable pressure_at_bottom_of_convective_cloud in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable pressure_at_top_of_convective_cloud in table cnvc90_run INFO: Parsed tables in scheme cnvc90 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv_pre -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_updraft_velocity_at_cloud_base in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table cs_conv_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv_pre -INFO: Legacy extension - skip empty table for cs_conv_pre_finalize -INFO: Legacy extension - skip empty table for cs_conv_pre_init INFO: Parsed tables in scheme cs_conv_pre with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -INFO: Legacy extension - skip empty table for cs_conv_post_init -INFO: Legacy extension - skip empty table for cs_conv_post_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv_post -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction_at_model_interfaces in table cs_conv_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction in table cs_conv_post_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv_post INFO: Parsed tables in scheme cs_conv_post with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -INFO: Legacy extension - skip empty table for cs_conv_init -INFO: Legacy extension - skip empty table for cs_conv_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_base_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_updraft_velocity_at_cloud_base in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction_at_model_interfaces in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table cs_conv_run INFO: Parsed tables in scheme cs_conv with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_aw_adj cs_conv_aw_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_aw_adj_run cs_conv_aw_adj -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table cs_conv_aw_adj_run INFO: Parsed tables in scheme cs_conv_aw_adj with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke_pre cu_ntiedtke_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_pre_run cu_ntiedtke_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_ntiedtke_pre_run INFO: Parsed tables in scheme cu_ntiedtke_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_init cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_run cu_ntiedtke -INFO: Legacy extension - skip empty table for cu_ntiedtke_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_init cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_run cu_ntiedtke -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table cu_ntiedtke_run INFO: Parsed tables in scheme cu_ntiedtke with dependencies ['physcons.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke_post cu_ntiedtke_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_post_run cu_ntiedtke_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_ntiedtke_post_run INFO: Parsed tables in scheme cu_ntiedtke_post with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for dcyc2t3_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True dcyc2t3 dcyc2t3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False dcyc2t3_run dcyc2t3 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_midlayer_air_temperature_in_longwave_radiation in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -INFO: Legacy extension - skip empty table for dcyc2t3_finalize INFO: Parsed tables in scheme dcyc2t3 with dependencies ['physcons.F90', 'machine.F'] -INFO: Legacy extension - skip empty table for drag_suite_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True drag_suite drag_suite -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False drag_suite_run drag_suite -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table drag_suite_run -INFO: Legacy extension - skip empty table for drag_suite_init INFO: Parsed tables in scheme drag_suite -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shoc shoc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shoc_run shoc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable prandtl_number in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy_convective_transport_tracer in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_from_shoc in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_buoyancy_flux_from_shoc in table shoc_run INFO: Parsed tables in scheme shoc with dependencies ['funcphys.f90', 'machine.F'] -INFO: Legacy extension - skip empty table for get_prs_fv3_init -INFO: Legacy extension - skip empty table for get_prs_fv3_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_prs_fv3 get_prs_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_prs_fv3_run get_prs_fv3 -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature in table get_prs_fv3_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_phi_fv3 get_prs_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_phi_fv3_run get_prs_fv3 INFO: Parsed tables in scheme get_prs_fv3 with dependencies ['physcons.F90', 'machine.F'] -INFO: Legacy extension - skip empty table for get_phi_fv3_finalize -INFO: Legacy extension - skip empty table for get_phi_fv3_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_prs_fv3 get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_prs_fv3_run get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_phi_fv3 get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_phi_fv3_run get_phi_fv3 -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table get_phi_fv3_run INFO: Parsed tables in scheme get_phi_fv3 with dependencies ['physcons.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in table gfdl_cloud_microphys_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys INFO: Parsed tables in scheme gfdl_cloud_microphys with dependencies ['module_mp_radar.F90', 'machine.F', 'module_gfdl_cloud_microphys.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj INFO: Parsed tables in scheme fv_sat_adj with dependencies ['physcons.F90', 'module_mp_radar.F90', 'multi_gases.F90', 'machine.F', 'module_gfdl_cloud_microphys.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True zhaocarr_gscond zhaocarr_gscond -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False zhaocarr_gscond_run zhaocarr_gscond -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table zhaocarr_gscond_run INFO: Parsed tables in scheme zhaocarr_gscond with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -INFO: Legacy extension - skip empty table for gwdc_pre_finalize -INFO: Legacy extension - skip empty table for gwdc_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable characteristic_grid_length_scale in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_column_heating_rate in table gwdc_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc_pre INFO: Parsed tables in scheme gwdc_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_column_heating_rate in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable characteristic_grid_length_scale in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_convective_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_convective_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdc_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc -INFO: Legacy extension - skip empty table for gwdc_finalize -INFO: Legacy extension - skip empty table for gwdc_init INFO: Parsed tables in scheme gwdc with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for gwdc_post_finalize -INFO: Legacy extension - skip empty table for gwdc_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_x_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_y_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gwdc_post_run INFO: Parsed tables in scheme gwdc_post with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for gwdps_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdps gwdps -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdps_run gwdps -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table gwdps_run -INFO: Legacy extension - skip empty table for gwdps_finalize INFO: Parsed tables in scheme gwdps -INFO: Legacy extension - skip empty table for h2ophys_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True h2ophys h2ophys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False h2ophys_run h2ophys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table h2ophys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table h2ophys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable h2o_forcing in table h2ophys_run -INFO: Legacy extension - skip empty table for h2ophys_finalize INFO: Parsed tables in scheme h2ophys with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True samfdeepcnv samfdeepcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False samfdeepcnv_run samfdeepcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_cellular_automata_for_deep_convection in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable physics_field_for_coupling in table samfdeepcnv_run -INFO: Legacy extension - skip empty table for samfdeepcnv_finalize -INFO: Legacy extension - skip empty table for samfdeepcnv_init INFO: Parsed tables in scheme samfdeepcnv with dependencies ['funcphys.f90', 'samfaerosols.F', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True samfshalcnv samfshalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False samfshalcnv_run samfshalcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table samfshalcnv_run -INFO: Legacy extension - skip empty table for samfshalcnv_finalize -INFO: Legacy extension - skip empty table for samfshalcnv_init INFO: Parsed tables in scheme samfshalcnv with dependencies ['funcphys.f90', 'samfaerosols.F', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sascnvn sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_init sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_run sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sascnvn sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_init sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_run sascnvn -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table sascnvn_run -INFO: Legacy extension - skip empty table for sascnvn_finalize INFO: Parsed tables in scheme sascnvn with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shalcnv shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_init shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_run shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shalcnv shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_init shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_run shalcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table shalcnv_run -INFO: Legacy extension - skip empty table for shalcnv_finalize INFO: Parsed tables in scheme shalcnv with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True maximum_hourly_diagnostics maximum_hourly_diagnostics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False maximum_hourly_diagnostics_run maximum_hourly_diagnostics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_temperature_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_temperature_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run INFO: Parsed tables in scheme maximum_hourly_diagnostics with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_init m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_run m_micro -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable in_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ccn_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table m_micro_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_init m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_run m_micro -INFO: Legacy extension - skip empty table for m_micro_finalize INFO: Parsed tables in scheme m_micro with dependencies ['cldwat2m_micro.F', 'aer_cloud.F', 'micro_mg_utils.F90', 'cldmacro.F', 'machine.F', 'physcons.F90', 'aerclm_def.F', 'micro_mg2_0.F90', 'micro_mg3_0.F90', 'wv_saturation.F'] -INFO: Legacy extension - skip empty table for m_micro_pre_init -INFO: Legacy extension - skip empty table for m_micro_pre_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_pre m_micro_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_pre_run m_micro_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table m_micro_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_post m_micro_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_post_run m_micro_pre INFO: Parsed tables in scheme m_micro_pre with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for m_micro_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_pre m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_pre_run m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_post m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_post_run m_micro_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_on_dynamics_timestep in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_on_dynamics_timestep in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_on_dynamics_timestep in table m_micro_post_run -INFO: Legacy extension - skip empty table for m_micro_post_finalize INFO: Parsed tables in scheme m_micro_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver_pre cu_gf_driver_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_pre_run cu_gf_driver_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable gf_memory_counter in table cu_gf_driver_pre_run INFO: Parsed tables in scheme cu_gf_driver_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_init cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_run cu_gf_driver -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_condesate_after_rainout in table cu_gf_driver_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_init cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_run cu_gf_driver -INFO: Legacy extension - skip empty table for cu_gf_driver_finalize INFO: Parsed tables in scheme cu_gf_driver with dependencies ['cu_gf_deep.F90', 'cu_gf_sh.F90', 'machine.F', 'physcons.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver_post cu_gf_driver_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_post_run cu_gf_driver_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable gf_memory_counter in table cu_gf_driver_post_run INFO: Parsed tables in scheme cu_gf_driver_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_init hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_run hedmf -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table hedmf_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_init hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_run hedmf INFO: Parsed tables in scheme hedmf with dependencies ['physcons.F90', 'funcphys.f90', 'mfpbl.f', 'tridi.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf_hafs hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_init hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_run hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf_hafs hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_init hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_run hedmf_hafs -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table hedmf_hafs_run INFO: Parsed tables in scheme hedmf_hafs with dependencies ['physcons.F90', 'funcphys.f90', 'mfpbl.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True moninshoc moninshoc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False moninshoc_run moninshoc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_from_shoc in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable prandtl_number in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table moninshoc_run INFO: Parsed tables in scheme moninshoc with dependencies ['funcphys.f90', 'tridi.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdif satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_init satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_run satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdif satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_init satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_run satmedmfvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table satmedmfvdif_run INFO: Parsed tables in scheme satmedmfvdif with dependencies ['funcphys.f90', 'mfpblt.f', 'tridi.f', 'machine.F', 'mfscu.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdifq satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_init satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_run satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdifq satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_init satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_run satmedmfvdifq -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table satmedmfvdifq_run INFO: Parsed tables in scheme satmedmfvdifq with dependencies ['funcphys.f90', 'mfscuq.f', 'tridi.f', 'machine.F', 'mfpbltq.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shinhongvdif shinhongvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shinhongvdif_run shinhongvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table shinhongvdif_run INFO: Parsed tables in scheme shinhongvdif with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ysuvdif ysuvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ysuvdif_run ysuvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table ysuvdif_run INFO: Parsed tables in scheme ysuvdif with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mynnedmf_wrapper mynnedmf_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnedmf_wrapper_init mynnedmf_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnedmf_wrapper_run mynnedmf_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_friendly_aerosol_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable reciprocal_of_obukhov_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tke_at_mass_points in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable t_prime_squared in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable q_prime_squared in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable t_prime_q_prime in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mixing_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stability_function_for_heat in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_for_mynnpbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_momentum_diffusivity_for_mynnpbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_water_mixing_ratio_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_ice_mixing_ratio_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_fraction_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_area in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_vertical_velocity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_total_water in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_theta_l in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_entrainment_rate in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_cloud_water in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_subsidence_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_subsidence_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_detrainment_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_detrainment_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_of_plumes in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_mass_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable k_level_of_highest_plume in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_vapor_specific_humidity_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ozone_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table mynnedmf_wrapper_run INFO: Parsed tables in scheme mynnedmf_wrapper with dependencies ['physcons.F90', 'machine.F', 'module_bl_mynn.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mynnsfc_wrapper mynnsfc_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnsfc_wrapper_run mynnsfc_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_mixing_ratio_at_surface in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_drag in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_stability_parameter in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_star in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable reciprocal_of_obukhov_length in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_latent_heat in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_heat in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_moisture in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_heat_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_moisture_at_2m in table mynnsfc_wrapper_run INFO: Parsed tables in scheme mynnsfc_wrapper with dependencies ['module_sf_mynn.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sgscloud_radpre sgscloud_radpre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sgscloud_radpre_run sgscloud_radpre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_condesate_after_rainout in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_water_mixing_ratio_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_ice_mixing_ratio_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_fraction_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table sgscloud_radpre_run INFO: Parsed tables in scheme sgscloud_radpre with dependencies ['funcphys.f90', 'physcons.F90', 'machine.F', 'module_bfmicrophysics.f', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sgscloud_radpost sgscloud_radpost -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sgscloud_radpost_run sgscloud_radpost -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table sgscloud_radpost_run INFO: Parsed tables in scheme sgscloud_radpost with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True myjsfc_wrapper myjsfc_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False myjsfc_wrapper_run myjsfc_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable u_wind_component_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable v_wind_component_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable baseline_surface_roughness_length in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable heat_exchange_coefficient_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable momentum_exchange_coefficient_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_layer_evaporation_switch in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_latent_heat_flux in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_momentum_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_potental_temperature_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_specific_humidity_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table myjsfc_wrapper_run INFO: Parsed tables in scheme myjsfc_wrapper with dependencies ['module_SF_JSFC.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True myjpbl_wrapper myjpbl_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False myjpbl_wrapper_run myjpbl_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable u_wind_component_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable v_wind_component_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable baseline_surface_roughness_length in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable heat_exchange_coefficient_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable momentum_exchange_coefficient_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_layer_evaporation_switch in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_latent_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_momentum_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_potental_temperature_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_specific_humidity_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table myjpbl_wrapper_run INFO: Parsed tables in scheme myjpbl_wrapper with dependencies ['module_BL_MYJPBL.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_pre mp_thompson_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_pre_run mp_thompson_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table mp_thompson_pre_run INFO: Parsed tables in scheme mp_thompson_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_friendly_aerosol_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_friendly_aerosols_at_surface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_friendly_aerosols_at_surface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table mp_thompson_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: Legacy extension - replacing variable 'horizontal_loop_extent' with 'horizontal_dimension' in table mp_thompson_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson INFO: Parsed tables in scheme mp_thompson with dependencies ['module_mp_thompson.F90', 'module_mp_radar.F90', 'machine.F', 'module_mp_thompson_make_number_concentrations.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table mp_thompson_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mp_thompson_post_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post INFO: Parsed tables in scheme mp_thompson_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_init ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_run ozphys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_updated_by_physics in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_forcing in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table ozphys_run -INFO: Legacy extension - skip empty table for ozphys_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_init ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_run ozphys INFO: Parsed tables in scheme ozphys with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys_2015 ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_init ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_run ozphys_2015 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_updated_by_physics in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_forcing in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table ozphys_2015_run -INFO: Legacy extension - skip empty table for ozphys_2015_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys_2015 ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_init ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_run ozphys_2015 INFO: Parsed tables in scheme ozphys_2015 with dependencies ['machine.F'] -INFO: Legacy extension - skip empty table for zhaocarr_precpd_init -INFO: Legacy extension - skip empty table for zhaocarr_precpd_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True zhaocarr_precpd zhaocarr_precpd -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False zhaocarr_precpd_run zhaocarr_precpd -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_rain_water_mixing_ratio_due_to_microphysics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table zhaocarr_precpd_run INFO: Parsed tables in scheme zhaocarr_precpd with dependencies ['physcons.F90', 'funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True phys_tend phys_tend -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False phys_tend_run phys_tend -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_longwave_radiation in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shortwave_radiation in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_physics in table phys_tend_run INFO: Parsed tables in scheme phys_tend with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw rrtmg_lw -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_run rrtmg_lw -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_lw in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_longwave_bands_01_16 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_top_atmosphere in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_sfc in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_10mu_band in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmg_lw_run INFO: Parsed tables in scheme rrtmg_lw with dependencies ['physcons.F90', 'physparam.f', 'radlw_param.f', 'mersenne_twister.f', 'radlw_datatb.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw rrtmg_sw -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_run rrtmg_sw -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_sw in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_top_atmosphere in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_sfc in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_0p55mu_band in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmg_sw_run INFO: Parsed tables in scheme rrtmg_sw with dependencies ['physcons.F90', 'physparam.f', 'radsw_datatb.f', 'mersenne_twister.f', 'radsw_param.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable random_number_array in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_interfaces in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table rascnv_run INFO: Parsed tables in scheme rascnv -INFO: Legacy extension - skip empty table for rayleigh_damp_finalize -INFO: Legacy extension - skip empty table for rayleigh_damp_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rayleigh_damp rayleigh_damp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rayleigh_damp_run rayleigh_damp -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_rayleigh_damping in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_rayleigh_damping in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_rayleigh_damping in table rayleigh_damp_run INFO: Parsed tables in scheme rayleigh_damp -INFO: Legacy extension - skip empty table for rrtmg_lw_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw_post rrtmg_lw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_post_run rrtmg_lw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_post_run -INFO: Legacy extension - skip empty table for rrtmg_lw_post_finalize INFO: Parsed tables in scheme rrtmg_lw_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw_pre rrtmg_lw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_pre_run rrtmg_lw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_lw_pre_run -INFO: Legacy extension - skip empty table for rrtmg_lw_pre_init -INFO: Legacy extension - skip empty table for rrtmg_lw_pre_finalize INFO: Parsed tables in scheme rrtmg_lw_pre with dependencies ['iounitdef.f', 'radiation_surface.f', 'machine.F'] -INFO: Legacy extension - skip empty table for rrtmg_sw_post_init -INFO: Legacy extension - skip empty table for rrtmg_sw_post_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw_post rrtmg_sw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_post_run rrtmg_sw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmg_sw_post_run INFO: Parsed tables in scheme rrtmg_sw_post with dependencies ['radsw_param.f', 'machine.F'] -INFO: Legacy extension - skip empty table for rrtmg_sw_pre_init -INFO: Legacy extension - skip empty table for rrtmg_sw_pre_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw_pre rrtmg_sw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_pre_run rrtmg_sw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table rrtmg_sw_pre_run INFO: Parsed tables in scheme rrtmg_sw_pre with dependencies ['iounitdef.f', 'radiation_surface.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diag sfc_diag -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diag_run sfc_diag -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table sfc_diag_run INFO: Parsed tables in scheme sfc_diag with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diag_post sfc_diag_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diag_post_run sfc_diag_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m_from_noahmp in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m_from_noahmp in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_x_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_y_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dewpoint_temperature_at_2m in table sfc_diag_post_run INFO: Parsed tables in scheme sfc_diag_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_area_index in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_weak_cosz_dependency in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_weak_cosz_dependency in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_frozen_soil_physics in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_temperature_bottom_first_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_at_surface in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_condensation_mass in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_mixing_ratio_at_surface in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable density_of_frozen_precipitation in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_runoff in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_water_equivalent_of_frozen_precip in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_accumulated_snowfall in table lsm_ruc_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc INFO: Parsed tables in scheme lsm_ruc with dependencies ['module_sf_ruclsm.F90', 'module_soil_pre.F90', 'namelist_soilveg_ruc.F90', 'machine.F', 'set_soilveg_ruc.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_pre lsm_ruc_sfc_sice_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_pre_run lsm_ruc_sfc_sice_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table lsm_ruc_sfc_sice_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_post lsm_ruc_sfc_sice_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_post_run lsm_ruc_sfc_sice_pre INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_pre lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_pre_run lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_post lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_post_run lsm_ruc_sfc_sice_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table lsm_ruc_sfc_sice_post_run INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_cice sfc_cice -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_cice_run sfc_cice -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table sfc_cice_run INFO: Parsed tables in scheme sfc_cice with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diff sfc_diff -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diff_run sfc_diff -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_from_wave_model in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table sfc_diff_run INFO: Parsed tables in scheme sfc_diff with dependencies ['machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_soil_type_b_parameter in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_leaf_area_index in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_vegetation_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness in table lsm_noah_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah INFO: Parsed tables in scheme lsm_noah with dependencies ['surface_perturbation.F90', 'funcphys.f90', 'set_soilveg.f', 'machine.F', 'sflx.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True noahmpdrv noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_init noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_run noahmpdrv -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable explicit_rainfall_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_of_snow_layers in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ground_temperature_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_intercepted_ice_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_intercepted_liquid_water in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_air_vapor_pressure in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_air_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable area_fraction_of_wet_canopy in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_mass_at_previous_time_step in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_albedo_at_previous_time_step in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_at_surface in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_water_storage in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_depth in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_storage_in_aquifer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_storage_in_aquifer_and_saturated_soil in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_bottom_depth_from_snow_surface in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_layer_ice in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_layer_liquid_water in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fine_root_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stem_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wood_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slow_soil_pool_mass_content_of_carbon in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fast_soil_pool_mass_content_of_carbon in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_area_index in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stem_area_index in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nondimensional_snow_age in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable equilibrium_soil_water_content in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_water_content_between_soil_bottom_and_water_table in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_recharge_when_deep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_recharge_when_shallow in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m_from_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m_from_noahmp in table noahmpdrv_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True noahmpdrv noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_init noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_run noahmpdrv INFO: Parsed tables in scheme noahmpdrv with dependencies ['funcphys.f90', 'module_sf_noahmp_glacier.f90', 'module_sf_noahmplsm.f90', 'set_soilveg.f', 'machine.F', 'noahmp_tables.f90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_depth in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table flake_driver_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver INFO: Parsed tables in scheme flake_driver with dependencies ['flake.F90', 'machine.F'] -INFO: Legacy extension - skip empty table for sfc_nst_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_for_nsst in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_water_salinity in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_x_current in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_y_current in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ocean_mixed_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensitivity_of_dtl_heat_content_to_surface_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensitivity_of_dtl_thickness_to_surface_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_c_0 in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_c_d in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_w_0 in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_w_d in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable free_convection_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_dtlm_start in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensible_heat_flux_due_to_rainfall in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table sfc_nst_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst -INFO: Legacy extension - skip empty table for sfc_nst_finalize INFO: Parsed tables in scheme sfc_nst with dependencies ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_for_nsst in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table sfc_nst_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst_pre INFO: Parsed tables in scheme sfc_nst_pre with dependencies ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography_unfiltered in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_change_over_depth_in_sea_water_temperature in table sfc_nst_post_run -INFO: Legacy extension - skip empty table for sfc_nst_post_init -INFO: Legacy extension - skip empty table for sfc_nst_post_finalize INFO: Parsed tables in scheme sfc_nst_post with dependencies ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] -INFO: Legacy extension - skip empty table for sfc_ocean_finalize -INFO: Legacy extension - skip empty table for sfc_ocean_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_ocean sfc_ocean -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_ocean_run sfc_ocean -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table sfc_ocean_run INFO: Parsed tables in scheme sfc_ocean with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_sice sfc_sice -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_sice_run sfc_sice -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_melt in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_cice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table sfc_sice_run INFO: Parsed tables in scheme sfc_sice with dependencies ['funcphys.f90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_fer_hires mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_init mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_run mp_fer_hires -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_condensate_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_change_of_air_temperature_due_to_FA_scheme in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_ice_water_cloud in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_rain_water_cloud in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rime_factor in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_weighted_rime_factor_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mp_fer_hires_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_fer_hires mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_init mp_fer_hires -WARNING: Legacy extension - replacing variable 'horizontal_loop_extent' with 'horizontal_dimension' in table mp_fer_hires_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_run mp_fer_hires -INFO: Legacy extension - skip empty table for mp_fer_hires_finalize INFO: Parsed tables in scheme mp_fer_hires with dependencies ['module_MP_FER_HIRES.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_gas_optics rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_init rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_run rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_gas_optics rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_init rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_run rrtmgp_lw_gas_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmgp_lw_gas_optics_run INFO: Parsed tables in scheme rrtmgp_lw_gas_optics with dependencies ['rte-rrtmgp/rte/mo_rte_lw.F90', 'rte-rrtmgp/extensions/mo_compute_bc.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/rte/mo_rte_sw.F90', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_10mu_band in table rrtmgp_lw_cloud_optics_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics INFO: Parsed tables in scheme rrtmgp_lw_cloud_optics with dependencies ['rrtmgp_aux.F90', 'rrtmg_lw_cloud_optics.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_gas_optics rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_init rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_run rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_gas_optics rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_init rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_run rrtmgp_sw_gas_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable toa_incident_sw_flux_by_spectral_point in table rrtmgp_sw_gas_optics_run INFO: Parsed tables in scheme rrtmgp_sw_gas_optics with dependencies ['rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/rte/mo_rte_sw.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'radiation_gases.f', 'rte-rrtmgp/extensions/mo_compute_bc.F90', 'machine.F', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/rte/mo_rte_lw.F90', 'iounitdef.f', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_optics rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_init rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_run rrtmgp_sw_cloud_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band in table rrtmgp_sw_cloud_optics_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_optics rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_init rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_run rrtmgp_sw_cloud_optics INFO: Parsed tables in scheme rrtmgp_sw_cloud_optics with dependencies ['physparam.f', 'rrtmg_sw_cloud_optics.F90', 'machine.F', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_aerosol_optics rrtmgp_sw_aerosol_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_aerosol_optics_run rrtmgp_sw_aerosol_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table rrtmgp_sw_aerosol_optics_run INFO: Parsed tables in scheme rrtmgp_sw_aerosol_optics with dependencies ['iounitdef.f', 'radiation_aerosols.f', 'rrtmgp_aux.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_rte rrtmgp_lw_rte -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_rte_run rrtmgp_lw_rte -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_emissivity_in_each_RRTMGP_LW_band in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_allsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_clrsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_clrsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_upward in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_downward in table rrtmgp_lw_rte_run INFO: Parsed tables in scheme rrtmgp_lw_rte with dependencies ['rte-rrtmgp/rte/mo_rte_lw.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_rte rrtmgp_sw_rte -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_rte_run rrtmgp_sw_rte -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable toa_incident_sw_flux_by_spectral_point in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_allsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_allsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_clrsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_clrsky in table rrtmgp_sw_rte_run INFO: Parsed tables in scheme rrtmgp_sw_rte with dependencies ['rte-rrtmgp/rte/mo_rte_sw.F90', 'radsw_param.f', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_aerosol_optics rrtmgp_lw_aerosol_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_aerosol_optics_run rrtmgp_lw_aerosol_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table rrtmgp_lw_aerosol_optics_run INFO: Parsed tables in scheme rrtmgp_lw_aerosol_optics with dependencies ['iounitdef.f', 'radiation_aerosols.f', 'rrtmgp_aux.F90', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup INFO: Parsed tables in scheme GFS_rrtmgp_setup with dependencies ['physparam.f', 'radiation_gases.f', 'radiation_astronomy.f', 'machine.F', 'module_bfmicrophysics.f', 'radiation_aerosols.f', 'iounitdef.f', 'radiation_surface.f', 'radiation_clouds.f'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_pre GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_init GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_run GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_pre GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_init GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_run GFS_rrtmgp_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_pre_run INFO: Parsed tables in scheme GFS_rrtmgp_pre with dependencies ['physparam.f', 'funcphys.f90', 'physcons.F90', 'radiation_gases.f', 'radiation_astronomy.f', 'machine.F', 'module_bfmicrophysics.f', 'radiation_aerosols.f', 'rrtmg_lw_cloud_optics.F90', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f', 'radiation_surface.f', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_pre rrtmgp_lw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_pre_run rrtmgp_lw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_emissivity_in_each_RRTMGP_LW_band in table rrtmgp_lw_pre_run INFO: Parsed tables in scheme rrtmgp_lw_pre with dependencies ['iounitdef.f', 'physparam.f', 'radiation_surface.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_sw_pre GFS_rrtmgp_sw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_sw_pre_run GFS_rrtmgp_sw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fractional_coverage_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fractional_coverage_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_surface_physics_perturbation in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_mean_cosz_over_rad_call_period in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table GFS_rrtmgp_sw_pre_run INFO: Parsed tables in scheme GFS_rrtmgp_sw_pre with dependencies ['iounitdef.f', 'physparam.f', 'radiation_surface.f', 'radiation_astronomy.f', 'machine.F'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_lw_post GFS_rrtmgp_lw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_lw_post_run GFS_rrtmgp_lw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_allsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_clrsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_clrsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_10mu_band in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_on_radiation_time_step in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_sfc in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_midlayer_air_temperature_in_longwave_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_top_atmosphere in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_fluxes in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in table GFS_rrtmgp_lw_post_run INFO: Parsed tables in scheme GFS_rrtmgp_lw_post with dependencies ['rte-rrtmgp/extensions/mo_heating_rates.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'radlw_param.f', 'radiation_aerosols.f', 'rte-rrtmgp/rte/mo_fluxes.F90', 'iounitdef.f', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_sampling rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_init rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_run rrtmgp_lw_cloud_sampling -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_lw in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table rrtmgp_lw_cloud_sampling_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_sampling rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_init rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_run rrtmgp_lw_cloud_sampling INFO: Parsed tables in scheme rrtmgp_lw_cloud_sampling with dependencies ['physparam.f', 'machine.F', 'rrtmgp_sampling.F90', 'mersenne_twister.f', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_sampling rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_init rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_run rrtmgp_sw_cloud_sampling -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_sw in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table rrtmgp_sw_cloud_sampling_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_sampling rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_init rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_run rrtmgp_sw_cloud_sampling INFO: Parsed tables in scheme rrtmgp_sw_cloud_sampling with dependencies ['physparam.f', 'machine.F', 'rrtmgp_sampling.F90', 'mersenne_twister.f', 'rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_cloud_diagnostics GFS_cloud_diagnostics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_cloud_diagnostics_run GFS_cloud_diagnostics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_cloud_diagnostics_run INFO: Parsed tables in scheme GFS_cloud_diagnostics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_gfdlmp_pre GFS_rrtmgp_gfdlmp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_gfdlmp_pre_run GFS_rrtmgp_gfdlmp_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_rrtmgp_gfdlmp_pre_run INFO: Parsed tables in scheme GFS_rrtmgp_gfdlmp_pre with dependencies ['rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_zhaocarr_pre GFS_rrtmgp_zhaocarr_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_zhaocarr_pre_run GFS_rrtmgp_zhaocarr_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmgp_zhaocarr_pre_run INFO: Parsed tables in scheme GFS_rrtmgp_zhaocarr_pre with dependencies ['rrtmgp_aux.F90'] -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_sw_post GFS_rrtmgp_sw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_sw_post_run GFS_rrtmgp_sw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_mean_cosz_over_rad_call_period in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_allsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_allsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_clrsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_clrsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_sfc in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_top_atmosphere in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_fluxes in table GFS_rrtmgp_sw_post_run INFO: Parsed tables in scheme GFS_rrtmgp_sw_post with dependencies ['rte-rrtmgp/extensions/mo_heating_rates.F90', 'radsw_param.f', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'radiation_aerosols.f', 'rte-rrtmgp/rte/mo_fluxes.F90', 'iounitdef.f', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] +INFO: filtering out variable GFS_cldprop_type_instance +INFO: filtering out variable GFS_coupling_type_instance +INFO: filtering out variable GFS_diag_type_instance +INFO: filtering out variable GFS_grid_type_instance +INFO: filtering out variable GFS_radtend_type_instance +INFO: filtering out variable GFS_sfcprop_type_instance +INFO: filtering out variable GFS_statein_type_instance INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable GFS_tbd_type_instance INFO: filtering out variable Gas_concentrations_for_RRTMGP_suite INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_10mu_band @@ -15071,7 +7288,6 @@ INFO: filtering out variable RRTMGP_sw_fluxes 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 active_gases_used_by_RRTMGP -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology INFO: filtering out variable air_pressure_at_interface_for_RRTMGP_in_hPa INFO: filtering out variable air_pressure_at_layer_for_RRTMGP_in_hPa INFO: filtering out variable air_temperature_at_interface_for_RRTMGP @@ -15086,7 +7302,6 @@ 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 @@ -15099,7 +7314,6 @@ INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_ 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_overlap_param INFO: filtering out variable cloud_phase_transition_denominator INFO: filtering out variable cloud_phase_transition_threshold_temperature @@ -15126,7 +7340,6 @@ INFO: filtering out variable cumulative_change_in_temperature_due_to_physics INFO: filtering out variable cumulative_change_in_water_vapor_specific_humidity_due_to_physics INFO: filtering out variable cumulative_change_in_x_wind_due_to_physics INFO: filtering out variable cumulative_change_in_y_wind_due_to_physics -INFO: filtering out variable daytime_mean_cosz_over_rad_call_period 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 @@ -15138,7 +7351,6 @@ INFO: filtering out variable diurnal_thermocline_layer_thickness INFO: filtering out variable diurnal_thermocline_layer_x_current INFO: filtering out variable diurnal_thermocline_layer_y_current INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnedmf INFO: filtering out variable do_mynnsfclay INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme INFO: filtering out variable edmf_flag @@ -15168,10 +7380,7 @@ 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_lmfshal INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_output_of_longwave_heating_rate -INFO: filtering out variable flag_for_output_of_shortwave_heating_rate 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 @@ -15184,7 +7393,6 @@ INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_op 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_uni_cld INFO: filtering out variable flag_mg3_as_mg2 INFO: filtering out variable flag_skip_macro INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMG @@ -15192,11 +7400,10 @@ INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMGP_LUT INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMGP_PADE INFO: filtering out variable forecast_month INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_ice_water_cloud +INFO: filtering out variable fraction_of_rain_water_cloud INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable fractional_coverage_with_strong_cosz_dependency -INFO: filtering out variable fractional_coverage_with_weak_cosz_dependency INFO: filtering out variable free_convection_layer_thickness -INFO: filtering out variable frequency_for_longwave_radiation INFO: filtering out variable gf_memory_counter INFO: filtering out variable graupel_mixing_ratio INFO: filtering out variable graupel_number_concentration_updated_by_physics @@ -15206,11 +7413,10 @@ 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_nucleation_number 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_of_dtlm_start INFO: filtering out variable initial_permutation_seed_lw INFO: filtering out variable initial_permutation_seed_sw @@ -15253,10 +7459,6 @@ 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_change_over_depth_in_sea_water_temperature -INFO: filtering out variable mean_nir_albedo_with_strong_cosz_dependency -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_strong_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 @@ -15296,7 +7498,6 @@ INFO: filtering out variable normalized_soil_wetness_for_land_surface_model INFO: filtering out variable number_of_active_gases_used_by_RRTMGP INFO: filtering out variable number_of_aerosol_tracers_MG INFO: filtering out variable number_of_angles_used_in_gaussian_quadrature -INFO: filtering out variable number_of_cloud_condensate_types 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 @@ -15318,6 +7519,7 @@ INFO: filtering out variable rain_number_concentration_updated_by_physics INFO: filtering out variable rain_water_mixing_ratio INFO: filtering out variable reciprocal_of_obukhov_length INFO: filtering out variable relative_humidity +INFO: filtering out variable rime_factor INFO: filtering out variable rrtmgp_coeff_lw_cloud_optics INFO: filtering out variable rrtmgp_coeff_sw_cloud_optics INFO: filtering out variable rrtmgp_kdistribution_lw @@ -15385,6 +7587,7 @@ 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_ccn_activated_number 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 @@ -15406,6 +7609,7 @@ INFO: filtering out variable tke_budget INFO: filtering out variable tke_dissipative_heating_factor INFO: filtering out variable toa_incident_sw_flux_by_spectral_point INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable total_cloud_condensate_mixing_ratio_updated_by_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 @@ -15442,24 +7646,24 @@ 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 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Metadata table for model FV3 written to /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex INFO: Comparing metadata for requested and provided variables ... INFO: Generating list of Fortran modules containing CCPP type definitions ... INFO: Generating typedefs makefile/cmakefile snippet ... -INFO: Added 10 typedefs to /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh +INFO: Added 10 typedefs to /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 146 schemes to /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk, /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Added 146 schemes to /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk, /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh INFO: Generating suite and group caps ... -INFO: Generating static API ccpp_static_api.F90 in /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics ... +INFO: Generating static API ccpp_static_api.F90 in /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics ... INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 16 auto-generated caps to /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk and /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake, /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh +INFO: Added 16 auto-generated caps to /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk and /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake, /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh INFO: CCPP prebuild step completed successfully. -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ ./build_ccpp.sh wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk 'CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp' NO NO ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp ++ ./build_ccpp.sh wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk 'CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp' NO NO MACHINE_ID=wcoss_dell_p3 is valid. Compilers set for wcoss_dell_p3. Obtained ESMF_LIB=/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib from /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -DNETCDF_DIR=/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=OFF' ... +Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp -DNETCDF_DIR=/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=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 @@ -15500,8 +7704,8 @@ Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/gpfs/dell2/emc/modeling/nosc -- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp -- Enable OpenMP support for C/C++/Fortran compiler -- Got CCPP TYPEDEFS from cmakefile include file: gfs_typedefs.mod;mo_cloud_optics.mod;mo_optical_props.mod;ccpp_typedefs.mod;mo_gas_concentrations.mod;machine.mod;mo_source_functions.mod;module_radlw_parameters.mod;module_radsw_parameters.mod;mo_gas_optics_rrtmgp.mod --- Got CCPP SCHEMES from cmakefile include file: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 --- Got CCPP CAPS from cmakefile include file: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 +-- Got CCPP SCHEMES from cmakefile include file: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 +-- Got CCPP CAPS from cmakefile include file: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -- Configuring done -- Generating done CMake Warning: @@ -15510,57 +7714,57 @@ CMake Warning: LEGACY_INTEL --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -S/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -B/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_progress_start /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks +-- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -S/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp -B/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_progress_start /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_depends "Unix Makefiles" /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -Dependee "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". -Dependee "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_depends "Unix Makefiles" /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +Dependee "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Dependee "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". Scanning dependencies of target ccpp -make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' [ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_types.mod framework/src/CMakeFiles/ccpp.dir/ccpp_types.mod.stamp Intel [ 1%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DRELEASE -O2 -fPIC -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_api.mod framework/src/CMakeFiles/ccpp.dir/ccpp_api.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build [ 2%] Linking Fortran static library libccpp.a -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 /usr/bin/ar qc libccpp.a CMakeFiles/ccpp.dir/ccpp_types.F90.o CMakeFiles/ccpp.dir/ccpp_api.F90.o /usr/bin/ranlib libccpp.a -make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' [ 2%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_depends "Unix Makefiles" /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -Dependee "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". -Dependee "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_depends "Unix Makefiles" /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +Dependee "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Dependee "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". Scanning dependencies of target ccppphys -make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' [ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_types.mod physics/CMakeFiles/ccppphys.dir/ccpp_types.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o.provides.build -[ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/machine.mod physics/CMakeFiles/ccppphys.dir/machine.mod.stamp Intel [ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/physcons.mod physics/CMakeFiles/ccppphys.dir/physcons.mod.stamp Intel [ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ugwp_common.mod physics/CMakeFiles/ccppphys.dir/ugwp_common.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ugwp_conv_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_conv_init.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ugwp_fjet_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_fjet_init.mod.stamp Intel @@ -15568,116 +7772,116 @@ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ugwp_okw_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_okw_init.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ugwp_oro_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_oro_init.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ugwp_wmsdis_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_wmsdis_init.mod.stamp Intel -[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_module.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_module.mod.stamp Intel -[ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gwdps.mod physics/CMakeFiles/ccppphys.dir/gwdps.mod.stamp Intel -[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp.mod.stamp Intel -[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_post.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_post.mod.stamp Intel -[ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/cnvc90.mod physics/CMakeFiles/ccppphys.dir/cnvc90.mod.stamp Intel -[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/dcyc2t3.mod physics/CMakeFiles/ccppphys.dir/dcyc2t3.mod.stamp Intel -[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/get_phi_fv3.mod physics/CMakeFiles/ccppphys.dir/get_phi_fv3.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/get_prs_fv3.mod physics/CMakeFiles/ccppphys.dir/get_prs_fv3.mod.stamp Intel -[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_post.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_pre.mod.stamp Intel -[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_post.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_pre.mod.stamp Intel -[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_post.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_pre.mod.stamp Intel -[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_post.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_pre.mod.stamp Intel -[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_post.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_pre.mod.stamp Intel -[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mersenne_twister.mod physics/CMakeFiles/ccppphys.dir/mersenne_twister.mod.stamp Intel -[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_kind.mod physics/CMakeFiles/ccppphys.dir/mo_rte_kind.mod.stamp Intel -[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props_kernels.mod.stamp Intel -[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_util_array.mod physics/CMakeFiles/ccppphys.dir/mo_rte_util_array.mod.stamp Intel -[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props.mod.stamp Intel -[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o +[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_config.mod physics/CMakeFiles/ccppphys.dir/mo_rte_config.mod.stamp Intel -[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_cloud_optics.mod.stamp Intel -[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_string.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_string.mod.stamp Intel [ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_concentrations.mod physics/CMakeFiles/ccppphys.dir/mo_gas_concentrations.mod.stamp Intel -[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_source_functions.mod physics/CMakeFiles/ccppphys.dir/mo_source_functions.mod.stamp Intel [ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics.mod.stamp Intel -[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_kernels.mod.stamp Intel -[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_constants.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_constants.mod.stamp Intel -[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder_kernels.mod.stamp Intel -[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder.mod.stamp Intel -[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_rrtmgp.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_rrtmgp.mod.stamp Intel -[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/physparam.mod physics/CMakeFiles/ccppphys.dir/physparam.mod.stamp Intel -[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radlw_parameters.mod.stamp Intel -[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radsw_parameters.mod.stamp Intel -[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/parse_tracers.mod physics/CMakeFiles/ccppphys.dir/parse_tracers.mod.stamp Intel -[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_typedefs.mod physics/CMakeFiles/ccppphys.dir/gfs_typedefs.mod.stamp Intel -[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson_make_number_concentrations.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson_make_number_concentrations.mod.stamp Intel -[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_1.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_1.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_2.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_2.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_3.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_3.mod.stamp Intel @@ -15685,124 +7889,124 @@ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_phys_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_phys_reset.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_reset.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_update.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_update.mod.stamp Intel -[ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_inter.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_inter.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_post.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_pre.mod.stamp Intel -[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/surface_perturbation.mod physics/CMakeFiles/ccppphys.dir/surface_perturbation.mod.stamp Intel -[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_post.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_pre.mod.stamp Intel -[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part1.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part1.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part2.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part2.mod.stamp Intel -[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/funcphys.mod physics/CMakeFiles/ccppphys.dir/funcphys.mod.stamp Intel -[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/hedmf.mod physics/CMakeFiles/ccppphys.dir/hedmf.mod.stamp Intel -[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg.mod physics/CMakeFiles/ccppphys.dir/namelist_soilveg.mod.stamp Intel -[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_mod.mod physics/CMakeFiles/ccppphys.dir/set_soilveg_mod.mod.stamp Intel -[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/lsm_noah.mod physics/CMakeFiles/ccppphys.dir/lsm_noah.mod.stamp Intel -[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/maximum_hourly_diagnostics.mod physics/CMakeFiles/ccppphys.dir/maximum_hourly_diagnostics.mod.stamp Intel -[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ozphys.mod physics/CMakeFiles/ccppphys.dir/ozphys.mod.stamp Intel -[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/rayleigh_damp.mod physics/CMakeFiles/ccppphys.dir/rayleigh_damp.mod.stamp Intel -[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/samfcnv_aerosols.mod physics/CMakeFiles/ccppphys.dir/samfcnv_aerosols.mod.stamp Intel -[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/samfdeepcnv.mod physics/CMakeFiles/ccppphys.dir/samfdeepcnv.mod.stamp Intel -[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/samfshalcnv.mod physics/CMakeFiles/ccppphys.dir/samfshalcnv.mod.stamp Intel -[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/sfc_cice.mod physics/CMakeFiles/ccppphys.dir/sfc_cice.mod.stamp Intel -[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag.mod physics/CMakeFiles/ccppphys.dir/sfc_diag.mod.stamp Intel -[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag_post.mod physics/CMakeFiles/ccppphys.dir/sfc_diag_post.mod.stamp Intel -[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/sfc_diff.mod physics/CMakeFiles/ccppphys.dir/sfc_diff.mod.stamp Intel -[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/sfc_ocean.mod physics/CMakeFiles/ccppphys.dir/sfc_ocean.mod.stamp Intel -[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/sfc_sice.mod physics/CMakeFiles/ccppphys.dir/sfc_sice.mod.stamp Intel -[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_gscond.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_gscond.mod.stamp Intel -[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_precpd.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_precpd.mod.stamp Intel -[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_physics_cap.mod.stamp Intel -[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def.mod physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel -[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef.mod physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel -[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX-I -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols.mod physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel [ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_post.mod.stamp Intel [ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_mp_radar.mod physics/CMakeFiles/ccppphys.dir/module_mp_radar.mod.stamp Intel -[ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson.mod.stamp Intel -[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def.mod physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel +[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef.mod physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel +[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols.mod physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel +[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_astronomy.mod physics/CMakeFiles/ccppphys.dir/module_radiation_astronomy.mod.stamp Intel -[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_microphysics.mod physics/CMakeFiles/ccppphys.dir/module_microphysics.mod.stamp Intel -[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_clouds.mod physics/CMakeFiles/ccppphys.dir/module_radiation_clouds.mod.stamp Intel -[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ozne_def.mod physics/CMakeFiles/ccppphys.dir/ozne_def.mod.stamp Intel -[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_gases.mod physics/CMakeFiles/ccppphys.dir/module_radiation_gases.mod.stamp Intel -[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/radcons.mod physics/CMakeFiles/ccppphys.dir/radcons.mod.stamp Intel -[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_pre.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_rad_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_rad_reset.mod.stamp Intel -[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_avplank.mod physics/CMakeFiles/ccppphys.dir/module_radlw_avplank.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_cldprlw.mod physics/CMakeFiles/ccppphys.dir/module_radlw_cldprlw.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb01.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb01.mod.stamp Intel @@ -15822,20 +8026,20 @@ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb15.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb15.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb16.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radlw_ref.mod.stamp Intel -[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw.mod.stamp Intel -[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_post.mod.stamp Intel -[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_surface.mod physics/CMakeFiles/ccppphys.dir/module_radiation_surface.mod.stamp Intel -[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_pre.mod.stamp Intel -[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_cldprtb.mod physics/CMakeFiles/ccppphys.dir/module_radsw_cldprtb.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb16.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb17.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb17.mod.stamp Intel @@ -15853,123 +8057,123 @@ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb29.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb29.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radsw_ref.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_sflux.mod physics/CMakeFiles/ccppphys.dir/module_radsw_sflux.mod.stamp Intel -[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw.mod.stamp Intel -[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_post.mod.stamp Intel -[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_pre.mod.stamp Intel -[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod.stamp Intel -[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_stochastics.mod physics/CMakeFiles/ccppphys.dir/gfs_stochastics.mod.stamp Intel -[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod.stamp Intel -[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/aerinterp.mod physics/CMakeFiles/ccppphys.dir/aerinterp.mod.stamp Intel -[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/h2o_def.mod physics/CMakeFiles/ccppphys.dir/h2o_def.mod.stamp Intel -[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/h2ointerp.mod physics/CMakeFiles/ccppphys.dir/h2ointerp.mod.stamp Intel -[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/iccn_def.mod physics/CMakeFiles/ccppphys.dir/iccn_def.mod.stamp Intel -[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/iccninterp.mod physics/CMakeFiles/ccppphys.dir/iccninterp.mod.stamp Intel -[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ozinterp.mod physics/CMakeFiles/ccppphys.dir/ozinterp.mod.stamp Intel -[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_phys_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_phys_time_vary.mod.stamp Intel -[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_rad_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_rad_time_vary.mod.stamp Intel -[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_setup.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_setup.mod.stamp Intel -[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_time_vary_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_time_vary_pre.mod.stamp Intel -[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod.stamp Intel -[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_cap.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build -[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdif.mod physics/CMakeFiles/ccppphys.dir/satmedmfvdif.mod.stamp Intel -[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod.stamp Intel -[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod.stamp Intel -[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod.stamp Intel -[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod.stamp Intel -[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build -[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_typedefs.mod physics/CMakeFiles/ccppphys.dir/ccpp_typedefs.mod.stamp Intel -[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys_mod.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys_mod.mod.stamp Intel -[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/fv_sat_adj.mod physics/CMakeFiles/ccppphys.dir/fv_sat_adj.mod.stamp Intel -[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod.stamp Intel -[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/h2ophys.mod physics/CMakeFiles/ccppphys.dir/h2ophys.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ozphys_2015.mod physics/CMakeFiles/ccppphys.dir/ozphys_2015.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod.stamp Intel -[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod.stamp Intel -[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +[ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod.stamp Intel -[ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +[ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod.stamp Intel -[ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_cap.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build @@ -15977,12 +8181,12 @@ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build -[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90 -o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90 -o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_data.mod physics/CMakeFiles/ccppphys.dir/ccpp_data.mod.stamp Intel -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o.provides.build -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o.provides.build +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build @@ -16031,8 +8235,8 @@ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build -[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_multi_gases_mod.mod physics/CMakeFiles/ccppphys.dir/ccpp_multi_gases_mod.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build @@ -16088,123 +8292,123 @@ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build [ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/sfccyc_module.mod physics/CMakeFiles/ccppphys.dir/sfccyc_module.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/sso_coorde.mod physics/CMakeFiles/ccppphys.dir/sso_coorde.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o.provides.build -[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o [ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -no-prec-div -no-prec-sqrt -xCORE-AVX2 -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O2 -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O2 -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o [100%] Linking Fortran static library libccppphys.a -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 -/usr/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 +/usr/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /usr/bin/ranlib libccppphys.a -make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_progress_start /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -S/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -B/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_progress_start /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_progress_start /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -S/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp -B/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_progress_start /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_depends "Unix Makefiles" /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_depends "Unix Makefiles" /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make[3]: Nothing to be done for `framework/src/CMakeFiles/ccpp.dir/build'. -make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' [ 2%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_depends "Unix Makefiles" /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_depends "Unix Makefiles" /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make[3]: Nothing to be done for `physics/CMakeFiles/ccppphys.dir/build'. -make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_progress_start /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_progress_start /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make[2]: Nothing to be done for `preinstall'. -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' Install the project... /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -P cmake_install.cmake -- Install configuration: "Release" --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/libccpp.a --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config.cmake --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config-release.cmake --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_types.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_api.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/libccppphys.a --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config.cmake --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config-release.cmake --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/gfs_typedefs.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_cloud_optics.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_optical_props.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_typedefs.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_gas_concentrations.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/machine.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_source_functions.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/module_radlw_parameters.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/module_radsw_parameters.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -+ test -d /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -+ test -d /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs ; \ -exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" all +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib/libccpp.a +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config.cmake +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config-release.cmake +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_types.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_api.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib/libccppphys.a +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config.cmake +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config-release.cmake +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/gfs_typedefs.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/mo_cloud_optics.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/mo_optical_props.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_typedefs.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/mo_gas_concentrations.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/machine.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/mo_source_functions.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/module_radlw_parameters.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/module_radsw_parameters.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' ++ test -d /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include ++ test -d /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs ; \ +exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" all Currently Loaded Modules: 1) lsf/10.1 10) zlib/1.2.11 19) ip/3.3.3 @@ -16219,213 +8423,213 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 @@ -16513,18 +8717,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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' -test -d /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" into /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL on wcoss -cp -fp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3"/conf/modules.fv3 -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" nemsinstall +mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs' +test -d /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL +Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" into /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL on wcoss +cp -fp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3"/conf/modules.fv3 +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" nemsinstall Currently Loaded Modules: 1) lsf/10.1 10) zlib/1.2.11 19) ip/3.3.3 @@ -16539,53 +8743,53 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' -gmake -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' +gmake -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -c module_cap_cpl.F90 +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics' +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/mersenne_twister.o physics/namelist_soilveg.o physics/physparam.o physics/set_soilveg.o physics/noahmp_tables.o physics/GFDL_parse_tracers.o physics/physcons.o CCPP_layer/CCPP_data.o ../ccpp/physics/ccpp_static_api.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_restart.o ar: creating libgfsphys.a a - physics/mersenne_twister.o @@ -16601,65 +8805,65 @@ a - GFS_layer/GFS_abstraction_layer.o a - GFS_layer/GFS_diagnostics.o a - GFS_layer/GFS_driver.o a - GFS_layer/GFS_restart.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' -gmake -C ccpp/driver FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics' +gmake -C ccpp/driver FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build CCPP layer ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver' Build CCPP layer ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP CCPP_driver.F90 > CCPP_driver.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver' +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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP CCPP_driver.F90 > CCPP_driver.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o ar rv libccppdriver.a CCPP_driver.o ar: creating libccppdriver.a a - CCPP_driver.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' -gmake -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver' +gmake -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd' -gmake -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd' +gmake -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include] -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include] -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -c module_fv3_io_def.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nemsio/2.5.2/include -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -c module_wrt_grid_comp.F90 +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -c module_fv3_io_def.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nemsio/2.5.2/include -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 @@ -16672,65 +8876,65 @@ 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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -c model/fv_arrays.F90 -o model/fv_arrays.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -16776,52 +8980,52 @@ 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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/stochastic_physics' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/stochastic_physics' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/stochastic_physics' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/stochastic_physics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c kinddef.F90 -o kinddef.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c glats_stochy.f -o glats_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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c mpi_wrapper.F90 -o mpi_wrapper.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c halo_exchange.fv3.F90 -o halo_exchange.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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c lndp_apply_perts.F90 -o lndp_apply_perts.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/stochastic_physics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c kinddef.F90 -o kinddef.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c glats_stochy.f -o glats_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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c mpi_wrapper.F90 -o mpi_wrapper.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c halo_exchange.fv3.F90 -o halo_exchange.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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c lndp_apply_perts.F90 -o lndp_apply_perts.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 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 plumes.o kinddef.o mpi_wrapper.o halo_exchange.fv3.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 cellular_automata_global.o cellular_automata_sgs.o update_ca.o lndp_apply_perts.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -16858,25 +9062,25 @@ a - cellular_automata_global.o a - cellular_automata_sgs.o a - update_ca.o a - lndp_apply_perts.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/stochastic_physics' -gmake -C stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/stochastic_physics' +gmake -C stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 io ... $ESMF_INC is [-I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include] -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I ../../stochastic_physics -I../ccpp/physics -I../ccpp/build/physics -I../atmos_cubed_sphere -c stochastic_physics_wrapper.F90 -o stochastic_physics_wrapper.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/stochastic_physics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I ../../stochastic_physics -I../ccpp/physics -I../ccpp/build/physics -I../atmos_cubed_sphere -c stochastic_physics_wrapper.F90 -o stochastic_physics_wrapper.o ar rv libstochastic_physics_wrapper.a stochastic_physics_wrapper.o ar: creating libstochastic_physics_wrapper.a a - stochastic_physics_wrapper.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 @@ -16884,24 +9088,24 @@ 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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' -gmake esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' +gmake esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' -Installation into "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' +Installation into "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' -test -d /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -rm -fr /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/exec -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="wcoss_dell_p3" ; \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' +test -d /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL +rm -fr /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/exec +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="wcoss_dell_p3" ; \ set -e ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface ; \ -./compile.sh --platform wcoss_dell_p3 --fms-dir "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface ; \ +./compile.sh --platform wcoss_dell_p3 --fms-dir "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL" Currently Loaded Modules: 1) lsf/10.1 10) zlib/1.2.11 19) ip/3.3.3 @@ -16916,9 +9120,9 @@ Currently Loaded Modules: -Will use FMS from: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL +Will use FMS from: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL ++ pwd -+ BASEDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface ++ BASEDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface + MACHINE_ID=wcoss_dell_p3 + COMPILE_OPTION=wcoss_dell_p3-intel.mk + DEBUG= @@ -16933,256 +9137,256 @@ MOM6 compile.sh ... DEBUG=, REPRO=1 + [[ 1 == 1 ]] + echo 'compile MOM6 library ...' compile MOM6 library ... -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface + mkdir -p build/intel/MOM6_LIB/repro + cd build/intel/MOM6_LIB/repro + [[ -f path_names ]] + rm -f path_names + echo 'generating file_paths ...' generating file_paths ... -+ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/mkmf/bin/list_paths /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 ++ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/mkmf/bin/list_paths /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 A list of the files you checked out is in the file path_names. + echo 'generating makefile ...' generating makefile ... -+ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/mkmf/bin/mkmf -t /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/mkmf/templates/wcoss_dell_p3-intel.mk -p lib_ocean.a -o -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL path_names ++ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/mkmf/bin/mkmf -t /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/mkmf/templates/wcoss_dell_p3-intel.mk -p lib_ocean.a -o -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL path_names ........................................................................................................................................................................................................................................... Makefile is ready. + echo 'compiling MOM6 library...' compiling MOM6 library... + make NETCDF=4 REPRO=1 DEBUG= lib_ocean.a -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_error_handler.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_array_transform.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_coms.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_cpu_clock.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_time_manager.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_document.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_string_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_file_parser.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_domains.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_hor_index.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_linear.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_TFreeze.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_unit_scaling.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_solvers.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/polynomial_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_edge_values.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PLM_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PPM_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PQM_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P1M_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P3M_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_interp.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_hycom.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_checksums.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_math.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_grid.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_dyn_horgrid.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_verticalGrid.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_io.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_safe_alloc.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_vkernels.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PCM_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_remapping.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_debugging.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_variables.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_consts.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_zlike.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_sigma.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_rho.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_slight.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_adapt.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_regridding.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_remap.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_manager_wrapper.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_mediator.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_opacity.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_spatial_means.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_forcing_type.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_get_input.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_transform_FMS.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_restart.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_params.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_registry.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_open_boundary.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_sponge.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_horizontal_regridding.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/tracer_example.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_diabatic.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/DOME_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ISOMIP_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/RGC_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_Z_init.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ideal_age_example.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dye_example.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/oil_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/advection_test_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dyed_obc_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_interface_heights.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_ALE.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_generic_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/pseudo_salt_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/boundary_impulse_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_flow_control.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_surface_forcing.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_grid_initialize.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_random.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/baroclinic_zone_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/RGC_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_transcribe_grid.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_structure.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_checksum_packages.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_wave_interface.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_isopycnal_slopes.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_intrinsic_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_background.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_change_diffusivity.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_speed.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_neutral_diffusion.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_hor_diff.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_unit_tests.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_barotropic.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/tidal_bay_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Kelvin_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/shelfwave_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_channel_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_boundary_update.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_coord_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_diagnostics.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity_PPM.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_CoriolisAdv.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_Montgomery.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_PointAccel.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_split_RK2.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_shared_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/ISOMIP_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/benchmark_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Neverland_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME2d_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/sloshing_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/seamount_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Phillips_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dense_water_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_fixed_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/circle_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/lock_exchange_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/external_gwave_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/adjustment_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Rossby_front_2d_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/SCM_CVMix_tests.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/supercritical_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/soliton_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_state_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_sum_output.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_advect.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_aux.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_main.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_constants.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_marine_ice.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/user_shelf_init.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_revise_forcing.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_surface_forcing.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_controlled_forcing.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Idealized_Hurricane.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_write_cputime.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_error_handler.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_array_transform.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_coms.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_cpu_clock.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_time_manager.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_document.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_string_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_file_parser.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_domains.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_hor_index.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_linear.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_TFreeze.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_unit_scaling.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_solvers.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/polynomial_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_edge_values.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PLM_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PPM_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PQM_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P1M_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P3M_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_interp.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_hycom.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_checksums.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_math.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_grid.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_dyn_horgrid.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_verticalGrid.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_io.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_safe_alloc.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_vkernels.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PCM_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_remapping.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_debugging.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_variables.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_consts.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_zlike.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_sigma.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_rho.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_slight.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_adapt.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_regridding.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_remap.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_manager_wrapper.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_mediator.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_opacity.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_spatial_means.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_forcing_type.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_get_input.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_transform_FMS.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_restart.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_params.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_registry.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_open_boundary.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_sponge.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_horizontal_regridding.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/tracer_example.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_diabatic.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/DOME_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ISOMIP_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/RGC_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_Z_init.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ideal_age_example.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dye_example.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/oil_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/advection_test_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dyed_obc_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_interface_heights.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_ALE.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_generic_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/pseudo_salt_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/boundary_impulse_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_flow_control.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_surface_forcing.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_grid_initialize.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_random.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/baroclinic_zone_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/RGC_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_transcribe_grid.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_structure.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_checksum_packages.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_wave_interface.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_isopycnal_slopes.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_intrinsic_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_background.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_change_diffusivity.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_speed.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_neutral_diffusion.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_hor_diff.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_unit_tests.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_barotropic.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/tidal_bay_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/Kelvin_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/shelfwave_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_channel_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_boundary_update.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_coord_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_diagnostics.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity_PPM.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_CoriolisAdv.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_Montgomery.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_PointAccel.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_split_RK2.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_shared_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/ISOMIP_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/benchmark_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/Neverland_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME2d_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/sloshing_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/seamount_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/Phillips_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/dense_water_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_fixed_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/circle_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/lock_exchange_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/external_gwave_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/adjustment_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/Rossby_front_2d_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/SCM_CVMix_tests.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/supercritical_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/soliton_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_state_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_sum_output.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_advect.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_aux.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_main.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_constants.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_marine_ice.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/user_shelf_init.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_revise_forcing.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_surface_forcing.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_controlled_forcing.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/Idealized_Hurricane.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_write_cputime.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -O2 -debug minimal -fp-model source -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_cpu_clock.o MOM_checksums.o gsw_mod_gibbs_ice_coefficients.o MOM_array_transform.o cvmix_math.o dumbbell_surface_forcing.o user_initialization.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o MOM_random.o ocean_da_types.o baroclinic_zone_initialization.o MOM_ice_shelf_dynamics.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_open_boundary.o MOM_set_viscosity.o MOM_tracer_hor_diff.o cvmix_shear.o MOM_full_convection.o MOM_regularize_layers.o MOM_string_functions.o mom_ocean_model_nuopc.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o gsw_chem_potential_water_t_exact.o MOM_transform_FMS.o PLM_functions.o MOM_EOS.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_state_initialization.o coord_rho.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_safe_alloc.o MOM_restart.o MOM_coord_initialization.o MOM_intrinsic_functions.o MOM_continuity.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o MOM_OCMIP2_CFC.o gsw_ct_freezing_exact.o MOM_time_manager.o MOM_diag_manager_wrapper.o MOM_obsolete_params.o regrid_interp.o MOM_checksum_packages.o dumbbell_initialization.o MOM_EOS_NEMO.o MOM_CVMix_conv.o MOM_dyn_horgrid.o gsw_mod_freezing_poly_coefficients.o gsw_pt0_from_t.o MOM_wave_structure.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o MOM_unit_scaling.o tidal_bay_initialization.o MOM_EOS_Wright.o gsw_gibbs.o PPM_functions.o user_change_diffusivity.o supercritical_initialization.o MOM_tracer_registry.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o coord_zlike.o gsw_gibbs_ice.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_MEKE_types.o MOM_error_handler.o MOM_CVMix_ddiff.o MOM_PointAccel.o gsw_gibbs_pt0_pt0.o gsw_pt_from_ct.o dyed_channel_initialization.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o gsw_t_freezing_exact.o regrid_consts.o MOM_diag_mediator.o MOM_thickness_diffuse.o gsw_rho_second_derivatives.o MOM_file_parser.o MOM_wave_speed.o ISOMIP_initialization.o MOM_unit_tests.o polynomial_functions.o MOM_offline_main.o ideal_age_example.o user_shelf_init.o DOME_initialization.o MOM_set_diffusivity.o gsw_rho_first_derivatives.o gsw_specvol_first_derivatives.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o MOM_neutral_diffusion.o BFB_surface_forcing.o coord_sigma.o write_ocean_obs.o advection_test_tracer.o dyed_obcs_initialization.o pseudo_salt_tracer.o MOM_EOS_UNESCO.o seamount_initialization.o MOM_dynamics_unsplit.o MOM_PressureForce.o MOM_verticalGrid.o MOM_diagnostics.o gsw_mod_toolbox.o gsw_mod_specvol_coefficients.o MOM_regridding.o MOM_boundary_update.o MOM_barotropic.o coord_adapt.o MOM_forcing_type.o soliton_initialization.o MOM_tracer_Z_init.o Kelvin_initialization.o MOM_controlled_forcing.o MOM_bulk_mixed_layer.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o gsw_sr_from_sp.o MOM_shared_initialization.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_lateral_boundary_diffusion.o MOM_generic_tracer.o MOM_bkgnd_mixing.o MOM_kappa_shear.o circle_obcs_initialization.o MOM_ALE_sponge.o gsw_entropy_part.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o MOM_ice_shelf_state.o P1M_functions.o gsw_mod_teos10_constants.o MOM_ALE.o MOM_PressureForce_analytic_FV.o boundary_impulse_tracer.o MOM_lateral_mixing_coeffs.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o Idealized_Hurricane.o MOM_diag_remap.o gsw_mod_kinds.o MOM_write_cputime.o MOM_domains.o Neverland_initialization.o MOM_sponge.o MOM_tidal_mixing.o oil_tracer.o MOM_continuity_PPM.o MOM.o gsw_pt_from_t.o dense_water_initialization.o MOM_entrain_diffusive.o MOM_EOS_linear.o Phillips_initialization.o MOM_internal_tide_input.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o MOM_marine_ice.o MOM_debugging.o kdtree.o gsw_rho.o MOM_document.o dyed_obc_tracer.o MOM_variables.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o adjustment_initialization.o MOM_constants.o MOM_tracer_flow_control.o MOM_coms.o shelfwave_initialization.o cvmix_background.o MOM_diabatic_driver.o gsw_ct_from_pt.o MOM_horizontal_regridding.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_remapping.o MOM_spatial_means.o benchmark_initialization.o lock_exchange_initialization.o dye_example.o MOM_io.o RGC_tracer.o MOM_ice_shelf.o mom_surface_forcing_nuopc.o cvmix_ddiff.o cvmix_tidal.o gsw_specvol_second_derivatives.o gsw_ct_freezing_poly.o MOM_obsolete_diagnostics.o MOM_sum_output.o MOM_PressureForce_Montgomery.o MOM_isopycnal_slopes.o gsw_t_deriv_chem_potential_water_t_exact.o ar: creating lib_ocean.a a - cvmix_utils.o @@ -17418,25 +9622,25 @@ a - MOM_sum_output.o a - MOM_PressureForce_Montgomery.o a - MOM_isopycnal_slopes.o a - gsw_t_deriv_chem_potential_water_t_exact.o -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' + echo 'compiling MOM6 library successful' compiling MOM6 library successful + echo 'compiling MOM6 library done' compiling MOM6 library done -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface + mkdir -p exec/wcoss_dell_p3/ -+ ln -s /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro exec/wcoss_dell_p3/lib_ocean ++ ln -s /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro exec/wcoss_dell_p3/lib_ocean + [[ 0 == 1 ]] + echo ================================================== ================================================== + [[ 0 == 1 ]] + echo 'Next recommended step is to rejoice out of happiness from a successful compile.' Next recommended step is to rejoice out of happiness from a successful compile. -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface ; \ - exec gmake -f makefile.nuopc COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="wcoss_dell_p3" \ - "FMSDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" \ - "NEMSMOMDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3" \ - "INSTALLDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" install +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface ; \ + exec gmake -f makefile.nuopc COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="wcoss_dell_p3" \ + "FMSDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL" \ + "NEMSMOMDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3" \ + "INSTALLDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" install Currently Loaded Modules: 1) lsf/10.1 10) zlib/1.2.11 19) ip/3.3.3 @@ -17451,11 +9655,11 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface' -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/usrx/local/nceplibs/dev/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/time_utils.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/usrx/local/nceplibs/dev/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_methods.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/usrx/local/nceplibs/dev/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_time.F90 -mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/usrx/local/nceplibs/dev/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap.F90 +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface' +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/usrx/local/nceplibs/dev/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/time_utils.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/usrx/local/nceplibs/dev/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_methods.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/usrx/local/nceplibs/dev/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_time.F90 +mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_O -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/usrx/local/nceplibs/dev/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap.F90 ar rv libmom.a mom_cap.o time_utils.o mom_cap_methods.o mom_cap_time.o ar: creating libmom.a a - mom_cap.o @@ -17463,17 +9667,17 @@ a - time_utils.o a - mom_cap_methods.o a - mom_cap_time.o rm -f mom6.mk.install -mkdir -p /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -cp -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean/lib_ocean.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -cp -f libmom.a mom_cap_mod.mod /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -cp -f mom6.mk.install /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface' -test -d "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" -test -s "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +mkdir -p /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean/lib_ocean.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f libmom.a mom_cap_mod.mod /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f mom6.mk.install /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface' +test -d "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" +test -s "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="wcoss" SYSTEM_USERDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="wcoss" SYSTEM_USERDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.libcice Currently Loaded Modules: @@ -17491,14 +9695,14 @@ Currently Loaded Modules: CICE6 ./comp_ice.backend.libcice: ARCH = wcoss_dell_p3_intel CICE6 ./comp_ice.backend.libcice: DEBUG = false -CICE6 ./comp_ice.backend.libcice: EXEDIR = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.libcice: OBJDIR = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.libcice: MAKEFILE = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.libcice: MACROSFILE = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.wcoss_dell_p3_intel -CICE6 ./comp_ice.backend.libcice: DEPFILE = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/makdep.c +CICE6 ./comp_ice.backend.libcice: EXEDIR = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.libcice: OBJDIR = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.libcice: MAKEFILE = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.libcice: MACROSFILE = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.wcoss_dell_p3_intel +CICE6 ./comp_ice.backend.libcice: DEPFILE = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/makdep.c CICE6 ./comp_ice.backend.libcice: ESMFMKFILE = /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -rm: cannot remove '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk': No such file or directory -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm: cannot remove ‘/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk’: No such file or directory +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' Building dependency for icepack_zsalinity.d Building dependency for icepack_zbgc_shared.d Building dependency for icepack_zbgc.d @@ -17591,107 +9795,107 @@ Building dependency for cice_wrapper_mod.d Building dependency for CICE_RunMod.d Building dependency for CICE_InitMod.d Building dependency for CICE_FinalMod.d -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_kinds.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_warnings.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_parameters.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_tracers.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mushy_physics.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_itd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_fsd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mechred.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_wavefracspec.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_orbital.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_shortwave.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_brine.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_aerosol.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_algae.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zsalinity.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_atmo.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_ocean.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_bl99.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_0layer.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_mushy.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_isotope.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_age.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_firstyear.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_flux.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_cesm.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_lvl.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_topo.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_vertical.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_itd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_intfc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_kinds_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_fileunits.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_exit.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_communicate.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_constants.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_broadcast.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_domain_size.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_blocks.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_spacecurve.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_distribution.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_gather_scatter.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_reprosum.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_global_reductions.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_boundary.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_domain.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_timers.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_FinalMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_arrays_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_state.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_calendar.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_read_write.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_scam.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_grid.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp_1d.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_restart.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_eap.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_mechred.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_pond.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_drag.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_fsd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_history_write.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_remap.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_driver.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restoring.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_init.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_init_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restart_driver.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_InitMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/cice_wrapper_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_step_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_RunMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_shr_methods.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_import_export.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 -mpiicc -c -O2 -fp-model precise -xHost -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_shr_reprosum86.c -ar -r /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o -ar -r /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o -ar: creating /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -test -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/esmf ; \ -export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_dell_p3" ; \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_kinds.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_warnings.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_parameters.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_tracers.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mushy_physics.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_itd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_fsd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mechred.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_wavefracspec.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_orbital.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_shortwave.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_brine.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_aerosol.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_algae.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zsalinity.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_atmo.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_ocean.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_bl99.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_0layer.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_mushy.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_isotope.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_age.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_firstyear.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_flux.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_cesm.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_lvl.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_topo.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_vertical.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_itd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_intfc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_kinds_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_fileunits.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_exit.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_communicate.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_constants.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_broadcast.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_domain_size.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_blocks.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_spacecurve.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_distribution.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_gather_scatter.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_reprosum.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_global_reductions.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_boundary.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_domain.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_timers.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_FinalMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_arrays_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_state.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_calendar.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_read_write.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_scam.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_grid.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp_1d.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_restart.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_eap.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_mechred.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_pond.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_drag.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_fsd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_history_write.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_remap.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_driver.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restoring.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_init.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_init_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restart_driver.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_InitMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/cice_wrapper_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_step_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_RunMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_shr_methods.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_import_export.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O2 -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 +mpiicc -c -O2 -fp-model precise -xHost -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_shr_reprosum86.c +ar -r /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o +ar -r /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o +ar: creating /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +test -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/esmf ; \ +export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_dell_p3" ; \ exec gmake -j 1 WW3_COMP="wcoss_dell_p3" ww3_nemslibonly Currently Loaded Modules: @@ -17707,26 +9911,26 @@ Currently Loaded Modules: -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/esmf -+ export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL WW3_COMP=wcoss_dell_p3 -+ COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model -+ COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/esmf ++ export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/WW3_INSTALL WW3_COMP=wcoss_dell_p3 ++ COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model ++ COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/WW3_INSTALL + WW3_COMP=wcoss_dell_p3 + exec gmake -j 1 WW3_COMP=wcoss_dell_p3 ww3_nemslibonly -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/esmf' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/esmf' ***************************** *** WAVEWATCH III setup *** ***************************** -[INFO] local env file wwatch3.env found in /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/bin/wwatch3.env - Setup file /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/bin/wwatch3.env found +[INFO] local env file wwatch3.env found in /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/bin/wwatch3.env + Setup file /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/bin/wwatch3.env found Printer (listings) : auxiliary FORTRAN compiler : gfortran auxiliary C compiler : gcc - Source directory : /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model - Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/tmp + Source directory : /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model + Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/tmp Save source code : yes Save listings : yes @@ -17734,30 +9938,30 @@ gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s Compile auxiliary programs -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/aux' -gfortran -o /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/bin/w3adc w3adc.f -gfortran -o /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/bin/w3list w3list.f -gfortran -o /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/bin/w3prnt w3prnt.f -gfortran -o /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/bin/w3split w3split.f -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/aux' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/aux' +gfortran -o /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/bin/w3adc w3adc.f +gfortran -o /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/bin/w3list w3list.f +gfortran -o /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/bin/w3prnt w3prnt.f +gfortran -o /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/bin/w3split w3split.f +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/aux' Setup comp & link files - sed /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/bin/comp.tmpl => /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/bin/comp - sed /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/bin/link.tmpl => /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/bin/link + sed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/bin/comp.tmpl => /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/bin/comp + sed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/bin/link.tmpl => /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/bin/link Create required model subdirectories Finished setting up WAVEWATCH III -/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/bin/w3_make ww3_multi_esmf +/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/bin/w3_make ww3_multi_esmf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -17769,37 +9973,37 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/bin/switch +switch = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/bin/switch new directive controlled threading Checking all subroutines for modules (this may take a while) ... Processing ww3_multi_esmf --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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_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 w3arrymd ad3 : processing w3gsrumd ad3 : processing w3cspcmd -ad3 : processing w3arrymd ad3 : processing wmunitmd ad3 : processing scrip_remap_vars [no w3adc] ad3 : processing scrip_remap_conservative [no w3adc] -ad3 : processing scrip_remap_write [no w3adc] ad3 : processing scrip_remap_read [no w3adc] +ad3 : processing scrip_remap_write [no w3adc] ad3 : processing scrip_interface ad3 : processing w3gdatmd -ad3 : processing w3sbt1md -ad3 : processing wmscrpmd ad3 : processing w3odatmd ad3 : processing w3idatmd +ad3 : processing wmscrpmd +ad3 : processing w3sbt1md ad3 : processing w3dispmd ad3 : processing w3timemd ad3 : processing wmmdatmd @@ -17832,8 +10036,8 @@ ad3 : processing w3iorsmd ad3 : processing wmgridmd ad3 : processing w3iobcmd ad3 : processing wminiomd -ad3 : processing w3initmd ad3 : processing w3wavemd +ad3 : processing w3initmd ad3 : processing wmiopomd ad3 : processing wmwavemd ad3 : processing wminitmd @@ -17901,22 +10105,22 @@ 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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/esmf' -mkdir -p /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL -cp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/nuopc.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL/. -test -d "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL" -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="wcoss" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/esmf' +mkdir -p /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/WW3_INSTALL +cp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/nuopc.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/WW3_INSTALL/. +test -d "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/WW3_INSTALL" +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="wcoss" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ - . /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS ; \ - exec gmake COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="wcoss" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" \ - "INSTALLDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" install + . /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS ; \ + exec gmake COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="wcoss" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" \ + "INSTALLDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL" install Currently Loaded Modules: 1) lsf/10.1 10) zlib/1.2.11 19) ip/3.3.3 @@ -17945,10 +10149,10 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS' cd nems/util ;\ exec gmake -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/nems/util' mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/include -I. shr_kind_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/include -I. perf_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/include -I. shr_log_mod.F90 @@ -17985,10 +10189,10 @@ a - shr_mpi_mod.o a - shr_pio_mod.o a - shr_sys_mod.o a - glc_elevclass_mod.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/nems/util' cd mediator ;\ exec gmake INTERNAL_PIO_INIT=1 -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/mediator' mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/include -I../nems/util med_kind_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/include -I../nems/util med_constants_mod.F90 mpiifort -c -g -traceback -fp-model precise -O -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/include -I../nems/util med_utils_mod.F90 @@ -18048,34 +10252,34 @@ a - med_phases_ocnalb_mod.o a - med_phases_prep_rof_mod.o a - med_merge_mod.o a - med_map_mod.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/mediator' rm -f cmeps.mk.install -mkdir -p /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL -mkdir -p /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -cp -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/nems/util/libcmeps_util.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL -cp -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/mediator/libcmeps.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL -cp -f mediator/*.mod /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -cp -f nems/util/*.mod /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -cp -f cmeps.mk.install /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS' -test -d "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" -test -s "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" +mkdir -p /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL +mkdir -p /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include +cp -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/nems/util/libcmeps_util.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL +cp -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/mediator/libcmeps.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL +cp -f mediator/*.mod /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include +cp -f nems/util/*.mod /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include +cp -f cmeps.mk.install /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS' +test -d "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL" +test -s "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ccpp_mk="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk" ; echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" ; echo cice6_mk="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk" ; echo ww3_mk="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk" ; echo cmeps_mk="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ccpp_mk="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk" ; echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" ; echo cice6_mk="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk" ; echo ww3_mk="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk" ; echo cmeps_mk="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; do \ +for m in /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src ; \ +echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src ; \ gmake nems \ COMPONENTS="CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS" \ - CCPP_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL MOM6_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL CICE6_DIR= WW3_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL CMEPS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x" ; \ -test -x /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x + CCPP_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL MOM6_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL CICE6_DIR= WW3_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/WW3_INSTALL CMEPS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/exe/NEMS.x" ; \ +test -x /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/exe/NEMS.x Currently Loaded Modules: 1) lsf/10.1 10) zlib/1.2.11 19) ip/3.3.3 @@ -18090,15 +10294,15 @@ Currently Loaded Modules: -build NEMS after /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +build NEMS after /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk Components in linker order: CMEPS WW3 CICE6 MOM6 FV3 FMS CCPP -CMEPS: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -WW3: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk -CICE6: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -MOM6: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -FV3: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk -CCPP: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk +CMEPS: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +WW3: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk +CICE6: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +MOM6: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +FV3: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk +CCPP: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" @@ -18108,61 +10312,61 @@ CPPFLAGS += ESMF_VERSION_STRING="8.1.0 beta snapshot" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:42:40 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 07:53:42 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:42:40 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR_methods.tmp.f90 +‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 07:53:42 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:42:40 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 +‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 07:53:42 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:42:40 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR_SpaceWeather.tmp.f90 +‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 07:53:42 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:42:40 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_EARTH_INTERNAL_STATE.tmp.f90 +‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 07:53:42 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:42:40 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_EARTH_GRID_COMP.tmp.f90 +‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 07:53:42 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:42:40 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_INTERNAL_STATE.tmp.f90 +‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 07:53:42 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:42:40 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_GRID_COMP.tmp.f90 +‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 07:53:42 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:42:40 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_Rusage.tmp.f90 +‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 07:53:42 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:42:40 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_WW3=WMESMFMD -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 07:53:42 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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 /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nceppost/dceca26/lib/libnceppost.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nemsio/2.5.2/lib/libnemsio.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/g2/3.4.1/lib/libg2_4.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/g2tmpl/1.9.1/lib/libg2tmpl.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/bacio/2.4.1/lib/libbacio_4.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/sp/2.3.3/lib/libsp_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/w3emc/2.7.3/lib/libw3emc_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/w3nco/2.4.1/lib/libw3nco_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/crtm/2.3.0/lib/libcrtm.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/jasper/2.0.15/lib64/libjasper.a -lpng -lz -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/hdf5/1.10.6/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/zlib/1.2.11/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib -Wl,-rpath,/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -L/lib -qopenmp -lnetcdf extlibs is /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nceppost/dceca26/lib/libnceppost.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nemsio/2.5.2/lib/libnemsio.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/g2/3.4.1/lib/libg2_4.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/g2tmpl/1.9.1/lib/libg2tmpl.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/bacio/2.4.1/lib/libbacio_4.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/sp/2.3.3/lib/libsp_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/w3emc/2.7.3/lib/libw3emc_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/w3nco/2.4.1/lib/libw3nco_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/crtm/2.3.0/lib/libcrtm.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/jasper/2.0.15/lib64/libjasper.a -lpng -lz -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/hdf5/1.10.6/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/zlib/1.2.11/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib -Wl,-rpath,/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -L/lib -qopenmp -lnetcdf -mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/libcmeps.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/libcmeps_util.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/lib/libpiof.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/lib/libpioc.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/obj_HYB/libww3_multi_esmf.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/libcice6.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/libmom.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/lib_ocean.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libccppdriver.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics_wrapper.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/libfms.a -L/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nceppost/dceca26/lib/libnceppost.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nemsio/2.5.2/lib/libnemsio.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/g2/3.4.1/lib/libg2_4.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/g2tmpl/1.9.1/lib/libg2tmpl.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/bacio/2.4.1/lib/libbacio_4.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/sp/2.3.3/lib/libsp_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/w3emc/2.7.3/lib/libw3emc_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/w3nco/2.4.1/lib/libw3nco_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/crtm/2.3.0/lib/libcrtm.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/jasper/2.0.15/lib64/libjasper.a -lpng -lz -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/hdf5/1.10.6/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/zlib/1.2.11/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib -Wl,-rpath,/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -L/lib -qopenmp -lnetcdf +mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/libcmeps.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/libcmeps_util.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/lib/libpiof.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/lib/libpioc.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/obj_HYB/libww3_multi_esmf.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/libcice6.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/libmom.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/lib_ocean.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libccppdriver.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics_wrapper.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/libfms.a -L/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nceppost/dceca26/lib/libnceppost.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nemsio/2.5.2/lib/libnemsio.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/g2/3.4.1/lib/libg2_4.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/g2tmpl/1.9.1/lib/libg2tmpl.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/bacio/2.4.1/lib/libbacio_4.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/sp/2.3.3/lib/libsp_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/w3emc/2.7.3/lib/libw3emc_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/w3nco/2.4.1/lib/libw3nco_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/crtm/2.3.0/lib/libcrtm.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/jasper/2.0.15/lib64/libjasper.a -lpng -lz -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/hdf5/1.10.6/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/zlib/1.2.11/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib -Wl,-rpath,/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -L/lib -qopenmp -lnetcdf ld: skipping incompatible /lib/librt.so when searching for -lrt ld: skipping incompatible /lib/libdl.so when searching for -ldl ld: skipping incompatible /lib/libdl.so when searching for -ldl @@ -18177,131 +10381,131 @@ ld: skipping incompatible /lib/libc.so when searching for -lc jas_stream.c:(.text+0x994): warning: the use of `tmpnam' is dangerous, better use `mkstemp' ld: skipping incompatible /lib/libdl.so when searching for -ldl ld: skipping incompatible /lib/libc.so when searching for -lc -/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src' -set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x" "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/tests/fcst_2.exe" -+ cp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/tests/fcst_2.exe +/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src' +set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/exe/NEMS.x" "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/tests/fcst_2.exe" ++ cp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/tests/fcst_2.exe Will copy modules.nems and NEMS.x as fcst_2 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS' > "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS' > "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS Adding FV3 makeopts to FMS makeopts -/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" ; \ -rm -rf "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build" -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build -cat /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs ; \ - exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' +cd "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" ; \ +rm -rf "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build" ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp ++ rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build +cat /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs ; \ + exec gmake CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/conf/modules.fv3 -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs' +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/conf/modules.fv3 +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/stochastic_physics' (cd stochastic_physics && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/stochastic_physics' Cleaning io ... rm -f -f libstochastic_physics_wrapper.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/conf/configure.fv3 \ - /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/conf/modules.fv3 +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/conf/configure.fv3 \ + /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/conf/modules.fv3 set -e ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -cp -n /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ - . /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +cp -n /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="wcoss" SYSTEM_USERDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="wcoss" SYSTEM_USERDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.clean Currently Loaded Modules: @@ -18318,16 +10522,16 @@ Currently Loaded Modules: CICE6 ./comp_ice.backend.clean: ARCH = wcoss_dell_p3_intel -CICE6 ./comp_ice.backend.clean: EXEDIR = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.clean: OBJDIR = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.clean: MAKEFILE = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.clean: MACROSFILE = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.wcoss_dell_p3_intel +CICE6 ./comp_ice.backend.clean: EXEDIR = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.clean: OBJDIR = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.clean: MAKEFILE = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.clean: MACROSFILE = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.wcoss_dell_p3_intel CICE6 ./comp_ice.backend.clean: ESMFMKFILE = /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -f *.o *.d *.mod /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/esmf ; \ -export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_dell_p3" ; \ +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -f *.o *.d *.mod /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/esmf ; \ +export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_dell_p3" ; \ export ESMFMKFILE=/dev/null ; \ exec gmake distclean @@ -18344,39 +10548,39 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/esmf' -\rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/exe/ww3_multi_esmf *.o *.mod -/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/bin/w3_clean -c +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/esmf' +\rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/exe/ww3_multi_esmf *.o *.mod +/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/bin/w3_clean -c ***************************** *** WAVEWATCH III clean *** ***************************** - Clean up /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/tmp - Clean up /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/bin - Clean up /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/ftn - Clean up /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/aux - Remove /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/mod - Remove /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/mod_HYB - Remove /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/obj - Remove /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/obj_HYB - Remove /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/tmp - Clean up /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/bin - Remove /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/exe - Clean up /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/../regtests -\rm -fr /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/tmp -\rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/bin/wwatch3.env -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model/esmf' -cd "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/model" ; \ + Clean up /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/tmp + Clean up /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/bin + Clean up /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/ftn + Clean up /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/aux + Remove /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/mod + Remove /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/mod_HYB + Remove /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/obj + Remove /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/obj_HYB + Remove /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/tmp + Clean up /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/bin + Remove /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/exe + Clean up /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/../regtests +\rm -fr /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/tmp +\rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/bin/wwatch3.env +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/model/esmf' +cd "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -cp -n /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ - . /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="wcoss" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +cp -n /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="wcoss" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS ; \ exec gmake clean Currently Loaded Modules: @@ -18392,40 +10596,40 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS' cd mediator; \ exec gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/mediator' rm -f -f libcmeps.a *.i90 *.o *.mod -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/mediator' cd nems/util; \ exec gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/nems/util' rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod rm -f -f med_constants_mod.* -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS' -if ! test -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/nems/util' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS' +if ! test -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS" \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 WW3 CMEPS" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: CMEPS WW3 CICE6 MOM6 FV3 FMS CCPP -CMEPS: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -WW3: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk -CICE6: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src' -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing -MOM6: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -FV3: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk +CMEPS: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +WW3: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/WW3/WW3_INSTALL/nuopc.mk +CICE6: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src' +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing +MOM6: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +FV3: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" @@ -18437,15 +10641,15 @@ CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src' -Elapsed time 2421 seconds. Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y finished +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src' +Elapsed time 2240 seconds. Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y WW3=Y CMEPS=Y finished + SECONDS=0 + [[ 4 -lt 2 ]] -+ readonly PATHTR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 ++ readonly PATHTR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 + readonly BUILD_TARGET=wcoss_dell_p3 + BUILD_TARGET=wcoss_dell_p3 + readonly 'MAKE_OPT=CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y' @@ -18457,7 +10661,7 @@ Elapsed time 2421 seconds. Compiling CCPP=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_ + readonly clean_after=YES + clean_after=YES + hostname -m71a2 +m71a1 + echo 'Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y into fcst_3.exe on wcoss_dell_p3' Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y into fcst_3.exe on wcoss_dell_p3 + gnu_make=gmake @@ -18467,81 +10671,81 @@ Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupl + [[ wcoss_dell_p3 == stampede.* ]] + MAKE_THREADS=1 + [[ 1 -gt 1 ]] -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../NEMS ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y == *\C\C\P\P\=\Y* ]] + COMPONENTS=FMS,FV3,CCPP + set +ex Compiling suites FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled -/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/tests/compile.sh: line 85: MAKE_OPT: readonly variable +./compile.sh: line 85: MAKE_OPT: readonly variable Will copy modules.nems and NEMS.x as fcst_3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS DEBUG=Y Adding FV3 makeopts to FMS makeopts -/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" ; \ -rm -rf "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build" -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build +cd "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" ; \ +rm -rf "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build" ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp ++ rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build set -xue ; \ -export PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ +export PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean ; \ cd $PATH_CCPP ; \ -rm -rf "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib" ; \ -rm -rf "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include" ; \ -rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk -+ export PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model -+ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean +rm -rf "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib" ; \ +rm -rf "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include" ; \ +rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk ++ export PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp ++ PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model ++ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled --clean INFO: Logging level set to DEBUG INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Performing clean .... -DEBUG: Executing "rm -vf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_*_cap.F90 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_static_api.F90 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_STATIC_API.sh" -DEBUG: Execution of "rm -vf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_*_cap.F90 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_static_api.F90 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_STATIC_API.sh" returned with exit code 0 - stdout: "removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_static_api.F90' -removed '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_STATIC_API.sh'" +DEBUG: Executing "rm -vf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_*_cap.F90 /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_static_api.F90 /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_STATIC_API.sh" +DEBUG: Execution of "rm -vf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_*_cap.F90 /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_static_api.F90 /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_STATIC_API.sh" returned with exit code 0 + stdout: "removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_static_api.F90 +removed /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_STATIC_API.sh" stderr: "" INFO: CCPP prebuild clean completed successfully, exiting. -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib -+ rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -+ rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk -cat /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs ; \ - exec gmake CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp ++ rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib ++ rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include ++ rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk +cat /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs ; \ + exec gmake CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -18552,112 +10756,112 @@ 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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' -rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/conf/modules.fv3 -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs' +rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/conf/modules.fv3 +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/stochastic_physics' (cd stochastic_physics && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/stochastic_physics' Cleaning io ... rm -f -f libstochastic_physics_wrapper.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/conf/configure.fv3 \ - /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/conf/modules.fv3 -rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/conf/configure.fv3 \ + /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/conf/modules.fv3 +rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk set -e ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/src/MOM6/config_src/nems_cap/mom5.mk.install -rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems" "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/tests/modules.fcst_3" -+ cp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/tests/modules.fcst_3 -cp -n /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3_debug /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ - . /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/src/MOM6/config_src/nems_cap/mom5.mk.install +rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems" "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/tests/modules.fcst_3" ++ cp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/tests/modules.fcst_3 +cp -n /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3_debug /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="wcoss" SYSTEM_USERDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" DEBUG=Y ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="wcoss" SYSTEM_USERDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" DEBUG=Y ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.clean Currently Loaded Modules: @@ -18674,19 +10878,19 @@ Currently Loaded Modules: CICE6 ./comp_ice.backend.clean: ARCH = wcoss_dell_p3_intel -CICE6 ./comp_ice.backend.clean: EXEDIR = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.clean: OBJDIR = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.clean: MAKEFILE = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.clean: MACROSFILE = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.wcoss_dell_p3_intel +CICE6 ./comp_ice.backend.clean: EXEDIR = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.clean: OBJDIR = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.clean: MAKEFILE = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.clean: MACROSFILE = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.wcoss_dell_p3_intel CICE6 ./comp_ice.backend.clean: ESMFMKFILE = /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/lib/esmf.mk -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -f *.o *.d *.mod /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -cp -n /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3_debug /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ - . /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="wcoss" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -f *.o *.d *.mod /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +cp -n /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3_debug /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="wcoss" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS ; \ exec gmake clean Currently Loaded Modules: @@ -18702,44 +10906,44 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS' cd mediator; \ exec gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/mediator' rm -f -f libcmeps.a *.i90 *.o *.mod -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/mediator' cd nems/util; \ exec gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/nems/util' rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod rm -f -f med_constants_mod.* -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS' -rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL -rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -if ! test -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/nems/util' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS' +rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL +rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +if ! test -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 CMEPS" \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 CMEPS" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: CMEPS CICE6 MOM6 FV3 FMS CCPP -CMEPS: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src' -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk: component CMEPS makefile fragment is missing -CICE6: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing -MOM6: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing -FV3: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing +CMEPS: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src' +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk: component CMEPS makefile fragment is missing +CICE6: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing +MOM6: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk: component MOM6 makefile fragment is missing +FV3: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk: component CCPP makefile fragment is missing CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" @@ -18751,56 +10955,56 @@ CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src' -rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/components.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src' +rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/components.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/test_results.mk Will copy modules.nems and NEMS.x as fcst_3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS DEBUG=Y Adding FV3 makeopts to FMS makeopts -/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. -cp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3_debug /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems -set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems" "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/tests/modules.fcst_3" -+ cp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/tests/modules.fcst_3 -cp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/externals.nems -cp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems.csh" -/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS' +/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +cp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3_debug /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems +set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems" "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/tests/modules.fcst_3" ++ cp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/tests/modules.fcst_3 +cp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/externals.nems +cp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems.csh" +/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS' -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +) > "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS' +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -xue ; \ -export PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model ; \ -$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ +export PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 ; \ +$PATH_CCPP/framework/scripts/ccpp_prebuild.py --config=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ; \ cd $PATH_CCPP ; \ -./build_ccpp.sh wcoss_dell_p3 "$PATH_CCPP" /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk \ - "CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp"" NO NO ; \ -test -d "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp"/include ; \ -test -d "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp"/lib +./build_ccpp.sh wcoss_dell_p3 "$PATH_CCPP" /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk \ + "CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp"" NO NO ; \ +test -d "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp"/include ; \ +test -d "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp"/lib Currently Loaded Modules: 1) lsf/10.1 15) esmf/8_1_0_beta_snapshot_27-debug @@ -18820,16 +11024,16 @@ Currently Loaded Modules: -+ export PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model -+ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled ++ export PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp ++ PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 ++ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/config/ccpp_prebuild_config.py --builddir=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 --debug --suites=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled INFO: Logging level set to DEBUG INFO: Found TYPEDEFS_NEW_METADATA dictionary in config, assume at least some data is in new metadata format INFO: Parsing suite definition files ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_coupled.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml ... -INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15p2_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_2017_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_2017_satmedmf_coupled.xml ... +INFO: Parsing suite definition file ccpp/suites/suite_FV3_GFS_v15p2_coupled.xml ... INFO: Parsing metadata tables for variables provided by host model ... DEBUG: Parsing file machine.F with registry OrderedDict([('machine', {})]) DEBUG: Module name: machine @@ -18855,20 +11059,20 @@ DEBUG: Module name: CCPP_typedefs DEBUG: Module variables: CCPP_interstitial_type DEBUG: Variables in derived type CCPP_interstitial_type: kappa_dry_for_fast_physics, cappa_moist_gas_constant_at_Lagrangian_surface, tendency_of_air_temperature_at_Lagrangian_surface, flag_for_inline_cloud_fraction_calculation, flag_for_fast_microphysics_energy_conservation, top_layer_index_for_fast_physics, flag_for_the_last_step_of_k_split_remapping, time_step_for_remapping_for_fast_physics, flag_for_tendency_of_air_temperature_at_Lagrangian_surface, atmosphere_energy_content_in_column, atmosphere_energy_content_at_Lagrangian_surface, ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind, flag_for_saturation_adjustment_for_microphysics_in_dynamics, starting_x_direction_index, ending_x_direction_index, starting_x_direction_index_domain, ending_x_direction_index_domain, starting_y_direction_index, ending_y_direction_index, starting_y_direction_index_domain, ending_y_direction_index_domain, pressure_thickness_at_Lagrangian_surface, thickness_at_Lagrangian_surface, cell_area_for_fast_physics, number_of_ghost_zones, vertical_dimension_for_fast_physics, vertical_dimension_for_fast_physics_plus_one, vertical_dimension_for_thickness_at_Lagrangian_surface, vertical_dimension_for_condensed_water_at_Lagrangian_surface, vertical_dimension_for_cappa_at_Lagrangian_surface, log_pressure_at_Lagrangian_surface, surface_geopotential_at_Lagrangian_surface, finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa, virtual_temperature_at_Lagrangian_surface, gas_tracers_for_multi_gas_physics_at_Lagrangian_surface, water_vapor_specific_humidity_at_Lagrangian_surface, cloud_liquid_water_specific_humidity_at_Lagrangian_surface, cloud_ice_specific_humidity_at_Lagrangian_surface, cloud_rain_specific_humidity_at_Lagrangian_surface, cloud_snow_specific_humidity_at_Lagrangian_surface, cloud_graupel_specific_humidity_at_Lagrangian_surface, cloud_fraction_at_Lagrangian_surface, cloud_condensed_water_specific_humidity_at_Lagrangian_surface, omp_threads_for_fast_physics, flag_for_hydrostatic_solver_for_fast_physics, number_of_water_species, number_of_gases_for_multi_gases_physics, gas_constants_for_multi_gases_physics, specific_heat_capacities_for_multi_gases_physics, mpi_rank_for_fast_physics, mpi_root_for_fast_physics INFO: Parsed variable definition tables in module CCPP_typedefs -DEBUG: Parsing file GFS_typedefs.F90 with registry OrderedDict([('GFS_typedefs', {'GFS_diag_type': [1256, 1510], 'GFS_control_type': [485, 1069], 'GFS_interstitial_type': [1520, 1927], 'GFS_tbd_type': [1122, 1194], 'GFS_sfcprop_type': [200, 363], 'GFS_coupling_type': [371, 476], 'GFS_statein_type': [152, 176], 'GFS_cldprop_type': [1202, 1210], 'GFS_data_type': [1939, 1949], 'GFS_radtend_type': [1218, 1248], 'GFS_grid_type': [1077, 1114], 'GFS_stateout_type': [184, 192], 'GFS_init_type': [101, 144]})]) +DEBUG: Parsing file GFS_typedefs.F90 with registry OrderedDict([('GFS_typedefs', {'GFS_diag_type': [1262, 1516], 'GFS_control_type': [485, 1075], 'GFS_interstitial_type': [1526, 1933], 'GFS_tbd_type': [1128, 1200], 'GFS_sfcprop_type': [200, 363], 'GFS_coupling_type': [371, 476], 'GFS_statein_type': [152, 176], 'GFS_cldprop_type': [1208, 1216], 'GFS_data_type': [1945, 1955], 'GFS_radtend_type': [1224, 1254], 'GFS_grid_type': [1083, 1120], 'GFS_stateout_type': [184, 192], 'GFS_init_type': [101, 144]})]) DEBUG: Module name: GFS_typedefs -DEBUG: Module variables: GFS_cldprop_type, GFS_control_type, GFS_coupling_type, GFS_data_type, GFS_diag_type, GFS_grid_type, GFS_interstitial_type, GFS_radtend_type, GFS_sfcprop_type, GFS_statein_type, GFS_stateout_type, GFS_tbd_type, extra_top_layer, netcdf_float_fillvalue, specific_heat_of_liquid_water_at_constant_pressure, specific_heat_of_dry_air_at_constant_pressure, specific_heat_of_water_vapor_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, minimum_value_of_specific_humidity, minimum_value_of_saturation_mixing_ratio, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gravitational_acceleration, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, pi, gas_constant_dry_air, gas_constant_water_vapor, temperature_at_zero_celsius, triple_point_temperature_of_water, minimum_sea_ice_concentration, air_temperature_lapse_rate_constant, joules_per_calorie_constant, sea_water_reference_density, stefan_boltzmann_constant, freezing_point_temperature_of_seawater, standard_atmospheric_pressure, liquid_water_density, specific_heat_of_ice_at_constant_pressure -DEBUG: Variables in derived type GFS_diag_type: sw_fluxes_top_atmosphere, lw_fluxes_top_atmosphere, surface_runoff, cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep, cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep, cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep, cumulative_transpiration_flux_multiplied_by_timestep, cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep, cumulative_surface_snow_area_fraction_multiplied_by_timestep, soil_moisture_content, minimum_temperature_at_2m, maximum_temperature_at_2m, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep, integrated_x_momentum_flux_from_large_scale_gwd, integrated_y_momentum_flux_from_large_scale_gwd, integrated_x_momentum_flux_from_blocking_drag, integrated_y_momentum_flux_from_blocking_drag, integrated_x_momentum_flux_from_small_scale_gwd, integrated_y_momentum_flux_from_small_scale_gwd, integrated_x_momentum_flux_from_form_drag, integrated_y_momentum_flux_from_form_drag, x_momentum_tendency_from_large_scale_gwd, y_momentum_tendency_from_large_scale_gwd, x_momentum_tendency_from_blocking_drag, y_momentum_tendency_from_blocking_drag, x_momentum_tendency_from_small_scale_gwd, y_momentum_tendency_from_small_scale_gwd, x_momentum_tendency_from_form_drag, y_momentum_tendency_from_form_drag, accumulated_lwe_thickness_of_precipitation_amount, accumulated_lwe_thickness_of_ice_amount, accumulated_lwe_thickness_of_snow_amount, accumulated_lwe_thickness_of_graupel_amount, accumulated_lwe_thickness_of_precipitation_amount_in_bucket, accumulated_lwe_thickness_of_ice_amount_in_bucket, accumulated_lwe_thickness_of_snow_amount_in_bucket, accumulated_lwe_thickness_of_graupel_amount_in_bucket, accumulated_change_of_air_temperature_due_to_FA_scheme, cumulative_surface_ground_heat_flux_multiplied_by_timestep, cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep, cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep, duration_of_sunshine, total_runoff, cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep, cumulative_cloud_work_function, time_integral_of_x_stress_due_to_gravity_wave_drag, time_integral_of_y_stress_due_to_gravity_wave_drag, cumulative_surface_pressure_multiplied_by_timestep, cumulative_lwe_thickness_of_convective_precipitation_amount, cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket, minimum_specific_humidity_at_2m, maximum_specific_humidity_at_2m, maximum_x_wind_at_10m, maximum_y_wind_at_10m, maximum_wind_at_10m, maximum_u_wind_at_10m_over_maximum_hourly_time_interval, maximum_v_wind_at_10m_over_maximum_hourly_time_interval, maximum_wind_at_10m_over_maximum_hourly_time_interval, lwe_thickness_of_precipitation_amount_on_dynamics_timestep, lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep, lwe_thickness_of_ice_amount_on_dynamics_timestep, lwe_thickness_of_snow_amount_on_dynamics_timestep, lwe_thickness_of_graupel_amount_on_dynamics_timestep, x_wind_at_10m, y_wind_at_10m, dewpoint_temperature_at_2m, height_above_ground_at_lowest_model_layer, surface_air_pressure_diag, column_precipitable_water, air_temperature_at_lowest_model_layer_for_diag, water_vapor_specific_humidity_at_lowest_model_layer_for_diag, x_wind_at_lowest_model_layer_for_diag, y_wind_at_lowest_model_layer_for_diag, surface_drag_mass_flux_for_heat_and_moisture_in_air, surface_drag_wind_speed_for_momentum_in_air, surface_downwelling_longwave_flux, surface_upwelling_longwave_flux, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, surface_upwelling_shortwave_flux, instantaneous_surface_x_momentum_flux_for_diag, instantaneous_surface_y_momentum_flux_for_diag, instantaneous_surface_upward_sensible_heat_flux_for_diag, instantaneous_surface_upward_latent_heat_flux_for_diag, instantaneous_surface_ground_heat_flux, instantaneous_surface_potential_evaporation, volume_fraction_of_condensed_water_in_soil_at_wilting_point, threshold_volume_fraction_of_condensed_water_in_soil, ratio_of_snowfall_to_rainfall, normalized_soil_wetness, dominant_rain_type, dominant_freezing_rain_type, dominant_sleet_type, dominant_snow_type, weights_for_stochastic_skeb_perturbation_of_x_wind_flipped, weights_for_stochastic_skeb_perturbation_of_y_wind_flipped, weights_for_stochastic_sppt_perturbation_flipped, weights_for_stochastic_shum_perturbation_flipped, level_of_dividing_streamline, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_x_wind_due_to_deep_convection, cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_x_wind_due_to_rayleigh_damping, cumulative_change_in_x_wind_due_to_shallow_convection, cumulative_change_in_x_wind_due_to_physics, cumulative_change_in_x_wind_due_to_non_physics_processes, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_deep_convection, cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_y_wind_due_to_rayleigh_damping, cumulative_change_in_y_wind_due_to_shallow_convection, cumulative_change_in_y_wind_due_to_physics, cumulative_change_in_y_wind_due_to_non_physics_processes, cumulative_change_in_temperature_due_to_longwave_radiation, cumulative_change_in_temperature_due_to_shortwave_radiation, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_temperature_due_to_deep_convection, cumulative_change_in_temperature_due_to_shallow_convection, cumulative_change_in_temperature_due_to_microphysics, cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag, cumulative_change_in_temperature_due_to_rayleigh_damping, cumulative_change_in_temperature_due_to_convective_gravity_wave_drag, cumulative_change_in_temperature_due_to_physics, cumulative_change_in_temperature_due_to_non_physics_processes, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection, cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection, cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate, cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio, cumulative_change_in_ozone_concentration_due_to_temperature, cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column, cumulative_change_in_water_vapor_specific_humidity_due_to_physics, cumulative_change_in_ozone_concentration_due_to_physics, cumulative_change_in_water_vapor_specific_humidity_due_to_non_physics_processes, cumulative_change_in_ozone_concentration_due_to_non_physics_processes, maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval, maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval, maximum_temperature_at_2m_over_maximum_hourly_time_interval, minimum_temperature_at_2m_over_maximum_hourly_time_interval, maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval, minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval, cumulative_atmosphere_updraft_convective_mass_flux, cumulative_atmosphere_downdraft_convective_mass_flux, cumulative_atmosphere_detrainment_convective_mass_flux, radar_reflectivity_10cm, instantaneous_3d_cloud_fraction, number_of_dust_bins_for_diagnostics, number_of_seasalt_bins_for_diagnostics, number_of_chemical_tracers_for_diagnostics, instantaneous_dust_emission_flux, instantaneous_seasalt_emission_flux, instantaneous_sedimentation, instantaneous_dry_deposition, instantaneous_large_scale_wet_deposition, instantaneous_convective_scale_wet_deposition, instantaneous_anthopogenic_and_biomass_burning_emissions, instantaneous_aerosol_column_mass_densities, emdf_updraft_area, emdf_updraft_vertical_velocity, emdf_updraft_total_water, emdf_updraft_theta_l, emdf_updraft_entrainment_rate, emdf_updraft_cloud_water, theta_subsidence_tendency, water_vapor_subsidence_tendency, theta_detrainment_tendency, water_vapor_detrainment_tendency, number_of_plumes, maximum_mass_flux, k_level_of_highest_reaching_plume, k_level_of_highest_plume, atmosphere_heat_diffusivity_for_mynnpbl, atmosphere_momentum_diffusivity_for_mynnpbl, time_integral_of_height_of_mountain_blocking, time_integral_of_height_of_low_level_wave_breaking, time_integral_of_height_of_launch_level_of_orographic_gravity_wave, time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag, time_integral_of_momentum_flux_due_to_mountain_blocking_drag, time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag, time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave, time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag, time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag, time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag, time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave, time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave, auxiliary_2d_arrays, auxiliary_3d_arrays -DEBUG: Variables in derived type GFS_control_type: mpi_rank, mpi_root, mpi_comm, mpi_size, omp_threads, iounit_namelist, namelist_filename, number_of_lines_of_namelist_filename_for_internal_file_reads, namelist_filename_for_internal_file_reads, iounit_log, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_for_generic_gravity_wave_drag_tendency, flag_for_generic_planetary_boundary_layer_tendency, flag_for_generic_deep_convection_tendency, flag_for_generic_shallow_convection_tendency, flag_diagnostics, number_of_2d_auxiliary_arrays, number_of_3d_auxiliary_arrays, vertical_dimension, a_parameter_of_the_hybrid_coordinate, b_parameter_of_the_hybrid_coordinate, vertical_dimension_plus_one, vertical_dimension_minus_one, number_of_equatorial_longitude_points, number_of_latitude_points, ccpp_block_count, ccpp_block_sizes, horizontal_loop_extent, horizontal_dimension, number_of_tile, flag_for_flux_coupling, flag_for_wave_coupling, flag_for_wave_coupling_to_atm, flag_for_chemistry_coupling, flag_idealized_physics, number_of_timesteps_between_surface_cycling_calls, time_step_for_physics, time_step_for_dynamics, date_and_time_at_model_initialization, date_and_time_at_model_initialization_reordered, number_of_timesteps_between_shortwave_radiation_calls, number_of_timesteps_between_longwave_radiation_calls, frequency_for_shortwave_radiation, frequency_for_longwave_radiation, number_of_timesteps_for_radiation_calls_on_physics_timestep, number_of_vertical_layers_for_radiation_calculations, number_of_vertical_layers_for_radiation_calculations_plus_one, flag_for_aerosol_input_MG_radiation, number_of_aerosol_tracers_MG, array_dimension_of_random_number, flag_for_vertical_index_direction_control, flag_for_solar_constant, flag_for_using_prescribed_global_mean_co2_value, flag_for_using_climatology_albedo, flag_for_surface_emissivity_control, flag_for_default_aerosol_effect_in_shortwave_radiation, flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation, flag_for_cloud_overlap_method_for_radiation, flag_for_cloud_overlap_method_for_shortwave_radiation, flag_for_cloud_overlap_method_for_longwave_radiation, flag_for_initial_time_date_control, flag_for_sw_clouds_without_sub_grid_approximation, flag_for_lw_clouds_without_sub_grid_approximation, flag_for_CRICK_proof_cloud_water, flag_for_cloud_condensate_normalized_by_cloud_cover, flag_for_precipitation_effect_on_radiation, flag_for_output_of_longwave_heating_rate, flag_for_output_of_shortwave_heating_rate, active_gases_used_by_RRTMGP, number_of_active_gases_used_by_RRTMGP, directory_for_rte_rrtmgp_source_code, rrtmgp_kdistribution_lw, rrtmgp_coeff_lw_cloud_optics, number_of_lw_bands_rrtmgp, number_of_lw_spectral_points_rrtmgp, rrtmgp_kdistribution_sw, rrtmgp_coeff_sw_cloud_optics, number_of_sw_bands_rrtmgp, number_of_sw_spectral_points_rrtmgp, flag_to_calc_lw_cld_optics_using_RRTMG, flag_to_calc_lw_cld_optics_using_RRTMGP_PADE, flag_to_calc_lw_cld_optics_using_RRTMGP_LUT, flag_to_calc_RRTMGP_LW_jacobian, number_of_rrtmgp_ice_roughness, number_of_angles_used_in_gaussian_quadrature, flag_for_rrtmgp_radiation_scheme, scheme_flag, number_of_hydrometeors, flag_for_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_zhao_carr_microphysics_scheme, flag_for_zhao_carr_pdf_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, coefficient_from_cloud_ice_to_snow, coefficient_from_cloud_water_to_rain, coefficient_from_cloud_ice_to_snow_ras, coefficient_from_cloud_water_to_rain_ras, coefficient_for_evaporation_of_rainfall, cloud_condensed_water_conversion_threshold, cloud_condensed_water_ice_conversion_threshold_ras, condensate_fraction_detrained_in_updraft_layers, time_interval_for_maximum_hourly_fields, number_of_frozen_precipitation_species, flag_for_pdf_for_morrison_gettelman_microphysics_scheme, mg_autoconversion_size_threshold_ice_snow, mg_cloud_water_variance, mg_time_scale_for_autoconversion_of_ice, mg_minimum_rh_for_ice, mg_drop_concentration_constant, mg_ice_concentration_constant, mg_graupel_concentration_constant, mg_bergeron_efficiency_factor, mg_tuning_factor_for_alphas, mg_minimum_cloud_condensed_water_and_ice_mixing_ratio, mg_minimum_cloud_condensed_water_mixing_ratio, mg_minimum_ice_mixing_ratio, mg_type_of_precip_fraction_method, frozen_cloud_threshold_temperature, cloud_phase_transition_threshold_temperature, cloud_phase_transition_denominator, flag_for_cloud_effective_radii, mg_flag_for_uniform_subcolumns, mg_flag_for_cloud_ice_processes, mg_flag_for_heterogeneous_freezing, mg_flag_drop_concentration_constant, mg_flag_ice_concentration_constant, mg_flag_graupel_concentration_constant, mg_allow_supersat_after_sed, mg_flag_for_sb2001_autoconversion, mg_flag_for_graupel, mg_flag_for_hail, mg_flag_for_gmao_ice_formulation, mg_flag_for_liu_liquid_treatment, shoc_tke_dissipatation_pressure_threshold, shoc_tke_dissipation_tunable_parameter, shoc_tke_dissipation_tunable_parameter_near_surface, shoc_implicit_TKE_integration_uncentering_term, shoc_flag_for_optional_surface_TKE_dissipation, number_of_cloud_condensate_types, flag_for_aerosol_physics, flag_for_radar_reflectivity, limit_for_temperature_tendency_for_microphysics, flag_for_land_surface_scheme, flag_for_noah_land_surface_scheme, flag_for_noahmp_land_surface_scheme, flag_for_ruc_land_surface_scheme, ice_vertical_dimension, soil_vertical_dimension, soil_vertical_dimension_for_land_surface_model, snow_vertical_dimension_for_land_surface_model, lower_bound_of_snow_vertical_dimension_for_land_surface_model, flag_for_reading_leaf_area_index_from_input, vegetation_type_dataset_choice, soil_type_dataset_choice, flag_for_individual_cloud_species_advected, minimum_large_ice_fraction, flag_for_dynamic_vegetation_option, flag_for_canopy_stomatal_resistance_option, flag_for_soil_moisture_factor_stomatal_resistance_option, flag_for_runoff_and_groundwater_option, flag_for_surface_layer_drag_coefficient_option, flag_for_supercooled_liquid_water_option, flag_for_frozen_soil_permeability_option, flag_for_radiation_transfer_option, flag_for_ground_snow_surface_albedo_option, flag_for_precipitation_partition_option, flag_for_lower_boundary_soil_temperature_option, flag_for_soil_and_snow_temperature_time_stepping_option, flag_for_lake_surface_scheme, flag_for_ras_deep_convection, fa_threshold_relative_humidity_for_onset_of_condensation, flag_flip, flag_for_convective_transport_of_tracers, flag_for_old_PBL_scheme, flag_for_moorthi_stratus, flag_for_Chikira_Sugiyama_deep_convection, flag_for_scale_aware_TKE_moist_EDMF_PBL, flag_for_scale_aware_Shinhong_PBL, flag_for_ysu, flag_for_precipitation_type_algorithm, flag_for_Arakawa_Wu_adjustment, flag_arakawa_wu_downdraft, flag_flux_form_CS, flag_for_shoc, flag_for_shoc_after_convection, flag_for_ozone_physics, flag_for_2015_ozone_physics, flag_shallow_convective_cloud, flag_for_reduced_drag_coefficient_over_sea, flag_for_hedmf, flag_TKE_dissipation_heating, flag_for_canopy_heat_storage, flag_for_shallow_convection, flag_for_mass_flux_shallow_convection_scheme, flag_for_sas_shallow_convection_scheme, flag_for_samf_shallow_convection_scheme, flag_for_gf_shallow_convection_scheme, flag_for_ntiedtke_shallow_convection_scheme, flag_for_mass_flux_deep_convection_scheme, flag_for_sas_deep_convection_scheme, flag_for_samf_deep_convection_scheme, flag_for_gf_deep_convection_scheme, flag_for_ntiedtke_deep_convection_scheme, flag_for_hwrf_samfdeepcnv_scheme, flag_for_hwrf_samfshalcnv_scheme, choice_of_scale_aware_TKE_moist_EDMF_PBL, choice_of_original_scale_aware_TKE_moist_EDMF_PBL, choice_of_updated_scale_aware_TKE_moist_EDMF_PBL, number_of_statistical_measures_of_subgrid_orography, number_of_spectral_wave_trancation_for_sas, updraft_velocity_tunable_parameter_1_CS, updraft_velocity_tunable_parameter_2_CS, detrainment_and_precipitation_tunable_parameter_3_CS, detrainment_and_precipitation_tunable_parameter_4_CS, entrainment_efficiency_tunable_parameter_9_CS, multiplication_factors_for_convective_gravity_wave_drag, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, multiplication_factor_for_critical_cloud_workfunction, ice_supersaturation_threshold, critical_cloud_top_entrainment_instability_criteria, critical_relative_humidity_at_surface, critical_relative_humidity_at_PBL_top, critical_relative_humidity_at_top_of_atmosphere, pressure_cutoff_for_rayleigh_damping, time_scale_for_rayleigh_damping, entrainment_rate_coefficient_deep_convection, rain_conversion_parameter_deep_convection, detrainment_conversion_parameter_deep_convection, downdraft_fraction_reaching_surface_over_land_deep_convection, downdraft_fraction_reaching_surface_over_ocean_deep_convection, rain_evaporation_coefficient_deep_convection, rain_evaporation_coefficient_over_land_deep_convection, momentum_transport_reduction_factor_pgf_deep_convection, aerosol_aware_parameter_deep_convection, entrainment_rate_coefficient_shallow_convection, rain_conversion_parameter_shallow_convection, detrainment_conversion_parameter_shallow_convection, momentum_transport_reduction_factor_pgf_shallow_convection, aerosol_aware_parameter_shallow_convection, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, flag_for_nsstm_run, vertical_temperature_average_range_lower_bound, vertical_temperature_average_range_upper_bound, flag_for_fractional_grid, lake_ice_minimum, sea_ice_minimum, density_of_fresh_water, flag_for_surface_roughness_option_over_ocean, atmosphere_heat_diffusivity_background_maximum, atmosphere_diffusivity_coefficient_factor, tke_dissipative_heating_factor, updraft_fraction_in_boundary_layer_mass_flux_scheme, downdraft_fraction_in_boundary_layer_mass_flux_scheme, surface_roughness_fraction_factor, latent_heat_flux_fraction_factor_relative_to_sensible_heat_flux, number_of_independent_cellular_automata, cellular_automata_lifetime, cellular_automata_finer_grid, cellular_automata_seed_probability, cellular_automata_seed_frequency, flag_for_cellular_automata, flag_for_sgs_cellular_automata, flag_for_global_cellular_automata, flag_for_global_cellular_automata_closure, flag_for_global_cellular_automata_entr, flag_for_global_cellular_automata_trigger, flag_for_gaussian_spatial_filter, seed_for_random_number_generation_in_cellular_automata_scheme, number_of_iterations_to_spin_up_cellular_automata, threshold_for_perturbed_vertical_velocity, flag_for_stochastic_physics_perturbations, flag_for_mountain_blocking, flag_for_stochastic_shum_option, flag_for_stochastic_skeb_option, index_for_stochastic_land_surface_perturbation_type, number_of_land_surface_variables_perturbed, magnitude_of_perturbations_for_landperts, variables_to_be_perturbed_for_landperts, number_of_tracers, number_of_tracers_plus_one, index_for_water_vapor, index_for_ozone, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, index_for_cloud_amount, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, index_for_rain_number_concentration, index_for_snow_number_concentration, index_for_graupel_number_concentration, index_for_turbulent_kinetic_energy, index_for_mass_weighted_rime_factor, index_for_water_friendly_aerosols, index_for_ice_friendly_aerosols, number_of_chemical_tracers, index_for_first_chemical_tracer, diagnostics_control_for_chemical_tracers, coefficients_for_aerosol_scavenging, number_of_fields_in_phyf2d, number_of_fields_in_phyf3d, index_for_cloud_fraction_in_3d_arrays_for_microphysics, array_dimension_of_2d_arrays_for_microphysics, array_dimension_of_3d_arrays_for_microphysics, index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d, index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d, index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d, number_of_convective_3d_cloud_fields, number_of_3d_arrays_associated_with_pdf_based_clouds, number_of_cloud_types_CS, index_for_convective_cloud_water_mixing_ratio_in_phy_f3d, index_for_convective_cloud_cover_in_phy_f3d, index_for_cloud_liquid_water_effective_radius, index_for_ice_effective_radius, index_for_rain_effective_radius, index_for_snow_effective_radius, index_for_graupel_effective_radius, flag_debug, index_for_diagnostic_printout, flag_print, flag_to_calc_sw, flag_to_calc_lw, forecast_hour_of_the_day, solar_constant, equation_of_time, sine_of_solar_declination_angle, cosine_of_solar_declination_angle, convective_cloud_switch, forecast_time_at_previous_timestep, forecast_time, time_since_diagnostics_zeroed, index_of_time_step, flag_for_first_time_step, flag_for_restart, flag_for_hydrostatic_solver, forecast_date_and_time, forecast_month, number_of_days_in_year, julian_day, flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics, seconds_elapsed_since_model_initialization, vertical_sigma_coordinate_for_radiation_initialization, inverse_scaling_factor_for_critical_relative_humidity, maximum_scaling_factor_for_critical_relative_humidity, minimum_scaling_factor_for_critical_relative_humidity, maximum_critical_relative_humidity, gwd_opt, do_mynnedmf, do_mynnsfclay, do_myjsfc, do_myjpbl, grav_settling, tke_budget, tke_advect, cloudpdf, mixing_length_flag, edmf_flag, edmf_momentum_transport_flag, edmf_tke_transport_flag, edmf_partition_flag, cloud_specie_mix_flag, mix_total_water_flag, mynn_output_flag, couple_sgs_clouds_to_radiation_flag, do_ugwp, turb_oro_form_drag_flag, flag_for_gravity_wave_drag, flag_for_convective_gravity_wave_drag, diag_ugwp_flag, flag_for_uni_cld, flag_for_lmfshal +DEBUG: Module variables: GFS_cldprop_type, GFS_control_type, GFS_coupling_type, GFS_data_type, GFS_diag_type, GFS_grid_type, GFS_interstitial_type, GFS_radtend_type, GFS_sfcprop_type, GFS_statein_type, GFS_stateout_type, GFS_tbd_type, extra_top_layer, netcdf_float_fillvalue, specific_heat_of_liquid_water_at_constant_pressure, specific_heat_of_dry_air_at_constant_pressure, specific_heat_of_water_vapor_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, minimum_value_of_specific_humidity, minimum_value_of_saturation_mixing_ratio, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_gas_constant_dry_air_to_specific_heat_of_dry_air_at_constant_pressure, ratio_of_gas_constant_dry_air_to_gravitational_acceleration, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gravitational_acceleration, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, pi, gas_constant_dry_air, gas_constant_water_vapor, temperature_at_zero_celsius, triple_point_temperature_of_water, minimum_sea_ice_concentration, air_temperature_lapse_rate_constant, joules_per_calorie_constant, sea_water_reference_density, stefan_boltzmann_constant, freezing_point_temperature_of_seawater, standard_atmospheric_pressure, liquid_water_density, specific_heat_of_ice_at_constant_pressure +DEBUG: Variables in derived type GFS_diag_type: cumulative_radiation_diagnostic, sw_fluxes_top_atmosphere, lw_fluxes_top_atmosphere, surface_runoff, cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep, cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep, cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep, cumulative_transpiration_flux_multiplied_by_timestep, cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep, cumulative_surface_snow_area_fraction_multiplied_by_timestep, soil_moisture_content, minimum_temperature_at_2m, maximum_temperature_at_2m, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep, integrated_x_momentum_flux_from_large_scale_gwd, integrated_y_momentum_flux_from_large_scale_gwd, integrated_x_momentum_flux_from_blocking_drag, integrated_y_momentum_flux_from_blocking_drag, integrated_x_momentum_flux_from_small_scale_gwd, integrated_y_momentum_flux_from_small_scale_gwd, integrated_x_momentum_flux_from_form_drag, integrated_y_momentum_flux_from_form_drag, x_momentum_tendency_from_large_scale_gwd, y_momentum_tendency_from_large_scale_gwd, x_momentum_tendency_from_blocking_drag, y_momentum_tendency_from_blocking_drag, x_momentum_tendency_from_small_scale_gwd, y_momentum_tendency_from_small_scale_gwd, x_momentum_tendency_from_form_drag, y_momentum_tendency_from_form_drag, accumulated_lwe_thickness_of_precipitation_amount, accumulated_lwe_thickness_of_ice_amount, accumulated_lwe_thickness_of_snow_amount, accumulated_lwe_thickness_of_graupel_amount, accumulated_lwe_thickness_of_precipitation_amount_in_bucket, accumulated_lwe_thickness_of_ice_amount_in_bucket, accumulated_lwe_thickness_of_snow_amount_in_bucket, accumulated_lwe_thickness_of_graupel_amount_in_bucket, accumulated_change_of_air_temperature_due_to_FA_scheme, cumulative_surface_ground_heat_flux_multiplied_by_timestep, cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep, cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep, duration_of_sunshine, total_runoff, cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep, cumulative_cloud_work_function, time_integral_of_x_stress_due_to_gravity_wave_drag, time_integral_of_y_stress_due_to_gravity_wave_drag, cumulative_surface_pressure_multiplied_by_timestep, cumulative_lwe_thickness_of_convective_precipitation_amount, cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket, minimum_specific_humidity_at_2m, maximum_specific_humidity_at_2m, maximum_x_wind_at_10m, maximum_y_wind_at_10m, maximum_wind_at_10m, maximum_u_wind_at_10m_over_maximum_hourly_time_interval, maximum_v_wind_at_10m_over_maximum_hourly_time_interval, maximum_wind_at_10m_over_maximum_hourly_time_interval, lwe_thickness_of_precipitation_amount_on_dynamics_timestep, lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep, lwe_thickness_of_ice_amount_on_dynamics_timestep, lwe_thickness_of_snow_amount_on_dynamics_timestep, lwe_thickness_of_graupel_amount_on_dynamics_timestep, x_wind_at_10m, y_wind_at_10m, dewpoint_temperature_at_2m, height_above_ground_at_lowest_model_layer, surface_air_pressure_diag, column_precipitable_water, air_temperature_at_lowest_model_layer_for_diag, water_vapor_specific_humidity_at_lowest_model_layer_for_diag, x_wind_at_lowest_model_layer_for_diag, y_wind_at_lowest_model_layer_for_diag, surface_drag_mass_flux_for_heat_and_moisture_in_air, surface_drag_wind_speed_for_momentum_in_air, surface_downwelling_longwave_flux, surface_upwelling_longwave_flux, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, surface_upwelling_shortwave_flux, instantaneous_surface_x_momentum_flux_for_diag, instantaneous_surface_y_momentum_flux_for_diag, instantaneous_surface_upward_sensible_heat_flux_for_diag, instantaneous_surface_upward_latent_heat_flux_for_diag, instantaneous_surface_ground_heat_flux, instantaneous_surface_potential_evaporation, volume_fraction_of_condensed_water_in_soil_at_wilting_point, threshold_volume_fraction_of_condensed_water_in_soil, ratio_of_snowfall_to_rainfall, normalized_soil_wetness, dominant_rain_type, dominant_freezing_rain_type, dominant_sleet_type, dominant_snow_type, weights_for_stochastic_skeb_perturbation_of_x_wind_flipped, weights_for_stochastic_skeb_perturbation_of_y_wind_flipped, weights_for_stochastic_sppt_perturbation_flipped, weights_for_stochastic_shum_perturbation_flipped, level_of_dividing_streamline, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_x_wind_due_to_deep_convection, cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_x_wind_due_to_rayleigh_damping, cumulative_change_in_x_wind_due_to_shallow_convection, cumulative_change_in_x_wind_due_to_physics, cumulative_change_in_x_wind_due_to_non_physics_processes, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_deep_convection, cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_y_wind_due_to_rayleigh_damping, cumulative_change_in_y_wind_due_to_shallow_convection, cumulative_change_in_y_wind_due_to_physics, cumulative_change_in_y_wind_due_to_non_physics_processes, cumulative_change_in_temperature_due_to_longwave_radiation, cumulative_change_in_temperature_due_to_shortwave_radiation, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_temperature_due_to_deep_convection, cumulative_change_in_temperature_due_to_shallow_convection, cumulative_change_in_temperature_due_to_microphysics, cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag, cumulative_change_in_temperature_due_to_rayleigh_damping, cumulative_change_in_temperature_due_to_convective_gravity_wave_drag, cumulative_change_in_temperature_due_to_physics, cumulative_change_in_temperature_due_to_non_physics_processes, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection, cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection, cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate, cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio, cumulative_change_in_ozone_concentration_due_to_temperature, cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column, cumulative_change_in_water_vapor_specific_humidity_due_to_physics, cumulative_change_in_ozone_concentration_due_to_physics, cumulative_change_in_water_vapor_specific_humidity_due_to_non_physics_processes, cumulative_change_in_ozone_concentration_due_to_non_physics_processes, maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval, maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval, maximum_temperature_at_2m_over_maximum_hourly_time_interval, minimum_temperature_at_2m_over_maximum_hourly_time_interval, maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval, minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval, cumulative_atmosphere_updraft_convective_mass_flux, cumulative_atmosphere_downdraft_convective_mass_flux, cumulative_atmosphere_detrainment_convective_mass_flux, radar_reflectivity_10cm, instantaneous_3d_cloud_fraction, number_of_dust_bins_for_diagnostics, number_of_seasalt_bins_for_diagnostics, number_of_chemical_tracers_for_diagnostics, instantaneous_dust_emission_flux, instantaneous_seasalt_emission_flux, instantaneous_sedimentation, instantaneous_dry_deposition, instantaneous_large_scale_wet_deposition, instantaneous_convective_scale_wet_deposition, instantaneous_anthopogenic_and_biomass_burning_emissions, instantaneous_aerosol_column_mass_densities, emdf_updraft_area, emdf_updraft_vertical_velocity, emdf_updraft_total_water, emdf_updraft_theta_l, emdf_updraft_entrainment_rate, emdf_updraft_cloud_water, theta_subsidence_tendency, water_vapor_subsidence_tendency, theta_detrainment_tendency, water_vapor_detrainment_tendency, number_of_plumes, maximum_mass_flux, k_level_of_highest_reaching_plume, k_level_of_highest_plume, atmosphere_heat_diffusivity_for_mynnpbl, atmosphere_momentum_diffusivity_for_mynnpbl, time_integral_of_height_of_mountain_blocking, time_integral_of_height_of_low_level_wave_breaking, time_integral_of_height_of_launch_level_of_orographic_gravity_wave, time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag, time_integral_of_momentum_flux_due_to_mountain_blocking_drag, time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag, time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave, time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag, time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag, time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag, time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave, time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave, auxiliary_2d_arrays, auxiliary_3d_arrays +DEBUG: Variables in derived type GFS_control_type: mpi_rank, mpi_root, mpi_comm, mpi_size, omp_threads, iounit_namelist, namelist_filename, number_of_lines_of_namelist_filename_for_internal_file_reads, namelist_filename_for_internal_file_reads, iounit_log, frequency_for_diagnostic_clearing, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_for_generic_gravity_wave_drag_tendency, flag_for_generic_planetary_boundary_layer_tendency, flag_for_generic_deep_convection_tendency, flag_for_generic_shallow_convection_tendency, flag_diagnostics, starting_x_index_for_this_MPI_rank, starting_y_index_for_this_MPI_rank, number_of_points_in_x_direction_for_this_MPI_rank, number_of_points_in_y_direction_for_this_MPI_rank, number_of_points_in_x_direction_for_this_cubed_sphere_face, number_of_points_in_y_direction_for_this_cubed_sphere_face, number_of_2d_auxiliary_arrays, number_of_3d_auxiliary_arrays, vertical_dimension, a_parameter_of_the_hybrid_coordinate, b_parameter_of_the_hybrid_coordinate, vertical_dimension_plus_one, vertical_dimension_minus_one, number_of_equatorial_longitude_points, number_of_latitude_points, ccpp_block_count, ccpp_block_sizes, horizontal_loop_extent, horizontal_dimension, number_of_tile, flag_for_flux_coupling, flag_for_wave_coupling, flag_for_wave_coupling_to_atm, flag_for_chemistry_coupling, flag_idealized_physics, number_of_timesteps_between_surface_cycling_calls, number_of_timesteps_between_diagnostic_clearing, time_step_for_physics, time_step_for_dynamics, date_and_time_at_model_initialization, date_and_time_at_model_initialization_reordered, number_of_timesteps_between_shortwave_radiation_calls, number_of_timesteps_between_longwave_radiation_calls, frequency_for_shortwave_radiation, frequency_for_longwave_radiation, number_of_timesteps_for_radiation_calls_on_physics_timestep, number_of_vertical_layers_for_radiation_calculations, number_of_vertical_layers_for_radiation_calculations_plus_one, number_of_radiation_diagnostic_variables, flag_for_aerosol_input_MG_radiation, number_of_aerosol_tracers_MG, array_dimension_of_random_number, flag_for_vertical_index_direction_control, flag_for_solar_constant, flag_for_using_prescribed_global_mean_co2_value, flag_for_using_climatology_albedo, flag_for_surface_emissivity_control, flag_for_default_aerosol_effect_in_shortwave_radiation, flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation, flag_for_cloud_overlap_method_for_radiation, flag_for_cloud_overlap_method_for_shortwave_radiation, flag_for_cloud_overlap_method_for_longwave_radiation, flag_for_initial_time_date_control, flag_for_sw_clouds_without_sub_grid_approximation, flag_for_lw_clouds_without_sub_grid_approximation, flag_for_CRICK_proof_cloud_water, flag_for_cloud_condensate_normalized_by_cloud_cover, flag_for_precipitation_effect_on_radiation, flag_for_output_of_longwave_heating_rate, flag_for_output_of_shortwave_heating_rate, active_gases_used_by_RRTMGP, number_of_active_gases_used_by_RRTMGP, directory_for_rte_rrtmgp_source_code, rrtmgp_kdistribution_lw, rrtmgp_coeff_lw_cloud_optics, number_of_lw_bands_rrtmgp, number_of_lw_spectral_points_rrtmgp, rrtmgp_kdistribution_sw, rrtmgp_coeff_sw_cloud_optics, number_of_sw_bands_rrtmgp, number_of_sw_spectral_points_rrtmgp, flag_to_calc_lw_cld_optics_using_RRTMG, flag_to_calc_lw_cld_optics_using_RRTMGP_PADE, flag_to_calc_lw_cld_optics_using_RRTMGP_LUT, flag_to_calc_RRTMGP_LW_jacobian, number_of_rrtmgp_ice_roughness, number_of_angles_used_in_gaussian_quadrature, flag_for_rrtmgp_radiation_scheme, scheme_flag, number_of_hydrometeors, flag_for_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_zhao_carr_microphysics_scheme, flag_for_zhao_carr_pdf_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, coefficient_from_cloud_ice_to_snow, coefficient_from_cloud_water_to_rain, coefficient_from_cloud_ice_to_snow_ras, coefficient_from_cloud_water_to_rain_ras, coefficient_for_evaporation_of_rainfall, cloud_condensed_water_conversion_threshold, cloud_condensed_water_ice_conversion_threshold_ras, seed_random_numbers_RAS, condensate_fraction_detrained_in_updraft_layers, time_interval_for_maximum_hourly_fields, number_of_frozen_precipitation_species, flag_for_pdf_for_morrison_gettelman_microphysics_scheme, mg_autoconversion_size_threshold_ice_snow, mg_cloud_water_variance, mg_time_scale_for_autoconversion_of_ice, mg_minimum_rh_for_ice, mg_drop_concentration_constant, mg_ice_concentration_constant, mg_graupel_concentration_constant, mg_bergeron_efficiency_factor, mg_tuning_factor_for_alphas, mg_minimum_cloud_condensed_water_and_ice_mixing_ratio, mg_minimum_cloud_condensed_water_mixing_ratio, mg_minimum_ice_mixing_ratio, mg_type_of_precip_fraction_method, frozen_cloud_threshold_temperature, cloud_phase_transition_threshold_temperature, cloud_phase_transition_denominator, flag_for_cloud_effective_radii, mg_flag_for_uniform_subcolumns, mg_flag_for_cloud_ice_processes, mg_flag_for_heterogeneous_freezing, mg_flag_drop_concentration_constant, mg_flag_ice_concentration_constant, mg_flag_graupel_concentration_constant, mg_allow_supersat_after_sed, mg_flag_for_sb2001_autoconversion, mg_flag_for_graupel, mg_flag_for_hail, mg_flag_for_gmao_ice_formulation, mg_flag_for_liu_liquid_treatment, shoc_tke_dissipatation_pressure_threshold, shoc_tke_dissipation_tunable_parameter, shoc_tke_dissipation_tunable_parameter_near_surface, shoc_implicit_TKE_integration_uncentering_term, shoc_flag_for_optional_surface_TKE_dissipation, number_of_cloud_condensate_types, flag_for_aerosol_physics, flag_for_radar_reflectivity, limit_for_temperature_tendency_for_microphysics, flag_for_GFDL_microphysics_radiation_interaction, flag_for_land_surface_scheme, flag_for_noah_land_surface_scheme, flag_for_noahmp_land_surface_scheme, flag_for_ruc_land_surface_scheme, ice_vertical_dimension, soil_vertical_dimension, soil_vertical_dimension_for_land_surface_model, snow_vertical_dimension_for_land_surface_model, lower_bound_of_snow_vertical_dimension_for_land_surface_model, flag_for_reading_leaf_area_index_from_input, vegetation_type_dataset_choice, soil_type_dataset_choice, flag_for_individual_cloud_species_advected, minimum_large_ice_fraction, flag_for_dynamic_vegetation_option, flag_for_canopy_stomatal_resistance_option, flag_for_soil_moisture_factor_stomatal_resistance_option, flag_for_runoff_and_groundwater_option, flag_for_surface_layer_drag_coefficient_option, flag_for_supercooled_liquid_water_option, flag_for_frozen_soil_permeability_option, flag_for_radiation_transfer_option, flag_for_ground_snow_surface_albedo_option, flag_for_precipitation_partition_option, flag_for_lower_boundary_soil_temperature_option, flag_for_soil_and_snow_temperature_time_stepping_option, flag_for_lake_surface_scheme, flag_for_ras_deep_convection, fa_threshold_relative_humidity_for_onset_of_condensation, flag_flip, flag_for_convective_transport_of_tracers, flag_for_old_PBL_scheme, flag_for_moorthi_stratus, flag_for_Chikira_Sugiyama_deep_convection, flag_for_scale_aware_TKE_moist_EDMF_PBL, flag_for_scale_aware_Shinhong_PBL, flag_for_ysu, flag_for_precipitation_type_algorithm, flag_for_Arakawa_Wu_adjustment, flag_arakawa_wu_downdraft, flag_flux_form_CS, flag_for_shoc, flag_for_shoc_after_convection, flag_for_ozone_physics, flag_for_2015_ozone_physics, flag_for_stratospheric_water_vapor_physics, flag_shallow_convective_cloud, flag_for_reduced_drag_coefficient_over_sea, flag_for_hedmf, flag_TKE_dissipation_heating, flag_for_canopy_heat_storage, flag_for_random_clouds_for_RAS, flag_for_shallow_convection, flag_for_mass_flux_shallow_convection_scheme, flag_for_sas_shallow_convection_scheme, flag_for_samf_shallow_convection_scheme, flag_for_gf_shallow_convection_scheme, flag_for_ntiedtke_shallow_convection_scheme, flag_for_mass_flux_deep_convection_scheme, flag_for_sas_deep_convection_scheme, flag_for_samf_deep_convection_scheme, flag_for_gf_deep_convection_scheme, flag_for_ntiedtke_deep_convection_scheme, flag_for_hwrf_samfdeepcnv_scheme, flag_for_hwrf_samfshalcnv_scheme, choice_of_scale_aware_TKE_moist_EDMF_PBL, choice_of_original_scale_aware_TKE_moist_EDMF_PBL, choice_of_updated_scale_aware_TKE_moist_EDMF_PBL, number_of_statistical_measures_of_subgrid_orography, number_of_spectral_wave_trancation_for_sas, updraft_velocity_tunable_parameter_1_CS, updraft_velocity_tunable_parameter_2_CS, detrainment_and_precipitation_tunable_parameter_3_CS, detrainment_and_precipitation_tunable_parameter_4_CS, entrainment_efficiency_tunable_parameter_9_CS, multiplication_factors_for_convective_gravity_wave_drag, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, multiplication_factor_for_critical_cloud_workfunction, ice_supersaturation_threshold, critical_cloud_top_entrainment_instability_criteria, critical_relative_humidity_at_surface, critical_relative_humidity_at_PBL_top, critical_relative_humidity_at_top_of_atmosphere, pressure_cutoff_for_rayleigh_damping, time_scale_for_rayleigh_damping, entrainment_rate_coefficient_deep_convection, rain_conversion_parameter_deep_convection, detrainment_conversion_parameter_deep_convection, downdraft_fraction_reaching_surface_over_land_deep_convection, downdraft_fraction_reaching_surface_over_ocean_deep_convection, rain_evaporation_coefficient_deep_convection, rain_evaporation_coefficient_over_land_deep_convection, momentum_transport_reduction_factor_pgf_deep_convection, aerosol_aware_parameter_deep_convection, entrainment_rate_coefficient_shallow_convection, rain_conversion_parameter_shallow_convection, detrainment_conversion_parameter_shallow_convection, momentum_transport_reduction_factor_pgf_shallow_convection, aerosol_aware_parameter_shallow_convection, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, flag_for_nsstm_run, vertical_temperature_average_range_lower_bound, vertical_temperature_average_range_upper_bound, flag_for_fractional_grid, lake_ice_minimum, sea_ice_minimum, density_of_fresh_water, flag_for_surface_roughness_option_over_ocean, atmosphere_heat_diffusivity_background_maximum, atmosphere_diffusivity_coefficient_factor, tke_dissipative_heating_factor, updraft_fraction_in_boundary_layer_mass_flux_scheme, downdraft_fraction_in_boundary_layer_mass_flux_scheme, surface_roughness_fraction_factor, latent_heat_flux_fraction_factor_relative_to_sensible_heat_flux, number_of_independent_cellular_automata, cellular_automata_lifetime, cellular_automata_finer_grid, cellular_automata_seed_probability, cellular_automata_seed_frequency, flag_for_cellular_automata, flag_for_sgs_cellular_automata, flag_for_global_cellular_automata, flag_for_global_cellular_automata_closure, flag_for_global_cellular_automata_entr, flag_for_global_cellular_automata_trigger, flag_for_gaussian_spatial_filter, seed_for_random_number_generation_in_cellular_automata_scheme, number_of_iterations_to_spin_up_cellular_automata, threshold_for_perturbed_vertical_velocity, flag_for_stochastic_physics_perturbations, flag_for_mountain_blocking, flag_for_stochastic_shum_option, flag_for_stochastic_skeb_option, index_for_stochastic_land_surface_perturbation_type, number_of_land_surface_variables_perturbed, magnitude_of_perturbations_for_landperts, variables_to_be_perturbed_for_landperts, number_of_tracers, number_of_tracers_plus_one, index_for_water_vapor, index_for_ozone, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, index_for_cloud_amount, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, index_for_rain_number_concentration, index_for_snow_number_concentration, index_for_graupel_number_concentration, index_for_turbulent_kinetic_energy, index_for_mass_weighted_rime_factor, index_for_water_friendly_aerosols, index_for_ice_friendly_aerosols, number_of_chemical_tracers, index_for_first_chemical_tracer, diagnostics_control_for_chemical_tracers, coefficients_for_aerosol_scavenging, number_of_fields_in_phyf2d, number_of_fields_in_phyf3d, index_for_cloud_fraction_in_3d_arrays_for_microphysics, array_dimension_of_2d_arrays_for_microphysics, array_dimension_of_3d_arrays_for_microphysics, index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d, index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d, index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d, number_of_convective_3d_cloud_fields, number_of_3d_arrays_associated_with_pdf_based_clouds, number_of_cloud_types_CS, index_for_convective_cloud_water_mixing_ratio_in_phy_f3d, index_for_convective_cloud_cover_in_phy_f3d, index_for_cloud_liquid_water_effective_radius, index_for_ice_effective_radius, index_for_rain_effective_radius, index_for_snow_effective_radius, index_for_graupel_effective_radius, index_for_air_temperature_two_timesteps_back, index_for_air_temperature_at_previous_timestep, index_for_specific_humidity_two_timesteps_back, index_for_specific_humidity_at_previous_timestep, index_for_surface_air_pressure_two_timesteps_back, index_for_surface_air_pressure_at_previous_timestep, flag_debug, index_for_diagnostic_printout, flag_print, flag_to_calc_sw, flag_to_calc_lw, forecast_hour_of_the_day, solar_constant, equation_of_time, sine_of_solar_declination_angle, cosine_of_solar_declination_angle, convective_cloud_switch, forecast_time_at_previous_timestep, forecast_time, time_since_diagnostics_zeroed, index_of_time_step, flag_for_first_time_step, flag_for_restart, flag_for_hydrostatic_solver, forecast_date_and_time, forecast_month, number_of_days_in_year, julian_day, flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics, seconds_elapsed_since_model_initialization, vertical_sigma_coordinate_for_radiation_initialization, inverse_scaling_factor_for_critical_relative_humidity, maximum_scaling_factor_for_critical_relative_humidity, minimum_scaling_factor_for_critical_relative_humidity, maximum_critical_relative_humidity, gwd_opt, do_mynnedmf, do_mynnsfclay, do_myjsfc, do_myjpbl, grav_settling, tke_budget, tke_advect, cloudpdf, mixing_length_flag, edmf_flag, edmf_momentum_transport_flag, edmf_tke_transport_flag, edmf_partition_flag, cloud_specie_mix_flag, mix_total_water_flag, mynn_output_flag, couple_sgs_clouds_to_radiation_flag, do_ugwp, turb_oro_form_drag_flag, flag_for_gravity_wave_drag, flag_for_convective_gravity_wave_drag, diag_ugwp_flag, flag_for_uni_cld, flag_for_lmfshal, flag_for_scale_aware_mass_flux_convection DEBUG: Variables in derived type GFS_interstitial_type: humidity_mixing_ratio, cloud_liquid_water_mixing_ratio, cloud_rain_water_mixing_ratio, cloud_ice_mixing_ratio, cloud_snow_mixing_ratio, mass_weighted_rime_factor_mixing_ratio, fraction_of_ice_water_cloud, fraction_of_rain_water_cloud, rime_factor, total_cloud_condensate_mixing_ratio_updated_by_physics, surface_upwelling_longwave_flux_over_ocean_interstitial, surface_upwelling_longwave_flux_over_land_interstitial, surface_upwelling_longwave_flux_over_ice_interstitial, surface_downwelling_direct_near_infrared_shortwave_flux, surface_upwelling_direct_near_infrared_shortwave_flux, surface_downwelling_diffuse_near_infrared_shortwave_flux, surface_upwelling_diffuse_near_infrared_shortwave_flux, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, surface_albedo_perturbation, cloud_overlap_decorrelation_parameter, perturbation_of_soil_type_b_parameter, surface_drag_coefficient_for_momentum_in_air, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice, convective_cloud_fraction_for_microphysics, convective_cloud_volume_fraction, cloud_area_fraction, cloud_area_fraction_for_radiation, cloud_optical_depth_layers_at_10mu_band, cloud_optical_depth_layers_at_0p55mu_band, cloud_work_function, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_snow_water_path, mean_effective_radius_for_snow_flake, convective_transportable_tracers, ice_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_convective_transport_tracer, turbulent_kinetic_energy_convective_transport_tracer, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale, surface_drag_wind_speed_for_momentum_in_air_over_ocean, surface_drag_wind_speed_for_momentum_in_air_over_land, surface_drag_wind_speed_for_momentum_in_air_over_ice, tendency_of_cloud_water_due_to_convective_microphysics, ice_fraction_in_convective_tower, detrained_mass_flux, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, convective_cloud_cover, convective_cloud_water_mixing_ratio, cloud_top_entrainment_instability_value, grid_sensitive_critical_cloud_top_entrainment_instability_criteria, maximum_column_heating_rate, instantaneous_atmosphere_downdraft_convective_mass_flux, cloud_decorrelation_length, air_pressure_difference_between_midlayers, geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature, layer_pressure_thickness_for_radiation, atmosphere_heat_diffusivity, characteristic_grid_length_scale, tendency_of_tracers_due_to_model_physics, tendency_of_water_vapor_specific_humidity_due_to_model_physics, tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ozone_mixing_ratio_due_to_model_physics, tendency_of_cloud_droplet_number_concentration_due_to_model_physics, tendency_of_ice_number_concentration_due_to_model_physics, tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics, tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics, tendency_of_rain_water_mixing_ratio_due_to_model_physics, tendency_of_snow_water_mixing_ratio_due_to_model_physics, tendency_of_graupel_mixing_ratio_due_to_model_physics, tendency_of_turbulent_kinetic_energy_due_to_model_physics, instantaneous_surface_upward_latent_heat_flux, subsurface_runoff_flux, tendency_of_air_temperature_due_to_model_physics, tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky, instantaneous_surface_upward_sensible_heat_flux, mean_change_over_depth_in_sea_water_temperature, instantaneous_atmosphere_detrainment_convective_mass_flux, tendency_of_x_wind_due_to_model_physics, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_surface_x_momentum_flux, tendency_of_vertically_diffused_tracer_concentration, tendency_of_y_wind_due_to_model_physics, instantaneous_y_stress_due_to_gravity_wave_drag, instantaneous_surface_y_momentum_flux, layer_thickness_for_radiation, maximum_subgrid_orography, surface_longwave_emissivity_over_ocean_interstitial, surface_longwave_emissivity_over_land_interstitial, surface_longwave_emissivity_over_ice_interstitial, surface_upward_potential_latent_heat_flux, surface_upward_potential_latent_heat_flux_over_ocean, surface_upward_potential_latent_heat_flux_over_land, surface_upward_potential_latent_heat_flux_over_ice, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_land, kinematic_surface_upward_latent_heat_flux_over_ice, soil_upward_latent_heat_flux, canopy_upward_latent_heat_flux, aerosol_optical_properties_for_longwave_bands_01_16, aerosol_optical_depth_for_longwave_bands_01_16, aerosol_single_scattering_albedo_for_longwave_bands_01_16, aerosol_asymmetry_parameter_for_longwave_bands_01_16, aerosol_optical_properties_for_shortwave_bands_01_16, aerosol_optical_depth_for_shortwave_bands_01_16, aerosol_single_scattering_albedo_for_shortwave_bands_01_16, aerosol_asymmetry_parameter_for_shortwave_bands_01_16, Monin_Obukhov_similarity_function_for_heat_over_ocean, Monin_Obukhov_similarity_function_for_heat_over_land, Monin_Obukhov_similarity_function_for_heat_over_ice, Monin_Obukhov_similarity_function_for_heat_at_2m, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean, Monin_Obukhov_similarity_function_for_heat_at_2m_over_land, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice, flag_for_cice, flag_for_guess_run, flag_for_iteration, Monin_Obukhov_similarity_function_for_momentum_over_ocean, Monin_Obukhov_similarity_function_for_momentum_over_land, Monin_Obukhov_similarity_function_for_momentum_over_ice, Monin_Obukhov_similarity_function_for_momentum_at_10m, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice, dynamics_to_physics_timestep_ratio, land_area_fraction_for_microphysics, fraction_of_tracer_scavenged, fraction_of_cloud_top_water_scavenged, surface_downwelling_longwave_flux_absorbed_by_ground, surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean, surface_downwelling_longwave_flux_absorbed_by_ground_over_land, surface_downwelling_longwave_flux_absorbed_by_ground_over_ice, anisotropy_of_subgrid_orography, countergradient_mixing_term_for_water_vapor, countergradient_mixing_term_for_temperature, volume_mixing_ratio_co2, volume_mixing_ratio_n2o, volume_mixing_ratio_ch4, volume_mixing_ratio_o2, volume_mixing_ratio_co, volume_mixing_ratio_cfc11, volume_mixing_ratio_cfc12, volume_mixing_ratio_cfc22, volume_mixing_ratio_ccl4, volume_mixing_ratio_cfc113, upward_heat_flux_in_soil, upward_heat_flux_in_soil_over_ocean, upward_heat_flux_in_soil_over_land, upward_heat_flux_in_soil_over_ice, lwe_thickness_of_graupel_amount, tendency_of_x_wind_due_to_convective_gravity_wave_drag, tendency_of_y_wind_due_to_convective_gravity_wave_drag, number_of_coefficients_in_h2o_forcing_data, natural_log_of_h2o_forcing_data_pressure_levels, surface_upward_latent_heat_flux_reduction_factor, surface_upward_sensible_heat_flux_reduction_factor, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_land, kinematic_surface_upward_sensible_heat_flux_over_ice, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, lwe_thickness_of_ice_amount, flag_nonzero_land_surface_fraction, daytime_points, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_lake_surface_fraction, flag_nonzero_ocean_surface_fraction, horizontal_index_of_printed_column, sea_land_ice_mask, sea_land_ice_mask_cice, number_of_aerosol_tracers_for_convection, flag_nonzero_wet_surface_fraction, vertical_index_difference_between_layer_and_lower_bound, vertical_index_at_cloud_base, flag_deep_convection, vertical_index_difference_between_inout_and_local, index_of_highest_temperature_inversion, vertical_index_at_top_of_atmosphere_boundary_layer, vertical_index_difference_between_layer_and_upper_bound, vertical_index_at_cloud_top, latitude_index_in_debug_printouts, vertical_interface_dimension, vertical_dimension_of_h2o_forcing_data, vertical_dimension_of_ozone_forcing_data, adjusted_vertical_layer_dimension_for_radiation, adjusted_vertical_level_dimension_for_radiation, model_layer_number_at_cloud_base, flag_mg3_as_mg2, model_layer_number_at_cloud_top, number_of_aerosol_bands_for_longwave_radiation, number_of_aerosol_bands_for_shortwave_radiation, local_graupel_number_concentration, local_ice_number_concentration, local_condesed_water_number_concentration, local_rain_number_concentration, local_snow_number_concentration, number_of_tracers_for_CS, daytime_points_dimension, number_of_aerosol_output_fields_for_longwave_radiation, number_of_aerosol_output_fields_for_shortwave_radiation, number_of_tracers_for_convective_transport, number_of_tracers_for_cloud_condensate, number_of_tracers_for_samf, number_of_tracers_scavenged, number_of_species_for_aerosol_optical_depth, index_for_ice_cloud_condensate_vertical_diffusion_tracer, index_for_turbulent_kinetic_energy_convective_transport_tracer, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, number_of_vertical_diffusion_tracers, asymmetry_of_subgrid_orography, standard_deviation_of_subgrid_orography_small_scale, asymmetry_of_subgrid_orography_small_scale, convexity_of_subgrid_orography, convexity_of_subgrid_orography_small_scale, ozone_concentration_at_layer_for_radiation, flag_convective_tracer_transport, number_of_coefficients_in_ozone_forcing_data, number_of_coefficients_in_ozone_forcing_data_plus_five, natural_log_of_ozone_forcing_data_pressure_levels, flag_for_hydrostatic_heating_from_physics, air_pressure_at_interface_for_radiation_in_hPa, air_pressure_at_layer_for_radiation_in_hPa, prandtl_number, specific_humidity_at_2m_from_noahmp, local_graupel_mixing_ratio, mass_fraction_of_convective_cloud_ice, mass_fraction_of_convective_cloud_liquid_water, water_vapor_specific_humidity_at_layer_for_radiation, local_rain_water_mixing_ratio, local_snow_water_mixing_ratio, lwe_thickness_of_explicit_precipitation_amount, surface_specific_humidity_over_ocean, surface_specific_humidity_over_land, surface_specific_humidity_over_ice, flag_for_resetting_radar_reflectivity_calculation, time_step_for_radiation, lwe_thickness_of_deep_convective_precipitation_amount, lwe_thickness_of_shallow_convective_precipitation_amount, lwe_thickness_of_moist_convective_adj_precipitation_amount, lwe_thickness_of_explicit_rain_amount, tendency_of_rain_water_mixing_ratio_due_to_microphysics, bulk_richardson_number_at_lowest_model_level, bulk_richardson_number_at_lowest_model_level_over_ocean, bulk_richardson_number_at_lowest_model_level_over_land, bulk_richardson_number_at_lowest_model_level_over_ice, flag_reset_maximum_hourly_fields, critical_relative_humidity, surface_runoff_flux, ozone_mixing_ratio_save, cloud_condensed_water_mixing_ratio_save, ice_water_mixing_ratio_save, water_vapor_specific_humidity_save, tracer_concentration_save, air_temperature_save, air_temperature_save_from_convective_parameterization, x_wind_save, y_wind_save, snow_deposition_sublimation_upward_latent_heat_flux, components_of_surface_downward_shortwave_fluxes, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, slope_of_subgrid_orography, bounded_vegetation_area_fraction, convective_updraft_area_fraction, convective_updraft_area_fraction_at_model_interfaces, flag_skip_macro, surface_slope_classification, surface_snow_area_fraction, surface_snow_thickness_water_equivalent_over_ocean, surface_snow_thickness_water_equivalent_over_land, surface_snow_thickness_water_equivalent_over_ice, snow_freezing_rain_upward_latent_heat_flux, lwe_thickness_of_snow_amount, surface_snow_melt, soil_type_classification, surface_wind_stress, surface_wind_stress_over_ocean, surface_wind_stress_over_land, surface_wind_stress_over_ice, temperature_at_2m_from_noahmp, angle_from_east_of_maximum_subgrid_orographic_variations, sea_ice_temperature_interstitial, air_temperature_at_interface_for_radiation, air_temperature_at_layer_for_radiation, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice, start_index_of_other_tracers, number_of_total_tracers, flag_for_aerosol_convective_transport_and_PBL_diffusion, transpiration_flux, surface_skin_temperature_for_nsst, surface_air_temperature_for_radiation, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ice_interstitial, surface_ground_temperature_for_radiation, surface_skin_temperature_after_iteration, surface_skin_temperature_after_iteration_over_ocean, surface_skin_temperature_after_iteration_over_land, surface_skin_temperature_after_iteration_over_ice, number_of_water_tracers, instantaneous_atmosphere_updraft_convective_mass_flux, surface_friction_velocity_over_ocean, surface_friction_velocity_over_land, surface_friction_velocity_over_ice, vertically_diffused_tracer_concentration, magnitude_of_perturbation_of_vegetation_fraction, perturbation_of_vegetation_fraction, vegetation_type_classification, vertical_velocity_for_updraft, maximum_updraft_velocity_at_cloud_base, water_equivalent_accumulated_snow_depth_over_ocean, water_equivalent_accumulated_snow_depth_over_land, water_equivalent_accumulated_snow_depth_over_ice, wind_speed_at_lowest_model_layer, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, instantaneous_cosine_of_zenith_angle, perturbation_of_leaf_area_index, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, perturbation_of_momentum_roughness_length, surface_roughness_length_over_ocean_interstitial, surface_roughness_length_over_land_interstitial, surface_roughness_length_over_ice_interstitial, perturbation_of_heat_to_momentum_roughness_length_ratio, tendency_of_x_wind_due_to_ugwp, tendency_of_y_wind_due_to_ugwp, tendency_of_air_temperature_due_to_ugwp, eddy_mixing_due_to_ugwp, height_of_mountain_blocking, height_of_low_level_wave_breaking, height_of_launch_level_of_orographic_gravity_wave, instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag, instantaneous_momentum_flux_due_to_mountain_blocking_drag, instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag, instantaneous_momentum_flux_due_to_nonstationary_gravity_wave, instantaneous_change_in_x_wind_due_to_mountain_blocking_drag, instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag, instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, air_temperature_at_interface_for_RRTMGP, virtual_temperature, relative_humidity, layer_thickness, chemical_tracers, cloud_overlap_param, precip_overlap_param, initial_permutation_seed_sw, initial_permutation_seed_lw, RRTMGP_cloud_optical_depth_layers_at_0_55mu_band, RRTMGP_cloud_optical_depth_layers_at_10mu_band, RRTMGP_lw_flux_profile_upward_allsky, RRTMGP_lw_flux_profile_downward_allsky, RRTMGP_lw_flux_profile_upward_clrsky, RRTMGP_lw_flux_profile_downward_clrsky, surface_skin_temperature_at_previous_time_step, RRTMGP_jacobian_of_lw_flux_profile_upward, RRTMGP_jacobian_of_lw_flux_profile_downward, RRTMGP_sw_flux_profile_upward_allsky, RRTMGP_sw_flux_profile_downward_allsky, RRTMGP_sw_flux_profile_upward_clrsky, RRTMGP_sw_flux_profile_downward_clrsky, RRTMGP_lw_fluxes, RRTMGP_sw_fluxes, RRTMGP_aerosol_optical_properties_for_longwave_bands_01_16, RRTMGP_aerosol_optical_depth_for_longwave_bands_01_16, RRTMGP_aerosol_single_scattering_albedo_for_longwave_bands_01_16, RRTMGP_aerosol_asymmetry_parameter_for_longwave_bands_01_16, RRTMGP_aerosol_optical_properties_for_shortwave_bands_01_16, RRTMGP_aerosol_optical_depth_for_shortwave_bands_01_16, RRTMGP_aerosol_single_scattering_albedo_for_shortwave_bands_01_16, RRTMGP_aerosol_asymmetry_parameter_for_shortwave_bands_01_16, seed_random_numbers_lw_for_RRTMGP, seed_random_numbers_sw_for_RRTMGP, precipitation_fraction_by_layer, coefficients_for_sw_gas_optics, coefficients_for_sw_cloud_optics, shortwave_optical_properties_for_clear_sky, shortwave_optical_properties_for_cloudy_atmosphere_by_band, shortwave_optical_properties_for_precipitation_by_band, shortwave_optical_properties_for_precipitation, shortwave_optical_properties_for_cloudy_atmosphere, shortwave_optical_properties_for_aerosols, Gas_concentrations_for_RRTMGP_suite, longwave_source_function, coefficients_for_lw_gas_optics, coefficients_for_lw_cloud_optics, longwave_optical_properties_for_clear_sky, longwave_optical_properties_for_cloudy_atmosphere, longwave_optical_properties_for_precipitation, longwave_optical_properties_for_cloudy_atmosphere_by_band, longwave_optical_properties_for_precipitation_by_band, longwave_optical_properties_for_aerosols, surface_emissivity_in_each_RRTMGP_LW_band, secant_of_diffusivity_angle_each_RRTMGP_LW_band, surface_albedo_nearIR_direct, surface_albedo_nearIR_diffuse, surface_albedo_uvvis_dir, surface_albedo_uvvis_dif, toa_incident_lw_flux_by_spectral_point, toa_incident_sw_flux_by_spectral_point, list_of_active_gases_used_by_RRTMGP -DEBUG: Variables in derived type GFS_tbd_type: seed_random_numbers_sw, seed_random_numbers_lw, ozone_forcing, h2o_forcing, atmosphere_boundary_layer_thickness, in_number_concentration, ccn_number_concentration, aerosol_number_concentration_from_gocart_aerosol_climatology, map_of_block_column_number_to_global_i_index, map_of_block_column_number_to_global_j_index, random_number_array, accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90, smallest_cloud_base_vertical_index_encountered_thus_far, largest_cloud_top_vertical_index_encountered_thus_far, tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step, tendency_of_lwe_thickness_of_precipitation_amount_for_coupling, tendency_of_lwe_thickness_of_snow_amount_for_coupling, cloud_base_mass_flux, surface_air_pressure_two_time_steps_back, surface_air_pressure_at_previous_time_step, surface_wind_enhancement_due_to_convection, air_temperature_two_time_steps_back, water_vapor_specific_humidity_two_time_steps_back, air_temperature_at_previous_time_step, water_vapor_specific_humidity_at_previous_time_step, convective_cloud_water_mixing_ratio_in_phy_f3d, convective_cloud_cover_in_phy_f3d, kinematic_buoyancy_flux_from_shoc, atmosphere_heat_diffusivity_from_shoc, subgrid_scale_cloud_fraction_from_shoc, cloud_fraction_for_MG, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, effective_radius_of_stratiform_cloud_graupel_particle_in_um, temperature_tendency_due_to_dynamics, moisture_tendency_due_to_dynamics, temperature_from_previous_timestep, moisture_from_previous_timestep, conv_activity_counter, subgrid_cloud_fraction_pbl, subgrid_cloud_water_mixing_ratio_pbl, subgrid_cloud_ice_mixing_ratio_pbl, mixing_length, stability_function_for_heat, tke_at_mass_points, t_prime_squared, q_prime_squared, t_prime_q_prime, surface_specific_humidity_for_MYJ_schemes, potential_temperature_at_viscous_sublayer_top, specific_humidity_at_viscous_sublayer_top, u_wind_component_at_viscous_sublayer_top, v_wind_component_at_viscous_sublayer_top, baseline_surface_roughness_length, heat_exchange_coefficient_for_MYJ_schemes, momentum_exchange_coefficient_for_MYJ_schemes, surface_layer_evaporation_switch, kinematic_surface_latent_heat_flux, weight_for_momentum_at_viscous_sublayer_top, weight_for_potental_temperature_at_viscous_sublayer_top, weight_for_specific_humidity_at_viscous_sublayer_top +DEBUG: Variables in derived type GFS_tbd_type: seed_random_numbers_sw, seed_random_numbers_lw, ozone_forcing, h2o_forcing, atmosphere_boundary_layer_thickness, ice_nucleation_number, tendency_of_ccn_activated_number, aerosol_number_concentration_from_gocart_aerosol_climatology, map_of_block_column_number_to_global_i_index, map_of_block_column_number_to_global_j_index, random_number_array, accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90, smallest_cloud_base_vertical_index_encountered_thus_far, largest_cloud_top_vertical_index_encountered_thus_far, tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step, tendency_of_lwe_thickness_of_precipitation_amount_for_coupling, tendency_of_lwe_thickness_of_snow_amount_for_coupling, cloud_base_mass_flux, surface_air_pressure_two_timesteps_back, surface_air_pressure_at_previous_timestep, surface_wind_enhancement_due_to_convection, air_temperature_two_timesteps_back, water_vapor_specific_humidity_two_timesteps_back, air_temperature_at_previous_timestep, water_vapor_specific_humidity_at_previous_timestep, convective_cloud_water_mixing_ratio_in_phy_f3d, convective_cloud_cover_in_phy_f3d, kinematic_buoyancy_flux_from_shoc, atmosphere_heat_diffusivity_from_shoc, subgrid_scale_cloud_fraction_from_shoc, cloud_fraction_for_MG, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, effective_radius_of_stratiform_cloud_graupel_particle_in_um, temperature_tendency_due_to_dynamics, moisture_tendency_due_to_dynamics, temperature_from_previous_timestep, moisture_from_previous_timestep, conv_activity_counter, subgrid_cloud_fraction_pbl, subgrid_cloud_water_mixing_ratio_pbl, subgrid_cloud_ice_mixing_ratio_pbl, mixing_length, stability_function_for_heat, tke_at_mass_points, t_prime_squared, q_prime_squared, t_prime_q_prime, surface_specific_humidity_for_MYJ_schemes, potential_temperature_at_viscous_sublayer_top, specific_humidity_at_viscous_sublayer_top, u_wind_component_at_viscous_sublayer_top, v_wind_component_at_viscous_sublayer_top, baseline_surface_roughness_length, heat_exchange_coefficient_for_MYJ_schemes, momentum_exchange_coefficient_for_MYJ_schemes, surface_layer_evaporation_switch, kinematic_surface_latent_heat_flux, weight_for_momentum_at_viscous_sublayer_top, weight_for_potental_temperature_at_viscous_sublayer_top, weight_for_specific_humidity_at_viscous_sublayer_top DEBUG: Variables in derived type GFS_sfcprop_type: sea_land_ice_mask_real, sea_area_fraction, land_area_fraction, lake_area_fraction, lake_depth, surface_skin_temperature, sea_surface_temperature, surface_skin_temperature_over_land, sea_ice_temperature, internal_ice_temperature, surface_snow_thickness_water_equivalent, surface_roughness_length, surface_roughness_length_over_ocean, surface_roughness_length_over_land, surface_roughness_length_over_ice, surface_roughness_length_from_wave_model, sea_ice_concentration, statistical_measures_of_subgrid_orography, standard_deviation_of_subgrid_orography, surface_snow_area_fraction_over_land, upper_bound_on_max_albedo_over_deep_snow, mean_vis_albedo_with_weak_cosz_dependency, mean_nir_albedo_with_weak_cosz_dependency, surface_slope_classification_real, minimum_vegetation_area_fraction, maximum_vegetation_area_fraction, deep_soil_temperature, vegetation_area_fraction, vegetation_type_classification_real, soil_type_classification_real, surface_friction_velocity, orography, orography_unfiltered, gf_memory_counter, sea_ice_thickness, water_equivalent_accumulated_snow_depth, canopy_water_amount, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, ratio_of_wind_at_lowest_model_layer_and_wind_at_10m, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep, flag_for_precipitation_type, volume_fraction_of_unfrozen_soil_moisture, volume_fraction_of_soil_moisture, soil_temperature, temperature_at_2m, potential_temperature_at_2m, specific_humidity_at_2m, sea_surface_reference_temperature, sub_layer_cooling_thickness, coefficient_c_0, coefficient_c_d, coefficient_w_0, coefficient_w_d, diurnal_thermocline_layer_heat_content, sea_water_salinity, diurnal_thermocline_layer_x_current, diurnal_thermocline_layer_y_current, diurnal_thermocline_layer_thickness, ocean_mixed_layer_thickness, sensitivity_of_dtl_heat_content_to_surface_temperature, sensitivity_of_dtl_thickness_to_surface_temperature, free_convection_layer_thickness, index_of_dtlm_start, sub_layer_cooling_amount, sensible_heat_flux_due_to_rainfall, number_of_snow_layers, vegetation_temperature, ground_temperature_for_noahmp, canopy_intercepted_ice_mass, canopy_intercepted_liquid_water, canopy_air_vapor_pressure, canopy_air_temperature, surface_drag_coefficient_for_momentum_for_noahmp, surface_drag_coefficient_for_heat_and_moisture_for_noahmp, area_fraction_of_wet_canopy, snow_mass_at_previous_time_step, snow_albedo_at_previous_time_step, snow_precipitation_rate_at_surface, lake_water_storage, water_table_depth, water_storage_in_aquifer, water_storage_in_aquifer_and_saturated_soil, snow_temperature, layer_bottom_depth_from_snow_surface, snow_layer_ice, snow_layer_liquid_water, leaf_mass, fine_root_mass, stem_mass, wood_mass, slow_soil_pool_mass_content_of_carbon, fast_soil_pool_mass_content_of_carbon, leaf_area_index, stem_area_index, nondimensional_snow_age, equilibrium_soil_water_content, soil_water_content_between_soil_bottom_and_water_table, water_table_recharge_when_deep, water_table_recharge_when_shallow, normalized_soil_wetness_for_land_surface_model, volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model, volume_fraction_of_frozen_soil_moisture_for_land_surface_model, volume_fraction_of_soil_moisture_for_land_surface_model, soil_temperature_for_land_surface_model, depth_of_soil_levels_for_land_surface_model, cloud_condensed_water_mixing_ratio_at_surface, water_vapor_mixing_ratio_at_surface, surface_condensation_mass, flag_for_frozen_soil_physics, density_of_frozen_precipitation, snow_temperature_bottom_first_layer, total_accumulated_snowfall, accumulated_water_equivalent_of_frozen_precip, surface_friction_velocity_drag, surface_stability_parameter, theta_star, reciprocal_of_obukhov_length, surface_exchange_coefficient_for_heat, surface_exchange_coefficient_for_moisture, surface_exchange_coefficient_for_heat_at_2m, surface_exchange_coefficient_for_moisture_at_2m, surface_latent_heat, kinematic_surface_upward_latent_heat_flux, kinematic_surface_upward_sensible_heat_flux, surface_specific_humidity, lwe_thickness_of_convective_precipitation_amount_from_previous_timestep, lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep, lwe_thickness_of_ice_amount_from_previous_timestep, lwe_thickness_of_snow_amount_from_previous_timestep, lwe_thickness_of_graupel_amount_from_previous_timestep, convective_precipitation_rate_from_previous_timestep, explicit_rainfall_rate_from_previous_timestep, ice_precipitation_rate_from_previous_timestep, snow_precipitation_rate_from_previous_timestep, graupel_precipitation_rate_from_previous_timestep, mean_vis_albedo_with_strong_cosz_dependency, mean_nir_albedo_with_strong_cosz_dependency, fractional_coverage_with_strong_cosz_dependency, fractional_coverage_with_weak_cosz_dependency DEBUG: Variables in derived type GFS_coupling_type: surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_shortwave_flux_on_radiation_time_step, surface_net_downwelling_shortwave_flux_on_radiation_time_step, surface_downwelling_longwave_flux_on_radiation_time_step, lwe_thickness_of_precipitation_amount_for_coupling, lwe_thickness_of_convective_precipitation_amount_for_coupling, lwe_thickness_of_snow_amount_for_coupling, cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep, instantaneous_surface_x_momentum_flux_for_coupling, instantaneous_surface_y_momentum_flux_for_coupling, instantaneous_surface_upward_sensible_heat_flux_for_coupling, instantaneous_surface_upward_latent_heat_flux_for_coupling, instantaneous_surface_downwelling_longwave_flux_for_coupling, instantaneous_surface_downwelling_shortwave_flux_for_coupling, instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_surface_net_downward_longwave_flux_for_coupling, instantaneous_surface_net_downward_shortwave_flux_for_coupling, instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling, instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling, instantaneous_temperature_at_2m_for_coupling, instantaneous_specific_humidity_at_2m_for_coupling, instantaneous_x_wind_at_10m_for_coupling, instantaneous_y_wind_at_10m_for_coupling, instantaneous_surface_skin_temperature_for_coupling, instantaneous_surface_air_pressure_for_coupling, surface_upwelling_longwave_flux_for_coupling, surface_x_momentum_flux_for_coupling, surface_y_momentum_flux_for_coupling, surface_upward_sensible_heat_flux_for_coupling, surface_upward_latent_heat_flux_for_coupling, surface_snow_thickness_for_coupling, sea_land_ice_mask_in, fraction_of_cellular_automata_for_deep_convection, vertical_weight_for_ca, cellular_automata_global_pattern, physics_field_for_coupling, weights_for_stochastic_shum_perturbation, weights_for_stochastic_sppt_perturbation, weights_for_stochastic_skeb_perturbation_of_x_wind, weights_for_stochastic_skeb_perturbation_of_y_wind, weights_for_stochastic_surface_physics_perturbation, instantaneous_water_vapor_specific_humidity_tendency_due_to_convection, tendency_of_water_friendly_aerosols_at_surface, tendency_of_ice_friendly_aerosols_at_surface, instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling, instantaneous_atmosphere_heat_diffusivity, convective_cloud_condesate_after_rainout DEBUG: Variables in derived type GFS_statein_type: geopotential_at_interface, air_pressure_at_interface, dimensionless_exner_function_at_model_interfaces, dimensionless_exner_function_at_lowest_model_interface, geopotential, air_pressure, air_pressure_at_lowest_model_layer, dimensionless_exner_function_at_model_layers, dimensionless_exner_function_at_lowest_model_layer, surface_air_pressure, x_wind, x_wind_at_lowest_model_layer, y_wind, y_wind_at_lowest_model_layer, omega, air_temperature, air_temperature_at_lowest_model_layer, tracer_concentration, water_vapor_specific_humidity, water_vapor_specific_humidity_at_lowest_model_layer, cloud_condensed_water_mixing_ratio, cloud_condensed_water_mixing_ratio_at_lowest_model_layer, ice_water_mixing_ratio, rain_water_mixing_ratio, snow_water_mixing_ratio, graupel_mixing_ratio, ozone_mixing_ratio, water_friendly_aerosol_number_concentration, ice_friendly_aerosol_number_concentration, cloud_droplet_number_concentration, ice_number_concentration, rain_number_concentration, snow_number_concentration, graupel_number_concentration, turbulent_kinetic_energy, dissipation_estimate_of_air_temperature_at_model_layers DEBUG: Variables in derived type GFS_cldprop_type: fraction_of_convective_cloud, pressure_at_top_of_convective_cloud, pressure_at_bottom_of_convective_cloud DEBUG: Variables in derived type GFS_data_type: GFS_statein_type_instance, GFS_stateout_type_instance, GFS_sfcprop_type_instance, GFS_coupling_type_instance, GFS_grid_type_instance, GFS_tbd_type_instance, GFS_cldprop_type_instance, GFS_radtend_type_instance, GFS_diag_type_instance DEBUG: Variables in derived type GFS_radtend_type: sw_fluxes_sfc, lw_fluxes_sfc, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, surface_diffused_shortwave_albedo, cosine_of_zenith_angle, daytime_mean_cosz_over_rad_call_period, surface_midlayer_air_temperature_in_longwave_radiation, surface_longwave_emissivity, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_for_idea -DEBUG: Variables in derived type GFS_grid_type: cell_area, cell_size, latitude, longitude, cosine_of_latitude, sine_of_latitude, latitude_in_degree, longitude_in_degree +DEBUG: Variables in derived type GFS_grid_type: cell_area, cell_size, latitude, longitude, cosine_of_latitude, sine_of_latitude, latitude_in_degree, longitude_in_degree, lower_ozone_interpolation_index, upper_ozone_interpolation_index, ozone_interpolation_weight, lower_water_vapor_interpolation_index, upper_water_vapor_interpolation_index, water_vapor_interpolation_weight, lower_aerosol_y_interpolation_index, upper_aerosol_y_interpolation_index, aerosol_y_interpolation_weight, lower_aerosol_x_interpolation_index, upper_aerosol_x_interpolation_index, aerosol_x_interpolation_weight, lower_cloud_nuclei_y_interpolation_index, upper_cloud_nuclei_y_interpolation_index, cloud_nuclei_y_interpolation_weight, lower_cloud_nuclei_x_interpolation_index, upper_cloud_nuclei_x_interpolation_index, cloud_nuclei_x_interpolation_weight DEBUG: Variables in derived type GFS_stateout_type: x_wind_updated_by_physics, x_wind_at_lowest_model_layer_updated_by_physics, y_wind_updated_by_physics, y_wind_at_lowest_model_layer_updated_by_physics, air_temperature_updated_by_physics, air_temperature_at_lowest_model_layer_updated_by_physics, tracer_concentration_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics, ozone_concentration_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, ice_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, snow_water_mixing_ratio_updated_by_physics, graupel_mixing_ratio_updated_by_physics, mass_weighted_rime_factor_updated_by_physics, water_friendly_aerosol_number_concentration_updated_by_physics, ice_friendly_aerosol_number_concentration_updated_by_physics, cloud_droplet_number_concentration_updated_by_physics, ice_number_concentration_updated_by_physics, rain_number_concentration_updated_by_physics, snow_number_concentration_updated_by_physics, graupel_number_concentration_updated_by_physics, cloud_fraction_updated_by_physics DEBUG: Variables in derived type GFS_init_type: INFO: Parsed variable definition tables in module GFS_typedefs @@ -18973,6 +11177,8 @@ INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of DEBUG: Updating local name of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from tprcp_ocean to GFS_Interstitial(cdata%thrd_no)%tprcp_ocean INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata DEBUG: Updating local name of variable log_pressure_at_Lagrangian_surface from peln to CCPP_interstitial%peln +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 +DEBUG: Updating local name of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from du3dt_tms to GFS_Data(cdata%blk_no)%Intdiag%du3dt_tms INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata DEBUG: Updating local name of variable height_of_launch_level_of_orographic_gravity_wave from zogw to GFS_Interstitial(cdata%thrd_no)%zogw INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata @@ -19026,6 +11232,8 @@ INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_ DEBUG: Updating local name of variable number_of_statistical_measures_of_subgrid_orography from nmtvr to GFS_Control%nmtvr INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata DEBUG: Updating local name of variable snow_precipitation_rate_at_surface from qsnowxy to GFS_Data(cdata%blk_no)%Sfcprop%qsnowxy +INFO: Converting local name jindx1_ci of variable lower_cloud_nuclei_y_interpolation_index from new to old metadata +DEBUG: Updating local name of variable lower_cloud_nuclei_y_interpolation_index from jindx1_ci to GFS_Data(cdata%blk_no)%Grid%jindx1_ci INFO: Converting local name do_sppt of variable flag_for_stochastic_physics_perturbations from new to old metadata DEBUG: Updating local name of variable flag_for_stochastic_physics_perturbations from do_sppt to GFS_Control%do_sppt INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata @@ -19057,6 +11265,8 @@ INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_ DEBUG: Updating local name of variable surface_upwelling_longwave_flux_for_coupling from ulwsfcin_cpl to GFS_Data(cdata%blk_no)%Coupling%ulwsfcin_cpl INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata DEBUG: Updating local name of variable do_ugwp from do_ugwp to GFS_Control%do_ugwp +INFO: Converting local name in_nm of variable ice_nucleation_number from new to old metadata +DEBUG: Updating local name of variable ice_nucleation_number from in_nm to GFS_Data(cdata%blk_no)%Tbd%in_nm INFO: Converting local name rrtmgp_nGptsLW of variable number_of_lw_spectral_points_rrtmgp from new to old metadata DEBUG: Updating local name of variable number_of_lw_spectral_points_rrtmgp from rrtmgp_nGptsLW to GFS_Control%rrtmgp_nGptsLW INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata @@ -19079,8 +11289,8 @@ INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from DEBUG: Updating local name of variable cloud_ice_water_path from clouds(:,:,4) to GFS_Interstitial(cdata%thrd_no)%clouds(:,:,4) INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata DEBUG: Updating local name of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from refdmax to GFS_Data(cdata%blk_no)%Intdiag%refdmax -INFO: Converting local name flxprf_sw of variable RRTMGP_sw_fluxes from new to old metadata -DEBUG: Updating local name of variable RRTMGP_sw_fluxes from flxprf_sw to GFS_Interstitial(cdata%thrd_no)%flxprf_sw +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +DEBUG: Updating local name of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from tau_ogw to GFS_Data(cdata%blk_no)%Intdiag%tau_ogw INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata DEBUG: Updating local name of variable integrated_y_momentum_flux_from_large_scale_gwd from dvsfc_ls to GFS_Data(cdata%blk_no)%Intdiag%dvsfc_ls INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata @@ -19107,6 +11317,8 @@ INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from ne DEBUG: Updating local name of variable ratio_of_snowfall_to_rainfall from sr to GFS_Data(cdata%blk_no)%Intdiag%sr INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata DEBUG: Updating local name of variable multiplication_factors_for_convective_gravity_wave_drag from cgwf to GFS_Control%cgwf +INFO: Converting local name jindx1_aer of variable lower_aerosol_y_interpolation_index from new to old metadata +DEBUG: Updating local name of variable lower_aerosol_y_interpolation_index from jindx1_aer to GFS_Data(cdata%blk_no)%Grid%jindx1_aer INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata DEBUG: Updating local name of variable flag_for_precipitation_partition_option from iopt_snf to GFS_Control%iopt_snf INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata @@ -19115,6 +11327,8 @@ INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from DEBUG: Updating local name of variable layer_thickness_for_radiation from dzlyr to GFS_Interstitial(cdata%thrd_no)%dzlyr INFO: Converting local name ty_cloud_optics of variable ty_cloud_optics from new to old metadata DEBUG: Variable index_for_liquid_cloud_condensate was in old metadata format and has already been converted +INFO: Converting local name fluxr of variable cumulative_radiation_diagnostic from new to old metadata +DEBUG: Updating local name of variable cumulative_radiation_diagnostic from fluxr to GFS_Data(cdata%blk_no)%Intdiag%fluxr INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata DEBUG: Updating local name of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from nnirdfi_cpl to GFS_Data(cdata%blk_no)%Coupling%nnirdfi_cpl INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata @@ -19202,8 +11416,6 @@ INFO: Converting local name deeprechxy of variable water_table_recharge_when_dee DEBUG: Updating local name of variable water_table_recharge_when_deep from deeprechxy to GFS_Data(cdata%blk_no)%Sfcprop%deeprechxy INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata DEBUG: Updating local name of variable flag_for_sas_shallow_convection_scheme from imfshalcnv_sas to GFS_Control%imfshalcnv_sas -INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata -DEBUG: Updating local name of variable air_temperature_at_previous_time_step from phy_f3d(:,:,3) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,3) INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata DEBUG: Updating local name of variable surface_skin_temperature_after_iteration from tsurf to GFS_Interstitial(cdata%thrd_no)%tsurf INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata @@ -19252,6 +11464,8 @@ INFO: Converting local name bl_mynn_output of variable mynn_output_flag from new DEBUG: Updating local name of variable mynn_output_flag from bl_mynn_output to GFS_Control%bl_mynn_output INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata DEBUG: Updating local name of variable weights_for_stochastic_skeb_perturbation_of_x_wind from skebu_wts to GFS_Data(cdata%blk_no)%Coupling%skebu_wts +INFO: Converting local name jindx2_ci of variable upper_cloud_nuclei_y_interpolation_index from new to old metadata +DEBUG: Updating local name of variable upper_cloud_nuclei_y_interpolation_index from jindx2_ci to GFS_Data(cdata%blk_no)%Grid%jindx2_ci INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata DEBUG: Updating local name of variable flag_for_sgs_cellular_automata from ca_sgs to GFS_Control%ca_sgs INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata @@ -19267,6 +11481,8 @@ INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_functio DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from fh2_ice to GFS_Interstitial(cdata%thrd_no)%fh2_ice INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata DEBUG: Updating local name of variable flag_to_calc_lw from lslwr to GFS_Control%lslwr +INFO: Converting local name nfxr of variable number_of_radiation_diagnostic_variables from new to old metadata +DEBUG: Updating local name of variable number_of_radiation_diagnostic_variables from nfxr to GFS_Control%nfxr INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata DEBUG: Updating local name of variable soil_moisture_content from soilm to GFS_Data(cdata%blk_no)%Intdiag%soilm INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata @@ -19440,6 +11656,8 @@ DEBUG: Variable index_for_ice_cloud_condensate was in old metadata format and ha DEBUG: Updating local name of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from dqdt(:,:,index_for_ice_cloud_condensate) to GFS_Interstitial(cdata%thrd_no)%dqdt(:,:,GFS_Control%ntiw) INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata DEBUG: Updating local name of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from snow to GFS_Data(cdata%blk_no)%Intdiag%snow +INFO: Converting local name iindx2_aer of variable upper_aerosol_x_interpolation_index from new to old metadata +DEBUG: Updating local name of variable upper_aerosol_x_interpolation_index from iindx2_aer to GFS_Data(cdata%blk_no)%Grid%iindx2_aer INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata DEBUG: Updating local name of variable cellular_automata_finer_grid from ncells to GFS_Control%ncells INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata @@ -19455,6 +11673,8 @@ INFO: Converting local name clxss of variable fraction_of_grid_box_with_subgrid_ DEBUG: Updating local name of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale from clxss to GFS_Interstitial(cdata%thrd_no)%clxss INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata DEBUG: Updating local name of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from mg_qcmin to GFS_Control%mg_qcmin +INFO: Converting local name iindx2_ci of variable upper_cloud_nuclei_x_interpolation_index from new to old metadata +DEBUG: Updating local name of variable upper_cloud_nuclei_x_interpolation_index from iindx2_ci to GFS_Data(cdata%blk_no)%Grid%iindx2_ci INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata DEBUG: Updating local name of variable k_level_of_highest_reaching_plume from ktop_shallow to GFS_Data(cdata%blk_no)%Intdiag%ktop_shallow INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata @@ -19523,6 +11743,8 @@ INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new DEBUG: Updating local name of variable flag_for_ozone_physics from oz_phys to GFS_Control%oz_phys INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata DEBUG: Updating local name of variable array_dimension_of_2d_arrays_for_microphysics from num_p2d to GFS_Control%num_p2d +INFO: Converting local name ddy_ci of variable cloud_nuclei_y_interpolation_weight from new to old metadata +DEBUG: Updating local name of variable cloud_nuclei_y_interpolation_weight from ddy_ci to GFS_Data(cdata%blk_no)%Grid%ddy_ci INFO: Converting local name flag_for_scnv_generic_tend of variable flag_for_generic_shallow_convection_tendency from new to old metadata DEBUG: Updating local name of variable flag_for_generic_shallow_convection_tendency from flag_for_scnv_generic_tend to GFS_Control%flag_for_scnv_generic_tend INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata @@ -19542,6 +11764,8 @@ INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to DEBUG: Updating local name of variable tke_advect from bl_mynn_tkeadvect to GFS_Control%bl_mynn_tkeadvect INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata DEBUG: Updating local name of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from du3dt(:,:,4) to GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,4) +INFO: Converting local name lgfdlmprad of variable flag_for_GFDL_microphysics_radiation_interaction from new to old metadata +DEBUG: Updating local name of variable flag_for_GFDL_microphysics_radiation_interaction from lgfdlmprad to GFS_Control%lgfdlmprad INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata DEBUG: Updating local name of variable surface_specific_humidity_for_MYJ_schemes from phy_myj_qsfc to GFS_Data(cdata%blk_no)%Tbd%phy_myj_qsfc INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata @@ -19619,6 +11843,8 @@ DEBUG: Updating local name of variable flag_for_restart from restart to GFS_Cont INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata INFO: Converting local name alpha of variable cloud_overlap_decorrelation_parameter from new to old metadata DEBUG: Updating local name of variable cloud_overlap_decorrelation_parameter from alpha to GFS_Interstitial(cdata%thrd_no)%alpha +INFO: Converting local name nqvdelt of variable index_for_specific_humidity_at_previous_timestep from new to old metadata +DEBUG: Updating local name of variable index_for_specific_humidity_at_previous_timestep from nqvdelt to GFS_Control%nqvdelt 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 DEBUG: Updating local name of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from dvisbm_cpl to GFS_Data(cdata%blk_no)%Coupling%dvisbm_cpl INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata @@ -19629,6 +11855,10 @@ INFO: Converting local name det_sqv of variable water_vapor_detrainment_tendency DEBUG: Updating local name of variable water_vapor_detrainment_tendency from det_sqv to GFS_Data(cdata%blk_no)%Intdiag%det_sqv INFO: Converting local name dq3dt(:,:,13) of variable cumulative_change_in_ozone_concentration_due_to_non_physics_processes from new to old metadata DEBUG: Updating local name of variable cumulative_change_in_ozone_concentration_due_to_non_physics_processes from dq3dt(:,:,13) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,13) +INFO: Converting local name lmfdeep2 of variable flag_for_scale_aware_mass_flux_convection from new to old metadata +DEBUG: Updating local name of variable flag_for_scale_aware_mass_flux_convection from lmfdeep2 to GFS_Control%lmfdeep2 +INFO: Converting local name iindx1_ci of variable lower_cloud_nuclei_x_interpolation_index from new to old metadata +DEBUG: Updating local name of variable lower_cloud_nuclei_x_interpolation_index from iindx1_ci to GFS_Data(cdata%blk_no)%Grid%iindx1_ci INFO: Converting local name ty_gas_concs of variable ty_gas_concs 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 DEBUG: Updating local name of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from visdfdi to GFS_Data(cdata%blk_no)%Coupling%visdfdi @@ -19657,6 +11887,8 @@ DEBUG: Updating local name of variable index_for_liquid_cloud_number_concentrati DEBUG: Updating local name of variable cloud_droplet_number_concentration from qgrs(:,:,index_for_liquid_cloud_number_concentration) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntlnc) INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata DEBUG: Updating local name of variable cumulative_change_in_y_wind_due_to_PBL from dv3dt(:,:,1) to GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) +INFO: Converting local name ddx_aer of variable aerosol_x_interpolation_weight from new to old metadata +DEBUG: Updating local name of variable aerosol_x_interpolation_weight from ddx_aer to GFS_Data(cdata%blk_no)%Grid%ddx_aer INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata DEBUG: Updating local name of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from dudt_tms to GFS_Interstitial(cdata%thrd_no)%dudt_tms INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata @@ -19729,8 +11961,6 @@ DEBUG: Variable index_for_snow_water was in old metadata format and has already DEBUG: Updating local name of variable snow_water_mixing_ratio from qgrs(:,:,index_for_snow_water) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntsw) INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata DEBUG: Updating local name of variable cloud_optical_depth_layers_at_0p55mu_band from cldtausw to GFS_Interstitial(cdata%thrd_no)%cldtausw -INFO: Converting local name qdiag3d of variable flag_tracer_diagnostics_3D from new to old metadata -DEBUG: Updating local name of variable flag_tracer_diagnostics_3D from qdiag3d to GFS_Control%qdiag3d INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata DEBUG: Updating local name of variable nondimensional_snow_age from taussxy to GFS_Data(cdata%blk_no)%Sfcprop%taussxy INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata @@ -19779,6 +12009,8 @@ INFO: Converting local name lprnt of variable flag_print from new to old metadat DEBUG: Updating local name of variable flag_print from lprnt to GFS_Control%lprnt INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata DEBUG: Updating local name of variable critical_cloud_top_entrainment_instability_criteria from ctei_rm to GFS_Control%ctei_rm +INFO: Converting local name nTdelt of variable index_for_air_temperature_at_previous_timestep from new to old metadata +DEBUG: Updating local name of variable index_for_air_temperature_at_previous_timestep from nTdelt to GFS_Control%nTdelt INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata DEBUG: Updating local name of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from tau_ngw to GFS_Data(cdata%blk_no)%Intdiag%tau_ngw INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata @@ -19810,6 +12042,8 @@ INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwa DEBUG: Updating local name of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from gabsbdlw_land to GFS_Interstitial(cdata%thrd_no)%gabsbdlw_land INFO: Converting local name kice of variable ice_vertical_dimension from new to old metadata DEBUG: Updating local name of variable ice_vertical_dimension from kice to GFS_Control%kice +INFO: Converting local name ccn_nm of variable tendency_of_ccn_activated_number from new to old metadata +DEBUG: Updating local name of variable tendency_of_ccn_activated_number from ccn_nm to GFS_Data(cdata%blk_no)%Tbd%ccn_nm INFO: Converting local name ca_trigger of variable flag_for_global_cellular_automata_trigger from new to old metadata DEBUG: Updating local name of variable flag_for_global_cellular_automata_trigger from ca_trigger to GFS_Control%ca_trigger INFO: Converting local name sw_optical_props_precipByBand of variable shortwave_optical_properties_for_precipitation_by_band from new to old metadata @@ -19846,6 +12080,8 @@ INFO: Converting local name save_q(:,:,index_for_ozone) of variable ozone_mixing INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata DEBUG: Updating local name of variable index_for_ozone from ntoz to GFS_Control%ntoz DEBUG: Updating local name of variable ozone_mixing_ratio_save from save_q(:,:,index_for_ozone) to GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntoz) +INFO: Converting local name ny of variable number_of_points_in_y_direction_for_this_MPI_rank from new to old metadata +DEBUG: Updating local name of variable number_of_points_in_y_direction_for_this_MPI_rank from ny to GFS_Control%ny INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata DEBUG: Updating local name of variable ending_y_direction_index_domain from jed to CCPP_interstitial%jed INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata @@ -19868,6 +12104,8 @@ DEBUG: Updating local name of variable GFS_cldprop_type_instance from Cldprop to INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata DEBUG: Variable index_for_ice_cloud_number_concentration was in old metadata format and has already been converted DEBUG: Updating local name of variable ice_number_concentration_updated_by_physics from gq0(:,:,index_for_ice_cloud_number_concentration) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntinc) +INFO: Converting local name jindx2_h of variable upper_water_vapor_interpolation_index from new to old metadata +DEBUG: Updating local name of variable upper_water_vapor_interpolation_index from jindx2_h to GFS_Data(cdata%blk_no)%Grid%jindx2_h INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata DEBUG: Updating local name of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from icliq_sw to GFS_Control%icliq_sw INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata @@ -19886,6 +12124,8 @@ INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_de DEBUG: Updating local name of variable upper_bound_on_max_albedo_over_deep_snow from snoalb to GFS_Data(cdata%blk_no)%Sfcprop%snoalb INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata DEBUG: Updating local name of variable total_cloud_fraction from clouds(:,:,1) to GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) +INFO: Converting local name nps2delt of variable index_for_surface_air_pressure_two_timesteps_back from new to old metadata +DEBUG: Updating local name of variable index_for_surface_air_pressure_two_timesteps_back from nps2delt to GFS_Control%nps2delt DEBUG: Variable index_for_ozone was in old metadata format and has already been converted INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata DEBUG: Updating local name of variable normalized_soil_wetness from wet1 to GFS_Data(cdata%blk_no)%Intdiag%wet1 @@ -19904,8 +12144,8 @@ INFO: Converting local name prsik of variable dimensionless_exner_function_at_mo DEBUG: Updating local name of variable dimensionless_exner_function_at_model_interfaces from prsik to GFS_Data(cdata%blk_no)%Statein%prsik INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata DEBUG: Updating local name of variable temperature_at_2m_from_noahmp from t2mmp to GFS_Interstitial(cdata%thrd_no)%t2mmp -INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata -DEBUG: Updating local name of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from tau_ogw to GFS_Data(cdata%blk_no)%Intdiag%tau_ogw +INFO: Converting local name flxprf_sw of variable RRTMGP_sw_fluxes from new to old metadata +DEBUG: Updating local name of variable RRTMGP_sw_fluxes from flxprf_sw to GFS_Interstitial(cdata%thrd_no)%flxprf_sw INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata DEBUG: Updating local name of variable surface_downwelling_longwave_flux from dlwsfci to GFS_Data(cdata%blk_no)%Intdiag%dlwsfci INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata @@ -19920,6 +12160,8 @@ INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_a DEBUG: Updating local name of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from chxy to GFS_Data(cdata%blk_no)%Sfcprop%chxy INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata DEBUG: Updating local name of variable upward_heat_flux_in_soil_over_ocean from gflx_ocean to GFS_Interstitial(cdata%thrd_no)%gflx_ocean +INFO: Converting local name cny of variable number_of_points_in_y_direction_for_this_cubed_sphere_face from new to old metadata +DEBUG: Updating local name of variable number_of_points_in_y_direction_for_this_cubed_sphere_face from cny to GFS_Control%cny INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata DEBUG: Updating local name of variable flag_convective_tracer_transport from otspt to GFS_Interstitial(cdata%thrd_no)%otspt INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata @@ -19948,6 +12190,8 @@ INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_mom DEBUG: Updating local name of variable surface_drag_wind_speed_for_momentum_in_air_over_land from cmm_land to GFS_Interstitial(cdata%thrd_no)%cmm_land INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_at_2m from fh2 to GFS_Interstitial(cdata%thrd_no)%fh2 +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +DEBUG: Updating local name of variable time_since_diagnostics_zeroed from zhour to GFS_Control%zhour INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata DEBUG: Updating local name of variable cumulative_change_in_x_wind_due_to_PBL from du3dt(:,:,1) to GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata @@ -20121,8 +12365,6 @@ INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiat DEBUG: Updating local name of variable air_temperature_at_layer_for_radiation from tlyr to GFS_Interstitial(cdata%thrd_no)%tlyr INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata DEBUG: Updating local name of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from nirbmdi to GFS_Data(cdata%blk_no)%Coupling%nirbmdi -INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata -DEBUG: Updating local name of variable sea_land_ice_mask from islmsk to GFS_Interstitial(cdata%thrd_no)%islmsk INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata DEBUG: Updating local name of variable vertical_temperature_average_range_upper_bound from nstf_name(5) to GFS_Control%nstf_name(5) INFO: Converting local name rrtmgp_root of variable directory_for_rte_rrtmgp_source_code from new to old metadata @@ -20143,8 +12385,8 @@ INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_ DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from lwhd to GFS_Data(cdata%blk_no)%Radtend%lwhd INFO: Converting local name flipv of variable flag_flip from new to old metadata DEBUG: Updating local name of variable flag_flip from flipv to GFS_Control%flipv -INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata -DEBUG: Updating local name of variable ccn_number_concentration from ccn_nm to GFS_Data(cdata%blk_no)%Tbd%ccn_nm +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +DEBUG: Updating local name of variable local_condesed_water_number_concentration from ncpl to GFS_Interstitial(cdata%thrd_no)%ncpl INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata DEBUG: Updating local name of variable edmf_flag from bl_mynn_edmf to GFS_Control%bl_mynn_edmf INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata @@ -20188,6 +12430,9 @@ DEBUG: Variable index_for_ice_cloud_number_concentration was in old metadata for DEBUG: Updating local name of variable ice_number_concentration from qgrs(:,:,index_for_ice_cloud_number_concentration) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntinc) INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata DEBUG: Updating local name of variable mean_change_over_depth_in_sea_water_temperature from dtzm to GFS_Interstitial(cdata%thrd_no)%dtzm +INFO: Converting local name phy_f2d(:,index_for_surface_air_pressure_two_timesteps_back) of variable surface_air_pressure_two_timesteps_back from new to old metadata +DEBUG: Variable index_for_surface_air_pressure_two_timesteps_back was in old metadata format and has already been converted +DEBUG: Updating local name of variable surface_air_pressure_two_timesteps_back from phy_f2d(:,index_for_surface_air_pressure_two_timesteps_back) to GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,GFS_Control%nps2delt) INFO: Converting local name lw_optical_props_aerosol of variable longwave_optical_properties_for_aerosols from new to old metadata DEBUG: Updating local name of variable longwave_optical_properties_for_aerosols from lw_optical_props_aerosol to GFS_Interstitial(cdata%thrd_no)%lw_optical_props_aerosol INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata @@ -20217,6 +12462,8 @@ INFO: Converting local name do_GPsw_Glw of variable scheme_flag from new to old DEBUG: Updating local name of variable scheme_flag from do_GPsw_Glw to GFS_Control%do_GPsw_Glw INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels from new to old metadata DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels from htsw0 to GFS_Interstitial(cdata%thrd_no)%htsw0 +INFO: Converting local name jindx2_aer of variable upper_aerosol_y_interpolation_index from new to old metadata +DEBUG: Updating local name of variable upper_aerosol_y_interpolation_index from jindx2_aer to GFS_Data(cdata%blk_no)%Grid%jindx2_aer INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata DEBUG: Updating local name of variable seed_for_random_number_generation_in_cellular_automata_scheme from iseed_ca to GFS_Control%iseed_ca INFO: Converting local name cldfra of variable instantaneous_3d_cloud_fraction from new to old metadata @@ -20229,8 +12476,8 @@ INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat DEBUG: Updating local name of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from evbsa to GFS_Data(cdata%blk_no)%Intdiag%evbsa INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata DEBUG: Updating local name of variable cumulative_cloud_work_function from cldwrk to GFS_Data(cdata%blk_no)%Intdiag%cldwrk -INFO: Converting local name hwrf_samfdeep of variable flag_for_hwrf_samfdeepcnv_scheme from new to old metadata -DEBUG: Updating local name of variable flag_for_hwrf_samfdeepcnv_scheme from hwrf_samfdeep to GFS_Control%hwrf_samfdeep +INFO: Converting local name qdiag3d of variable flag_tracer_diagnostics_3D from new to old metadata +DEBUG: Updating local name of variable flag_tracer_diagnostics_3D from qdiag3d to GFS_Control%qdiag3d INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata DEBUG: Updating local name of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from ql to CCPP_interstitial%ql INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata @@ -20244,6 +12491,8 @@ INFO: Converting local name gt0 of variable air_temperature_updated_by_physics f DEBUG: Updating local name of variable air_temperature_updated_by_physics from gt0 to GFS_Data(cdata%blk_no)%Stateout%gt0 INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata DEBUG: Updating local name of variable v_wind_component_at_viscous_sublayer_top from phy_myj_vz0 to GFS_Data(cdata%blk_no)%Tbd%phy_myj_vz0 +INFO: Converting local name seed0 of variable seed_random_numbers_RAS from new to old metadata +DEBUG: Updating local name of variable seed_random_numbers_RAS from seed0 to GFS_Control%seed0 INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata DEBUG: Updating local name of variable ending_x_direction_index_domain from ied to CCPP_interstitial%ied INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata @@ -20265,15 +12514,18 @@ DEBUG: Updating local name of variable time_integral_of_height_of_mountain_block DEBUG: Variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d was in old metadata format and has already been converted 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 DEBUG: Updating local name of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from dv3dt_ngw to GFS_Data(cdata%blk_no)%Intdiag%dv3dt_ngw +INFO: Converting local name phy_f3d(:,:,index_for_air_temperature_two_timesteps_back) of variable air_temperature_two_timesteps_back from new to old metadata +INFO: Converting local name nT2delt of variable index_for_air_temperature_two_timesteps_back from new to old metadata +DEBUG: Updating local name of variable index_for_air_temperature_two_timesteps_back from nT2delt to GFS_Control%nT2delt +DEBUG: Updating local name of variable air_temperature_two_timesteps_back from phy_f3d(:,:,index_for_air_temperature_two_timesteps_back) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nT2delt) INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata DEBUG: Updating local name of variable volume_fraction_of_soil_moisture from smc to GFS_Data(cdata%blk_no)%Sfcprop%smc INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata DEBUG: Updating local name of variable limit_for_temperature_tendency_for_microphysics from ttendlim to GFS_Control%ttendlim INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata DEBUG: Updating local name of variable snow_vertical_dimension_for_land_surface_model from lsnow_lsm to GFS_Control%lsnow_lsm -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 -DEBUG: Variable index_for_ice_friendly_aerosols was in old metadata format and has already been converted -DEBUG: Updating local name of variable ice_friendly_aerosol_number_concentration_updated_by_physics from gq0(:,:,index_for_ice_friendly_aerosols) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntia) +INFO: Converting local name facwf of variable fractional_coverage_with_weak_cosz_dependency from new to old metadata +DEBUG: Updating local name of variable fractional_coverage_with_weak_cosz_dependency from facwf to GFS_Data(cdata%blk_no)%Sfcprop%facwf INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata DEBUG: Updating local name of variable number_of_aerosol_output_fields_for_shortwave_radiation from nf_aesw to GFS_Interstitial(cdata%thrd_no)%nf_aesw INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata @@ -20282,6 +12534,8 @@ INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwe DEBUG: Updating local name of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from dswsfci_cpl to GFS_Data(cdata%blk_no)%Coupling%dswsfci_cpl INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata DEBUG: Updating local name of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from u10max to GFS_Data(cdata%blk_no)%Intdiag%u10max +INFO: Converting local name nszero of variable number_of_timesteps_between_diagnostic_clearing from new to old metadata +DEBUG: Updating local name of variable number_of_timesteps_between_diagnostic_clearing from nszero to GFS_Control%nszero INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata DEBUG: Updating local name of variable x_wind_at_lowest_model_layer from ugrs(:,1) to GFS_Data(cdata%blk_no)%Statein%ugrs(:,1) INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata @@ -20300,6 +12554,8 @@ INFO: Converting local name ncols of variable horizontal_dimension from new to o DEBUG: Updating local name of variable horizontal_dimension from ncols to GFS_Control%ncols INFO: Converting local name p_lay of variable air_pressure_at_layer_for_RRTMGP_in_hPa from new to old metadata DEBUG: Updating local name of variable air_pressure_at_layer_for_RRTMGP_in_hPa from p_lay to GFS_Interstitial(cdata%thrd_no)%p_lay +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +DEBUG: Updating local name of variable vertical_index_difference_between_inout_and_local from kd to GFS_Interstitial(cdata%thrd_no)%kd INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata DEBUG: Updating local name of variable flag_reset_maximum_hourly_fields from reset to GFS_Interstitial(cdata%thrd_no)%reset INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata @@ -20337,8 +12593,6 @@ INFO: Converting local name scmpsw of variable components_of_surface_downward_sh DEBUG: Updating local name of variable components_of_surface_downward_shortwave_fluxes from scmpsw to GFS_Interstitial(cdata%thrd_no)%scmpsw INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata DEBUG: Updating local name of variable weights_for_stochastic_shum_perturbation_flipped from shum_wts to GFS_Data(cdata%blk_no)%Intdiag%shum_wts -INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata -DEBUG: Updating local name of variable mg_flag_for_hail from mg_do_hail to GFS_Control%mg_do_hail INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata DEBUG: Updating local name of variable index_for_convective_cloud_cover_in_phy_f3d from ncnvc to GFS_Control%ncnvc INFO: Converting local name sktp1r of variable surface_skin_temperature_at_previous_time_step from new to old metadata @@ -20382,8 +12636,6 @@ INFO: Converting local name imap of variable map_of_block_column_number_to_globa DEBUG: Updating local name of variable map_of_block_column_number_to_global_i_index from imap to GFS_Data(cdata%blk_no)%Tbd%imap INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata DEBUG: Updating local name of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from skebu_wts to GFS_Data(cdata%blk_no)%Intdiag%skebu_wts -INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata -DEBUG: Updating local name of variable local_condesed_water_number_concentration from ncpl to GFS_Interstitial(cdata%thrd_no)%ncpl INFO: Converting local name lakedepth of variable lake_depth from new to old metadata DEBUG: Updating local name of variable lake_depth from lakedepth to GFS_Data(cdata%blk_no)%Sfcprop%lakedepth INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata @@ -20440,6 +12692,8 @@ INFO: Converting local name nthreads of variable omp_threads_for_fast_physics fr DEBUG: Updating local name of variable omp_threads_for_fast_physics from nthreads to CCPP_interstitial%nthreads INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata DEBUG: Updating local name of variable x_wind_at_lowest_model_layer_for_diag from u1 to GFS_Data(cdata%blk_no)%Intdiag%u1 +INFO: Converting local name nqv2delt of variable index_for_specific_humidity_two_timesteps_back from new to old metadata +DEBUG: Updating local name of variable index_for_specific_humidity_two_timesteps_back from nqv2delt to GFS_Control%nqv2delt INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata DEBUG: Updating local name of variable maximum_mass_flux from maxMF to GFS_Data(cdata%blk_no)%Intdiag%maxMF INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata @@ -20474,13 +12728,12 @@ INFO: Converting local name fscav of variable coefficients_for_aerosol_scavengin DEBUG: Updating local name of variable coefficients_for_aerosol_scavenging from fscav to GFS_Control%fscav INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata DEBUG: Updating local name of variable frozen_cloud_threshold_temperature from tf to GFS_Control%tf -INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata -DEBUG: Updating local name of variable surface_air_pressure_two_time_steps_back from phy_f2d(:,1) to GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,1) INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata DEBUG: Updating local name of variable vertical_dimension_plus_one from levsp1 to GFS_Control%levsp1 INFO: Converting local name GFS_grid_type of variable GFS_grid_type 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 DEBUG: Updating local name of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from faerlw(:,:,:,2) to GFS_Interstitial(cdata%thrd_no)%faerlw(:,:,:,2) +DEBUG: Variable index_for_air_temperature_two_timesteps_back was in old metadata format and has already been converted INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata DEBUG: Updating local name of variable coefficient_from_cloud_ice_to_snow_ras from psauras to GFS_Control%psauras INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata @@ -20509,6 +12762,8 @@ INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_he DEBUG: Updating local name of variable flag_for_hydrostatic_heating_from_physics from phys_hydrostatic to GFS_Interstitial(cdata%thrd_no)%phys_hydrostatic INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata DEBUG: Updating local name of variable weights_for_stochastic_sppt_perturbation from sppt_wts to GFS_Data(cdata%blk_no)%Coupling%sppt_wts +INFO: Converting local name jindx2_o3 of variable upper_ozone_interpolation_index from new to old metadata +DEBUG: Updating local name of variable upper_ozone_interpolation_index from jindx2_o3 to GFS_Data(cdata%blk_no)%Grid%jindx2_o3 INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata DEBUG: Updating local name of variable kappa_dry_for_fast_physics from akap to CCPP_interstitial%akap INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata @@ -20606,14 +12861,19 @@ INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_ DEBUG: Updating local name of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from aerodp to GFS_Interstitial(cdata%thrd_no)%aerodp INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata DEBUG: Updating local name of variable tke_dissipative_heating_factor from dspfac to GFS_Control%dspfac -INFO: Converting local name facwf of variable fractional_coverage_with_weak_cosz_dependency from new to old metadata -DEBUG: Updating local name of variable fractional_coverage_with_weak_cosz_dependency from facwf to GFS_Data(cdata%blk_no)%Sfcprop%facwf +INFO: Converting local name ddy_o3 of variable ozone_interpolation_weight from new to old metadata +DEBUG: Updating local name of variable ozone_interpolation_weight from ddy_o3 to GFS_Data(cdata%blk_no)%Grid%ddy_o3 +INFO: Converting local name phy_f3d(:,:,index_for_specific_humidity_at_previous_timestep) of variable water_vapor_specific_humidity_at_previous_timestep from new to old metadata +DEBUG: Variable index_for_specific_humidity_at_previous_timestep was in old metadata format and has already been converted +DEBUG: Updating local name of variable water_vapor_specific_humidity_at_previous_timestep from phy_f3d(:,:,index_for_specific_humidity_at_previous_timestep) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nqvdelt) INFO: Converting local name nblks of variable ccpp_block_count from new to old metadata DEBUG: Updating local name of variable ccpp_block_count from nblks to GFS_Control%nblks INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata DEBUG: Updating local name of variable flag_for_gf_shallow_convection_scheme from imfshalcnv_gf to GFS_Control%imfshalcnv_gf INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata DEBUG: Updating local name of variable aerosol_optical_properties_for_longwave_bands_01_16 from faerlw to GFS_Interstitial(cdata%thrd_no)%faerlw +INFO: Converting local name ddx_ci of variable cloud_nuclei_x_interpolation_weight from new to old metadata +DEBUG: Updating local name of variable cloud_nuclei_x_interpolation_weight from ddx_ci to GFS_Data(cdata%blk_no)%Grid%ddx_ci INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata DEBUG: Updating local name of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from zvir to CCPP_interstitial%zvir INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata @@ -20646,6 +12906,8 @@ INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ DEBUG: Updating local name of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from clw(:,:,2) to GFS_Interstitial(cdata%thrd_no)%clw(:,:,2) INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata DEBUG: Updating local name of variable shoc_tke_dissipatation_pressure_threshold from shoc_parm(1) to GFS_Control%shoc_parm(1) +INFO: Converting local name fhzero of variable frequency_for_diagnostic_clearing from new to old metadata +DEBUG: Updating local name of variable frequency_for_diagnostic_clearing from fhzero to GFS_Control%fhzero INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata DEBUG: Updating local name of variable vertical_index_difference_between_layer_and_upper_bound from kt to GFS_Interstitial(cdata%thrd_no)%kt INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata @@ -20655,6 +12917,8 @@ DEBUG: Updating local name of variable mg_autoconversion_size_threshold_ice_snow INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata DEBUG: Updating local name of variable lwe_thickness_of_snow_amount_for_coupling from snow_cpl to GFS_Data(cdata%blk_no)%Coupling%snow_cpl DEBUG: Variable index_for_water_vapor was in old metadata format and has already been converted +INFO: Converting local name nx of variable number_of_points_in_x_direction_for_this_MPI_rank from new to old metadata +DEBUG: Updating local name of variable number_of_points_in_x_direction_for_this_MPI_rank from nx to GFS_Control%nx INFO: Converting local name topflw_type of variable topflw_type 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 DEBUG: Updating local name of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from cdq_land to GFS_Interstitial(cdata%thrd_no)%cdq_land @@ -20754,12 +13018,13 @@ DEBUG: Variable index_for_ozone was in old metadata format and has already been DEBUG: Updating local name of variable ozone_concentration_updated_by_physics from gq0(:,:,index_for_ozone) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntoz) INFO: Converting local name debug of variable flag_debug from new to old metadata DEBUG: Updating local name of variable flag_debug from debug to GFS_Control%debug +INFO: Converting local name phy_f3d(:,:,index_for_specific_humidity_two_timesteps_back) of variable water_vapor_specific_humidity_two_timesteps_back from new to old metadata +DEBUG: Variable index_for_specific_humidity_two_timesteps_back was in old metadata format and has already been converted +DEBUG: Updating local name of variable water_vapor_specific_humidity_two_timesteps_back from phy_f3d(:,:,index_for_specific_humidity_two_timesteps_back) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nqv2delt) INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata DEBUG: Updating local name of variable coefficient_from_cloud_ice_to_snow from psautco to GFS_Control%psautco INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata DEBUG: Updating local name of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from cd_ocean to GFS_Interstitial(cdata%thrd_no)%cd_ocean -INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata -DEBUG: Updating local name of variable water_vapor_specific_humidity_two_time_steps_back from phy_f3d(:,:,2) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,2) INFO: Converting local name save_v of variable y_wind_save from new to old metadata DEBUG: Updating local name of variable y_wind_save from save_v to GFS_Interstitial(cdata%thrd_no)%save_v INFO: Converting local name dt3dt(:,:,10) of variable cumulative_change_in_temperature_due_to_physics from new to old metadata @@ -20779,8 +13044,8 @@ DEBUG: Updating local name of variable flag_for_ras_deep_convection from ras to DEBUG: Variable topfsw_type is in old metadata format, no conversion necessary INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata DEBUG: Updating local name of variable surface_albedo_perturbation from alb1d to GFS_Interstitial(cdata%thrd_no)%alb1d -INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata -DEBUG: Updating local name of variable pressure_at_bottom_of_convective_cloud from cvb to GFS_Data(cdata%blk_no)%Cldprop%cvb +INFO: Converting local name jsc of variable starting_y_index_for_this_MPI_rank from new to old metadata +DEBUG: Updating local name of variable starting_y_index_for_this_MPI_rank from jsc to GFS_Control%jsc INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata DEBUG: Updating local name of variable water_table_recharge_when_shallow from rechxy to GFS_Data(cdata%blk_no)%Sfcprop%rechxy @@ -20788,6 +13053,8 @@ INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed DEBUG: Updating local name of variable mg_allow_supersat_after_sed from sed_supersat to GFS_Control%sed_supersat INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata DEBUG: Updating local name of variable date_and_time_at_model_initialization_reordered from idate to GFS_Control%idate +INFO: Converting local name h2o_phys of variable flag_for_stratospheric_water_vapor_physics from new to old metadata +DEBUG: Updating local name of variable flag_for_stratospheric_water_vapor_physics from h2o_phys to GFS_Control%h2o_phys INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata DEBUG: Updating local name of variable tendency_of_air_temperature_due_to_ugwp from gw_dtdt to GFS_Interstitial(cdata%thrd_no)%gw_dtdt INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata @@ -20837,8 +13104,8 @@ INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_ DEBUG: Updating local name of variable coefficient_from_cloud_water_to_rain from prautco to GFS_Control%prautco INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_over_ice from ffhh_ice to GFS_Interstitial(cdata%thrd_no)%ffhh_ice -INFO: Converting local name toa_src_lw of variable toa_incident_lw_flux_by_spectral_point from new to old metadata -DEBUG: Updating local name of variable toa_incident_lw_flux_by_spectral_point from toa_src_lw to GFS_Interstitial(cdata%thrd_no)%toa_src_lw +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +DEBUG: Updating local name of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from dq3dt(:,:,1) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) 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 clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata DEBUG: Updating local name of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from clx to GFS_Interstitial(cdata%thrd_no)%clx @@ -20948,6 +13215,8 @@ INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from DEBUG: Updating local name of variable mix_total_water_flag from bl_mynn_mixqt to GFS_Control%bl_mynn_mixqt INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata DEBUG: Updating local name of variable mg_flag_graupel_concentration_constant from mg_ngcons to GFS_Control%mg_ngcons +INFO: Converting local name jindx1_o3 of variable lower_ozone_interpolation_index from new to old metadata +DEBUG: Updating local name of variable lower_ozone_interpolation_index from jindx1_o3 to GFS_Data(cdata%blk_no)%Grid%jindx1_o3 INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata DEBUG: Updating local name of variable number_of_tracers_plus_one from ntracp1 to GFS_Control%ntracp1 INFO: Converting local name aux2d of variable auxiliary_2d_arrays from new to old metadata @@ -20959,6 +13228,9 @@ DEBUG: Variable index_for_convective_cloud_cover_in_phy_f3d was in old metadata DEBUG: Updating local name of variable convective_cloud_cover_in_phy_f3d from phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvc) INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata DEBUG: Updating local name of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from work2 to GFS_Interstitial(cdata%thrd_no)%work2 +INFO: Converting local name phy_f3d(:,:,index_for_air_temperature_at_previous_timestep) of variable air_temperature_at_previous_timestep from new to old metadata +DEBUG: Variable index_for_air_temperature_at_previous_timestep was in old metadata format and has already been converted +DEBUG: Updating local name of variable air_temperature_at_previous_timestep from phy_f3d(:,:,index_for_air_temperature_at_previous_timestep) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nTdelt) INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata DEBUG: Updating local name of variable vertical_dimension_of_h2o_forcing_data from levh2o to GFS_Interstitial(cdata%thrd_no)%levh2o INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata @@ -21026,6 +13298,8 @@ INFO: Converting local name kcnv of variable flag_deep_convection from new to ol DEBUG: Updating local name of variable flag_deep_convection from kcnv to GFS_Interstitial(cdata%thrd_no)%kcnv INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata DEBUG: Updating local name of variable dynamics_to_physics_timestep_ratio from frain to GFS_Interstitial(cdata%thrd_no)%frain +INFO: Converting local name jindx1_h of variable lower_water_vapor_interpolation_index from new to old metadata +DEBUG: Updating local name of variable lower_water_vapor_interpolation_index from jindx1_h to GFS_Data(cdata%blk_no)%Grid%jindx1_h INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata DEBUG: Updating local name of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from dsnow_cpl to GFS_Data(cdata%blk_no)%Tbd%dsnow_cpl INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata @@ -21035,6 +13309,7 @@ DEBUG: Updating local name of variable sub_layer_cooling_thickness from z_c to G INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata DEBUG: Updating local name of variable flag_for_convective_gravity_wave_drag from do_cnvgwd to GFS_Control%do_cnvgwd INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name con_rocp of variable ratio_of_gas_constant_dry_air_to_specific_heat_of_dry_air_at_constant_pressure from new to old metadata INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata DEBUG: Variable index_for_ozone was in old metadata format and has already been converted DEBUG: Updating local name of variable ozone_mixing_ratio from qgrs(:,:,index_for_ozone) to GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntoz) @@ -21046,14 +13321,13 @@ INFO: Converting local name aerosolssw(:,:,:,3) of variable RRTMGP_aerosol_asymm DEBUG: Updating local name of variable RRTMGP_aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from aerosolssw(:,:,:,3) to GFS_Interstitial(cdata%thrd_no)%aerosolssw(:,:,:,3) INFO: Converting local name levs of variable vertical_dimension from new to old metadata DEBUG: Updating local name of variable vertical_dimension from levs to GFS_Control%levs -INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata -DEBUG: Updating local name of variable air_temperature_two_time_steps_back from phy_f3d(:,:,1) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,1) INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata DEBUG: Updating local name of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from isatmedmf_vdif to GFS_Control%isatmedmf_vdif INFO: Converting local name cldtaulw of variable RRTMGP_cloud_optical_depth_layers_at_10mu_band from new to old metadata DEBUG: Updating local name of variable RRTMGP_cloud_optical_depth_layers_at_10mu_band from cldtaulw to GFS_Interstitial(cdata%thrd_no)%cldtaulw -INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata -DEBUG: Updating local name of variable vertical_index_difference_between_inout_and_local from kd to GFS_Interstitial(cdata%thrd_no)%kd +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 +DEBUG: Variable index_for_ice_friendly_aerosols was in old metadata format and has already been converted +DEBUG: Updating local name of variable ice_friendly_aerosol_number_concentration_updated_by_physics from gq0(:,:,index_for_ice_friendly_aerosols) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntia) DEBUG: Variable index_for_graupel_number_concentration was in old metadata format and has already been converted INFO: Converting local name dv3dt(:,:,6) of variable cumulative_change_in_y_wind_due_to_shallow_convection from new to old metadata DEBUG: Updating local name of variable cumulative_change_in_y_wind_due_to_shallow_convection from dv3dt(:,:,6) to GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,6) @@ -21110,6 +13384,10 @@ INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_tre DEBUG: Updating local name of variable mg_flag_for_liu_liquid_treatment from mg_do_liq_liu to GFS_Control%mg_do_liq_liu INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata DEBUG: Updating local name of variable soil_water_content_between_soil_bottom_and_water_table from smcwtdxy to GFS_Data(cdata%blk_no)%Sfcprop%smcwtdxy +INFO: Converting local name phy_f2d(:,index_for_surface_air_pressure_at_previous_timestep) of variable surface_air_pressure_at_previous_timestep from new to old metadata +INFO: Converting local name npsdelt of variable index_for_surface_air_pressure_at_previous_timestep from new to old metadata +DEBUG: Updating local name of variable index_for_surface_air_pressure_at_previous_timestep from npsdelt to GFS_Control%npsdelt +DEBUG: Updating local name of variable surface_air_pressure_at_previous_timestep from phy_f2d(:,index_for_surface_air_pressure_at_previous_timestep) to GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,GFS_Control%npsdelt) INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata DEBUG: Updating local name of variable surface_midlayer_air_temperature_in_longwave_radiation from tsflw to GFS_Data(cdata%blk_no)%Radtend%tsflw INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata @@ -21199,6 +13477,8 @@ INFO: Converting local name do_RRTMGP of variable flag_for_rrtmgp_radiation_sche DEBUG: Updating local name of variable flag_for_rrtmgp_radiation_scheme from do_RRTMGP to GFS_Control%do_RRTMGP INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata DEBUG: Updating local name of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from nirdfui to GFS_Data(cdata%blk_no)%Coupling%nirdfui +INFO: Converting local name ddy_aer of variable aerosol_y_interpolation_weight from new to old metadata +DEBUG: Updating local name of variable aerosol_y_interpolation_weight from ddy_aer to GFS_Data(cdata%blk_no)%Grid%ddy_aer INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata DEBUG: Updating local name of variable number_of_plumes from nupdraft to GFS_Data(cdata%blk_no)%Intdiag%nupdraft INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata @@ -21208,8 +13488,6 @@ DEBUG: Updating local name of variable upward_heat_flux_in_soil_over_land from g INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata INFO: Converting local name lw_file_clouds of variable rrtmgp_coeff_lw_cloud_optics from new to old metadata DEBUG: Updating local name of variable rrtmgp_coeff_lw_cloud_optics from lw_file_clouds to GFS_Control%lw_file_clouds -INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata -DEBUG: Updating local name of variable in_number_concentration from in_nm to GFS_Data(cdata%blk_no)%Tbd%in_nm DEBUG: Variable ccpp_thread_number was in old metadata format and has already been converted INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata DEBUG: Updating local name of variable number_of_equatorial_longitude_points from lonr to GFS_Control%lonr @@ -21225,8 +13503,12 @@ INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag fr DEBUG: Updating local name of variable edmf_partition_flag from bl_mynn_edmf_part to GFS_Control%bl_mynn_edmf_part INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata DEBUG: Updating local name of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from dq3dt(:,:,7) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,7) +INFO: Converting local name random_clds of variable flag_for_random_clouds_for_RAS from new to old metadata +DEBUG: Updating local name of variable flag_for_random_clouds_for_RAS from random_clds to GFS_Control%random_clds INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata DEBUG: Updating local name of variable accumulated_lwe_thickness_of_graupel_amount from totgrp to GFS_Data(cdata%blk_no)%Intdiag%totgrp +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +DEBUG: Updating local name of variable pressure_at_bottom_of_convective_cloud from cvb to GFS_Data(cdata%blk_no)%Cldprop%cvb INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata DEBUG: Updating local name of variable kinematic_surface_upward_latent_heat_flux from evap to GFS_Data(cdata%blk_no)%Sfcprop%evap INFO: Converting local name lw_file_gas of variable rrtmgp_kdistribution_lw from new to old metadata @@ -21244,6 +13526,8 @@ INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of v DEBUG: Variable index_for_graupel_effective_radius was in old metadata format and has already been converted DEBUG: Updating local name of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from phy_f3d(:,:,index_for_graupel_effective_radius) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ngeffr) INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +DEBUG: Updating local name of variable tracer_concentration_save from save_q to GFS_Interstitial(cdata%thrd_no)%save_q INFO: Converting local name p_lev of variable air_pressure_at_interface_for_RRTMGP_in_hPa from new to old metadata DEBUG: Updating local name of variable air_pressure_at_interface_for_RRTMGP_in_hPa from p_lev to GFS_Interstitial(cdata%thrd_no)%p_lev INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata @@ -21270,10 +13554,10 @@ INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_st DEBUG: Updating local name of variable snow_albedo_at_previous_time_step from alboldxy to GFS_Data(cdata%blk_no)%Sfcprop%alboldxy INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata DEBUG: Updating local name of variable flag_for_shoc from do_shoc to GFS_Control%do_shoc -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 -DEBUG: Updating local name of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from du3dt_tms to GFS_Data(cdata%blk_no)%Intdiag%du3dt_tms INFO: Converting local name du3dt(:,:,6) of variable cumulative_change_in_x_wind_due_to_shallow_convection from new to old metadata DEBUG: Updating local name of variable cumulative_change_in_x_wind_due_to_shallow_convection from du3dt(:,:,6) to GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,6) +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +DEBUG: Updating local name of variable number_of_tracers_for_convective_transport from nn to GFS_Interstitial(cdata%thrd_no)%nn INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata DEBUG: Updating local name of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from do_sat_adj to CCPP_interstitial%do_sat_adj INFO: Converting local name sec_diff_byband of variable secant_of_diffusivity_angle_each_RRTMGP_LW_band from new to old metadata @@ -21298,6 +13582,8 @@ INFO: Converting local name flag_cice of variable flag_for_cice from new to old DEBUG: Updating local name of variable flag_for_cice from flag_cice to GFS_Interstitial(cdata%thrd_no)%flag_cice INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata DEBUG: Updating local name of variable snow_precipitation_rate_from_previous_timestep from dsnowprv to GFS_Data(cdata%blk_no)%Sfcprop%dsnowprv +INFO: Converting local name toa_src_lw of variable toa_incident_lw_flux_by_spectral_point from new to old metadata +DEBUG: Updating local name of variable toa_incident_lw_flux_by_spectral_point from toa_src_lw to GFS_Interstitial(cdata%thrd_no)%toa_src_lw INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata DEBUG: Updating local name of variable number_of_3d_arrays_associated_with_pdf_based_clouds from npdf3d to GFS_Control%npdf3d INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata @@ -21350,6 +13636,7 @@ INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_ DEBUG: Updating local name of variable surface_geopotential_at_Lagrangian_surface from phis to CCPP_interstitial%phis INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata DEBUG: Updating local name of variable instantaneous_specific_humidity_at_2m_for_coupling from q2mi_cpl to GFS_Data(cdata%blk_no)%Coupling%q2mi_cpl +INFO: Converting local name con_rog of variable ratio_of_gas_constant_dry_air_to_gravitational_acceleration 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 DEBUG: Updating local name of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from dswsfc_cpl to GFS_Data(cdata%blk_no)%Coupling%dswsfc_cpl INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata @@ -21421,6 +13708,8 @@ INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_funct DEBUG: Updating local name of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from fh2_ocean to GFS_Interstitial(cdata%thrd_no)%fh2_ocean INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata DEBUG: Updating local name of variable seed_random_numbers_sw from icsdsw to GFS_Data(cdata%blk_no)%Tbd%icsdsw +INFO: Converting local name iindx1_aer of variable lower_aerosol_x_interpolation_index from new to old metadata +DEBUG: Updating local name of variable lower_aerosol_x_interpolation_index from iindx1_aer to GFS_Data(cdata%blk_no)%Grid%iindx1_aer INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata DEBUG: Updating local name of variable critical_relative_humidity_at_surface from crtrh(1) to GFS_Control%crtrh(1) INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata @@ -21456,6 +13745,8 @@ INFO: Converting local name work3 of variable ratio_of_exner_function_between_mi DEBUG: Updating local name of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from work3 to GFS_Interstitial(cdata%thrd_no)%work3 INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata DEBUG: Updating local name of variable surface_downwelling_direct_near_infrared_shortwave_flux from adjnirbmd to GFS_Interstitial(cdata%thrd_no)%adjnirbmd +INFO: Converting local name cnx of variable number_of_points_in_x_direction_for_this_cubed_sphere_face from new to old metadata +DEBUG: Updating local name of variable number_of_points_in_x_direction_for_this_cubed_sphere_face from cnx to GFS_Control%cnx INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata DEBUG: Updating local name of variable volume_mixing_ratio_ch4 from gasvmr(:,:,3) to GFS_Interstitial(cdata%thrd_no)%gasvmr(:,:,3) INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata @@ -21488,6 +13779,7 @@ INFO: Converting local name fn_nml of variable namelist_filename from new to old DEBUG: Updating local name of variable namelist_filename from fn_nml to GFS_Control%fn_nml INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata DEBUG: Updating local name of variable surface_air_pressure_diag from psurf to GFS_Data(cdata%blk_no)%Intdiag%psurf +DEBUG: Variable index_for_surface_air_pressure_at_previous_timestep was in old metadata format and has already been converted INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata DEBUG: Updating local name of variable surface_snow_thickness_water_equivalent from snowd to GFS_Data(cdata%blk_no)%Sfcprop%snowd INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata @@ -21507,8 +13799,6 @@ DEBUG: Updating local name of variable cumulative_atmosphere_downdraft_convectiv INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata DEBUG: Variable index_for_snow_water was in old metadata format and has already been converted DEBUG: Updating local name of variable snow_water_mixing_ratio_updated_by_physics from gq0(:,:,index_for_snow_water) to GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntsw) -INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata -DEBUG: Updating local name of variable water_vapor_specific_humidity_at_previous_time_step from phy_f3d(:,:,4) to GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,4) INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata DEBUG: Updating local name of variable number_of_cloud_types_CS from nctp to GFS_Control%nctp 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 @@ -21577,12 +13867,14 @@ INFO: Converting local name fluxlwUP_allsky of variable RRTMGP_lw_flux_profile_u DEBUG: Updating local name of variable RRTMGP_lw_flux_profile_upward_allsky from fluxlwUP_allsky to GFS_Interstitial(cdata%thrd_no)%fluxlwUP_allsky INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata DEBUG: Updating local name of variable cumulative_change_in_x_wind_due_to_deep_convection from du3dt(:,:,3) to GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,3) +INFO: Converting local name isc of variable starting_x_index_for_this_MPI_rank from new to old metadata +DEBUG: Updating local name of variable starting_x_index_for_this_MPI_rank from isc to GFS_Control%isc INFO: Converting local name tiice of variable internal_ice_temperature from new to old metadata DEBUG: Updating local name of variable internal_ice_temperature from tiice to GFS_Data(cdata%blk_no)%Sfcprop%tiice INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata DEBUG: Updating local name of variable weight_for_specific_humidity_at_viscous_sublayer_top from phy_myj_a1q to GFS_Data(cdata%blk_no)%Tbd%phy_myj_a1q -INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata -DEBUG: Updating local name of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from dq3dt(:,:,1) to GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +DEBUG: Updating local name of variable sea_land_ice_mask from islmsk to GFS_Interstitial(cdata%thrd_no)%islmsk INFO: Converting local name con_epsqs of variable minimum_value_of_saturation_mixing_ratio 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 wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata @@ -21604,8 +13896,8 @@ INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to DEBUG: Updating local name of variable tke_budget from bl_mynn_tkebudget to GFS_Control%bl_mynn_tkebudget INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata DEBUG: Updating local name of variable coefficient_w_0 from w_0 to GFS_Data(cdata%blk_no)%Sfcprop%w_0 -INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata -DEBUG: Updating local name of variable time_since_diagnostics_zeroed from zhour to GFS_Control%zhour +INFO: Converting local name hwrf_samfdeep of variable flag_for_hwrf_samfdeepcnv_scheme from new to old metadata +DEBUG: Updating local name of variable flag_for_hwrf_samfdeepcnv_scheme from hwrf_samfdeep to GFS_Control%hwrf_samfdeep INFO: Converting local name aerosolssw(:,:,:,1) of variable RRTMGP_aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata DEBUG: Updating local name of variable RRTMGP_aerosol_optical_depth_for_shortwave_bands_01_16 from aerosolssw(:,:,:,1) to GFS_Interstitial(cdata%thrd_no)%aerosolssw(:,:,:,1) INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata @@ -21633,8 +13925,6 @@ DEBUG: Updating local name of variable latitude_in_degree from xlat_d to GFS_Dat INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata DEBUG: Variable index_for_water_vapor was in old metadata format and has already been converted DEBUG: Updating local name of variable water_vapor_specific_humidity_save from save_q(:,:,index_for_water_vapor) to GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) -INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata -DEBUG: Updating local name of variable number_of_tracers_for_convective_transport from nn to GFS_Interstitial(cdata%thrd_no)%nn INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata DEBUG: Updating local name of variable emdf_updraft_cloud_water from edmf_qc to GFS_Data(cdata%blk_no)%Intdiag%edmf_qc INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata @@ -21715,6 +14005,8 @@ INFO: Converting local name lndp_var_list of variable variables_to_be_perturbed_ DEBUG: Updating local name of variable variables_to_be_perturbed_for_landperts from lndp_var_list to GFS_Control%lndp_var_list INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata DEBUG: Updating local name of variable instantaneous_surface_upward_latent_heat_flux_for_diag from dqsfci to GFS_Data(cdata%blk_no)%Intdiag%dqsfci +INFO: Converting local name ddy_h of variable water_vapor_interpolation_weight from new to old metadata +DEBUG: Updating local name of variable water_vapor_interpolation_weight from ddy_h to GFS_Data(cdata%blk_no)%Grid%ddy_h INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata DEBUG: Updating local name of variable gas_constants_for_multi_gases_physics from rilist to CCPP_interstitial%rilist INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata @@ -21851,8 +14143,6 @@ INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from n DEBUG: Updating local name of variable mg_flag_for_graupel from mg_do_graupel to GFS_Control%mg_do_graupel INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata DEBUG: Updating local name of variable diurnal_thermocline_layer_thickness from xz to GFS_Data(cdata%blk_no)%Sfcprop%xz -INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata -DEBUG: Updating local name of variable surface_air_pressure_at_previous_time_step from phy_f2d(:,2) to GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,2) INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata DEBUG: Updating local name of variable shoc_implicit_TKE_integration_uncentering_term from shoc_parm(4) to GFS_Control%shoc_parm(4) INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata @@ -21911,24 +14201,11 @@ INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer fr DEBUG: Updating local name of variable wind_speed_at_lowest_model_layer from wind to GFS_Interstitial(cdata%thrd_no)%wind INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata DEBUG: Updating local name of variable soil_upward_latent_heat_flux from evbs to GFS_Interstitial(cdata%thrd_no)%evbs -INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata -DEBUG: Updating local name of variable tracer_concentration_save from save_q to GFS_Interstitial(cdata%thrd_no)%save_q -INFO: Metadata table for model FV3 written to /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +DEBUG: Updating local name of variable mg_flag_for_hail from mg_do_hail to GFS_Control%mg_do_hail +INFO: Metadata table for model FV3 written to /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html INFO: Parsing metadata tables in physics scheme files ... DEBUG: Parsing file GFS_DCNV_generic.F90 with registry OrderedDict([('GFS_DCNV_generic_pre', {'GFS_DCNV_generic_pre': {'GFS_DCNV_generic_pre_run': [12, 59], 'GFS_DCNV_generic_pre_init': [4, 5], 'GFS_DCNV_generic_pre_finalize': [6, 7]}}), ('GFS_DCNV_generic_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_pre GFS_DCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_pre_run GFS_DCNV_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_DCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_DCNV_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_post GFS_DCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_post_run GFS_DCNV_generic_pre DEBUG: Module name: GFS_DCNV_generic_pre DEBUG: Scheme name: GFS_DCNV_generic_pre DEBUG: Scheme dependencies: ['machine.F'] @@ -21936,36 +14213,6 @@ DEBUG: Variables in subroutine GFS_DCNV_generic_pre_run: horizontal_loop_extent, DEBUG: Variables in subroutine GFS_DCNV_generic_pre_init: DEBUG: Variables in subroutine GFS_DCNV_generic_pre_finalize: DEBUG: Parsing file GFS_DCNV_generic.F90 with registry OrderedDict([('GFS_DCNV_generic_pre', {'GFS_DCNV_generic_pre': {'GFS_DCNV_generic_pre_run': [12, 59], 'GFS_DCNV_generic_pre_init': [4, 5], 'GFS_DCNV_generic_pre_finalize': [6, 7]}}), ('GFS_DCNV_generic_post', {'GFS_DCNV_generic_post': {'GFS_DCNV_generic_post_init': [63, 64], 'GFS_DCNV_generic_post_run': [70, 146], 'GFS_DCNV_generic_post_finalize': [65, 66]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_pre GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_pre_run GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_DCNV_generic_post GFS_DCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_DCNV_generic_post_run GFS_DCNV_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_cloud_work_function in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_updraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_downdraft_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_atmosphere_detrainment_convective_mass_flux in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_DCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover_in_phy_f3d in table GFS_DCNV_generic_post_run DEBUG: Module name: GFS_DCNV_generic_post DEBUG: Scheme name: GFS_DCNV_generic_post DEBUG: Scheme dependencies: ['machine.F'] @@ -21973,28 +14220,6 @@ DEBUG: Variables in subroutine GFS_DCNV_generic_post_init: DEBUG: Variables in subroutine GFS_DCNV_generic_post_run: horizontal_loop_extent, vertical_dimension, flag_diagnostics_3D, flag_tracer_diagnostics_3D, x_wind_updated_by_physics, y_wind_updated_by_physics, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, x_wind_save, y_wind_save, air_temperature_save, water_vapor_specific_humidity_save, ccpp_error_message, ccpp_error_flag, flag_diagnostics, flag_for_ras_deep_convection, flag_for_Chikira_Sugiyama_deep_convection, dynamics_to_physics_timestep_ratio, lwe_thickness_of_deep_convective_precipitation_amount, time_step_for_dynamics, cloud_work_function, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, gravitational_acceleration, number_of_3d_arrays_associated_with_pdf_based_clouds, array_dimension_of_3d_arrays_for_microphysics, number_of_convective_3d_cloud_fields, lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep, cumulative_cloud_work_function, cumulative_change_in_temperature_due_to_deep_convection, cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection, cumulative_change_in_x_wind_due_to_deep_convection, cumulative_change_in_y_wind_due_to_deep_convection, cumulative_atmosphere_updraft_convective_mass_flux, cumulative_atmosphere_downdraft_convective_mass_flux, cumulative_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, convective_cloud_water_mixing_ratio_in_phy_f3d, convective_cloud_cover_in_phy_f3d, flag_for_generic_deep_convection_tendency DEBUG: Variables in subroutine GFS_DCNV_generic_post_finalize: DEBUG: Parsing file GFS_GWD_generic.F90 with registry OrderedDict([('GFS_GWD_generic_pre', {'GFS_GWD_generic_pre': {'GFS_GWD_generic_pre_run': [13, 104], 'GFS_GWD_generic_pre_finalize': [106, 107], 'GFS_GWD_generic_pre_init': [5, 6]}}), ('GFS_GWD_generic_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_pre GFS_GWD_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_pre_run GFS_GWD_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable statistical_measures_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_post GFS_GWD_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_post_run GFS_GWD_generic_pre DEBUG: Module name: GFS_GWD_generic_pre DEBUG: Scheme name: GFS_GWD_generic_pre DEBUG: Scheme dependencies: ['machine.F'] @@ -22002,110 +14227,20 @@ DEBUG: Variables in subroutine GFS_GWD_generic_pre_run: horizontal_loop_extent, DEBUG: Variables in subroutine GFS_GWD_generic_pre_finalize: DEBUG: Variables in subroutine GFS_GWD_generic_pre_init: DEBUG: Parsing file GFS_GWD_generic.F90 with registry OrderedDict([('GFS_GWD_generic_pre', {'GFS_GWD_generic_pre': {'GFS_GWD_generic_pre_run': [13, 104], 'GFS_GWD_generic_pre_finalize': [106, 107], 'GFS_GWD_generic_pre_init': [5, 6]}}), ('GFS_GWD_generic_post', {'GFS_GWD_generic_post': {'GFS_GWD_generic_post_init': [113, 114], 'GFS_GWD_generic_post_finalize': [146, 147], 'GFS_GWD_generic_post_run': [121, 144]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_pre GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_pre_run GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_GWD_generic_post GFS_GWD_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_GWD_generic_post_run GFS_GWD_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_x_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_y_stress_due_to_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table GFS_GWD_generic_post_run DEBUG: Module name: GFS_GWD_generic_post DEBUG: Scheme name: GFS_GWD_generic_post DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine GFS_GWD_generic_post_init: DEBUG: Variables in subroutine GFS_GWD_generic_post_finalize: DEBUG: Variables in subroutine GFS_GWD_generic_post_run: flag_diagnostics, flag_diagnostics_3D, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag, time_step_for_dynamics, flag_for_generic_gravity_wave_drag_tendency, ccpp_error_message, ccpp_error_flag, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag, time_integral_of_x_stress_due_to_gravity_wave_drag, time_integral_of_y_stress_due_to_gravity_wave_drag -DEBUG: Parsing file GFS_MP_generic.F90 with registry OrderedDict([('GFS_MP_generic_pre', {'GFS_MP_generic_pre': {'GFS_MP_generic_pre_finalize': [55, 56], 'GFS_MP_generic_pre_init': [8, 9], 'GFS_MP_generic_pre_run': [13, 52]}}), ('GFS_MP_generic_post', {})]) -INFO: Legacy extension - skip empty table for GFS_MP_generic_pre_finalize -INFO: Legacy extension - skip empty table for GFS_MP_generic_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_pre GFS_MP_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_pre_run GFS_MP_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_MP_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_MP_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_post GFS_MP_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_post_run GFS_MP_generic_pre +DEBUG: Parsing file GFS_MP_generic.F90 with registry OrderedDict([('GFS_MP_generic_pre', {'GFS_MP_generic_pre': {'GFS_MP_generic_pre_finalize': [51, 52], 'GFS_MP_generic_pre_init': [6, 7], 'GFS_MP_generic_pre_run': [11, 50]}}), ('GFS_MP_generic_post', {})]) DEBUG: Module name: GFS_MP_generic_pre DEBUG: Scheme name: GFS_MP_generic_pre DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine GFS_MP_generic_pre_finalize: DEBUG: Variables in subroutine GFS_MP_generic_pre_init: DEBUG: Variables in subroutine GFS_MP_generic_pre_run: horizontal_loop_extent, vertical_dimension, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_for_Arakawa_Wu_adjustment, index_for_liquid_cloud_condensate, number_of_tracers_for_cloud_condensate, number_of_tracers, air_temperature_updated_by_physics, tracer_concentration_updated_by_physics, air_temperature_save, water_vapor_specific_humidity_save, tracer_concentration_save, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file GFS_MP_generic.F90 with registry OrderedDict([('GFS_MP_generic_pre', {'GFS_MP_generic_pre': {'GFS_MP_generic_pre_finalize': [55, 56], 'GFS_MP_generic_pre_init': [8, 9], 'GFS_MP_generic_pre_run': [13, 52]}}), ('GFS_MP_generic_post', {'GFS_MP_generic_post': {'GFS_MP_generic_post_init': [65, 66], 'GFS_MP_generic_post_run': [77, 338], 'GFS_MP_generic_post_finalize': [342, 343]}})]) -INFO: Legacy extension - skip empty table for GFS_MP_generic_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_pre GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_pre_run GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_MP_generic_post GFS_MP_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_MP_generic_post_run GFS_MP_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable random_number_array in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_rain_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_freezing_rain_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_sleet_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dominant_snow_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_ice_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_snow_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_graupel_amount in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_ice_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_snow_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_graupel_amount_in_bucket in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable column_precipitable_water in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable explicit_rainfall_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_precipitation_rate_from_previous_timestep in table GFS_MP_generic_post_run -INFO: Legacy extension - skip empty table for GFS_MP_generic_post_finalize +DEBUG: Parsing file GFS_MP_generic.F90 with registry OrderedDict([('GFS_MP_generic_pre', {'GFS_MP_generic_pre': {'GFS_MP_generic_pre_finalize': [51, 52], 'GFS_MP_generic_pre_init': [6, 7], 'GFS_MP_generic_pre_run': [11, 50]}}), ('GFS_MP_generic_post', {'GFS_MP_generic_post': {'GFS_MP_generic_post_init': [59, 60], 'GFS_MP_generic_post_run': [71, 332], 'GFS_MP_generic_post_finalize': [334, 335]}})]) DEBUG: Module name: GFS_MP_generic_post DEBUG: Scheme name: GFS_MP_generic_post DEBUG: Scheme dependencies: ['machine.F', 'calpreciptype.f90'] @@ -22114,19 +14249,6 @@ DEBUG: Variables in subroutine GFS_MP_generic_post_run: horizontal_loop_extent, DEBUG: Variables in subroutine GFS_MP_generic_post_finalize: DEBUG: Parsing file GFS_PBL_generic.F90 with registry OrderedDict([('GFS_PBL_generic_common', {}), ('GFS_PBL_generic_pre', {}), ('GFS_PBL_generic_post', {})]) DEBUG: Parsing file GFS_PBL_generic.F90 with registry OrderedDict([('GFS_PBL_generic_common', {}), ('GFS_PBL_generic_pre', {'GFS_PBL_generic_pre': {'GFS_PBL_generic_pre_run': [58, 244], 'GFS_PBL_generic_pre_finalize': [52, 53], 'GFS_PBL_generic_pre_init': [50, 51]}}), ('GFS_PBL_generic_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_pre GFS_PBL_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_pre_run GFS_PBL_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_PBL_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_PBL_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_post GFS_PBL_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_post_run GFS_PBL_generic_pre DEBUG: Module name: GFS_PBL_generic_pre DEBUG: Scheme name: GFS_PBL_generic_pre DEBUG: Scheme dependencies: ['machine.F', 'GFS_PBL_generic.F90'] @@ -22134,77 +14256,6 @@ DEBUG: Variables in subroutine GFS_PBL_generic_pre_run: horizontal_loop_extent, DEBUG: Variables in subroutine GFS_PBL_generic_pre_finalize: DEBUG: Variables in subroutine GFS_PBL_generic_pre_init: DEBUG: Parsing file GFS_PBL_generic.F90 with registry OrderedDict([('GFS_PBL_generic_common', {}), ('GFS_PBL_generic_pre', {'GFS_PBL_generic_pre': {'GFS_PBL_generic_pre_run': [58, 244], 'GFS_PBL_generic_pre_finalize': [52, 53], 'GFS_PBL_generic_pre_init': [50, 51]}}), ('GFS_PBL_generic_post', {'GFS_PBL_generic_post': {'GFS_PBL_generic_post_init': [248, 249], 'GFS_PBL_generic_post_finalize': [250, 251], 'GFS_PBL_generic_post_run': [255, 540]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_pre GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_pre_run GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_PBL_generic_post GFS_PBL_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_PBL_generic_post_run GFS_PBL_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_heat_diffusivity in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_reduction_factor in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_reduction_factor in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_PBL_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table GFS_PBL_generic_post_run DEBUG: Module name: GFS_PBL_generic_post DEBUG: Scheme name: GFS_PBL_generic_post DEBUG: Scheme dependencies: ['machine.F', 'GFS_PBL_generic.F90'] @@ -22212,18 +14263,6 @@ DEBUG: Variables in subroutine GFS_PBL_generic_post_init: DEBUG: Variables in subroutine GFS_PBL_generic_post_finalize: DEBUG: Variables in subroutine GFS_PBL_generic_post_run: horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, number_of_tracers, index_for_water_vapor, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, index_for_rain_number_concentration, index_for_snow_number_concentration, index_for_graupel_number_concentration, index_for_water_friendly_aerosols, index_for_ice_friendly_aerosols, index_for_graupel, index_for_ozone, index_for_turbulent_kinetic_energy, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, index_for_mass_weighted_rime_factor, flag_for_aerosol_convective_transport_and_PBL_diffusion, index_for_first_chemical_tracer, number_of_chemical_tracers, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_zhao_carr_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, flag_for_chemistry_coupling, flag_for_aerosol_physics, flag_for_hedmf, flag_for_shoc, flag_for_scale_aware_TKE_moist_EDMF_PBL, tracer_concentration, x_wind_save, y_wind_save, air_temperature_save, tracer_concentration_save, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_diagnostics, x_wind, y_wind, air_temperature, ccpp_error_message, ccpp_error_flag, flag_for_flux_coupling, flag_for_generic_planetary_boundary_layer_tendency, flag_idealized_physics, flag_for_scale_aware_Shinhong_PBL, flag_for_ysu, tendency_of_vertically_diffused_tracer_concentration, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, time_step_for_dynamics, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, tendency_of_tracers_due_to_model_physics, cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep, instantaneous_surface_x_momentum_flux_for_coupling, instantaneous_surface_y_momentum_flux_for_coupling, instantaneous_surface_upward_sensible_heat_flux_for_coupling, instantaneous_surface_upward_latent_heat_flux_for_coupling, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep, instantaneous_surface_x_momentum_flux_for_diag, instantaneous_surface_y_momentum_flux_for_diag, instantaneous_surface_upward_sensible_heat_flux_for_diag, instantaneous_surface_upward_latent_heat_flux_for_diag, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, ratio_of_vapor_to_dry_air_gas_constants_minus_one, latent_heat_of_vaporization_of_water_at_0C, air_temperature_at_lowest_model_layer_for_diag, water_vapor_specific_humidity_at_lowest_model_layer_for_diag, air_pressure, kinematic_surface_upward_sensible_heat_flux, instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling, sea_area_fraction, flag_for_cice, surface_x_momentum_flux_for_coupling, surface_y_momentum_flux_for_coupling, surface_upward_sensible_heat_flux_for_coupling, surface_upward_latent_heat_flux_for_coupling, flag_nonzero_wet_surface_fraction, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, wind_speed_at_lowest_model_layer, surface_wind_stress_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_ocean, x_wind_at_lowest_model_layer, y_wind_at_lowest_model_layer, instantaneous_atmosphere_heat_diffusivity, atmosphere_heat_diffusivity, surface_upward_latent_heat_flux_reduction_factor, surface_upward_sensible_heat_flux_reduction_factor DEBUG: Parsing file GFS_SCNV_generic.F90 with registry OrderedDict([('GFS_SCNV_generic_pre', {'GFS_SCNV_generic_pre': {'GFS_SCNV_generic_pre_finalize': [6, 7], 'GFS_SCNV_generic_pre_init': [4, 5], 'GFS_SCNV_generic_pre_run': [11, 40]}}), ('GFS_SCNV_generic_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_pre GFS_SCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_pre_run GFS_SCNV_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_SCNV_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_SCNV_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_post GFS_SCNV_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_post_run GFS_SCNV_generic_pre DEBUG: Module name: GFS_SCNV_generic_pre DEBUG: Scheme name: GFS_SCNV_generic_pre DEBUG: Scheme dependencies: ['machine.F'] @@ -22231,32 +14270,6 @@ DEBUG: Variables in subroutine GFS_SCNV_generic_pre_finalize: DEBUG: Variables in subroutine GFS_SCNV_generic_pre_init: DEBUG: Variables in subroutine GFS_SCNV_generic_pre_run: horizontal_loop_extent, vertical_dimension, flag_diagnostics_3D, flag_tracer_diagnostics_3D, x_wind_updated_by_physics, y_wind_updated_by_physics, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, x_wind_save, y_wind_save, air_temperature_save, water_vapor_specific_humidity_save, flag_for_generic_shallow_convection_tendency, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file GFS_SCNV_generic.F90 with registry OrderedDict([('GFS_SCNV_generic_pre', {'GFS_SCNV_generic_pre': {'GFS_SCNV_generic_pre_finalize': [6, 7], 'GFS_SCNV_generic_pre_init': [4, 5], 'GFS_SCNV_generic_pre_run': [11, 40]}}), ('GFS_SCNV_generic_post', {'GFS_SCNV_generic_post': {'GFS_SCNV_generic_post_run': [51, 135], 'GFS_SCNV_generic_post_init': [44, 45], 'GFS_SCNV_generic_post_finalize': [46, 47]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_pre GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_pre_run GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_SCNV_generic_post GFS_SCNV_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_SCNV_generic_post_run GFS_SCNV_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_SCNV_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover_in_phy_f3d in table GFS_SCNV_generic_post_run DEBUG: Module name: GFS_SCNV_generic_post DEBUG: Scheme name: GFS_SCNV_generic_post DEBUG: Scheme dependencies: ['machine.F'] @@ -22265,14 +14278,6 @@ DEBUG: Variables in subroutine GFS_SCNV_generic_post_init: DEBUG: Variables in subroutine GFS_SCNV_generic_post_finalize: DEBUG: Parsing file GFS_debug.F90 with registry OrderedDict([('print_var_chksum', {}), ('GFS_diagtoscreen', {}), ('GFS_interstitialtoscreen', {}), ('GFS_abort', {}), ('GFS_checkland', {})]) DEBUG: Parsing file GFS_debug.F90 with registry OrderedDict([('print_var_chksum', {}), ('GFS_diagtoscreen', {'GFS_diagtoscreen': {'GFS_diagtoscreen_init': [235, 236], 'GFS_diagtoscreen_finalize': [237, 238], 'GFS_diagtoscreen_run': [242, 719]}}), ('GFS_interstitialtoscreen', {}), ('GFS_abort', {}), ('GFS_checkland', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_diagtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_diagtoscreen DEBUG: Module name: GFS_diagtoscreen DEBUG: Scheme name: GFS_diagtoscreen DEBUG: Scheme dependencies: ['machine.F'] @@ -22280,14 +14285,6 @@ DEBUG: Variables in subroutine GFS_diagtoscreen_init: DEBUG: Variables in subroutine GFS_diagtoscreen_finalize: DEBUG: Variables in subroutine GFS_diagtoscreen_run: GFS_control_type_instance, GFS_statein_type_instance, GFS_stateout_type_instance, GFS_sfcprop_type_instance, GFS_coupling_type_instance, GFS_grid_type_instance, GFS_tbd_type_instance, GFS_cldprop_type_instance, GFS_radtend_type_instance, GFS_diag_type_instance, GFS_interstitial_type_instance, omp_threads, ccpp_block_number, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file GFS_debug.F90 with registry OrderedDict([('print_var_chksum', {}), ('GFS_diagtoscreen', {'GFS_diagtoscreen': {'GFS_diagtoscreen_init': [235, 236], 'GFS_diagtoscreen_finalize': [237, 238], 'GFS_diagtoscreen_run': [242, 719]}}), ('GFS_interstitialtoscreen', {'GFS_interstitialtoscreen': {'GFS_interstitialtoscreen_finalize': [729, 730], 'GFS_interstitialtoscreen_run': [734, 1175], 'GFS_interstitialtoscreen_init': [727, 728]}}), ('GFS_abort', {}), ('GFS_checkland', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_interstitialtoscreen -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_interstitialtoscreen DEBUG: Module name: GFS_interstitialtoscreen DEBUG: Scheme name: GFS_interstitialtoscreen DEBUG: Scheme dependencies: ['machine.F'] @@ -22295,14 +14292,6 @@ DEBUG: Variables in subroutine GFS_interstitialtoscreen_finalize: DEBUG: Variables in subroutine GFS_interstitialtoscreen_run: GFS_control_type_instance, GFS_statein_type_instance, GFS_stateout_type_instance, GFS_sfcprop_type_instance, GFS_coupling_type_instance, GFS_grid_type_instance, GFS_tbd_type_instance, GFS_cldprop_type_instance, GFS_radtend_type_instance, GFS_diag_type_instance, GFS_interstitial_type_instance, omp_threads, ccpp_block_number, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_interstitialtoscreen_init: DEBUG: Parsing file GFS_debug.F90 with registry OrderedDict([('print_var_chksum', {}), ('GFS_diagtoscreen', {'GFS_diagtoscreen': {'GFS_diagtoscreen_init': [235, 236], 'GFS_diagtoscreen_finalize': [237, 238], 'GFS_diagtoscreen_run': [242, 719]}}), ('GFS_interstitialtoscreen', {'GFS_interstitialtoscreen': {'GFS_interstitialtoscreen_finalize': [729, 730], 'GFS_interstitialtoscreen_run': [734, 1175], 'GFS_interstitialtoscreen_init': [727, 728]}}), ('GFS_abort', {'GFS_abort': {'GFS_abort_init': [1181, 1182], 'GFS_abort_run': [1188, 1205], 'GFS_abort_finalize': [1183, 1184]}}), ('GFS_checkland', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_abort -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_abort DEBUG: Module name: GFS_abort DEBUG: Scheme name: GFS_abort DEBUG: Scheme dependencies: ['machine.F'] @@ -22310,32 +14299,6 @@ DEBUG: Variables in subroutine GFS_abort_init: DEBUG: Variables in subroutine GFS_abort_run: GFS_control_type_instance, ccpp_block_number, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_abort_finalize: DEBUG: Parsing file GFS_debug.F90 with registry OrderedDict([('print_var_chksum', {}), ('GFS_diagtoscreen', {'GFS_diagtoscreen': {'GFS_diagtoscreen_init': [235, 236], 'GFS_diagtoscreen_finalize': [237, 238], 'GFS_diagtoscreen_run': [242, 719]}}), ('GFS_interstitialtoscreen', {'GFS_interstitialtoscreen': {'GFS_interstitialtoscreen_finalize': [729, 730], 'GFS_interstitialtoscreen_run': [734, 1175], 'GFS_interstitialtoscreen_init': [727, 728]}}), ('GFS_abort', {'GFS_abort': {'GFS_abort_init': [1181, 1182], 'GFS_abort_run': [1188, 1205], 'GFS_abort_finalize': [1183, 1184]}}), ('GFS_checkland', {'GFS_checkland': {'GFS_checkland_run': [1218, 1290], 'GFS_checkland_finalize': [1213, 1214], 'GFS_checkland_init': [1211, 1212]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_diagtoscreen GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_diagtoscreen_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_interstitialtoscreen GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_interstitialtoscreen_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_abort GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_abort_run GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_checkland GFS_checkland -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_checkland_run GFS_checkland -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_ocean_surface_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_checkland_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_checkland_run DEBUG: Module name: GFS_checkland DEBUG: Scheme name: GFS_checkland DEBUG: Scheme dependencies: ['machine.F'] @@ -22343,125 +14306,34 @@ DEBUG: Variables in subroutine GFS_checkland_run: ccpp_block_number, ccpp_error_ DEBUG: Variables in subroutine GFS_checkland_finalize: DEBUG: Variables in subroutine GFS_checkland_init: DEBUG: Parsing file GFS_phys_time_vary.fv3.F90 with registry OrderedDict([('GFS_phys_time_vary', {'GFS_phys_time_vary': {'GFS_phys_time_vary_finalize': [212, 239], 'GFS_phys_time_vary_init': [32, 207], 'GFS_phys_time_vary_run': [245, 407]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_phys_time_vary GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_init GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_finalize GFS_phys_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_phys_time_vary_run GFS_phys_time_vary DEBUG: Module name: GFS_phys_time_vary DEBUG: Scheme name: GFS_phys_time_vary DEBUG: Scheme dependencies: ['iccninterp.F90', 'h2ointerp.f90', 'ozne_def.f', 'sfcsub.F', 'aerinterp.F90', 'mersenne_twister.f', 'h2o_def.f', 'gcycle.F90', 'machine.F', 'aerclm_def.F', 'ozinterp.f90', 'namelist_soilveg.f', 'iccn_def.F'] DEBUG: Variables in subroutine GFS_phys_time_vary_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_phys_time_vary_init: ccpp_error_message, ccpp_error_flag, GFS_data_type_instance_all_blocks, GFS_control_type_instance, GFS_interstitial_type_instance_all_threads, omp_threads DEBUG: Variables in subroutine GFS_phys_time_vary_run: ccpp_error_message, ccpp_error_flag, GFS_data_type_instance_all_blocks, GFS_control_type_instance, omp_threads, flag_for_first_time_step -DEBUG: Parsing file GFS_rad_time_vary.fv3.F90 with registry OrderedDict([('GFS_rad_time_vary', {'GFS_rad_time_vary': {'GFS_rad_time_vary_init': [9, 10], 'GFS_rad_time_vary_run': [16, 74], 'GFS_rad_time_vary_finalize': [78, 79]}})]) -INFO: Legacy extension - skip empty table for GFS_rad_time_vary_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rad_time_vary GFS_rad_time_vary -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rad_time_vary_run GFS_rad_time_vary -INFO: Legacy extension - skip empty table for GFS_rad_time_vary_finalize +DEBUG: Parsing file GFS_rad_time_vary.fv3.F90 with registry OrderedDict([('GFS_rad_time_vary', {'GFS_rad_time_vary': {'GFS_rad_time_vary_init': [7, 8], 'GFS_rad_time_vary_run': [14, 72], 'GFS_rad_time_vary_finalize': [74, 75]}})]) DEBUG: Module name: GFS_rad_time_vary DEBUG: Scheme name: GFS_rad_time_vary DEBUG: Scheme dependencies: ['physparam.f', 'radcons.f90', 'mersenne_twister.f', 'machine.F'] DEBUG: Variables in subroutine GFS_rad_time_vary_init: DEBUG: Variables in subroutine GFS_rad_time_vary_run: GFS_control_type_instance, GFS_data_type_instance_all_blocks, omp_threads, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_rad_time_vary_finalize: -DEBUG: Parsing file GFS_rrtmg_post.F90 with registry OrderedDict([('GFS_rrtmg_post', {'GFS_rrtmg_post': {'GFS_rrtmg_post_init': [8, 9], 'GFS_rrtmg_post_run': [13, 166], 'GFS_rrtmg_post_finalize': [169, 170]}})]) -INFO: Legacy extension - skip empty table for GFS_rrtmg_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_post GFS_rrtmg_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_post_run GFS_rrtmg_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_10mu_band in table GFS_rrtmg_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_0p55mu_band in table GFS_rrtmg_post_run -INFO: Legacy extension - skip empty table for GFS_rrtmg_post_finalize +DEBUG: Parsing file GFS_rrtmg_post.F90 with registry OrderedDict([('GFS_rrtmg_post', {'GFS_rrtmg_post': {'GFS_rrtmg_post_init': [6, 7], 'GFS_rrtmg_post_run': [11, 164], 'GFS_rrtmg_post_finalize': [165, 166]}})]) DEBUG: Module name: GFS_rrtmg_post DEBUG: Scheme name: GFS_rrtmg_post DEBUG: Scheme dependencies: ['iounitdef.f', 'radlw_param.f', 'radiation_aerosols.f', 'radsw_param.f', 'machine.F'] DEBUG: Variables in subroutine GFS_rrtmg_post_init: -DEBUG: Variables in subroutine GFS_rrtmg_post_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_diag_type_instance, GFS_radtend_type_instance, GFS_statein_type_instance, GFS_coupling_type_instance, components_of_surface_downward_shortwave_fluxes, horizontal_loop_extent, number_of_vertical_layers_for_radiation_calculations, extra_top_layer, vertical_index_difference_between_layer_and_upper_bound, vertical_index_difference_between_layer_and_lower_bound, vertical_index_difference_between_inout_and_local, time_step_for_radiation, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, total_cloud_fraction, cloud_optical_depth_layers_at_10mu_band, cloud_optical_depth_layers_at_0p55mu_band, daytime_points_dimension, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmg_post_run: horizontal_loop_extent, vertical_dimension, vertical_dimension_plus_one, number_of_vertical_layers_for_radiation_calculations, extra_top_layer, vertical_index_difference_between_layer_and_upper_bound, vertical_index_difference_between_layer_and_lower_bound, vertical_index_difference_between_inout_and_local, number_of_species_for_aerosol_optical_depth, number_of_radiation_diagnostic_variables, daytime_points_dimension, flag_to_calc_sw, flag_to_calc_lw, flag_diagnostics, frequency_for_longwave_radiation, frequency_for_shortwave_radiation, time_step_for_radiation, cosine_of_zenith_angle, daytime_mean_cosz_over_rad_call_period, air_pressure_at_interface, air_temperature, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, total_cloud_fraction, cloud_optical_depth_layers_at_10mu_band, cloud_optical_depth_layers_at_0p55mu_band, lw_fluxes_sfc, sw_fluxes_sfc, lw_fluxes_top_atmosphere, sw_fluxes_top_atmosphere, components_of_surface_downward_shortwave_fluxes, cumulative_radiation_diagnostic, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_rrtmg_post_finalize: -DEBUG: Parsing file GFS_rrtmg_pre.F90 with registry OrderedDict([('GFS_rrtmg_pre', {'GFS_rrtmg_pre': {'GFS_rrtmg_pre_finalize': [759, 760], 'GFS_rrtmg_pre_init': [9, 10], 'GFS_rrtmg_pre_run': [16, 756]}})]) -INFO: Legacy extension - skip empty table for GFS_rrtmg_pre_finalize -INFO: Legacy extension - skip empty table for GFS_rrtmg_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_pre GFS_rrtmg_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_pre_run GFS_rrtmg_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_ice_water_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_rain_water_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rime_factor in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_condensate_mixing_ratio_updated_by_physics in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc113 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_3d_cloud_fraction in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table GFS_rrtmg_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table GFS_rrtmg_pre_run +DEBUG: Parsing file GFS_rrtmg_pre.F90 with registry OrderedDict([('GFS_rrtmg_pre', {'GFS_rrtmg_pre': {'GFS_rrtmg_pre_finalize': [737, 738], 'GFS_rrtmg_pre_init': [7, 8], 'GFS_rrtmg_pre_run': [14, 736]}})]) DEBUG: Module name: GFS_rrtmg_pre DEBUG: Scheme name: GFS_rrtmg_pre DEBUG: Scheme dependencies: ['physparam.f', 'funcphys.f90', 'surface_perturbation.F90', 'module_mp_radar.F90', 'physcons.F90', 'radiation_gases.f', 'radiation_astronomy.f', 'radsw_param.f', 'machine.F', 'module_bfmicrophysics.f', 'radlw_param.f', 'radiation_aerosols.f', 'module_mp_thompson_make_number_concentrations.F90', 'iounitdef.f', 'module_mp_thompson.F90', 'radiation_clouds.f', 'radcons.f90'] DEBUG: Variables in subroutine GFS_rrtmg_pre_finalize: DEBUG: Variables in subroutine GFS_rrtmg_pre_init: -DEBUG: Variables in subroutine GFS_rrtmg_pre_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_sfcprop_type_instance, GFS_statein_type_instance, GFS_tbd_type_instance, GFS_cldprop_type_instance, GFS_coupling_type_instance, GFS_radtend_type_instance, fraction_of_ice_water_cloud, fraction_of_rain_water_cloud, rime_factor, minimum_large_ice_fraction, total_cloud_condensate_mixing_ratio_updated_by_physics, number_of_vertical_layers_for_radiation_calculations, horizontal_loop_extent, adjusted_vertical_layer_dimension_for_radiation, adjusted_vertical_level_dimension_for_radiation, vertical_index_difference_between_inout_and_local, vertical_index_difference_between_layer_and_upper_bound, vertical_index_difference_between_layer_and_lower_bound, time_step_for_radiation, layer_pressure_thickness_for_radiation, layer_thickness_for_radiation, air_pressure_at_interface_for_radiation_in_hPa, air_pressure_at_layer_for_radiation_in_hPa, air_temperature_at_interface_for_radiation, air_temperature_at_layer_for_radiation, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, water_vapor_specific_humidity_at_layer_for_radiation, ozone_concentration_at_layer_for_radiation, flag_for_mass_flux_deep_convection_scheme, flag_for_gf_deep_convection_scheme, volume_mixing_ratio_co2, volume_mixing_ratio_n2o, volume_mixing_ratio_ch4, volume_mixing_ratio_o2, volume_mixing_ratio_co, volume_mixing_ratio_cfc11, volume_mixing_ratio_cfc12, volume_mixing_ratio_cfc22, volume_mixing_ratio_ccl4, volume_mixing_ratio_cfc113, aerosol_optical_depth_for_shortwave_bands_01_16, aerosol_single_scattering_albedo_for_shortwave_bands_01_16, aerosol_asymmetry_parameter_for_shortwave_bands_01_16, aerosol_optical_depth_for_longwave_bands_01_16, aerosol_single_scattering_albedo_for_longwave_bands_01_16, aerosol_asymmetry_parameter_for_longwave_bands_01_16, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_snow_water_path, mean_effective_radius_for_snow_flake, cloud_area_fraction_for_radiation, instantaneous_3d_cloud_fraction, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, cloud_decorrelation_length, cloud_overlap_decorrelation_parameter, surface_albedo_perturbation, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmg_pre_run: horizontal_loop_extent, vertical_dimension, number_of_vertical_layers_for_radiation_calculations, adjusted_vertical_layer_dimension_for_radiation, adjusted_vertical_level_dimension_for_radiation, number_of_land_surface_variables_perturbed, flag_for_mass_flux_deep_convection_scheme, flag_for_gf_deep_convection_scheme, mpi_rank, number_of_cloud_condensate_types, number_of_tracers, array_dimension_of_3d_arrays_for_microphysics, number_of_3d_arrays_associated_with_pdf_based_clouds, number_of_convective_3d_cloud_fields, index_for_water_vapor, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, number_of_hydrometeors, index_for_rain_water, index_for_snow_water, index_for_graupel, index_for_water_friendly_aerosols, index_for_ozone, index_for_cloud_amount, index_for_cloud_liquid_water_effective_radius, index_for_ice_effective_radius, index_for_snow_effective_radius, index_for_stochastic_land_surface_perturbation_type, index_of_time_step, flag_for_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_zhao_carr_microphysics_scheme, flag_for_zhao_carr_pdf_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, julian_day, number_of_days_in_year, variables_to_be_perturbed_for_landperts, flag_to_calc_sw, flag_to_calc_lw, flag_for_aerosol_physics, flag_for_GFDL_microphysics_radiation_interaction, flag_for_uni_cld, flag_for_cloud_effective_radii, do_mynnedmf, flag_for_lmfshal, flag_for_scale_aware_mass_flux_convection, frequency_for_shortwave_radiation, frequency_for_longwave_radiation, forecast_hour_of_the_day, ice_supersaturation_threshold, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_gas_constant_dry_air_to_gravitational_acceleration, ratio_of_gas_constant_dry_air_to_specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, latitude_in_degree, latitude, longitude, cosine_of_latitude, sine_of_latitude, surface_skin_temperature, sea_land_ice_mask_real, air_pressure_at_interface, air_pressure, dimensionless_exner_function_at_model_layers, air_temperature, weights_for_stochastic_surface_physics_perturbation, cloud_fraction_for_MG, effective_radius_of_stratiform_cloud_rain_particle_in_um, convective_cloud_water_mixing_ratio_in_phy_f3d, convective_cloud_cover_in_phy_f3d, tracer_concentration, aerosol_number_concentration_from_gocart_aerosol_climatology, cosine_of_zenith_angle, daytime_mean_cosz_over_rad_call_period, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, vertical_index_difference_between_inout_and_local, vertical_index_difference_between_layer_and_upper_bound, vertical_index_difference_between_layer_and_lower_bound, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, time_step_for_radiation, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, cloud_decorrelation_length, surface_albedo_perturbation, layer_pressure_thickness_for_radiation, layer_thickness_for_radiation, air_pressure_at_interface_for_radiation_in_hPa, air_pressure_at_layer_for_radiation_in_hPa, air_temperature_at_interface_for_radiation, air_temperature_at_layer_for_radiation, water_vapor_specific_humidity_at_layer_for_radiation, ozone_concentration_at_layer_for_radiation, volume_mixing_ratio_co2, volume_mixing_ratio_n2o, volume_mixing_ratio_ch4, volume_mixing_ratio_o2, volume_mixing_ratio_co, volume_mixing_ratio_cfc11, volume_mixing_ratio_cfc12, volume_mixing_ratio_cfc22, volume_mixing_ratio_ccl4, volume_mixing_ratio_cfc113, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_snow_water_path, mean_effective_radius_for_snow_flake, cloud_area_fraction_for_radiation, instantaneous_3d_cloud_fraction, aerosol_optical_depth_for_shortwave_bands_01_16, aerosol_single_scattering_albedo_for_shortwave_bands_01_16, aerosol_asymmetry_parameter_for_shortwave_bands_01_16, aerosol_optical_depth_for_longwave_bands_01_16, aerosol_single_scattering_albedo_for_longwave_bands_01_16, aerosol_asymmetry_parameter_for_longwave_bands_01_16, cloud_overlap_decorrelation_parameter, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file GFS_rrtmg_setup.F90 with registry OrderedDict([('GFS_rrtmg_setup', {'GFS_rrtmg_setup': {'GFS_rrtmg_setup_run': [259, 284], 'GFS_rrtmg_setup_finalize': [288, 298], 'GFS_rrtmg_setup_init': [27, 255]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmg_setup GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_init GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_run GFS_rrtmg_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmg_setup_finalize GFS_rrtmg_setup DEBUG: Module name: GFS_rrtmg_setup DEBUG: Scheme name: GFS_rrtmg_setup DEBUG: Scheme dependencies: ['physparam.f', 'radsw_main.f', 'radsw_param.f', 'radiation_gases.f', 'radiation_astronomy.f', 'module_bfmicrophysics.f', 'radlw_param.f', 'radiation_aerosols.f', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f', 'radiation_surface.f', 'radlw_main.f'] @@ -22469,39 +14341,6 @@ DEBUG: Variables in subroutine GFS_rrtmg_setup_run: date_and_time_at_model_initi DEBUG: Variables in subroutine GFS_rrtmg_setup_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_rrtmg_setup_init: mpi_rank, ccpp_error_message, ccpp_error_flag, vertical_sigma_coordinate_for_radiation_initialization, number_of_vertical_layers_for_radiation_calculations, flag_for_initial_time_date_control, flag_for_solar_constant, flag_for_using_prescribed_global_mean_co2_value, flag_for_default_aerosol_effect_in_shortwave_radiation, flag_for_using_climatology_albedo, flag_for_surface_emissivity_control, index_for_liquid_cloud_condensate, array_dimension_of_2d_arrays_for_microphysics, array_dimension_of_3d_arrays_for_microphysics, number_of_3d_arrays_associated_with_pdf_based_clouds, index_for_ozone, flag_for_cloud_overlap_method_for_shortwave_radiation, flag_for_cloud_overlap_method_for_longwave_radiation, flag_for_sw_clouds_without_sub_grid_approximation, flag_for_lw_clouds_without_sub_grid_approximation, flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation, flag_for_CRICK_proof_cloud_water, flag_for_cloud_condensate_normalized_by_cloud_cover, flag_for_microphysics_scheme, flag_for_precipitation_effect_on_radiation, date_and_time_at_model_initialization_reordered, flag_for_vertical_index_direction_control, horizontal_dimension, aerosol_optical_properties_for_longwave_bands_01_16, aerosol_optical_properties_for_shortwave_bands_01_16, atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Parsing file GFS_stochastics.F90 with registry OrderedDict([('GFS_stochastics', {'GFS_stochastics': {'GFS_stochastics_run': [22, 210], 'GFS_stochastics_finalize': [6, 7], 'GFS_stochastics_init': [4, 5]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_stochastics GFS_stochastics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_stochastics_run GFS_stochastics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cellular_automata_global_pattern in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_sppt_perturbation in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_x_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_y_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_shum_perturbation in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_sppt_perturbation_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_shum_perturbation_flipped in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dissipation_estimate_of_air_temperature_at_model_layers in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_stochastics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_stochastics_run DEBUG: Module name: GFS_stochastics DEBUG: Scheme name: GFS_stochastics DEBUG: Scheme dependencies: ['machine.F'] @@ -22509,24 +14348,6 @@ DEBUG: Variables in subroutine GFS_stochastics_run: horizontal_loop_extent, vert DEBUG: Variables in subroutine GFS_stochastics_finalize: DEBUG: Variables in subroutine GFS_stochastics_init: DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {}), ('GFS_suite_interstitial_1', {}), ('GFS_suite_interstitial_2', {}), ('GFS_suite_stateout_reset', {}), ('GFS_suite_stateout_update', {}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_rad_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_rad_reset DEBUG: Module name: GFS_suite_interstitial_rad_reset DEBUG: Scheme name: GFS_suite_interstitial_rad_reset DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22534,24 +14355,6 @@ DEBUG: Variables in subroutine GFS_suite_interstitial_rad_reset_finalize: DEBUG: Variables in subroutine GFS_suite_interstitial_rad_reset_run: GFS_interstitial_type_instance, GFS_control_type_instance, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_suite_interstitial_rad_reset_init: DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {}), ('GFS_suite_interstitial_2', {}), ('GFS_suite_stateout_reset', {}), ('GFS_suite_stateout_update', {}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_phys_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_phys_reset DEBUG: Module name: GFS_suite_interstitial_phys_reset DEBUG: Scheme name: GFS_suite_interstitial_phys_reset DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22559,36 +14362,6 @@ DEBUG: Variables in subroutine GFS_suite_interstitial_phys_reset_finalize: DEBUG: Variables in subroutine GFS_suite_interstitial_phys_reset_run: GFS_interstitial_type_instance, GFS_control_type_instance, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_suite_interstitial_phys_reset_init: DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 96]}}), ('GFS_suite_interstitial_2', {}), ('GFS_suite_stateout_reset', {}), ('GFS_suite_stateout_update', {}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_1 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_diag in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table GFS_suite_interstitial_1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_suite_interstitial_1_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_1 DEBUG: Module name: GFS_suite_interstitial_1 DEBUG: Scheme name: GFS_suite_interstitial_1 DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22596,68 +14369,6 @@ DEBUG: Variables in subroutine GFS_suite_interstitial_1_init: DEBUG: Variables in subroutine GFS_suite_interstitial_1_finalize: DEBUG: Variables in subroutine GFS_suite_interstitial_1_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, time_step_for_dynamics, time_step_for_physics, sea_land_ice_mask_real, cell_area, minimum_scaling_factor_for_critical_relative_humidity, inverse_scaling_factor_for_critical_relative_humidity, surface_air_pressure, sea_land_ice_mask, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, surface_air_pressure_diag, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky, tendency_of_tracers_due_to_model_physics DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 96]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [103, 104], 'GFS_suite_interstitial_2_finalize': [105, 106], 'GFS_suite_interstitial_2_run': [112, 278]}}), ('GFS_suite_stateout_reset', {}), ('GFS_suite_stateout_update', {}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_2 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_for_coupling in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_for_idea in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable duration_of_sunshine in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_land_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ice_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_pressure_multiplied_by_timestep in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_longwave_radiation in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shortwave_radiation in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_top_entrainment_instability_value in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_at_previous_time_step in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table GFS_suite_interstitial_2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_upward in table GFS_suite_interstitial_2_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_2 DEBUG: Module name: GFS_suite_interstitial_2 DEBUG: Scheme name: GFS_suite_interstitial_2 DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22665,32 +14376,6 @@ DEBUG: Variables in subroutine GFS_suite_interstitial_2_init: DEBUG: Variables in subroutine GFS_suite_interstitial_2_finalize: DEBUG: Variables in subroutine GFS_suite_interstitial_2_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, time_step_for_dynamics, surface_air_pressure, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, flag_diagnostics, flag_diagnostics_3D, flag_idealized_physics, flag_for_flux_coupling, flag_for_cice, flag_for_shallow_convection, flag_for_old_PBL_scheme, flag_for_moorthi_stratus, flag_for_shoc, flag_for_fractional_grid, flag_for_mass_flux_shallow_convection_scheme, instantaneous_cosine_of_zenith_angle, surface_downwelling_shortwave_flux, surface_downwelling_longwave_flux, sea_ice_concentration, surface_upwelling_longwave_flux_for_coupling, tendency_of_air_temperature_due_to_longwave_heating_for_idea, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, critical_cloud_top_entrainment_instability_criteria, air_pressure_at_interface, air_temperature, air_pressure, water_vapor_specific_humidity, cloud_condensed_water_mixing_ratio, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_vaporization_of_water_at_0C, dimensionless_exner_function_at_model_layers, duration_of_sunshine, surface_upwelling_longwave_flux, surface_upwelling_longwave_flux_over_land_interstitial, surface_upwelling_longwave_flux_over_ice_interstitial, surface_upwelling_longwave_flux_over_ocean_interstitial, cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep, cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep, cumulative_surface_pressure_multiplied_by_timestep, cumulative_change_in_temperature_due_to_longwave_radiation, cumulative_change_in_temperature_due_to_shortwave_radiation, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_temperature_due_to_deep_convection, cumulative_change_in_temperature_due_to_shallow_convection, cumulative_change_in_temperature_due_to_microphysics, grid_sensitive_critical_cloud_top_entrainment_instability_criteria, cloud_top_entrainment_instability_value, index_of_highest_temperature_inversion, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_wet_surface_fraction, land_area_fraction_for_microphysics, netcdf_float_fillvalue, flag_to_calc_RRTMGP_LW_jacobian, air_temperature_at_lowest_model_layer, surface_skin_temperature_at_previous_time_step, RRTMGP_lw_flux_profile_upward_allsky, RRTMGP_jacobian_of_lw_flux_profile_upward DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 96]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [103, 104], 'GFS_suite_interstitial_2_finalize': [105, 106], 'GFS_suite_interstitial_2_run': [112, 278]}}), ('GFS_suite_stateout_reset', {'GFS_suite_stateout_reset': {'GFS_suite_stateout_reset_finalize': [284, 285], 'GFS_suite_stateout_reset_init': [282, 283], 'GFS_suite_stateout_reset_run': [289, 309]}}), ('GFS_suite_stateout_update', {}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_stateout_reset -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_stateout_reset_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_stateout_reset -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_stateout_reset DEBUG: Module name: GFS_suite_stateout_reset DEBUG: Scheme name: GFS_suite_stateout_reset DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22698,36 +14383,6 @@ DEBUG: Variables in subroutine GFS_suite_stateout_reset_finalize: DEBUG: Variables in subroutine GFS_suite_stateout_reset_init: DEBUG: Variables in subroutine GFS_suite_stateout_reset_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, air_temperature, x_wind, y_wind, tracer_concentration, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, tracer_concentration_updated_by_physics DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 96]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [103, 104], 'GFS_suite_interstitial_2_finalize': [105, 106], 'GFS_suite_interstitial_2_run': [112, 278]}}), ('GFS_suite_stateout_reset', {'GFS_suite_stateout_reset': {'GFS_suite_stateout_reset_finalize': [284, 285], 'GFS_suite_stateout_reset_init': [282, 283], 'GFS_suite_stateout_reset_run': [289, 309]}}), ('GFS_suite_stateout_update', {'GFS_suite_stateout_update': {'GFS_suite_stateout_update_init': [313, 314], 'GFS_suite_stateout_update_run': [320, 343], 'GFS_suite_stateout_update_finalize': [315, 316]}}), ('GFS_suite_interstitial_3', {}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_stateout_update -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_stateout_update_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_stateout_update -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_stateout_update DEBUG: Module name: GFS_suite_stateout_update DEBUG: Scheme name: GFS_suite_stateout_update DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22735,41 +14390,6 @@ DEBUG: Variables in subroutine GFS_suite_stateout_update_init: DEBUG: Variables in subroutine GFS_suite_stateout_update_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, time_step_for_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_tracers_due_to_model_physics, air_temperature, x_wind, y_wind, tracer_concentration, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, tracer_concentration_updated_by_physics DEBUG: Variables in subroutine GFS_suite_stateout_update_finalize: DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 96]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [103, 104], 'GFS_suite_interstitial_2_finalize': [105, 106], 'GFS_suite_interstitial_2_run': [112, 278]}}), ('GFS_suite_stateout_reset', {'GFS_suite_stateout_reset': {'GFS_suite_stateout_reset_finalize': [284, 285], 'GFS_suite_stateout_reset_init': [282, 283], 'GFS_suite_stateout_reset_run': [289, 309]}}), ('GFS_suite_stateout_update', {'GFS_suite_stateout_update': {'GFS_suite_stateout_update_init': [313, 314], 'GFS_suite_stateout_update_run': [320, 343], 'GFS_suite_stateout_update_finalize': [315, 316]}}), ('GFS_suite_interstitial_3', {'GFS_suite_interstitial_3': {'GFS_suite_interstitial_3_run': [356, 479], 'GFS_suite_interstitial_3_finalize': [349, 350], 'GFS_suite_interstitial_3_init': [347, 348]}}), ('GFS_suite_interstitial_4', {}), ('GFS_suite_interstitial_5', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_3 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table GFS_suite_interstitial_3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save_from_convective_parameterization in table GFS_suite_interstitial_3_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_3 DEBUG: Module name: GFS_suite_interstitial_3 DEBUG: Scheme name: GFS_suite_interstitial_3 DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22777,33 +14397,6 @@ DEBUG: Variables in subroutine GFS_suite_interstitial_3_run: ccpp_error_message, DEBUG: Variables in subroutine GFS_suite_interstitial_3_finalize: DEBUG: Variables in subroutine GFS_suite_interstitial_3_init: DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 96]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [103, 104], 'GFS_suite_interstitial_2_finalize': [105, 106], 'GFS_suite_interstitial_2_run': [112, 278]}}), ('GFS_suite_stateout_reset', {'GFS_suite_stateout_reset': {'GFS_suite_stateout_reset_finalize': [284, 285], 'GFS_suite_stateout_reset_init': [282, 283], 'GFS_suite_stateout_reset_run': [289, 309]}}), ('GFS_suite_stateout_update', {'GFS_suite_stateout_update': {'GFS_suite_stateout_update_init': [313, 314], 'GFS_suite_stateout_update_run': [320, 343], 'GFS_suite_stateout_update_finalize': [315, 316]}}), ('GFS_suite_interstitial_3', {'GFS_suite_interstitial_3': {'GFS_suite_interstitial_3_run': [356, 479], 'GFS_suite_interstitial_3_finalize': [349, 350], 'GFS_suite_interstitial_3_init': [347, 348]}}), ('GFS_suite_interstitial_4', {'GFS_suite_interstitial_4': {'GFS_suite_interstitial_4_finalize': [485, 486], 'GFS_suite_interstitial_4_run': [490, 600], 'GFS_suite_interstitial_4_init': [483, 484]}}), ('GFS_suite_interstitial_5', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_4 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save_from_convective_parameterization in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table GFS_suite_interstitial_4_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection in table GFS_suite_interstitial_4_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_4 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_4 DEBUG: Module name: GFS_suite_interstitial_4 DEBUG: Scheme name: GFS_suite_interstitial_4 DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22811,26 +14404,6 @@ DEBUG: Variables in subroutine GFS_suite_interstitial_4_finalize: DEBUG: Variables in subroutine GFS_suite_interstitial_4_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, time_step_for_dynamics, air_pressure, water_vapor_specific_humidity, tracer_concentration_updated_by_physics, number_of_tracers_for_convective_transport, flag_for_aerosol_physics, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_cloud_amount, index_for_rain_water, index_for_snow_water, index_for_rain_number_concentration, index_for_snow_number_concentration, index_for_graupel, index_for_graupel_number_concentration, flag_for_microphysics_scheme, flag_for_zhao_carr_microphysics_scheme, flag_for_zhao_carr_pdf_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, convective_transportable_tracers, cloud_condensed_water_mixing_ratio_save, ice_water_mixing_ratio_save, air_temperature_save_from_convective_parameterization, flag_for_chemistry_coupling, number_of_total_tracers, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, pi, gas_constant_dry_air, water_friendly_aerosol_number_concentration, instantaneous_water_vapor_specific_humidity_tendency_due_to_convection DEBUG: Variables in subroutine GFS_suite_interstitial_4_init: DEBUG: Parsing file GFS_suite_interstitial.F90 with registry OrderedDict([('GFS_suite_interstitial_rad_reset', {'GFS_suite_interstitial_rad_reset': {'GFS_suite_interstitial_rad_reset_finalize': [6, 7], 'GFS_suite_interstitial_rad_reset_run': [11, 22], 'GFS_suite_interstitial_rad_reset_init': [4, 5]}}), ('GFS_suite_interstitial_phys_reset', {'GFS_suite_interstitial_phys_reset': {'GFS_suite_interstitial_phys_reset_finalize': [28, 29], 'GFS_suite_interstitial_phys_reset_run': [33, 44], 'GFS_suite_interstitial_phys_reset_init': [26, 27]}}), ('GFS_suite_interstitial_1', {'GFS_suite_interstitial_1': {'GFS_suite_interstitial_1_init': [48, 49], 'GFS_suite_interstitial_1_finalize': [50, 51], 'GFS_suite_interstitial_1_run': [55, 96]}}), ('GFS_suite_interstitial_2', {'GFS_suite_interstitial_2': {'GFS_suite_interstitial_2_init': [103, 104], 'GFS_suite_interstitial_2_finalize': [105, 106], 'GFS_suite_interstitial_2_run': [112, 278]}}), ('GFS_suite_stateout_reset', {'GFS_suite_stateout_reset': {'GFS_suite_stateout_reset_finalize': [284, 285], 'GFS_suite_stateout_reset_init': [282, 283], 'GFS_suite_stateout_reset_run': [289, 309]}}), ('GFS_suite_stateout_update', {'GFS_suite_stateout_update': {'GFS_suite_stateout_update_init': [313, 314], 'GFS_suite_stateout_update_run': [320, 343], 'GFS_suite_stateout_update_finalize': [315, 316]}}), ('GFS_suite_interstitial_3', {'GFS_suite_interstitial_3': {'GFS_suite_interstitial_3_run': [356, 479], 'GFS_suite_interstitial_3_finalize': [349, 350], 'GFS_suite_interstitial_3_init': [347, 348]}}), ('GFS_suite_interstitial_4', {'GFS_suite_interstitial_4': {'GFS_suite_interstitial_4_finalize': [485, 486], 'GFS_suite_interstitial_4_run': [490, 600], 'GFS_suite_interstitial_4_init': [483, 484]}}), ('GFS_suite_interstitial_5', {'GFS_suite_interstitial_5': {'GFS_suite_interstitial_5_finalize': [606, 607], 'GFS_suite_interstitial_5_run': [611, 631], 'GFS_suite_interstitial_5_init': [604, 605]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_rad_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_rad_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_phys_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_phys_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_1 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_1_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_2 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_2_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_reset GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_reset_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_stateout_update GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_stateout_update_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_3 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_3_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_4 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_4_run GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_suite_interstitial_5 GFS_suite_interstitial_5 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_suite_interstitial_5_run GFS_suite_interstitial_5 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table GFS_suite_interstitial_5_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table GFS_suite_interstitial_5_run DEBUG: Module name: GFS_suite_interstitial_5 DEBUG: Scheme name: GFS_suite_interstitial_5 DEBUG: Scheme dependencies: ['machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -22838,50 +14411,6 @@ DEBUG: Variables in subroutine GFS_suite_interstitial_5_finalize: DEBUG: Variables in subroutine GFS_suite_interstitial_5_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, tracer_concentration_updated_by_physics, number_of_tracers_for_convective_transport, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, convective_transportable_tracers DEBUG: Variables in subroutine GFS_suite_interstitial_5_init: DEBUG: Parsing file GFS_surface_generic.F90 with registry OrderedDict([('GFS_surface_generic_pre', {'GFS_surface_generic_pre': {'GFS_surface_generic_pre_finalize': [11, 12], 'GFS_surface_generic_pre_run': [16, 136], 'GFS_surface_generic_pre_init': [9, 10]}}), ('GFS_surface_generic_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_pre GFS_surface_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_pre_run GFS_surface_generic_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_area_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification_real in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_lwe_thickness_of_snow_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_for_coupling in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_surface_physics_perturbation in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_soil_type_b_parameter in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_leaf_area_index in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_vegetation_fraction in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_cice in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_in in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table GFS_surface_generic_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table GFS_surface_generic_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_post GFS_surface_generic_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_post_run GFS_surface_generic_pre DEBUG: Module name: GFS_surface_generic_pre DEBUG: Scheme name: GFS_surface_generic_pre DEBUG: Scheme dependencies: ['surface_perturbation.F90', 'machine.F'] @@ -22889,99 +14418,6 @@ DEBUG: Variables in subroutine GFS_surface_generic_pre_finalize: DEBUG: Variables in subroutine GFS_surface_generic_pre_run: horizontal_loop_extent, vertical_dimension, vegetation_area_fraction, sea_land_ice_mask, soil_type_dataset_choice, vegetation_type_dataset_choice, soil_type_classification_real, vegetation_type_classification_real, surface_slope_classification_real, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, surface_skin_temperature, geopotential, gravitational_acceleration, bounded_vegetation_area_fraction, soil_type_classification, vegetation_type_classification, surface_slope_classification, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, surface_skin_temperature_after_iteration, height_above_ground_at_lowest_model_layer, flag_for_stochastic_physics_perturbations, flag_for_global_cellular_automata, tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step, tendency_of_lwe_thickness_of_precipitation_amount_for_coupling, tendency_of_lwe_thickness_of_snow_amount_for_coupling, lwe_thickness_of_precipitation_amount_for_coupling, lwe_thickness_of_snow_amount_for_coupling, index_for_stochastic_land_surface_perturbation_type, number_of_land_surface_variables_perturbed, weights_for_stochastic_surface_physics_perturbation, magnitude_of_perturbations_for_landperts, variables_to_be_perturbed_for_landperts, perturbation_of_momentum_roughness_length, perturbation_of_heat_to_momentum_roughness_length_ratio, perturbation_of_soil_type_b_parameter, perturbation_of_leaf_area_index, perturbation_of_vegetation_fraction, magnitude_of_perturbation_of_vegetation_fraction, flag_for_flux_coupling, flag_for_cice, sea_land_ice_mask_cice, sea_land_ice_mask_in, sea_ice_temperature, sea_surface_temperature, sea_ice_concentration, sea_ice_thickness, wind_speed_at_lowest_model_layer, x_wind_at_lowest_model_layer, y_wind_at_lowest_model_layer, surface_wind_enhancement_due_to_convection, volume_fraction_of_condensed_water_in_soil_at_wilting_point, threshold_volume_fraction_of_condensed_water_in_soil, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_surface_generic_pre_init: DEBUG: Parsing file GFS_surface_generic.F90 with registry OrderedDict([('GFS_surface_generic_pre', {'GFS_surface_generic_pre': {'GFS_surface_generic_pre_finalize': [11, 12], 'GFS_surface_generic_pre_run': [16, 136], 'GFS_surface_generic_pre_init': [9, 10]}}), ('GFS_surface_generic_post', {'GFS_surface_generic_post': {'GFS_surface_generic_post_run': [152, 295], 'GFS_surface_generic_post_finalize': [147, 148], 'GFS_surface_generic_post_init': [145, 146]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_pre GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_pre_run GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_generic_post GFS_surface_generic_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_generic_post_run GFS_surface_generic_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_potential_evaporation in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_ground_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer_for_diag in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_longwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_longwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_temperature_at_2m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_specific_humidity_at_2m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_wind_at_10m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_wind_at_10m_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_skin_temperature_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_air_pressure_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_net_downward_shortwave_flux_for_coupling in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_ground_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_transpiration_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_snow_area_fraction_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_runoff in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_reduction_factor in table GFS_surface_generic_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_reduction_factor in table GFS_surface_generic_post_run DEBUG: Module name: GFS_surface_generic_post DEBUG: Scheme name: GFS_surface_generic_post DEBUG: Scheme dependencies: ['surface_perturbation.F90', 'machine.F'] @@ -22989,74 +14425,6 @@ DEBUG: Variables in subroutine GFS_surface_generic_post_run: horizontal_loop_ext DEBUG: Variables in subroutine GFS_surface_generic_post_finalize: DEBUG: Variables in subroutine GFS_surface_generic_post_init: DEBUG: Parsing file GFS_surface_composites.F90 with registry OrderedDict([('GFS_surface_composites_pre', {'GFS_surface_composites_pre': {'GFS_surface_composites_pre_run': [16, 184], 'GFS_surface_composites_pre_finalize': [11, 12], 'GFS_surface_composites_pre_init': [9, 10]}}), ('GFS_surface_composites_inter', {}), ('GFS_surface_composites_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_depth in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_ocean_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table GFS_surface_composites_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table GFS_surface_composites_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_pre DEBUG: Module name: GFS_surface_composites_pre DEBUG: Scheme name: GFS_surface_composites_pre DEBUG: Scheme dependencies: ['machine.F'] @@ -23064,25 +14432,6 @@ DEBUG: Variables in subroutine GFS_surface_composites_pre_run: horizontal_loop_e DEBUG: Variables in subroutine GFS_surface_composites_pre_finalize: DEBUG: Variables in subroutine GFS_surface_composites_pre_init: DEBUG: Parsing file GFS_surface_composites.F90 with registry OrderedDict([('GFS_surface_composites_pre', {'GFS_surface_composites_pre': {'GFS_surface_composites_pre_run': [16, 184], 'GFS_surface_composites_pre_finalize': [11, 12], 'GFS_surface_composites_pre_init': [9, 10]}}), ('GFS_surface_composites_inter', {'GFS_surface_composites_inter': {'GFS_surface_composites_inter_run': [199, 238], 'GFS_surface_composites_inter_init': [192, 193], 'GFS_surface_composites_inter_finalize': [194, 195]}}), ('GFS_surface_composites_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_inter -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table GFS_surface_composites_inter_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_inter -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_inter DEBUG: Module name: GFS_surface_composites_inter DEBUG: Scheme name: GFS_surface_composites_inter DEBUG: Scheme dependencies: ['machine.F'] @@ -23090,119 +14439,6 @@ DEBUG: Variables in subroutine GFS_surface_composites_inter_run: horizontal_loop DEBUG: Variables in subroutine GFS_surface_composites_inter_init: DEBUG: Variables in subroutine GFS_surface_composites_inter_finalize: DEBUG: Parsing file GFS_surface_composites.F90 with registry OrderedDict([('GFS_surface_composites_pre', {'GFS_surface_composites_pre': {'GFS_surface_composites_pre_run': [16, 184], 'GFS_surface_composites_pre_finalize': [11, 12], 'GFS_surface_composites_pre_init': [9, 10]}}), ('GFS_surface_composites_inter', {'GFS_surface_composites_inter': {'GFS_surface_composites_inter_run': [199, 238], 'GFS_surface_composites_inter_init': [192, 193], 'GFS_surface_composites_inter_finalize': [194, 195]}}), ('GFS_surface_composites_post', {'GFS_surface_composites_post': {'GFS_surface_composites_post_init': [247, 248], 'GFS_surface_composites_post_finalize': [249, 250], 'GFS_surface_composites_post_run': [256, 480]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_pre GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_pre_run GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_inter GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_inter_run GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_composites_post GFS_surface_composites_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_composites_post_run GFS_surface_composites_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table GFS_surface_composites_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table GFS_surface_composites_post_run DEBUG: Module name: GFS_surface_composites_post DEBUG: Scheme name: GFS_surface_composites_post DEBUG: Scheme dependencies: ['machine.F'] @@ -23210,12 +14446,6 @@ DEBUG: Variables in subroutine GFS_surface_composites_post_init: DEBUG: Variables in subroutine GFS_surface_composites_post_finalize: DEBUG: Variables in subroutine GFS_surface_composites_post_run: horizontal_loop_extent, flag_for_fractional_grid, flag_for_cice, flag_for_flux_coupling, flag_for_wave_coupling_to_atm, land_area_fraction, lake_area_fraction, sea_area_fraction, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_wet_surface_fraction, sea_ice_concentration, surface_roughness_length, surface_roughness_length_over_ocean, surface_roughness_length_over_land, surface_roughness_length_over_ice, surface_roughness_length_over_ocean_interstitial, surface_roughness_length_over_land_interstitial, surface_roughness_length_over_ice_interstitial, surface_snow_thickness_water_equivalent, surface_snow_thickness_water_equivalent_over_ocean, surface_snow_thickness_water_equivalent_over_land, surface_snow_thickness_water_equivalent_over_ice, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice, surface_friction_velocity, surface_friction_velocity_over_ocean, surface_friction_velocity_over_land, surface_friction_velocity_over_ice, water_equivalent_accumulated_snow_depth, water_equivalent_accumulated_snow_depth_over_ocean, water_equivalent_accumulated_snow_depth_over_land, water_equivalent_accumulated_snow_depth_over_ice, surface_upward_potential_latent_heat_flux_over_ice, surface_skin_temperature, sea_surface_temperature, surface_skin_temperature_over_land, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ice_interstitial, sea_ice_temperature, sea_ice_temperature_interstitial, surface_skin_temperature_after_iteration, surface_skin_temperature_after_iteration_over_ocean, surface_skin_temperature_after_iteration_over_land, surface_skin_temperature_after_iteration_over_ice, upward_heat_flux_in_soil_over_ice, sea_land_ice_mask, surface_specific_humidity, surface_specific_humidity_over_ocean, surface_specific_humidity_over_land, surface_specific_humidity_over_ice, kinematic_surface_upward_sensible_heat_flux, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_land, kinematic_surface_upward_sensible_heat_flux_over_ice, sea_ice_minimum, ccpp_error_message, ccpp_error_flag, ice_vertical_dimension, soil_vertical_dimension, surface_drag_coefficient_for_momentum_in_air, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, bulk_richardson_number_at_lowest_model_level, bulk_richardson_number_at_lowest_model_level_over_ocean, bulk_richardson_number_at_lowest_model_level_over_land, bulk_richardson_number_at_lowest_model_level_over_ice, surface_wind_stress, surface_wind_stress_over_ocean, surface_wind_stress_over_land, surface_wind_stress_over_ice, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_momentum_over_ocean, Monin_Obukhov_similarity_function_for_momentum_over_land, Monin_Obukhov_similarity_function_for_momentum_over_ice, Monin_Obukhov_similarity_function_for_heat, Monin_Obukhov_similarity_function_for_heat_over_ocean, Monin_Obukhov_similarity_function_for_heat_over_land, Monin_Obukhov_similarity_function_for_heat_over_ice, Monin_Obukhov_similarity_function_for_momentum_at_10m, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice, Monin_Obukhov_similarity_function_for_heat_at_2m, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean, Monin_Obukhov_similarity_function_for_heat_at_2m_over_land, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice, surface_drag_wind_speed_for_momentum_in_air, surface_drag_wind_speed_for_momentum_in_air_over_ocean, surface_drag_wind_speed_for_momentum_in_air_over_land, surface_drag_wind_speed_for_momentum_in_air_over_ice, surface_drag_mass_flux_for_heat_and_moisture_in_air, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice, upward_heat_flux_in_soil, upward_heat_flux_in_soil_over_ocean, upward_heat_flux_in_soil_over_land, surface_upward_potential_latent_heat_flux, surface_upward_potential_latent_heat_flux_over_ocean, surface_upward_potential_latent_heat_flux_over_land, kinematic_surface_upward_latent_heat_flux, kinematic_surface_upward_latent_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_land, kinematic_surface_upward_latent_heat_flux_over_ice, sea_ice_thickness, internal_ice_temperature, soil_temperature DEBUG: Parsing file GFS_surface_loop_control.F90 with registry OrderedDict([('GFS_surface_loop_control_part1', {'GFS_surface_loop_control_part1': {'GFS_surface_loop_control_part1_run': [20, 40], 'GFS_surface_loop_control_part1_finalize': [8, 9], 'GFS_surface_loop_control_part1_init': [6, 7]}}), ('GFS_surface_loop_control_part2', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part1 GFS_surface_loop_control_part1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part1_run GFS_surface_loop_control_part1 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_loop_control_part1_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_surface_loop_control_part1_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part2 GFS_surface_loop_control_part1 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part2_run GFS_surface_loop_control_part1 DEBUG: Module name: GFS_surface_loop_control_part1 DEBUG: Scheme name: GFS_surface_loop_control_part1 DEBUG: Scheme dependencies: ['machine.F'] @@ -23223,16 +14453,6 @@ DEBUG: Variables in subroutine GFS_surface_loop_control_part1_run: horizontal_lo DEBUG: Variables in subroutine GFS_surface_loop_control_part1_finalize: DEBUG: Variables in subroutine GFS_surface_loop_control_part1_init: DEBUG: Parsing file GFS_surface_loop_control.F90 with registry OrderedDict([('GFS_surface_loop_control_part1', {'GFS_surface_loop_control_part1': {'GFS_surface_loop_control_part1_run': [20, 40], 'GFS_surface_loop_control_part1_finalize': [8, 9], 'GFS_surface_loop_control_part1_init': [6, 7]}}), ('GFS_surface_loop_control_part2', {'GFS_surface_loop_control_part2': {'GFS_surface_loop_control_part2_run': [62, 90], 'GFS_surface_loop_control_part2_finalize': [50, 51], 'GFS_surface_loop_control_part2_init': [48, 49]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part1 GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part1_run GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_surface_loop_control_part2 GFS_surface_loop_control_part2 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_surface_loop_control_part2_run GFS_surface_loop_control_part2 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table GFS_surface_loop_control_part2_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table GFS_surface_loop_control_part2_run DEBUG: Module name: GFS_surface_loop_control_part2 DEBUG: Scheme name: GFS_surface_loop_control_part2 DEBUG: Scheme dependencies: ['machine.F'] @@ -23240,18 +14460,6 @@ DEBUG: Variables in subroutine GFS_surface_loop_control_part2_run: horizontal_lo DEBUG: Variables in subroutine GFS_surface_loop_control_part2_finalize: DEBUG: Variables in subroutine GFS_surface_loop_control_part2_init: DEBUG: Parsing file GFS_time_vary_pre.fv3.F90 with registry OrderedDict([('GFS_time_vary_pre', {'GFS_time_vary_pre': {'GFS_time_vary_pre_finalize': [27, 37], 'GFS_time_vary_pre_run': [41, 143], 'GFS_time_vary_pre_init': [12, 23]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_time_vary_pre GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_init GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_finalize GFS_time_vary_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_time_vary_pre_run GFS_time_vary_pre DEBUG: Module name: GFS_time_vary_pre DEBUG: Scheme name: GFS_time_vary_pre DEBUG: Scheme dependencies: ['funcphys.f90', 'machine.F'] @@ -23259,221 +14467,41 @@ DEBUG: Variables in subroutine GFS_time_vary_pre_finalize: ccpp_error_message, c DEBUG: Variables in subroutine GFS_time_vary_pre_run: ccpp_error_message, ccpp_error_flag, forecast_date_and_time, date_and_time_at_model_initialization, time_step_for_physics, flag_for_lake_surface_scheme, flag_for_land_surface_scheme, flag_for_noahmp_land_surface_scheme, number_of_timesteps_between_shortwave_radiation_calls, number_of_timesteps_between_longwave_radiation_calls, number_of_timesteps_for_radiation_calls_on_physics_timestep, date_and_time_at_model_initialization_reordered, flag_debug, mpi_rank, mpi_root, number_of_timesteps_between_surface_cycling_calls, seconds_elapsed_since_model_initialization, forecast_time_at_previous_timestep, time_since_diagnostics_zeroed, forecast_time, index_of_time_step, julian_day, number_of_days_in_year, index_for_diagnostic_printout, flag_print, flag_diagnostics, flag_to_calc_sw, flag_to_calc_lw, forecast_hour_of_the_day DEBUG: Variables in subroutine GFS_time_vary_pre_init: ccpp_error_message, ccpp_error_flag DEBUG: Parsing file cires_ugwp.F90 with registry OrderedDict([('cires_ugwp', {'cires_ugwp': {'cires_ugwp_run': [113, 297], 'cires_ugwp_finalize': [81, 92], 'cires_ugwp_init': [29, 71]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography_unfiltered in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude_in_degree in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable eddy_mixing_due_to_ugwp in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_mountain_blocking in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_low_level_wave_breaking in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_turbulent_kinetic_energy_due_to_model_physics in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_convective_gravity_wave_drag in table cires_ugwp_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_init cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_finalize cires_ugwp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_run cires_ugwp DEBUG: Module name: cires_ugwp DEBUG: Scheme name: cires_ugwp DEBUG: Scheme dependencies: ['cires_vert_orodis.F90', 'cires_ugwp_solvers.F90', 'cires_ugwp_utils.F90', 'cires_vert_wmsdis.F90', 'cires_orowam2017.f', 'cires_vert_lsatdis.F90', 'machine.F', 'cires_ugwp_triggers.F90', 'gwdps.f', 'ugwp_driver_v0.F', 'cires_ugwp_module.F90', 'cires_ugwp_initialize.F90'] DEBUG: Variables in subroutine cires_ugwp_run: do_ugwp, mpi_rank, mpi_root, horizontal_loop_extent, vertical_dimension, number_of_tracers, time_step_for_physics, index_of_time_step, number_of_equatorial_longitude_points, orography, orography_unfiltered, standard_deviation_of_subgrid_orography, number_of_statistical_measures_of_subgrid_orography, convexity_of_subgrid_orography, angle_from_east_of_maximum_subgrid_orographic_variations, slope_of_subgrid_orography, anisotropy_of_subgrid_orography, maximum_subgrid_orography, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height, asymmetry_of_subgrid_orography, turb_oro_form_drag_flag, diag_ugwp_flag, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, latitude, latitude_in_degree, sine_of_latitude, cosine_of_latitude, cell_area, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure_at_interface, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, air_pressure_difference_between_midlayers, vertical_index_at_top_of_atmosphere_boundary_layer, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag, tendency_of_x_wind_due_to_ugwp, tendency_of_y_wind_due_to_ugwp, tendency_of_air_temperature_due_to_ugwp, eddy_mixing_due_to_ugwp, instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag, instantaneous_momentum_flux_due_to_mountain_blocking_drag, instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag, instantaneous_momentum_flux_due_to_nonstationary_gravity_wave, height_of_mountain_blocking, height_of_low_level_wave_breaking, height_of_launch_level_of_orographic_gravity_wave, instantaneous_change_in_x_wind_due_to_mountain_blocking_drag, instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag, instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag, time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag, time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag, time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, level_of_dividing_streamline, gravitational_acceleration, pi, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, lwe_thickness_of_precipitation_amount_on_dynamics_timestep, index_for_turbulent_kinetic_energy, turbulent_kinetic_energy, tendency_of_turbulent_kinetic_energy_due_to_model_physics, flag_print, horizontal_index_of_printed_column, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag, cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_temperature_due_to_convective_gravity_wave_drag, flag_diagnostics_3D, flag_diagnostics, flag_for_generic_gravity_wave_drag_tendency, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine cires_ugwp_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine cires_ugwp_init: do_ugwp, mpi_rank, mpi_root, vertical_dimension, time_step_for_physics, number_of_equatorial_longitude_points, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, ccpp_error_message, ccpp_error_flag, iounit_namelist, namelist_filename_for_internal_file_reads, iounit_log, namelist_filename, number_of_latitude_points, a_parameter_of_the_hybrid_coordinate, b_parameter_of_the_hybrid_coordinate, multiplication_factors_for_convective_gravity_wave_drag, pressure_cutoff_for_rayleigh_damping, time_scale_for_rayleigh_damping, standard_atmospheric_pressure -DEBUG: Parsing file cires_ugwp_post.F90 with registry OrderedDict([('cires_ugwp_post', {'cires_ugwp_post': {'cires_ugwp_post_init': [8, 9], 'cires_ugwp_post_run': [16, 52], 'cires_ugwp_post_finalize': [55, 56]}})]) -INFO: Legacy extension - skip empty table for cires_ugwp_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cires_ugwp_post cires_ugwp_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cires_ugwp_post_run cires_ugwp_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_ugwp in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_mountain_blocking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_low_level_wave_breaking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_mountain_blocking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_low_level_wave_breaking in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table cires_ugwp_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table cires_ugwp_post_run -INFO: Legacy extension - skip empty table for cires_ugwp_post_finalize +DEBUG: Parsing file cires_ugwp_post.F90 with registry OrderedDict([('cires_ugwp_post', {'cires_ugwp_post': {'cires_ugwp_post_init': [6, 7], 'cires_ugwp_post_run': [12, 48], 'cires_ugwp_post_finalize': [49, 50]}})]) DEBUG: Module name: cires_ugwp_post DEBUG: Scheme name: cires_ugwp_post DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine cires_ugwp_post_init: DEBUG: Variables in subroutine cires_ugwp_post_run: diag_ugwp_flag, time_step_for_dynamics, horizontal_loop_extent, vertical_dimension, tendency_of_air_temperature_due_to_ugwp, tendency_of_x_wind_due_to_ugwp, tendency_of_y_wind_due_to_ugwp, instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag, instantaneous_momentum_flux_due_to_mountain_blocking_drag, instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag, instantaneous_momentum_flux_due_to_nonstationary_gravity_wave, height_of_mountain_blocking, height_of_low_level_wave_breaking, height_of_launch_level_of_orographic_gravity_wave, instantaneous_change_in_x_wind_due_to_mountain_blocking_drag, instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag, instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag, time_integral_of_height_of_mountain_blocking, time_integral_of_height_of_low_level_wave_breaking, time_integral_of_height_of_launch_level_of_orographic_gravity_wave, time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag, time_integral_of_momentum_flux_due_to_mountain_blocking_drag, time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag, time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave, time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag, time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag, time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag, time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave, time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave, tendency_of_air_temperature_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine cires_ugwp_post_finalize: -DEBUG: Parsing file cnvc90.f with registry OrderedDict([('cnvc90', {'cnvc90': {'cnvc90_finalize': [124, 125], 'cnvc90_init': [8, 9], 'cnvc90_run': [19, 120]}})]) -INFO: Legacy extension - skip empty table for cnvc90_finalize -INFO: Legacy extension - skip empty table for cnvc90_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cnvc90 cnvc90 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cnvc90_run cnvc90 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable smallest_cloud_base_vertical_index_encountered_thus_far in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable largest_cloud_top_vertical_index_encountered_thus_far in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_convective_cloud in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable pressure_at_bottom_of_convective_cloud in table cnvc90_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable pressure_at_top_of_convective_cloud in table cnvc90_run +DEBUG: Parsing file cnvc90.f with registry OrderedDict([('cnvc90', {'cnvc90': {'cnvc90_finalize': [120, 121], 'cnvc90_init': [6, 7], 'cnvc90_run': [17, 118]}})]) DEBUG: Module name: cnvc90 DEBUG: Scheme name: cnvc90 DEBUG: Scheme dependencies: [] DEBUG: Variables in subroutine cnvc90_finalize: DEBUG: Variables in subroutine cnvc90_init: DEBUG: Variables in subroutine cnvc90_run: convective_cloud_switch, horizontal_loop_extent, lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep, vertical_index_at_cloud_base, vertical_index_at_cloud_top, vertical_dimension, air_pressure_at_interface, accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90, smallest_cloud_base_vertical_index_encountered_thus_far, largest_cloud_top_vertical_index_encountered_thus_far, fraction_of_convective_cloud, pressure_at_bottom_of_convective_cloud, pressure_at_top_of_convective_cloud, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file cs_conv.F90 with registry OrderedDict([('cs_conv_pre', {'cs_conv_pre': {'cs_conv_pre_run': [17, 55], 'cs_conv_pre_finalize': [10, 11], 'cs_conv_pre_init': [6, 7]}}), ('cs_conv_post', {}), ('cs_conv', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv_pre -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_updraft_velocity_at_cloud_base in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_save in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table cs_conv_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table cs_conv_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv_pre -INFO: Legacy extension - skip empty table for cs_conv_pre_finalize -INFO: Legacy extension - skip empty table for cs_conv_pre_init +DEBUG: Parsing file cs_conv.F90 with registry OrderedDict([('cs_conv_pre', {'cs_conv_pre': {'cs_conv_pre_run': [11, 49], 'cs_conv_pre_finalize': [6, 7], 'cs_conv_pre_init': [4, 5]}}), ('cs_conv_post', {}), ('cs_conv', {})]) DEBUG: Module name: cs_conv_pre DEBUG: Scheme name: cs_conv_pre DEBUG: Scheme dependencies: ['physcons.F90', 'funcphys.f90', 'machine.F'] DEBUG: Variables in subroutine cs_conv_pre_run: horizontal_loop_extent, vertical_dimension, number_of_tracers, number_of_hydrometeors, water_vapor_specific_humidity_updated_by_physics, ice_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_convective_transport_tracer, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, updraft_velocity_tunable_parameter_1_CS, updraft_velocity_tunable_parameter_2_CS, maximum_updraft_velocity_at_cloud_base, fraction_of_cloud_top_water_scavenged, fraction_of_tracer_scavenged, water_vapor_specific_humidity_save, cloud_condensed_water_mixing_ratio_save, ice_water_mixing_ratio_save, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine cs_conv_pre_finalize: DEBUG: Variables in subroutine cs_conv_pre_init: -DEBUG: Parsing file cs_conv.F90 with registry OrderedDict([('cs_conv_pre', {'cs_conv_pre': {'cs_conv_pre_run': [17, 55], 'cs_conv_pre_finalize': [10, 11], 'cs_conv_pre_init': [6, 7]}}), ('cs_conv_post', {'cs_conv_post': {'cs_conv_post_init': [61, 62], 'cs_conv_post_finalize': [65, 66], 'cs_conv_post_run': [71, 96]}}), ('cs_conv', {})]) -INFO: Legacy extension - skip empty table for cs_conv_post_init -INFO: Legacy extension - skip empty table for cs_conv_post_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv_post -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction_at_model_interfaces in table cs_conv_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction in table cs_conv_post_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv_post +DEBUG: Parsing file cs_conv.F90 with registry OrderedDict([('cs_conv_pre', {'cs_conv_pre': {'cs_conv_pre_run': [11, 49], 'cs_conv_pre_finalize': [6, 7], 'cs_conv_pre_init': [4, 5]}}), ('cs_conv_post', {'cs_conv_post': {'cs_conv_post_init': [53, 54], 'cs_conv_post_finalize': [55, 56], 'cs_conv_post_run': [61, 86]}}), ('cs_conv', {})]) DEBUG: Module name: cs_conv_post DEBUG: Scheme name: cs_conv_post DEBUG: Scheme dependencies: ['physcons.F90', 'funcphys.f90', 'machine.F'] DEBUG: Variables in subroutine cs_conv_post_init: DEBUG: Variables in subroutine cs_conv_post_finalize: DEBUG: Variables in subroutine cs_conv_post_run: horizontal_loop_extent, vertical_dimension, ccpp_error_message, ccpp_error_flag, flag_for_Arakawa_Wu_adjustment, convective_updraft_area_fraction_at_model_interfaces, convective_updraft_area_fraction -DEBUG: Parsing file cs_conv.F90 with registry OrderedDict([('cs_conv_pre', {'cs_conv_pre': {'cs_conv_pre_run': [17, 55], 'cs_conv_pre_finalize': [10, 11], 'cs_conv_pre_init': [6, 7]}}), ('cs_conv_post', {'cs_conv_post': {'cs_conv_post_init': [61, 62], 'cs_conv_post_finalize': [65, 66], 'cs_conv_post_run': [71, 96]}}), ('cs_conv', {'cs_conv': {'cs_conv_init': [165, 166], 'cs_conv_finalize': [169, 170], 'cs_conv_run': [232, 571]}})]) -INFO: Legacy extension - skip empty table for cs_conv_init -INFO: Legacy extension - skip empty table for cs_conv_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_pre cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_pre_run cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_post cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_post_run cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv cs_conv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_run cs_conv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_base_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_updraft_velocity_at_cloud_base in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction_at_model_interfaces in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table cs_conv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table cs_conv_run +DEBUG: Parsing file cs_conv.F90 with registry OrderedDict([('cs_conv_pre', {'cs_conv_pre': {'cs_conv_pre_run': [11, 49], 'cs_conv_pre_finalize': [6, 7], 'cs_conv_pre_init': [4, 5]}}), ('cs_conv_post', {'cs_conv_post': {'cs_conv_post_init': [53, 54], 'cs_conv_post_finalize': [55, 56], 'cs_conv_post_run': [61, 86]}}), ('cs_conv', {'cs_conv': {'cs_conv_init': [153, 154], 'cs_conv_finalize': [155, 156], 'cs_conv_run': [218, 557]}})]) DEBUG: Module name: cs_conv DEBUG: Scheme name: cs_conv DEBUG: Scheme dependencies: ['physcons.F90', 'funcphys.f90', 'machine.F'] @@ -23481,18 +14509,6 @@ DEBUG: Variables in subroutine cs_conv_init: DEBUG: Variables in subroutine cs_conv_finalize: DEBUG: Variables in subroutine cs_conv_run: horizontal_loop_extent, vertical_dimension, water_vapor_specific_humidity_updated_by_physics, maximum_updraft_velocity_at_cloud_base, fraction_of_cloud_top_water_scavenged, fraction_of_tracer_scavenged, ccpp_error_message, ccpp_error_flag, flag_for_Arakawa_Wu_adjustment, convective_updraft_area_fraction_at_model_interfaces, number_of_tracers_plus_one, number_of_tracers_for_convective_transport, number_of_tracers_for_CS, number_of_cloud_types_CS, flag_convective_tracer_transport, latitude_index_in_debug_printouts, index_of_time_step, air_temperature_updated_by_physics, lwe_thickness_of_deep_convective_precipitation_amount, convective_transportable_tracers, geopotential, geopotential_at_interface, air_pressure, air_pressure_at_interface, time_step_for_physics, time_step_for_dynamics, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, x_wind_updated_by_physics, y_wind_updated_by_physics, cloud_base_mass_flux, mpi_rank, detrainment_and_precipitation_tunable_parameter_3_CS, detrainment_and_precipitation_tunable_parameter_4_CS, entrainment_efficiency_tunable_parameter_9_CS, flag_arakawa_wu_downdraft, flag_flux_form_CS, flag_print, horizontal_index_of_printed_column, flag_deep_convection, mass_fraction_of_convective_cloud_liquid_water, mass_fraction_of_convective_cloud_ice, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, flag_for_microphysics_scheme DEBUG: Parsing file cs_conv_aw_adj.F90 with registry OrderedDict([('cs_conv_aw_adj', {'cs_conv_aw_adj': {'cs_conv_aw_adj_run': [20, 92], 'cs_conv_aw_adj_finalize': [12, 13], 'cs_conv_aw_adj_init': [10, 11]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cs_conv_aw_adj cs_conv_aw_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cs_conv_aw_adj_run cs_conv_aw_adj -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_updraft_area_fraction in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_save in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table cs_conv_aw_adj_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table cs_conv_aw_adj_run DEBUG: Module name: cs_conv_aw_adj DEBUG: Scheme name: cs_conv_aw_adj DEBUG: Scheme dependencies: ['machine.F'] @@ -23500,55 +14516,13 @@ DEBUG: Variables in subroutine cs_conv_aw_adj_run: horizontal_loop_extent, verti DEBUG: Variables in subroutine cs_conv_aw_adj_finalize: DEBUG: Variables in subroutine cs_conv_aw_adj_init: DEBUG: Parsing file cu_ntiedtke_pre.F90 with registry OrderedDict([('cu_ntiedtke_pre', {'cu_ntiedtke_pre': {'cu_ntiedtke_pre_run': [14, 51], 'cu_ntiedtke_pre_finalize': [9, 10], 'cu_ntiedtke_pre_init': [7, 8]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke_pre cu_ntiedtke_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_pre_run cu_ntiedtke_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_ntiedtke_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_ntiedtke_pre_run DEBUG: Module name: cu_ntiedtke_pre DEBUG: Scheme name: cu_ntiedtke_pre DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine cu_ntiedtke_pre_run: flag_for_first_time_step, flag_for_restart, index_of_time_step, forecast_time, time_step_for_physics, air_temperature, water_vapor_specific_humidity, temperature_from_previous_timestep, moisture_from_previous_timestep, temperature_tendency_due_to_dynamics, moisture_tendency_due_to_dynamics, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine cu_ntiedtke_pre_finalize: DEBUG: Variables in subroutine cu_ntiedtke_pre_init: -DEBUG: Parsing file cu_ntiedtke.F90 with registry OrderedDict([('cu_ntiedtke', {'cu_ntiedtke': {'cu_ntiedtke_init': [77, 93], 'cu_ntiedtke_finalize': [98, 99], 'cu_ntiedtke_run': [112, 311]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_init cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_run cu_ntiedtke -INFO: Legacy extension - skip empty table for cu_ntiedtke_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_init cu_ntiedtke -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_run cu_ntiedtke -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table cu_ntiedtke_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table cu_ntiedtke_run +DEBUG: Parsing file cu_ntiedtke.F90 with registry OrderedDict([('cu_ntiedtke', {'cu_ntiedtke': {'cu_ntiedtke_init': [77, 93], 'cu_ntiedtke_finalize': [94, 95], 'cu_ntiedtke_run': [108, 307]}})]) DEBUG: Module name: cu_ntiedtke DEBUG: Scheme name: cu_ntiedtke DEBUG: Scheme dependencies: ['physcons.F90', 'machine.F'] @@ -23556,131 +14530,20 @@ DEBUG: Variables in subroutine cu_ntiedtke_init: mpi_rank, mpi_root, ccpp_error_ DEBUG: Variables in subroutine cu_ntiedtke_finalize: DEBUG: Variables in subroutine cu_ntiedtke_run: ccpp_error_message, ccpp_error_flag, x_wind_updated_by_physics, y_wind_updated_by_physics, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, air_temperature, water_vapor_specific_humidity, moisture_tendency_due_to_dynamics, temperature_tendency_due_to_dynamics, convective_transportable_tracers, geopotential, geopotential_at_interface, air_pressure, air_pressure_at_interface, omega, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, lwe_thickness_of_deep_convective_precipitation_amount, sea_land_ice_mask, horizontal_loop_extent, vertical_dimension, time_step_for_physics, cell_size, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, number_of_tracers_for_convective_transport, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover DEBUG: Parsing file cu_ntiedtke_post.F90 with registry OrderedDict([('cu_ntiedtke_post', {'cu_ntiedtke_post': {'cu_ntiedtke_post_init': [7, 8], 'cu_ntiedtke_post_finalize': [9, 10], 'cu_ntiedtke_post_run': [14, 29]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_ntiedtke_post cu_ntiedtke_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_ntiedtke_post_run cu_ntiedtke_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_ntiedtke_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_ntiedtke_post_run DEBUG: Module name: cu_ntiedtke_post DEBUG: Scheme name: cu_ntiedtke_post DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine cu_ntiedtke_post_init: DEBUG: Variables in subroutine cu_ntiedtke_post_finalize: DEBUG: Variables in subroutine cu_ntiedtke_post_run: air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, temperature_from_previous_timestep, moisture_from_previous_timestep, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file dcyc2.f with registry OrderedDict([('dcyc2t3', {'dcyc2t3': {'dcyc2t3_init': [14, 15], 'dcyc2t3_run': [166, 298], 'dcyc2t3_finalize': [18, 19]}})]) -INFO: Legacy extension - skip empty table for dcyc2t3_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True dcyc2t3 dcyc2t3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False dcyc2t3_run dcyc2t3 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_midlayer_air_temperature_in_longwave_radiation in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_land_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ice_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_longwave_flux_over_ocean_interstitial in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in table dcyc2t3_run -INFO: Legacy extension - skip empty table for dcyc2t3_finalize +DEBUG: Parsing file dcyc2.f with registry OrderedDict([('dcyc2t3', {'dcyc2t3': {'dcyc2t3_init': [12, 13], 'dcyc2t3_run': [162, 294], 'dcyc2t3_finalize': [14, 15]}})]) DEBUG: Module name: dcyc2t3 DEBUG: Scheme name: dcyc2t3 DEBUG: Scheme dependencies: ['physcons.F90', 'machine.F'] DEBUG: Variables in subroutine dcyc2t3_init: DEBUG: Variables in subroutine dcyc2t3_run: forecast_hour_of_the_day, equation_of_time, sine_of_solar_declination_angle, cosine_of_solar_declination_angle, sine_of_latitude, cosine_of_latitude, longitude, cosine_of_zenith_angle, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_over_ice_interstitial, air_temperature_at_lowest_model_layer, surface_midlayer_air_temperature_in_longwave_radiation, surface_longwave_emissivity_over_land_interstitial, surface_longwave_emissivity_over_ice_interstitial, surface_longwave_emissivity_over_ocean_interstitial, surface_downwelling_shortwave_flux_on_radiation_time_step, surface_net_downwelling_shortwave_flux_on_radiation_time_step, surface_downwelling_longwave_flux_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step, surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, horizontal_loop_extent, vertical_dimension, time_step_for_dynamics, frequency_for_shortwave_radiation, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_wet_surface_fraction, tendency_of_air_temperature_due_to_model_physics, tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, surface_downwelling_longwave_flux, surface_upwelling_longwave_flux_over_land_interstitial, surface_upwelling_longwave_flux_over_ice_interstitial, surface_upwelling_longwave_flux_over_ocean_interstitial, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, instantaneous_cosine_of_zenith_angle, surface_upwelling_direct_near_infrared_shortwave_flux, surface_upwelling_diffuse_near_infrared_shortwave_flux, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux, surface_downwelling_direct_near_infrared_shortwave_flux, surface_downwelling_diffuse_near_infrared_shortwave_flux, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine dcyc2t3_finalize: -DEBUG: Parsing file drag_suite.F90 with registry OrderedDict([('drag_suite', {'drag_suite': {'drag_suite_finalize': [1168, 1169], 'drag_suite_run': [186, 1163], 'drag_suite_init': [8, 9]}})]) -INFO: Legacy extension - skip empty table for drag_suite_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True drag_suite drag_suite -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False drag_suite_run drag_suite -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_momentum_tendency_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_momentum_tendency_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_large_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_blocking_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_small_scale_gwd in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_x_momentum_flux_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable integrated_y_momentum_flux_from_form_drag in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table drag_suite_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table drag_suite_run -INFO: Legacy extension - skip empty table for drag_suite_init +DEBUG: Parsing file drag_suite.F90 with registry OrderedDict([('drag_suite', {'drag_suite': {'drag_suite_finalize': [1164, 1165], 'drag_suite_run': [184, 1161], 'drag_suite_init': [6, 7]}})]) DEBUG: Module name: drag_suite DEBUG: Scheme name: drag_suite DEBUG: Scheme dependencies: [] @@ -23688,64 +14551,20 @@ DEBUG: Variables in subroutine drag_suite_finalize: DEBUG: Variables in subroutine drag_suite_run: horizontal_loop_extent, vertical_dimension, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, x_wind, y_wind, air_temperature, water_vapor_specific_humidity, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, index_of_time_step, standard_deviation_of_subgrid_orography, convexity_of_subgrid_orography, asymmetry_of_subgrid_orography, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height, standard_deviation_of_subgrid_orography_small_scale, convexity_of_subgrid_orography_small_scale, asymmetry_of_subgrid_orography_small_scale, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale, angle_from_east_of_maximum_subgrid_orographic_variations, slope_of_subgrid_orography, anisotropy_of_subgrid_orography, maximum_subgrid_orography, x_momentum_tendency_from_large_scale_gwd, y_momentum_tendency_from_large_scale_gwd, x_momentum_tendency_from_blocking_drag, y_momentum_tendency_from_blocking_drag, x_momentum_tendency_from_small_scale_gwd, y_momentum_tendency_from_small_scale_gwd, x_momentum_tendency_from_form_drag, y_momentum_tendency_from_form_drag, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag, integrated_x_momentum_flux_from_large_scale_gwd, integrated_y_momentum_flux_from_large_scale_gwd, integrated_x_momentum_flux_from_blocking_drag, integrated_y_momentum_flux_from_blocking_drag, integrated_x_momentum_flux_from_small_scale_gwd, integrated_y_momentum_flux_from_small_scale_gwd, integrated_x_momentum_flux_from_form_drag, integrated_y_momentum_flux_from_form_drag, sea_land_ice_mask_real, bulk_richardson_number_at_lowest_model_level, atmosphere_boundary_layer_thickness, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, pi, number_of_equatorial_longitude_points, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, mpi_rank, mpi_root, flag_print, horizontal_index_of_printed_column, level_of_dividing_streamline, cell_size, gwd_opt, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine drag_suite_init: DEBUG: Parsing file gcm_shoc.F90 with registry OrderedDict([('shoc', {'shoc': {'shoc_finalize': [12, 13], 'shoc_init': [10, 11], 'shoc_run': [17, 114]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shoc shoc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shoc_run shoc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable prandtl_number in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration_updated_by_physics in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy_convective_transport_tracer in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_from_shoc in table shoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_buoyancy_flux_from_shoc in table shoc_run DEBUG: Module name: shoc DEBUG: Scheme name: shoc DEBUG: Scheme dependencies: ['funcphys.f90', 'machine.F'] DEBUG: Variables in subroutine shoc_finalize: DEBUG: Variables in subroutine shoc_init: DEBUG: Variables in subroutine shoc_run: horizontal_loop_extent, vertical_dimension, cloud_phase_transition_threshold_temperature, cloud_phase_transition_denominator, specific_heat_of_dry_air_at_constant_pressure, gravitational_acceleration, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, gas_constant_water_vapor, gas_constant_dry_air, pi, ratio_of_vapor_to_dry_air_gas_constants_minus_one, time_step_for_physics, air_pressure, air_pressure_difference_between_midlayers, geopotential_at_interface, geopotential, x_wind_updated_by_physics, y_wind_updated_by_physics, omega, critical_relative_humidity, ice_supersaturation_threshold, shoc_tke_dissipatation_pressure_threshold, shoc_tke_dissipation_tunable_parameter, shoc_tke_dissipation_tunable_parameter_near_surface, shoc_implicit_TKE_integration_uncentering_term, shoc_flag_for_optional_surface_TKE_dissipation, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, prandtl_number, air_temperature_updated_by_physics, tracer_concentration_updated_by_physics, number_of_tracers, index_for_water_vapor, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, index_for_liquid_cloud_number_concentration, index_for_ice_cloud_number_concentration, subgrid_scale_cloud_fraction_from_shoc, turbulent_kinetic_energy_convective_transport_tracer, atmosphere_heat_diffusivity_from_shoc, kinematic_buoyancy_flux_from_shoc, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file get_prs_fv3.F90 with registry OrderedDict([('get_prs_fv3', {'get_prs_fv3': {'get_prs_fv3_init': [11, 12], 'get_prs_fv3_finalize': [44, 45], 'get_prs_fv3_run': [16, 41]}}), ('get_phi_fv3', {})]) -INFO: Legacy extension - skip empty table for get_prs_fv3_init -INFO: Legacy extension - skip empty table for get_prs_fv3_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_prs_fv3 get_prs_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_prs_fv3_run get_prs_fv3 -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table get_prs_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature in table get_prs_fv3_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_phi_fv3 get_prs_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_phi_fv3_run get_prs_fv3 +DEBUG: Parsing file get_prs_fv3.F90 with registry OrderedDict([('get_prs_fv3', {'get_prs_fv3': {'get_prs_fv3_init': [9, 10], 'get_prs_fv3_finalize': [40, 41], 'get_prs_fv3_run': [14, 39]}}), ('get_phi_fv3', {})]) DEBUG: Module name: get_prs_fv3 DEBUG: Scheme name: get_prs_fv3 DEBUG: Scheme dependencies: ['physcons.F90', 'machine.F'] DEBUG: Variables in subroutine get_prs_fv3_init: DEBUG: Variables in subroutine get_prs_fv3_finalize: DEBUG: Variables in subroutine get_prs_fv3_run: horizontal_loop_extent, vertical_dimension, geopotential_at_interface, air_pressure_at_interface, air_temperature, water_vapor_specific_humidity, air_pressure_difference_between_midlayers, geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file get_prs_fv3.F90 with registry OrderedDict([('get_prs_fv3', {'get_prs_fv3': {'get_prs_fv3_init': [11, 12], 'get_prs_fv3_finalize': [44, 45], 'get_prs_fv3_run': [16, 41]}}), ('get_phi_fv3', {'get_phi_fv3': {'get_phi_fv3_finalize': [94, 95], 'get_phi_fv3_init': [59, 60], 'get_phi_fv3_run': [64, 91]}})]) -INFO: Legacy extension - skip empty table for get_phi_fv3_finalize -INFO: Legacy extension - skip empty table for get_phi_fv3_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_prs_fv3 get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_prs_fv3_run get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True get_phi_fv3 get_phi_fv3 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False get_phi_fv3_run get_phi_fv3 -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table get_phi_fv3_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table get_phi_fv3_run +DEBUG: Parsing file get_prs_fv3.F90 with registry OrderedDict([('get_prs_fv3', {'get_prs_fv3': {'get_prs_fv3_init': [9, 10], 'get_prs_fv3_finalize': [40, 41], 'get_prs_fv3_run': [14, 39]}}), ('get_phi_fv3', {'get_phi_fv3': {'get_phi_fv3_finalize': [86, 87], 'get_phi_fv3_init': [53, 54], 'get_phi_fv3_run': [58, 85]}})]) DEBUG: Module name: get_phi_fv3 DEBUG: Scheme name: get_phi_fv3 DEBUG: Scheme dependencies: ['physcons.F90', 'machine.F'] @@ -23753,47 +14572,6 @@ DEBUG: Variables in subroutine get_phi_fv3_finalize: DEBUG: Variables in subroutine get_phi_fv3_init: DEBUG: Variables in subroutine get_phi_fv3_run: horizontal_loop_extent, vertical_dimension, geopotential_at_interface, geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature, ccpp_error_message, ccpp_error_flag, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, geopotential DEBUG: Parsing file gfdl_cloud_microphys.F90 with registry OrderedDict([('gfdl_cloud_microphys', {'gfdl_cloud_microphys': {'gfdl_cloud_microphys_finalize': [56, 66], 'gfdl_cloud_microphys_run': [84, 238], 'gfdl_cloud_microphys_init': [19, 48]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table gfdl_cloud_microphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in table gfdl_cloud_microphys_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gfdl_cloud_microphys gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_init gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_finalize gfdl_cloud_microphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gfdl_cloud_microphys_run gfdl_cloud_microphys DEBUG: Module name: gfdl_cloud_microphys DEBUG: Scheme name: gfdl_cloud_microphys DEBUG: Scheme dependencies: ['module_mp_radar.F90', 'machine.F', 'module_gfdl_cloud_microphys.F90'] @@ -23801,18 +14579,6 @@ DEBUG: Variables in subroutine gfdl_cloud_microphys_finalize: ccpp_error_message DEBUG: Variables in subroutine gfdl_cloud_microphys_run: ccpp_error_message, ccpp_error_flag, vertical_dimension, horizontal_loop_extent, gravitational_acceleration, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gas_constant_dry_air, land_area_fraction_for_microphysics, cell_area, sea_land_ice_mask, water_vapor_specific_humidity_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, ice_water_mixing_ratio_updated_by_physics, snow_water_mixing_ratio_updated_by_physics, graupel_mixing_ratio_updated_by_physics, cloud_fraction_updated_by_physics, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, omega, air_pressure, geopotential_at_interface, air_pressure_difference_between_midlayers, lwe_thickness_of_explicit_rain_amount, lwe_thickness_of_ice_amount, lwe_thickness_of_snow_amount, lwe_thickness_of_graupel_amount, lwe_thickness_of_explicit_precipitation_amount, ratio_of_snowfall_to_rainfall, time_step_for_physics, flag_for_hydrostatic_solver, flag_for_hydrostatic_heating_from_physics, flag_for_radar_reflectivity, radar_reflectivity_10cm, flag_reset_maximum_hourly_fields, flag_for_cloud_effective_radii, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, effective_radius_of_stratiform_cloud_graupel_particle_in_um DEBUG: Variables in subroutine gfdl_cloud_microphys_init: ccpp_error_message, ccpp_error_flag, mpi_rank, mpi_root, iounit_namelist, namelist_filename_for_internal_file_reads, iounit_log, namelist_filename, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_shoc DEBUG: Parsing file gfdl_fv_sat_adj.F90 with registry OrderedDict([('fv_sat_adj', {'fv_sat_adj': {'fv_sat_adj_finalize': [160, 177], 'fv_sat_adj_run': [191, 312], 'fv_sat_adj_init': [104, 154]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True fv_sat_adj fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_init fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_finalize fv_sat_adj -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False fv_sat_adj_run fv_sat_adj DEBUG: Module name: fv_sat_adj DEBUG: Scheme name: fv_sat_adj DEBUG: Scheme dependencies: ['physcons.F90', 'module_mp_radar.F90', 'multi_gases.F90', 'machine.F', 'module_gfdl_cloud_microphys.F90'] @@ -23820,316 +14586,69 @@ DEBUG: Variables in subroutine fv_sat_adj_finalize: ccpp_error_message, ccpp_err DEBUG: Variables in subroutine fv_sat_adj_run: ccpp_error_message, ccpp_error_flag, time_step_for_remapping_for_fast_physics, ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind, starting_x_direction_index, ending_x_direction_index, starting_x_direction_index_domain, ending_x_direction_index_domain, top_layer_index_for_fast_physics, vertical_dimension_for_fast_physics, vertical_dimension_for_thickness_at_Lagrangian_surface, starting_y_direction_index, ending_y_direction_index, starting_y_direction_index_domain, ending_y_direction_index_domain, number_of_ghost_zones, flag_for_hydrostatic_solver_for_fast_physics, flag_for_fast_microphysics_energy_conservation, atmosphere_energy_content_in_column, atmosphere_energy_content_at_Lagrangian_surface, number_of_gases_for_multi_gases_physics, gas_tracers_for_multi_gas_physics_at_Lagrangian_surface, water_vapor_specific_humidity_at_Lagrangian_surface, cloud_liquid_water_specific_humidity_at_Lagrangian_surface, cloud_ice_specific_humidity_at_Lagrangian_surface, cloud_rain_specific_humidity_at_Lagrangian_surface, cloud_snow_specific_humidity_at_Lagrangian_surface, cloud_graupel_specific_humidity_at_Lagrangian_surface, surface_geopotential_at_Lagrangian_surface, log_pressure_at_Lagrangian_surface, thickness_at_Lagrangian_surface, pressure_thickness_at_Lagrangian_surface, virtual_temperature_at_Lagrangian_surface, finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa, cloud_condensed_water_specific_humidity_at_Lagrangian_surface, kappa_dry_for_fast_physics, cappa_moist_gas_constant_at_Lagrangian_surface, cell_area_for_fast_physics, tendency_of_air_temperature_at_Lagrangian_surface, flag_for_tendency_of_air_temperature_at_Lagrangian_surface, flag_for_the_last_step_of_k_split_remapping, flag_for_inline_cloud_fraction_calculation, cloud_fraction_at_Lagrangian_surface, omp_threads_for_fast_physics DEBUG: Variables in subroutine fv_sat_adj_init: ccpp_error_message, ccpp_error_flag, top_layer_index_for_fast_physics, number_of_gases_for_multi_gases_physics, flag_for_saturation_adjustment_for_microphysics_in_dynamics, number_of_water_species, gas_constants_for_multi_gases_physics, specific_heat_capacities_for_multi_gases_physics, mpi_rank_for_fast_physics, mpi_root_for_fast_physics DEBUG: Parsing file gscond.f with registry OrderedDict([('zhaocarr_gscond', {'zhaocarr_gscond': {'zhaocarr_gscond_finalize': [17, 18], 'zhaocarr_gscond_run': [38, 482], 'zhaocarr_gscond_init': [11, 12]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True zhaocarr_gscond zhaocarr_gscond -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False zhaocarr_gscond_run zhaocarr_gscond -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_two_time_steps_back in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure_at_previous_time_step in table zhaocarr_gscond_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table zhaocarr_gscond_run DEBUG: Module name: zhaocarr_gscond DEBUG: Scheme name: zhaocarr_gscond DEBUG: Scheme dependencies: ['physcons.F90', 'funcphys.f90', 'machine.F'] DEBUG: Variables in subroutine zhaocarr_gscond_finalize: -DEBUG: Variables in subroutine zhaocarr_gscond_run: horizontal_loop_extent, vertical_dimension, time_step_for_physics, time_step_for_dynamics, air_pressure, surface_air_pressure, water_vapor_specific_humidity_updated_by_physics, ice_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_updated_by_physics, air_temperature_updated_by_physics, air_temperature_two_time_steps_back, water_vapor_specific_humidity_two_time_steps_back, surface_air_pressure_two_time_steps_back, air_temperature_at_previous_time_step, water_vapor_specific_humidity_at_previous_time_step, surface_air_pressure_at_previous_time_step, critical_relative_humidity, flag_print, horizontal_index_of_printed_column, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine zhaocarr_gscond_run: horizontal_loop_extent, vertical_dimension, time_step_for_physics, time_step_for_dynamics, air_pressure, surface_air_pressure, water_vapor_specific_humidity_updated_by_physics, ice_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_convective_transport_tracer, cloud_condensed_water_mixing_ratio_updated_by_physics, air_temperature_updated_by_physics, air_temperature_two_timesteps_back, water_vapor_specific_humidity_two_timesteps_back, surface_air_pressure_two_timesteps_back, air_temperature_at_previous_timestep, water_vapor_specific_humidity_at_previous_timestep, surface_air_pressure_at_previous_timestep, critical_relative_humidity, flag_print, horizontal_index_of_printed_column, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine zhaocarr_gscond_init: -DEBUG: Parsing file gwdc.f with registry OrderedDict([('gwdc_pre', {'gwdc_pre': {'gwdc_pre_finalize': [70, 71], 'gwdc_pre_init': [11, 12], 'gwdc_pre_run': [18, 65]}}), ('gwdc', {}), ('gwdc_post', {})]) -INFO: Legacy extension - skip empty table for gwdc_pre_finalize -INFO: Legacy extension - skip empty table for gwdc_pre_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable characteristic_grid_length_scale in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdc_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_column_heating_rate in table gwdc_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc_pre +DEBUG: Parsing file gwdc.f with registry OrderedDict([('gwdc_pre', {'gwdc_pre': {'gwdc_pre_finalize': [54, 55], 'gwdc_pre_init': [7, 8], 'gwdc_pre_run': [14, 53]}}), ('gwdc', {}), ('gwdc_post', {})]) DEBUG: Module name: gwdc_pre DEBUG: Scheme name: gwdc_pre DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine gwdc_pre_finalize: DEBUG: Variables in subroutine gwdc_pre_init: -DEBUG: Variables in subroutine gwdc_pre_run: horizontal_loop_extent, multiplication_factors_for_convective_gravity_wave_drag, cell_size, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, characteristic_grid_length_scale, cloud_area_fraction, vertical_dimension, vertical_index_at_cloud_base, vertical_index_at_cloud_top, time_step_for_physics, air_temperature_updated_by_physics, air_temperature_save, air_pressure_difference_between_midlayers, maximum_column_heating_rate, flag_for_convective_gravity_wave_drag, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file gwdc.f with registry OrderedDict([('gwdc_pre', {'gwdc_pre': {'gwdc_pre_finalize': [70, 71], 'gwdc_pre_init': [11, 12], 'gwdc_pre_run': [18, 65]}}), ('gwdc', {'gwdc': {'gwdc_run': [117, 1268], 'gwdc_finalize': [1274, 1275], 'gwdc_init': [81, 82]}}), ('gwdc_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_column_heating_rate in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable characteristic_grid_length_scale in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_convective_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_convective_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdc_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc -INFO: Legacy extension - skip empty table for gwdc_finalize -INFO: Legacy extension - skip empty table for gwdc_init +DEBUG: Variables in subroutine gwdc_pre_run: horizontal_loop_extent, multiplication_factors_for_convective_gravity_wave_drag, cell_size, grid_size_related_coefficient_used_in_scale_sensitive_schemes, grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement, characteristic_grid_length_scale, cloud_area_fraction, vertical_dimension, vertical_index_at_cloud_base, vertical_index_at_cloud_top, time_step_for_physics, air_temperature_updated_by_physics, air_temperature_save, air_pressure_difference_between_midlayers, maximum_column_heating_rate, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file gwdc.f with registry OrderedDict([('gwdc_pre', {'gwdc_pre': {'gwdc_pre_finalize': [54, 55], 'gwdc_pre_init': [7, 8], 'gwdc_pre_run': [14, 53]}}), ('gwdc', {'gwdc': {'gwdc_run': [114, 1265], 'gwdc_finalize': [1267, 1268], 'gwdc_init': [66, 79]}}), ('gwdc_post', {})]) DEBUG: Module name: gwdc DEBUG: Scheme name: gwdc DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine gwdc_run: horizontal_loop_extent, characteristic_grid_length_scale, cloud_area_fraction, vertical_dimension, vertical_index_at_cloud_base, vertical_index_at_cloud_top, time_step_for_physics, air_pressure_difference_between_midlayers, maximum_column_heating_rate, ccpp_error_message, ccpp_error_flag, latitude_index_in_debug_printouts, x_wind, y_wind, air_temperature, water_vapor_specific_humidity, air_pressure, air_pressure_at_interface, flag_deep_convection, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, ratio_of_vapor_to_dry_air_gas_constants_minus_one, pi, flag_print, horizontal_index_of_printed_column, forecast_time, tendency_of_x_wind_due_to_convective_gravity_wave_drag, tendency_of_y_wind_due_to_convective_gravity_wave_drag, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag DEBUG: Variables in subroutine gwdc_finalize: -DEBUG: Variables in subroutine gwdc_init: -DEBUG: Parsing file gwdc.f with registry OrderedDict([('gwdc_pre', {'gwdc_pre': {'gwdc_pre_finalize': [70, 71], 'gwdc_pre_init': [11, 12], 'gwdc_pre_run': [18, 65]}}), ('gwdc', {'gwdc': {'gwdc_run': [117, 1268], 'gwdc_finalize': [1274, 1275], 'gwdc_init': [81, 82]}}), ('gwdc_post', {'gwdc_post': {'gwdc_post_finalize': [1334, 1335], 'gwdc_post_init': [1285, 1286], 'gwdc_post_run': [1292, 1329]}})]) -INFO: Legacy extension - skip empty table for gwdc_post_finalize -INFO: Legacy extension - skip empty table for gwdc_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_pre gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_pre_run gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_run gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdc_post gwdc_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdc_post_run gwdc_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_x_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable time_integral_of_y_stress_due_to_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table gwdc_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table gwdc_post_run +DEBUG: Variables in subroutine gwdc_init: ccpp_error_message, ccpp_error_flag, flag_for_convective_gravity_wave_drag +DEBUG: Parsing file gwdc.f with registry OrderedDict([('gwdc_pre', {'gwdc_pre': {'gwdc_pre_finalize': [54, 55], 'gwdc_pre_init': [7, 8], 'gwdc_pre_run': [14, 53]}}), ('gwdc', {'gwdc': {'gwdc_run': [114, 1265], 'gwdc_finalize': [1267, 1268], 'gwdc_init': [66, 79]}}), ('gwdc_post', {'gwdc_post': {'gwdc_post_finalize': [1319, 1320], 'gwdc_post_init': [1274, 1275], 'gwdc_post_run': [1281, 1318]}})]) DEBUG: Module name: gwdc_post DEBUG: Scheme name: gwdc_post DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine gwdc_post_finalize: DEBUG: Variables in subroutine gwdc_post_init: DEBUG: Variables in subroutine gwdc_post_run: horizontal_loop_extent, vertical_dimension, time_step_for_physics, air_temperature_updated_by_physics, ccpp_error_message, ccpp_error_flag, specific_heat_of_dry_air_at_constant_pressure, tendency_of_x_wind_due_to_convective_gravity_wave_drag, tendency_of_y_wind_due_to_convective_gravity_wave_drag, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag, flag_diagnostics, flag_diagnostics_3D, time_step_for_dynamics, time_integral_of_x_stress_due_to_gravity_wave_drag, time_integral_of_y_stress_due_to_gravity_wave_drag, cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag, cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag, x_wind_updated_by_physics, y_wind_updated_by_physics -DEBUG: Parsing file gwdps.f with registry OrderedDict([('gwdps', {'gwdps': {'gwdps_init': [8, 9], 'gwdps_run': [193, 1257], 'gwdps_finalize': [1262, 1263]}})]) -INFO: Legacy extension - skip empty table for gwdps_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True gwdps gwdps -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False gwdps_run gwdps -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convexity_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable asymmetry_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable angle_from_east_of_maximum_subgrid_orographic_variations in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slope_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable anisotropy_of_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_subgrid_orography in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_x_stress_due_to_gravity_wave_drag in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_y_stress_due_to_gravity_wave_drag in table gwdps_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable level_of_dividing_streamline in table gwdps_run -INFO: Legacy extension - skip empty table for gwdps_finalize +DEBUG: Parsing file gwdps.f with registry OrderedDict([('gwdps', {'gwdps': {'gwdps_init': [6, 7], 'gwdps_run': [191, 1255], 'gwdps_finalize': [1257, 1258]}})]) DEBUG: Module name: gwdps DEBUG: Scheme name: gwdps DEBUG: Scheme dependencies: [] DEBUG: Variables in subroutine gwdps_init: DEBUG: Variables in subroutine gwdps_run: horizontal_loop_extent, vertical_dimension, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, x_wind, y_wind, air_temperature, water_vapor_specific_humidity, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, index_of_time_step, standard_deviation_of_subgrid_orography, convexity_of_subgrid_orography, asymmetry_of_subgrid_orography, fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height, angle_from_east_of_maximum_subgrid_orographic_variations, slope_of_subgrid_orography, anisotropy_of_subgrid_orography, maximum_subgrid_orography, instantaneous_x_stress_due_to_gravity_wave_drag, instantaneous_y_stress_due_to_gravity_wave_drag, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, gas_constant_water_vapor, number_of_equatorial_longitude_points, number_of_statistical_measures_of_subgrid_orography, multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag, mpi_rank, flag_print, horizontal_index_of_printed_column, level_of_dividing_streamline, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine gwdps_finalize: -DEBUG: Parsing file h2ophys.f with registry OrderedDict([('h2ophys', {'h2ophys': {'h2ophys_init': [12, 13], 'h2ophys_run': [21, 125], 'h2ophys_finalize': [131, 132]}})]) -INFO: Legacy extension - skip empty table for h2ophys_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True h2ophys h2ophys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False h2ophys_run h2ophys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table h2ophys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table h2ophys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable h2o_forcing in table h2ophys_run -INFO: Legacy extension - skip empty table for h2ophys_finalize +DEBUG: Parsing file h2ophys.f with registry OrderedDict([('h2ophys', {'h2ophys': {'h2ophys_init': [8, 9], 'h2ophys_run': [17, 121], 'h2ophys_finalize': [123, 124]}})]) DEBUG: Module name: h2ophys DEBUG: Scheme name: h2ophys DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine h2ophys_init: DEBUG: Variables in subroutine h2ophys_run: horizontal_loop_extent, vertical_dimension, vertical_dimension_of_h2o_forcing_data, time_step_for_physics, water_vapor_specific_humidity_updated_by_physics, natural_log_of_h2o_forcing_data_pressure_levels, air_pressure, h2o_forcing, number_of_coefficients_in_h2o_forcing_data, flag_diagnostics_3D, mpi_rank, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine h2ophys_finalize: -DEBUG: Parsing file samfdeepcnv.f with registry OrderedDict([('samfdeepcnv', {'samfdeepcnv': {'samfdeepcnv_run': [63, 2913], 'samfdeepcnv_finalize': [18, 19], 'samfdeepcnv_init': [12, 13]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True samfdeepcnv samfdeepcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False samfdeepcnv_run samfdeepcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_cellular_automata_for_deep_convection in table samfdeepcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable physics_field_for_coupling in table samfdeepcnv_run -INFO: Legacy extension - skip empty table for samfdeepcnv_finalize -INFO: Legacy extension - skip empty table for samfdeepcnv_init +DEBUG: Parsing file samfdeepcnv.f with registry OrderedDict([('samfdeepcnv', {'samfdeepcnv': {'samfdeepcnv_run': [55, 2905], 'samfdeepcnv_finalize': [10, 11], 'samfdeepcnv_init': [8, 9]}})]) DEBUG: Module name: samfdeepcnv DEBUG: Scheme name: samfdeepcnv DEBUG: Scheme dependencies: ['funcphys.f90', 'samfaerosols.F', 'machine.F'] DEBUG: Variables in subroutine samfdeepcnv_run: horizontal_loop_extent, vertical_dimension, number_of_aerosol_tracers_for_convection, number_of_chemical_tracers, specific_heat_of_liquid_water_at_constant_pressure, specific_heat_of_dry_air_at_constant_pressure, specific_heat_of_water_vapor_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gravitational_acceleration, latent_heat_of_vaporization_of_water_at_0C, gas_constant_dry_air, gas_constant_water_vapor, temperature_at_zero_celsius, time_step_for_physics, index_for_turbulent_kinetic_energy_convective_transport_tracer, number_of_tracers_for_samf, air_pressure_difference_between_midlayers, air_pressure, surface_air_pressure, geopotential, convective_transportable_tracers, water_vapor_specific_humidity_updated_by_physics, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, coefficients_for_aerosol_scavenging, flag_for_hwrf_samfdeepcnv_scheme, cloud_work_function, lwe_thickness_of_deep_convective_precipitation_amount, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, sea_land_ice_mask, cell_area, omega, number_of_hydrometeors, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, mass_fraction_of_convective_cloud_liquid_water, mass_fraction_of_convective_cloud_ice, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, flag_for_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, entrainment_rate_coefficient_deep_convection, rain_conversion_parameter_deep_convection, detrainment_conversion_parameter_deep_convection, downdraft_fraction_reaching_surface_over_land_deep_convection, downdraft_fraction_reaching_surface_over_ocean_deep_convection, rain_evaporation_coefficient_deep_convection, rain_evaporation_coefficient_over_land_deep_convection, momentum_transport_reduction_factor_pgf_deep_convection, aerosol_aware_parameter_deep_convection, flag_for_cellular_automata, flag_for_global_cellular_automata_closure, flag_for_global_cellular_automata_entr, flag_for_global_cellular_automata_trigger, threshold_for_perturbed_vertical_velocity, fraction_of_cellular_automata_for_deep_convection, physics_field_for_coupling, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine samfdeepcnv_finalize: DEBUG: Variables in subroutine samfdeepcnv_init: -DEBUG: Parsing file samfshalcnv.f with registry OrderedDict([('samfshalcnv', {'samfshalcnv': {'samfshalcnv_run': [43, 1863], 'samfshalcnv_finalize': [17, 18], 'samfshalcnv_init': [11, 12]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True samfshalcnv samfshalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False samfshalcnv_run samfshalcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table samfshalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table samfshalcnv_run -INFO: Legacy extension - skip empty table for samfshalcnv_finalize -INFO: Legacy extension - skip empty table for samfshalcnv_init +DEBUG: Parsing file samfshalcnv.f with registry OrderedDict([('samfshalcnv', {'samfshalcnv': {'samfshalcnv_run': [35, 1855], 'samfshalcnv_finalize': [9, 10], 'samfshalcnv_init': [7, 8]}})]) DEBUG: Module name: samfshalcnv DEBUG: Scheme name: samfshalcnv DEBUG: Scheme dependencies: ['funcphys.f90', 'samfaerosols.F', 'machine.F'] DEBUG: Variables in subroutine samfshalcnv_run: horizontal_loop_extent, vertical_dimension, number_of_aerosol_tracers_for_convection, number_of_chemical_tracers, specific_heat_of_liquid_water_at_constant_pressure, specific_heat_of_dry_air_at_constant_pressure, specific_heat_of_water_vapor_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gravitational_acceleration, latent_heat_of_vaporization_of_water_at_0C, gas_constant_dry_air, gas_constant_water_vapor, temperature_at_zero_celsius, time_step_for_physics, index_for_turbulent_kinetic_energy_convective_transport_tracer, number_of_tracers_for_samf, air_pressure_difference_between_midlayers, air_pressure, surface_air_pressure, geopotential, convective_transportable_tracers, water_vapor_specific_humidity_updated_by_physics, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, coefficients_for_aerosol_scavenging, lwe_thickness_of_shallow_convective_precipitation_amount, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, sea_land_ice_mask, cell_area, omega, number_of_hydrometeors, atmosphere_boundary_layer_thickness, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, entrainment_rate_coefficient_shallow_convection, rain_conversion_parameter_shallow_convection, detrainment_conversion_parameter_shallow_convection, momentum_transport_reduction_factor_pgf_shallow_convection, aerosol_aware_parameter_shallow_convection, flag_for_hwrf_samfshalcnv_scheme, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine samfshalcnv_finalize: DEBUG: Variables in subroutine samfshalcnv_init: -DEBUG: Parsing file sascnvn.F with registry OrderedDict([('sascnvn', {'sascnvn': {'sascnvn_init': [21, 37], 'sascnvn_run': [89, 2092], 'sascnvn_finalize': [42, 43]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sascnvn sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_init sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_run sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sascnvn sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_init sascnvn -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sascnvn_run sascnvn -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table sascnvn_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table sascnvn_run -INFO: Legacy extension - skip empty table for sascnvn_finalize +DEBUG: Parsing file sascnvn.F with registry OrderedDict([('sascnvn', {'sascnvn': {'sascnvn_init': [21, 37], 'sascnvn_run': [85, 2088], 'sascnvn_finalize': [38, 39]}})]) DEBUG: Module name: sascnvn DEBUG: Scheme name: sascnvn DEBUG: Scheme dependencies: ['funcphys.f90', 'machine.F'] DEBUG: Variables in subroutine sascnvn_init: flag_for_mass_flux_deep_convection_scheme, flag_for_sas_deep_convection_scheme, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine sascnvn_run: ccpp_error_message, ccpp_error_flag, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_vaporization_of_water_at_0C, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, temperature_at_zero_celsius, gas_constant_dry_air, specific_heat_of_water_vapor_at_constant_pressure, specific_heat_of_liquid_water_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, horizontal_loop_extent, vertical_dimension, number_of_spectral_wave_trancation_for_sas, time_step_for_physics, air_pressure_difference_between_midlayers, air_pressure, surface_air_pressure, geopotential, cloud_condensed_water_mixing_ratio_convective_transport_tracer, ice_water_mixing_ratio_convective_transport_tracer, water_vapor_specific_humidity_updated_by_physics, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, cloud_work_function, lwe_thickness_of_deep_convective_precipitation_amount, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, sea_land_ice_mask, omega, number_of_hydrometeors, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, mass_fraction_of_convective_cloud_liquid_water, mass_fraction_of_convective_cloud_ice, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, flag_for_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, entrainment_rate_coefficient_deep_convection, rain_conversion_parameter_deep_convection, detrainment_conversion_parameter_deep_convection, downdraft_fraction_reaching_surface_over_land_deep_convection, downdraft_fraction_reaching_surface_over_ocean_deep_convection, rain_evaporation_coefficient_deep_convection, rain_evaporation_coefficient_over_land_deep_convection, momentum_transport_reduction_factor_pgf_deep_convection DEBUG: Variables in subroutine sascnvn_finalize: -DEBUG: Parsing file shalcnv.F with registry OrderedDict([('shalcnv', {'shalcnv': {'shalcnv_init': [21, 38], 'shalcnv_run': [89, 1315], 'shalcnv_finalize': [43, 44]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shalcnv shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_init shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_run shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shalcnv shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_init shalcnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shalcnv_run shalcnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_shallow_convective_precipitation_amount in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table shalcnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table shalcnv_run -INFO: Legacy extension - skip empty table for shalcnv_finalize +DEBUG: Parsing file shalcnv.F with registry OrderedDict([('shalcnv', {'shalcnv': {'shalcnv_init': [21, 38], 'shalcnv_run': [85, 1311], 'shalcnv_finalize': [39, 40]}})]) DEBUG: Module name: shalcnv DEBUG: Scheme name: shalcnv DEBUG: Scheme dependencies: ['funcphys.f90', 'machine.F'] @@ -24137,157 +14656,27 @@ DEBUG: Variables in subroutine shalcnv_init: flag_for_shoc, flag_for_shallow_con DEBUG: Variables in subroutine shalcnv_run: ccpp_error_message, ccpp_error_flag, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_vaporization_of_water_at_0C, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, temperature_at_zero_celsius, gas_constant_dry_air, specific_heat_of_water_vapor_at_constant_pressure, specific_heat_of_liquid_water_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, horizontal_loop_extent, vertical_dimension, number_of_spectral_wave_trancation_for_sas, time_step_for_physics, air_pressure_difference_between_midlayers, air_pressure, surface_air_pressure, geopotential, cloud_condensed_water_mixing_ratio_convective_transport_tracer, ice_water_mixing_ratio_convective_transport_tracer, water_vapor_specific_humidity_updated_by_physics, air_temperature_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, lwe_thickness_of_shallow_convective_precipitation_amount, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, sea_land_ice_mask, omega, number_of_hydrometeors, atmosphere_boundary_layer_thickness, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, convective_cloud_water_mixing_ratio, convective_cloud_cover, entrainment_rate_coefficient_shallow_convection, rain_conversion_parameter_shallow_convection, detrainment_conversion_parameter_shallow_convection, momentum_transport_reduction_factor_pgf_shallow_convection DEBUG: Variables in subroutine shalcnv_finalize: DEBUG: Parsing file maximum_hourly_diagnostics.F90 with registry OrderedDict([('maximum_hourly_diagnostics', {'maximum_hourly_diagnostics': {'maximum_hourly_diagnostics_run': [18, 102], 'maximum_hourly_diagnostics_finalize': [11, 12], 'maximum_hourly_diagnostics_init': [9, 10]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True maximum_hourly_diagnostics maximum_hourly_diagnostics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False maximum_hourly_diagnostics_run maximum_hourly_diagnostics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_wind_at_10m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_temperature_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_temperature_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval in table maximum_hourly_diagnostics_run DEBUG: Module name: maximum_hourly_diagnostics DEBUG: Scheme name: maximum_hourly_diagnostics DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine maximum_hourly_diagnostics_run: horizontal_loop_extent, vertical_dimension, flag_reset_maximum_hourly_fields, flag_for_radar_reflectivity, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, gravitational_acceleration, geopotential, air_temperature_updated_by_physics, radar_reflectivity_10cm, maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval, maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval, x_wind_at_10m, y_wind_at_10m, maximum_u_wind_at_10m_over_maximum_hourly_time_interval, maximum_v_wind_at_10m_over_maximum_hourly_time_interval, maximum_wind_at_10m_over_maximum_hourly_time_interval, surface_air_pressure, temperature_at_2m, specific_humidity_at_2m, maximum_temperature_at_2m_over_maximum_hourly_time_interval, minimum_temperature_at_2m_over_maximum_hourly_time_interval, maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval, minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine maximum_hourly_diagnostics_finalize: DEBUG: Variables in subroutine maximum_hourly_diagnostics_init: -DEBUG: Parsing file m_micro.F90 with registry OrderedDict([('m_micro', {'m_micro': {'m_micro_run': [65, 1252], 'm_micro_init': [16, 49], 'm_micro_finalize': [54, 55]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_init m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_run m_micro -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction_for_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration_updated_by_physics in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable in_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ccn_number_concentration in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table m_micro_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table m_micro_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_init m_micro -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_run m_micro -INFO: Legacy extension - skip empty table for m_micro_finalize +DEBUG: Parsing file m_micro.F90 with registry OrderedDict([('m_micro', {'m_micro': {'m_micro_run': [61, 1248], 'm_micro_init': [16, 49], 'm_micro_finalize': [50, 51]}})]) DEBUG: Module name: m_micro DEBUG: Scheme name: m_micro DEBUG: Scheme dependencies: ['cldwat2m_micro.F', 'aer_cloud.F', 'micro_mg_utils.F90', 'cldmacro.F', 'machine.F', 'physcons.F90', 'aerclm_def.F', 'micro_mg2_0.F90', 'micro_mg3_0.F90', 'wv_saturation.F'] -DEBUG: Variables in subroutine m_micro_run: horizontal_loop_extent, vertical_dimension, flag_flip, time_step_for_physics, air_pressure, air_pressure_at_interface, geopotential, geopotential_at_interface, omega, cloud_condensed_water_mixing_ratio_convective_transport_tracer, mass_fraction_of_convective_cloud_liquid_water, ice_water_mixing_ratio_convective_transport_tracer, mass_fraction_of_convective_cloud_ice, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, land_area_fraction_for_microphysics, atmosphere_boundary_layer_thickness, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, x_wind_updated_by_physics, y_wind_updated_by_physics, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, water_vapor_specific_humidity_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, ice_water_mixing_ratio_updated_by_physics, air_temperature_updated_by_physics, lwe_thickness_of_explicit_precipitation_amount, ratio_of_snowfall_to_rainfall, cloud_droplet_number_concentration_updated_by_physics, ice_number_concentration_updated_by_physics, number_of_frozen_precipitation_species, local_rain_water_mixing_ratio, local_snow_water_mixing_ratio, local_graupel_mixing_ratio, local_rain_number_concentration, local_snow_number_concentration, local_graupel_number_concentration, cloud_fraction_for_MG, vertical_index_at_cloud_base, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, effective_radius_of_stratiform_cloud_graupel_particle_in_um, aerosol_number_concentration_from_gocart_aerosol_climatology, in_number_concentration, ccn_number_concentration, flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics, flag_skip_macro, mg_tuning_factor_for_alphas, mg_minimum_cloud_condensed_water_and_ice_mixing_ratio, flag_for_pdf_for_morrison_gettelman_microphysics_scheme, index_of_time_step, latitude, longitude, critical_relative_humidity, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine m_micro_run: horizontal_loop_extent, vertical_dimension, flag_flip, time_step_for_physics, air_pressure, air_pressure_at_interface, geopotential, geopotential_at_interface, omega, cloud_condensed_water_mixing_ratio_convective_transport_tracer, mass_fraction_of_convective_cloud_liquid_water, ice_water_mixing_ratio_convective_transport_tracer, mass_fraction_of_convective_cloud_ice, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, land_area_fraction_for_microphysics, atmosphere_boundary_layer_thickness, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, x_wind_updated_by_physics, y_wind_updated_by_physics, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment, water_vapor_specific_humidity_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, ice_water_mixing_ratio_updated_by_physics, air_temperature_updated_by_physics, lwe_thickness_of_explicit_precipitation_amount, ratio_of_snowfall_to_rainfall, cloud_droplet_number_concentration_updated_by_physics, ice_number_concentration_updated_by_physics, number_of_frozen_precipitation_species, local_rain_water_mixing_ratio, local_snow_water_mixing_ratio, local_graupel_mixing_ratio, local_rain_number_concentration, local_snow_number_concentration, local_graupel_number_concentration, cloud_fraction_for_MG, vertical_index_at_cloud_base, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, effective_radius_of_stratiform_cloud_graupel_particle_in_um, aerosol_number_concentration_from_gocart_aerosol_climatology, ice_nucleation_number, tendency_of_ccn_activated_number, flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics, flag_skip_macro, mg_tuning_factor_for_alphas, mg_minimum_cloud_condensed_water_and_ice_mixing_ratio, flag_for_pdf_for_morrison_gettelman_microphysics_scheme, index_of_time_step, latitude, longitude, critical_relative_humidity, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine m_micro_init: number_of_frozen_precipitation_species, ccpp_error_message, ccpp_error_flag, flag_for_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, gravitational_acceleration, gas_constant_dry_air, gas_constant_water_vapor, specific_heat_of_dry_air_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, triple_point_temperature_of_water, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, mg_autoconversion_size_threshold_ice_snow, mg_cloud_water_variance, mg_time_scale_for_autoconversion_of_ice, mg_minimum_rh_for_ice, mg_flag_for_uniform_subcolumns, mg_flag_for_cloud_ice_processes, mg_flag_for_heterogeneous_freezing, mg_type_of_precip_fraction_method, mg_bergeron_efficiency_factor, mg_allow_supersat_after_sed, mg_flag_for_sb2001_autoconversion, mg_flag_for_hail, mg_flag_for_graupel, mg_flag_drop_concentration_constant, mg_flag_ice_concentration_constant, mg_flag_graupel_concentration_constant, mg_drop_concentration_constant, mg_ice_concentration_constant, mg_graupel_concentration_constant, mg_flag_for_gmao_ice_formulation, mg_flag_for_liu_liquid_treatment DEBUG: Variables in subroutine m_micro_finalize: -DEBUG: Parsing file m_micro_interstitial.F90 with registry OrderedDict([('m_micro_pre', {'m_micro_pre': {'m_micro_pre_init': [10, 11], 'm_micro_pre_finalize': [124, 125], 'm_micro_pre_run': [19, 119]}}), ('m_micro_post', {})]) -INFO: Legacy extension - skip empty table for m_micro_pre_init -INFO: Legacy extension - skip empty table for m_micro_pre_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_pre m_micro_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_pre_run m_micro_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_number_concentration_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_fraction_for_MG in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table m_micro_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table m_micro_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_post m_micro_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_post_run m_micro_pre +DEBUG: Parsing file m_micro_interstitial.F90 with registry OrderedDict([('m_micro_pre', {'m_micro_pre': {'m_micro_pre_init': [6, 7], 'm_micro_pre_finalize': [114, 115], 'm_micro_pre_run': [13, 113]}}), ('m_micro_post', {})]) DEBUG: Module name: m_micro_pre DEBUG: Scheme name: m_micro_pre DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine m_micro_pre_init: DEBUG: Variables in subroutine m_micro_pre_finalize: DEBUG: Variables in subroutine m_micro_pre_run: horizontal_loop_extent, vertical_dimension, flag_for_shoc, flag_skip_macro, number_of_frozen_precipitation_species, flag_mg3_as_mg2, ice_water_mixing_ratio_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, snow_water_mixing_ratio_updated_by_physics, graupel_mixing_ratio_updated_by_physics, rain_number_concentration_updated_by_physics, snow_number_concentration_updated_by_physics, graupel_number_concentration_updated_by_physics, subgrid_scale_cloud_fraction_from_shoc, convective_cloud_cover, convective_cloud_water_mixing_ratio, cloud_phase_transition_threshold_temperature, cloud_phase_transition_denominator, air_temperature_updated_by_physics, local_rain_water_mixing_ratio, local_snow_water_mixing_ratio, local_graupel_mixing_ratio, local_rain_number_concentration, local_snow_number_concentration, local_graupel_number_concentration, cloud_fraction_for_MG, cloud_condensed_water_mixing_ratio_convective_transport_tracer, ice_water_mixing_ratio_convective_transport_tracer, convective_cloud_volume_fraction, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file m_micro_interstitial.F90 with registry OrderedDict([('m_micro_pre', {'m_micro_pre': {'m_micro_pre_init': [10, 11], 'm_micro_pre_finalize': [124, 125], 'm_micro_pre_run': [19, 119]}}), ('m_micro_post', {'m_micro_post': {'m_micro_post_init': [136, 137], 'm_micro_post_run': [143, 237], 'm_micro_post_finalize': [242, 243]}})]) -INFO: Legacy extension - skip empty table for m_micro_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_pre m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_pre_run m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True m_micro_post m_micro_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False m_micro_post_run m_micro_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_number_concentration in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_rain_water_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_snow_water_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable local_graupel_mixing_ratio in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_number_concentration_updated_by_physics in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_on_dynamics_timestep in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_on_dynamics_timestep in table m_micro_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_on_dynamics_timestep in table m_micro_post_run -INFO: Legacy extension - skip empty table for m_micro_post_finalize +DEBUG: Parsing file m_micro_interstitial.F90 with registry OrderedDict([('m_micro_pre', {'m_micro_pre': {'m_micro_pre_init': [6, 7], 'm_micro_pre_finalize': [114, 115], 'm_micro_pre_run': [13, 113]}}), ('m_micro_post', {'m_micro_post': {'m_micro_post_init': [122, 123], 'm_micro_post_run': [129, 223], 'm_micro_post_finalize': [224, 225]}})]) DEBUG: Module name: m_micro_post DEBUG: Scheme name: m_micro_post DEBUG: Scheme dependencies: ['machine.F'] @@ -24295,69 +14684,13 @@ DEBUG: Variables in subroutine m_micro_post_init: DEBUG: Variables in subroutine m_micro_post_run: horizontal_loop_extent, vertical_dimension, number_of_frozen_precipitation_species, flag_mg3_as_mg2, ice_water_mixing_ratio_updated_by_physics, rain_water_mixing_ratio_updated_by_physics, snow_water_mixing_ratio_updated_by_physics, graupel_mixing_ratio_updated_by_physics, rain_number_concentration_updated_by_physics, snow_number_concentration_updated_by_physics, graupel_number_concentration_updated_by_physics, local_rain_water_mixing_ratio, local_snow_water_mixing_ratio, local_graupel_mixing_ratio, local_rain_number_concentration, local_snow_number_concentration, local_graupel_number_concentration, ccpp_error_message, ccpp_error_flag, lwe_thickness_of_ice_amount_on_dynamics_timestep, lwe_thickness_of_snow_amount_on_dynamics_timestep, lwe_thickness_of_graupel_amount_on_dynamics_timestep, time_step_for_physics DEBUG: Variables in subroutine m_micro_post_finalize: DEBUG: Parsing file cu_gf_driver_pre.F90 with registry OrderedDict([('cu_gf_driver_pre', {'cu_gf_driver_pre': {'cu_gf_driver_pre_init': [7, 8], 'cu_gf_driver_pre_finalize': [9, 10], 'cu_gf_driver_pre_run': [14, 54]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver_pre cu_gf_driver_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_pre_run cu_gf_driver_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable gf_memory_counter in table cu_gf_driver_pre_run DEBUG: Module name: cu_gf_driver_pre DEBUG: Scheme name: cu_gf_driver_pre DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine cu_gf_driver_pre_init: DEBUG: Variables in subroutine cu_gf_driver_pre_finalize: DEBUG: Variables in subroutine cu_gf_driver_pre_run: flag_for_first_time_step, flag_for_restart, index_of_time_step, forecast_time, time_step_for_physics, air_temperature, water_vapor_specific_humidity, temperature_from_previous_timestep, moisture_from_previous_timestep, temperature_tendency_due_to_dynamics, moisture_tendency_due_to_dynamics, conv_activity_counter, gf_memory_counter, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file cu_gf_driver.F90 with registry OrderedDict([('cu_gf_driver', {'cu_gf_driver': {'cu_gf_driver_run': [54, 698], 'cu_gf_driver_init': [17, 33], 'cu_gf_driver_finalize': [38, 39]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_init cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_run cu_gf_driver -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_tendency_due_to_dynamics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_tendency_due_to_dynamics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_work_function in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_convective_transport_tracer in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_convective_transport_tracer in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_cover in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table cu_gf_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_condesate_after_rainout in table cu_gf_driver_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_init cu_gf_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_run cu_gf_driver -INFO: Legacy extension - skip empty table for cu_gf_driver_finalize +DEBUG: Parsing file cu_gf_driver.F90 with registry OrderedDict([('cu_gf_driver', {'cu_gf_driver': {'cu_gf_driver_run': [50, 698], 'cu_gf_driver_init': [17, 33], 'cu_gf_driver_finalize': [34, 35]}})]) DEBUG: Module name: cu_gf_driver DEBUG: Scheme name: cu_gf_driver DEBUG: Scheme dependencies: ['cu_gf_deep.F90', 'cu_gf_sh.F90', 'machine.F', 'physcons.F90'] @@ -24365,581 +14698,69 @@ DEBUG: Variables in subroutine cu_gf_driver_run: number_of_tracers, cell_area, h DEBUG: Variables in subroutine cu_gf_driver_init: ccpp_error_message, ccpp_error_flag, mpi_rank, mpi_root DEBUG: Variables in subroutine cu_gf_driver_finalize: DEBUG: Parsing file cu_gf_driver_post.F90 with registry OrderedDict([('cu_gf_driver_post', {'cu_gf_driver_post': {'cu_gf_driver_post_init': [7, 8], 'cu_gf_driver_post_run': [14, 41], 'cu_gf_driver_post_finalize': [9, 10]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True cu_gf_driver_post cu_gf_driver_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False cu_gf_driver_post_run cu_gf_driver_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_from_previous_timestep in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable moisture_from_previous_timestep in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable conv_activity_counter in table cu_gf_driver_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable gf_memory_counter in table cu_gf_driver_post_run DEBUG: Module name: cu_gf_driver_post DEBUG: Scheme name: cu_gf_driver_post DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine cu_gf_driver_post_init: DEBUG: Variables in subroutine cu_gf_driver_post_run: horizontal_loop_extent, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, temperature_from_previous_timestep, moisture_from_previous_timestep, conv_activity_counter, gf_memory_counter, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine cu_gf_driver_post_finalize: -DEBUG: Parsing file moninedmf.f with registry OrderedDict([('hedmf', {'hedmf': {'hedmf_run': [52, 1139], 'hedmf_init': [10, 24], 'hedmf_finalize': [25, 26]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_init hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_run hedmf -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table hedmf_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table hedmf_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_init hedmf -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_run hedmf +DEBUG: Parsing file moninedmf.f with registry OrderedDict([('hedmf', {'hedmf': {'hedmf_run': [52, 1135], 'hedmf_init': [10, 24], 'hedmf_finalize': [25, 26]}})]) DEBUG: Module name: hedmf DEBUG: Scheme name: hedmf DEBUG: Scheme dependencies: ['physcons.F90', 'funcphys.f90', 'mfpbl.f', 'tridi.f', 'machine.F'] -DEBUG: Variables in subroutine hedmf_run: horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, countergradient_mixing_term_for_temperature, countergradient_mixing_term_for_water_vapor, atmosphere_heat_diffusivity, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, flag_print, horizontal_index_of_printed_column, atmosphere_heat_diffusivity_background_maximum, atmosphere_diffusivity_coefficient_factor, flag_diagnostics, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_idealized_physics, index_for_ozone, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, flag_for_generic_planetary_boundary_layer_tendency, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine hedmf_run: horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, countergradient_mixing_term_for_temperature, countergradient_mixing_term_for_water_vapor, atmosphere_heat_diffusivity, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, flag_print, horizontal_index_of_printed_column, atmosphere_heat_diffusivity_background_maximum, atmosphere_diffusivity_coefficient_factor, flag_diagnostics, flag_diagnostics_3D, flag_tracer_diagnostics_3D, index_for_ozone, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, flag_for_generic_planetary_boundary_layer_tendency, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine hedmf_init: atmosphere_diffusivity_coefficient_factor, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine hedmf_finalize: DEBUG: Parsing file moninedmf_hafs.f with registry OrderedDict([('hedmf_hafs', {'hedmf_hafs': {'hedmf_hafs_finalize': [24, 25], 'hedmf_hafs_init': [10, 23], 'hedmf_hafs_run': [51, 1322]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf_hafs hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_init hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_run hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True hedmf_hafs hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_init hedmf_hafs -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False hedmf_hafs_run hedmf_hafs -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table hedmf_hafs_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table hedmf_hafs_run DEBUG: Module name: hedmf_hafs DEBUG: Scheme name: hedmf_hafs DEBUG: Scheme dependencies: ['physcons.F90', 'funcphys.f90', 'mfpbl.f', 'machine.F'] DEBUG: Variables in subroutine hedmf_hafs_finalize: DEBUG: Variables in subroutine hedmf_hafs_init: atmosphere_diffusivity_coefficient_factor, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine hedmf_hafs_run: atmosphere_diffusivity_coefficient_factor, ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, countergradient_mixing_term_for_temperature, countergradient_mixing_term_for_water_vapor, atmosphere_heat_diffusivity, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, flag_print, horizontal_index_of_printed_column, atmosphere_heat_diffusivity_background_maximum, sea_land_ice_mask -DEBUG: Parsing file moninshoc.f with registry OrderedDict([('moninshoc', {'moninshoc': {'moninshoc_run': [21, 527], 'moninshoc_finalize': [7, 8], 'moninshoc_init': [5, 6]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True moninshoc moninshoc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False moninshoc_run moninshoc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_from_shoc in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable prandtl_number in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table moninshoc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table moninshoc_run +DEBUG: Parsing file moninshoc.f with registry OrderedDict([('moninshoc', {'moninshoc': {'moninshoc_run': [21, 569], 'moninshoc_finalize': [7, 8], 'moninshoc_init': [5, 6]}})]) DEBUG: Module name: moninshoc DEBUG: Scheme name: moninshoc DEBUG: Scheme dependencies: ['funcphys.f90', 'tridi.f', 'machine.F'] -DEBUG: Variables in subroutine moninshoc_run: horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, number_of_tracers_for_cloud_condensate, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, atmosphere_heat_diffusivity_from_shoc, prandtl_number, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_heat_diffusivity, atmosphere_boundary_layer_thickness, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, atmosphere_heat_diffusivity_background_maximum, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_vaporization_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine moninshoc_run: horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, number_of_tracers_for_cloud_condensate, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, atmosphere_heat_diffusivity_from_shoc, prandtl_number, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_heat_diffusivity, atmosphere_boundary_layer_thickness, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, atmosphere_heat_diffusivity_background_maximum, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_vaporization_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, index_for_ozone, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, flag_for_generic_planetary_boundary_layer_tendency, flag_diagnostics_3D, flag_tracer_diagnostics_3D, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine moninshoc_finalize: DEBUG: Variables in subroutine moninshoc_init: -DEBUG: Parsing file satmedmfvdif.F with registry OrderedDict([('satmedmfvdif', {'satmedmfvdif': {'satmedmfvdif_init': [9, 23], 'satmedmfvdif_finalize': [24, 25], 'satmedmfvdif_run': [46, 1479]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdif satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_init satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_run satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdif satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_init satmedmfvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdif_run satmedmfvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table satmedmfvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table satmedmfvdif_run +DEBUG: Parsing file satmedmfvdif.F with registry OrderedDict([('satmedmfvdif', {'satmedmfvdif': {'satmedmfvdif_init': [9, 23], 'satmedmfvdif_finalize': [24, 25], 'satmedmfvdif_run': [46, 1495]}})]) DEBUG: Module name: satmedmfvdif DEBUG: Scheme name: satmedmfvdif DEBUG: Scheme dependencies: ['funcphys.f90', 'mfpblt.f', 'tridi.f', 'machine.F', 'mfscu.f'] DEBUG: Variables in subroutine satmedmfvdif_init: choice_of_scale_aware_TKE_moist_EDMF_PBL, choice_of_original_scale_aware_TKE_moist_EDMF_PBL, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine satmedmfvdif_finalize: -DEBUG: Variables in subroutine satmedmfvdif_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate_vertical_diffusion_tracer, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, cell_area, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, flag_diagnostics_3D, flag_tracer_diagnostics_3D +DEBUG: Variables in subroutine satmedmfvdif_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate_vertical_diffusion_tracer, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, cell_area, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, flag_for_generic_planetary_boundary_layer_tendency, flag_diagnostics_3D, flag_tracer_diagnostics_3D DEBUG: Parsing file satmedmfvdifq.F with registry OrderedDict([('satmedmfvdifq', {'satmedmfvdifq': {'satmedmfvdifq_init': [17, 31], 'satmedmfvdifq_run': [49, 1526], 'satmedmfvdifq_finalize': [32, 33]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdifq satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_init satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_run satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True satmedmfvdifq satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_init satmedmfvdifq -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False satmedmfvdifq_run satmedmfvdifq -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table satmedmfvdifq_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table satmedmfvdifq_run DEBUG: Module name: satmedmfvdifq DEBUG: Scheme name: satmedmfvdifq DEBUG: Scheme dependencies: ['funcphys.f90', 'mfscuq.f', 'tridi.f', 'machine.F', 'mfpbltq.f'] DEBUG: Variables in subroutine satmedmfvdifq_init: choice_of_scale_aware_TKE_moist_EDMF_PBL, choice_of_updated_scale_aware_TKE_moist_EDMF_PBL, ccpp_error_message, ccpp_error_flag -DEBUG: Variables in subroutine satmedmfvdifq_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate_vertical_diffusion_tracer, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, cell_area, sea_land_ice_mask, surface_snow_thickness_water_equivalent_over_land, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, tke_dissipative_heating_factor, updraft_fraction_in_boundary_layer_mass_flux_scheme, downdraft_fraction_in_boundary_layer_mass_flux_scheme, index_for_ozone, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, flag_diagnostics_3D, flag_tracer_diagnostics_3D +DEBUG: Variables in subroutine satmedmfvdifq_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate_vertical_diffusion_tracer, index_for_turbulent_kinetic_energy_vertical_diffusion_tracer, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, cell_area, sea_land_ice_mask, surface_snow_thickness_water_equivalent_over_land, dimensionless_exner_function_at_lowest_model_interface, bulk_richardson_number_at_lowest_model_level, surface_roughness_length, x_wind_at_10m, y_wind_at_10m, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, surface_skin_temperature, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, surface_wind_stress, wind_speed_at_lowest_model_layer, vertical_index_at_top_of_atmosphere_boundary_layer, air_pressure_at_interface, air_pressure_difference_between_midlayers, air_pressure, dimensionless_exner_function_at_model_layers, geopotential_at_interface, geopotential, time_step_for_physics, flag_TKE_dissipation_heating, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_boundary_layer_thickness, index_of_highest_temperature_inversion, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, tke_dissipative_heating_factor, updraft_fraction_in_boundary_layer_mass_flux_scheme, downdraft_fraction_in_boundary_layer_mass_flux_scheme, index_for_ozone, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, flag_for_generic_planetary_boundary_layer_tendency, flag_diagnostics_3D, flag_tracer_diagnostics_3D DEBUG: Variables in subroutine satmedmfvdifq_finalize: -DEBUG: Parsing file shinhongvdif.F90 with registry OrderedDict([('shinhongvdif', {'shinhongvdif': {'shinhongvdif_run': [23, 1183], 'shinhongvdif_finalize': [13, 14], 'shinhongvdif_init': [11, 12]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True shinhongvdif shinhongvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False shinhongvdif_run shinhongvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table shinhongvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table shinhongvdif_run +DEBUG: Parsing file shinhongvdif.F90 with registry OrderedDict([('shinhongvdif', {'shinhongvdif': {'shinhongvdif_run': [23, 1220], 'shinhongvdif_finalize': [13, 14], 'shinhongvdif_init': [11, 12]}})]) DEBUG: Module name: shinhongvdif DEBUG: Scheme name: shinhongvdif DEBUG: Scheme dependencies: ['machine.F'] -DEBUG: Variables in subroutine shinhongvdif_run: horizontal_loop_extent, vertical_dimension, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure, air_pressure_at_interface, dimensionless_exner_function_at_model_layers, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_tracers_due_to_model_physics, number_of_tracers, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, geopotential_at_interface, geopotential, surface_air_pressure, surface_roughness_length, surface_wind_stress, atmosphere_boundary_layer_thickness, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, sea_land_ice_mask, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, latent_heat_of_vaporization_of_water_at_0C, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, time_step_for_physics, vertical_index_at_top_of_atmosphere_boundary_layer, x_wind_at_10m, y_wind_at_10m, cell_size, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine shinhongvdif_run: horizontal_loop_extent, vertical_dimension, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure, air_pressure_at_interface, dimensionless_exner_function_at_model_layers, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_tracers_due_to_model_physics, number_of_tracers, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, geopotential_at_interface, geopotential, surface_air_pressure, surface_roughness_length, surface_wind_stress, atmosphere_boundary_layer_thickness, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, sea_land_ice_mask, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, latent_heat_of_vaporization_of_water_at_0C, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, time_step_for_physics, vertical_index_at_top_of_atmosphere_boundary_layer, x_wind_at_10m, y_wind_at_10m, cell_size, flag_diagnostics, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_for_generic_planetary_boundary_layer_tendency, index_for_ozone, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine shinhongvdif_finalize: DEBUG: Variables in subroutine shinhongvdif_init: -DEBUG: Parsing file ysuvdif.F90 with registry OrderedDict([('ysuvdif', {'ysuvdif': {'ysuvdif_finalize': [13, 14], 'ysuvdif_init': [11, 12], 'ysuvdif_run': [23, 967]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ysuvdif ysuvdif -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ysuvdif_run ysuvdif -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_tracers_due_to_model_physics in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table ysuvdif_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table ysuvdif_run +DEBUG: Parsing file ysuvdif.F90 with registry OrderedDict([('ysuvdif', {'ysuvdif': {'ysuvdif_finalize': [13, 14], 'ysuvdif_init': [11, 12], 'ysuvdif_run': [23, 1004]}})]) DEBUG: Module name: ysuvdif DEBUG: Scheme name: ysuvdif DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine ysuvdif_finalize: DEBUG: Variables in subroutine ysuvdif_init: -DEBUG: Variables in subroutine ysuvdif_run: horizontal_loop_extent, vertical_dimension, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure, air_pressure_at_interface, dimensionless_exner_function_at_model_layers, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_tracers_due_to_model_physics, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, number_of_tracers, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, geopotential_at_interface, geopotential, surface_air_pressure, surface_roughness_length, surface_wind_stress, atmosphere_boundary_layer_thickness, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, sea_land_ice_mask, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, latent_heat_of_vaporization_of_water_at_0C, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, time_step_for_physics, vertical_index_at_top_of_atmosphere_boundary_layer, x_wind_at_10m, y_wind_at_10m, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file module_MYNNPBL_wrapper.F90 with registry OrderedDict([('mynnedmf_wrapper', {'mynnedmf_wrapper': {'mynnedmf_wrapper_init': [9, 22], 'mynnedmf_wrapper_finalize': [23, 24], 'mynnedmf_wrapper_run': [29, 692]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mynnedmf_wrapper mynnedmf_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnedmf_wrapper_init mynnedmf_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnedmf_wrapper_run mynnedmf_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_mixing_ratio in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_friendly_aerosol_number_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_diag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux_for_coupling in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable reciprocal_of_obukhov_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tke_at_mass_points in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable turbulent_kinetic_energy in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable t_prime_squared in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable q_prime_squared in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable t_prime_q_prime in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mixing_length in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stability_function_for_heat in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity_for_mynnpbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_momentum_diffusivity_for_mynnpbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_water_mixing_ratio_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_ice_mixing_ratio_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_fraction_pbl in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_area in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_vertical_velocity in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_total_water in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_theta_l in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_entrainment_rate in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable emdf_updraft_cloud_water in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_subsidence_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_subsidence_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_detrainment_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_detrainment_tendency in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_of_plumes in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_mass_flux in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable k_level_of_highest_plume in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_vapor_specific_humidity_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ozone_mixing_ratio_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table mynnedmf_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in table mynnedmf_wrapper_run +DEBUG: Variables in subroutine ysuvdif_run: horizontal_loop_extent, vertical_dimension, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure, air_pressure_at_interface, dimensionless_exner_function_at_model_layers, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_tracers_due_to_model_physics, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, number_of_tracers, number_of_vertical_diffusion_tracers, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, geopotential_at_interface, geopotential, surface_air_pressure, surface_roughness_length, surface_wind_stress, atmosphere_boundary_layer_thickness, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, sea_land_ice_mask, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, gravitational_acceleration, gas_constant_dry_air, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, latent_heat_of_vaporization_of_water_at_0C, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, time_step_for_physics, vertical_index_at_top_of_atmosphere_boundary_layer, x_wind_at_10m, y_wind_at_10m, flag_diagnostics, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_for_generic_planetary_boundary_layer_tendency, index_for_ozone, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file module_MYNNPBL_wrapper.F90 with registry OrderedDict([('mynnedmf_wrapper', {'mynnedmf_wrapper': {'mynnedmf_wrapper_init': [9, 22], 'mynnedmf_wrapper_finalize': [23, 24], 'mynnedmf_wrapper_run': [29, 661]}})]) DEBUG: Module name: mynnedmf_wrapper DEBUG: Scheme name: mynnedmf_wrapper DEBUG: Scheme dependencies: ['physcons.F90', 'machine.F', 'module_bl_mynn.F90'] DEBUG: Variables in subroutine mynnedmf_wrapper_init: DEBUG: Variables in subroutine mynnedmf_wrapper_finalize: -DEBUG: Variables in subroutine mynnedmf_wrapper_run: horizontal_loop_extent, vertical_dimension, flag_for_first_time_step, flag_for_restart, flag_diagnostics, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_idealized_physics, flag_for_flux_coupling, time_step_for_physics, time_step_for_dynamics, cell_size, surface_roughness_length, geopotential_at_interface, x_wind, y_wind, omega, air_temperature, water_vapor_specific_humidity, cloud_condensed_water_mixing_ratio, ice_water_mixing_ratio, cloud_droplet_number_concentration, ice_number_concentration, ozone_mixing_ratio, water_friendly_aerosol_number_concentration, ice_friendly_aerosol_number_concentration, air_pressure, dimensionless_exner_function_at_model_layers, sea_land_ice_mask_real, surface_skin_temperature, surface_specific_humidity, surface_air_pressure, surface_friction_velocity, surface_drag_wind_speed_for_momentum_in_air, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_x_momentum_flux_for_diag, instantaneous_surface_y_momentum_flux_for_diag, instantaneous_surface_upward_sensible_heat_flux_for_diag, instantaneous_surface_upward_latent_heat_flux_for_diag, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep, surface_x_momentum_flux_for_coupling, surface_y_momentum_flux_for_coupling, surface_upward_sensible_heat_flux_for_coupling, surface_upward_latent_heat_flux_for_coupling, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_ocean, surface_wind_stress_over_ocean, sea_area_fraction, sea_ice_concentration, flag_nonzero_wet_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_land_surface_fraction, instantaneous_surface_x_momentum_flux_for_coupling, instantaneous_surface_y_momentum_flux_for_coupling, instantaneous_surface_upward_sensible_heat_flux_for_coupling, instantaneous_surface_upward_latent_heat_flux_for_coupling, cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep, reciprocal_of_obukhov_length, tke_at_mass_points, turbulent_kinetic_energy, t_prime_squared, q_prime_squared, t_prime_q_prime, mixing_length, stability_function_for_heat, atmosphere_heat_diffusivity_for_mynnpbl, atmosphere_momentum_diffusivity_for_mynnpbl, atmosphere_boundary_layer_thickness, vertical_index_at_top_of_atmosphere_boundary_layer, subgrid_cloud_water_mixing_ratio_pbl, subgrid_cloud_ice_mixing_ratio_pbl, subgrid_cloud_fraction_pbl, emdf_updraft_area, emdf_updraft_vertical_velocity, emdf_updraft_total_water, emdf_updraft_theta_l, emdf_updraft_entrainment_rate, emdf_updraft_cloud_water, theta_subsidence_tendency, water_vapor_subsidence_tendency, theta_detrainment_tendency, water_vapor_detrainment_tendency, number_of_plumes, maximum_mass_flux, k_level_of_highest_plume, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_water_vapor_specific_humidity_due_to_model_physics, tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ozone_mixing_ratio_due_to_model_physics, tendency_of_cloud_droplet_number_concentration_due_to_model_physics, tendency_of_ice_number_concentration_due_to_model_physics, tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics, tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_temperature_due_to_PBL, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, grav_settling, tke_budget, tke_advect, cloudpdf, mixing_length_flag, edmf_flag, edmf_momentum_transport_flag, edmf_tke_transport_flag, edmf_partition_flag, cloud_specie_mix_flag, mix_total_water_flag, mynn_output_flag, couple_sgs_clouds_to_radiation_flag, do_mynnsfclay, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_aerosol_physics, flag_print, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine mynnedmf_wrapper_run: horizontal_loop_extent, vertical_dimension, flag_for_first_time_step, flag_for_restart, flag_diagnostics, flag_diagnostics_3D, flag_tracer_diagnostics_3D, flag_idealized_physics, flag_for_flux_coupling, time_step_for_physics, time_step_for_dynamics, cell_size, surface_roughness_length, geopotential_at_interface, x_wind, y_wind, omega, air_temperature, water_vapor_specific_humidity, cloud_condensed_water_mixing_ratio, ice_water_mixing_ratio, cloud_droplet_number_concentration, ice_number_concentration, ozone_mixing_ratio, water_friendly_aerosol_number_concentration, ice_friendly_aerosol_number_concentration, air_pressure, dimensionless_exner_function_at_model_layers, sea_land_ice_mask_real, surface_skin_temperature, surface_specific_humidity, surface_air_pressure, surface_friction_velocity, surface_drag_wind_speed_for_momentum_in_air, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, wind_speed_at_lowest_model_layer, bulk_richardson_number_at_lowest_model_level, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_x_momentum_flux_for_diag, instantaneous_surface_y_momentum_flux_for_diag, instantaneous_surface_upward_sensible_heat_flux_for_diag, instantaneous_surface_upward_latent_heat_flux_for_diag, cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep, surface_x_momentum_flux_for_coupling, surface_y_momentum_flux_for_coupling, surface_upward_sensible_heat_flux_for_coupling, surface_upward_latent_heat_flux_for_coupling, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_ocean, surface_wind_stress_over_ocean, sea_area_fraction, sea_ice_concentration, flag_nonzero_wet_surface_fraction, flag_nonzero_sea_ice_surface_fraction, flag_nonzero_land_surface_fraction, instantaneous_surface_x_momentum_flux_for_coupling, instantaneous_surface_y_momentum_flux_for_coupling, instantaneous_surface_upward_sensible_heat_flux_for_coupling, instantaneous_surface_upward_latent_heat_flux_for_coupling, cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep, cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep, reciprocal_of_obukhov_length, tke_at_mass_points, turbulent_kinetic_energy, t_prime_squared, q_prime_squared, t_prime_q_prime, mixing_length, stability_function_for_heat, atmosphere_heat_diffusivity_for_mynnpbl, atmosphere_momentum_diffusivity_for_mynnpbl, atmosphere_boundary_layer_thickness, vertical_index_at_top_of_atmosphere_boundary_layer, subgrid_cloud_water_mixing_ratio_pbl, subgrid_cloud_ice_mixing_ratio_pbl, subgrid_cloud_fraction_pbl, emdf_updraft_area, emdf_updraft_vertical_velocity, emdf_updraft_total_water, emdf_updraft_theta_l, emdf_updraft_entrainment_rate, emdf_updraft_cloud_water, theta_subsidence_tendency, water_vapor_subsidence_tendency, theta_detrainment_tendency, water_vapor_detrainment_tendency, number_of_plumes, maximum_mass_flux, k_level_of_highest_plume, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_water_vapor_specific_humidity_due_to_model_physics, tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics, tendency_of_ozone_mixing_ratio_due_to_model_physics, tendency_of_cloud_droplet_number_concentration_due_to_model_physics, tendency_of_ice_number_concentration_due_to_model_physics, tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics, tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics, flag_for_generic_planetary_boundary_layer_tendency, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag, cumulative_change_in_ozone_mixing_ratio_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, cumulative_change_in_temperature_due_to_PBL, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes, grav_settling, tke_budget, tke_advect, cloudpdf, mixing_length_flag, edmf_flag, edmf_momentum_transport_flag, edmf_tke_transport_flag, edmf_partition_flag, cloud_specie_mix_flag, mix_total_water_flag, mynn_output_flag, couple_sgs_clouds_to_radiation_flag, do_mynnsfclay, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, flag_for_wsm6_microphysics_scheme, flag_for_aerosol_physics, flag_print, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file module_MYNNSFC_wrapper.F90 with registry OrderedDict([('mynnsfc_wrapper', {'mynnsfc_wrapper': {'mynnsfc_wrapper_init': [5, 8], 'mynnsfc_wrapper_run': [17, 213], 'mynnsfc_wrapper_finalize': [9, 10]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mynnsfc_wrapper mynnsfc_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mynnsfc_wrapper_run mynnsfc_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_mixing_ratio_at_surface in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_drag in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_stability_parameter in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable theta_star in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable reciprocal_of_obukhov_length in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_latent_heat in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_heat in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_moisture in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_heat_at_2m in table mynnsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_exchange_coefficient_for_moisture_at_2m in table mynnsfc_wrapper_run DEBUG: Module name: mynnsfc_wrapper DEBUG: Scheme name: mynnsfc_wrapper DEBUG: Scheme dependencies: ['module_sf_mynn.F90', 'machine.F'] @@ -24947,36 +14768,6 @@ DEBUG: Variables in subroutine mynnsfc_wrapper_init: DEBUG: Variables in subroutine mynnsfc_wrapper_run: horizontal_loop_extent, vertical_dimension, index_of_time_step, ccpp_loop_counter, flag_for_first_time_step, flag_for_restart, flag_for_land_surface_scheme, bounded_vegetation_area_fraction, vegetation_type_classification, maximum_vegetation_area_fraction, vegetation_type_dataset_choice, perturbation_of_momentum_roughness_length, perturbation_of_heat_to_momentum_roughness_length_ratio, flag_for_reduced_drag_coefficient_over_sea, flag_for_surface_roughness_option_over_ocean, time_step_for_physics, cell_size, x_wind, y_wind, air_temperature, water_vapor_specific_humidity, cloud_condensed_water_mixing_ratio, air_pressure, geopotential_at_interface, dimensionless_exner_function_at_model_layers, surface_air_pressure, atmosphere_boundary_layer_thickness, sea_land_ice_mask_real, flag_nonzero_wet_surface_fraction, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ice_interstitial, surface_skin_temperature_after_iteration_over_ocean, surface_skin_temperature_after_iteration_over_land, surface_skin_temperature_after_iteration_over_ice, surface_specific_humidity_over_ocean, surface_specific_humidity_over_land, surface_specific_humidity_over_ice, surface_snow_thickness_water_equivalent_over_ocean, surface_snow_thickness_water_equivalent_over_land, surface_snow_thickness_water_equivalent_over_ice, surface_roughness_length_over_ocean_interstitial, surface_roughness_length_over_land_interstitial, surface_roughness_length_over_ice_interstitial, surface_friction_velocity_over_ocean, surface_friction_velocity_over_land, surface_friction_velocity_over_ice, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, bulk_richardson_number_at_lowest_model_level_over_ocean, bulk_richardson_number_at_lowest_model_level_over_land, bulk_richardson_number_at_lowest_model_level_over_ice, surface_wind_stress_over_ocean, surface_wind_stress_over_land, surface_wind_stress_over_ice, Monin_Obukhov_similarity_function_for_momentum_over_ocean, Monin_Obukhov_similarity_function_for_momentum_over_land, Monin_Obukhov_similarity_function_for_momentum_over_ice, Monin_Obukhov_similarity_function_for_heat_over_ocean, Monin_Obukhov_similarity_function_for_heat_over_land, Monin_Obukhov_similarity_function_for_heat_over_ice, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean, Monin_Obukhov_similarity_function_for_heat_at_2m_over_land, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_land, kinematic_surface_upward_sensible_heat_flux_over_ice, kinematic_surface_upward_latent_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_land, kinematic_surface_upward_latent_heat_flux_over_ice, surface_specific_humidity, water_vapor_mixing_ratio_at_surface, surface_friction_velocity_drag, surface_stability_parameter, theta_star, reciprocal_of_obukhov_length, wind_speed_at_lowest_model_layer, surface_drag_wind_speed_for_momentum_in_air, kinematic_surface_upward_sensible_heat_flux, kinematic_surface_upward_latent_heat_flux, surface_latent_heat, surface_exchange_coefficient_for_heat, surface_exchange_coefficient_for_moisture, x_wind_at_10m, y_wind_at_10m, potential_temperature_at_2m, temperature_at_2m, specific_humidity_at_2m, surface_wind_enhancement_due_to_convection, surface_exchange_coefficient_for_heat_at_2m, surface_exchange_coefficient_for_moisture_at_2m, flag_print, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine mynnsfc_wrapper_finalize: DEBUG: Parsing file module_SGSCloud_RadPre.F90 with registry OrderedDict([('sgscloud_radpre', {'sgscloud_radpre': {'sgscloud_radpre_finalize': [11, 12], 'sgscloud_radpre_run': [31, 274], 'sgscloud_radpre_init': [9, 10]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sgscloud_radpre sgscloud_radpre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sgscloud_radpre_run sgscloud_radpre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_condesate_after_rainout in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_water_mixing_ratio_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_ice_mixing_ratio_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_cloud_fraction_pbl in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table sgscloud_radpre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table sgscloud_radpre_run DEBUG: Module name: sgscloud_radpre DEBUG: Scheme name: sgscloud_radpre DEBUG: Scheme dependencies: ['funcphys.f90', 'physcons.F90', 'machine.F', 'module_bfmicrophysics.f', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f'] @@ -24984,12 +14775,6 @@ DEBUG: Variables in subroutine sgscloud_radpre_finalize: DEBUG: Variables in subroutine sgscloud_radpre_run: horizontal_loop_extent, vertical_dimension, flag_for_first_time_step, flag_for_restart, cloud_condensed_water_mixing_ratio, ice_water_mixing_ratio, water_vapor_specific_humidity, air_temperature, air_pressure, rain_water_mixing_ratio, snow_water_mixing_ratio, graupel_mixing_ratio, convective_cloud_condesate_after_rainout, flag_for_mass_flux_deep_convection_scheme, flag_for_gf_deep_convection_scheme, cloud_condensed_water_mixing_ratio_save, ice_water_mixing_ratio_save, subgrid_cloud_water_mixing_ratio_pbl, subgrid_cloud_ice_mixing_ratio_pbl, subgrid_cloud_fraction_pbl, layer_pressure_thickness_for_radiation, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, sea_land_ice_mask_real, adjusted_vertical_layer_dimension_for_radiation, air_pressure_at_layer_for_radiation_in_hPa, latitude, layer_thickness_for_radiation, cloud_decorrelation_length, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, do_mynnedmf, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_cloud_overlap_method_for_radiation, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine sgscloud_radpre_init: DEBUG: Parsing file module_SGSCloud_RadPost.F90 with registry OrderedDict([('sgscloud_radpost', {'sgscloud_radpost': {'sgscloud_radpost_run': [15, 47], 'sgscloud_radpost_finalize': [7, 8], 'sgscloud_radpost_init': [5, 6]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sgscloud_radpost sgscloud_radpost -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sgscloud_radpost_run sgscloud_radpost -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_save in table sgscloud_radpost_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_save in table sgscloud_radpost_run DEBUG: Module name: sgscloud_radpost DEBUG: Scheme name: sgscloud_radpost DEBUG: Scheme dependencies: ['machine.F'] @@ -24997,150 +14782,20 @@ DEBUG: Variables in subroutine sgscloud_radpost_run: horizontal_loop_extent, ver DEBUG: Variables in subroutine sgscloud_radpost_finalize: DEBUG: Variables in subroutine sgscloud_radpost_init: DEBUG: Parsing file module_MYJSFC_wrapper.F90 with registry OrderedDict([('myjsfc_wrapper', {'myjsfc_wrapper': {'myjsfc_wrapper_finalize': [7, 8], 'myjsfc_wrapper_init': [5, 6], 'myjsfc_wrapper_run': [15, 329]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True myjsfc_wrapper myjsfc_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False myjsfc_wrapper_run myjsfc_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable u_wind_component_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable v_wind_component_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable baseline_surface_roughness_length in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable heat_exchange_coefficient_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable momentum_exchange_coefficient_for_MYJ_schemes in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_layer_evaporation_switch in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_latent_heat_flux in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_momentum_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_potental_temperature_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_specific_humidity_at_viscous_sublayer_top in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable land_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table myjsfc_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table myjsfc_wrapper_run DEBUG: Module name: myjsfc_wrapper DEBUG: Scheme name: myjsfc_wrapper DEBUG: Scheme dependencies: ['module_SF_JSFC.F90'] DEBUG: Variables in subroutine myjsfc_wrapper_finalize: DEBUG: Variables in subroutine myjsfc_wrapper_init: DEBUG: Variables in subroutine myjsfc_wrapper_run: flag_for_restart, horizontal_loop_extent, vertical_dimension, index_of_time_step, number_of_tracers, index_for_turbulent_kinetic_energy, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, ccpp_loop_counter, flag_for_iteration, x_wind, y_wind, air_temperature, tracer_concentration, air_pressure, air_pressure_at_interface, geopotential_at_interface, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, surface_skin_temperature, surface_specific_humidity, surface_specific_humidity_for_MYJ_schemes, potential_temperature_at_viscous_sublayer_top, specific_humidity_at_viscous_sublayer_top, u_wind_component_at_viscous_sublayer_top, v_wind_component_at_viscous_sublayer_top, baseline_surface_roughness_length, heat_exchange_coefficient_for_MYJ_schemes, momentum_exchange_coefficient_for_MYJ_schemes, surface_layer_evaporation_switch, kinematic_surface_latent_heat_flux, weight_for_momentum_at_viscous_sublayer_top, weight_for_potental_temperature_at_viscous_sublayer_top, weight_for_specific_humidity_at_viscous_sublayer_top, atmosphere_boundary_layer_thickness, sea_land_ice_mask_real, surface_roughness_length, surface_friction_velocity, bulk_richardson_number_at_lowest_model_level, surface_drag_coefficient_for_momentum_in_air, surface_drag_coefficient_for_heat_and_moisture_in_air, surface_wind_stress, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, Monin_Obukhov_similarity_function_for_momentum_at_10m, Monin_Obukhov_similarity_function_for_heat_at_2m, land_area_fraction, lake_area_fraction, sea_area_fraction, sea_ice_concentration, surface_roughness_length_over_ocean_interstitial, surface_roughness_length_over_land_interstitial, surface_roughness_length_over_ice_interstitial, surface_friction_velocity_over_ocean, surface_friction_velocity_over_land, surface_friction_velocity_over_ice, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, bulk_richardson_number_at_lowest_model_level_over_ocean, bulk_richardson_number_at_lowest_model_level_over_land, bulk_richardson_number_at_lowest_model_level_over_ice, surface_wind_stress_over_ocean, surface_wind_stress_over_land, surface_wind_stress_over_ice, Monin_Obukhov_similarity_function_for_momentum_over_ocean, Monin_Obukhov_similarity_function_for_momentum_over_land, Monin_Obukhov_similarity_function_for_momentum_over_ice, Monin_Obukhov_similarity_function_for_heat_over_ocean, Monin_Obukhov_similarity_function_for_heat_over_land, Monin_Obukhov_similarity_function_for_heat_over_ice, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean, Monin_Obukhov_similarity_function_for_heat_at_2m_over_land, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice, wind_speed_at_lowest_model_layer, specific_heat_of_dry_air_at_constant_pressure, gravitational_acceleration, gas_constant_dry_air, mpi_rank, flag_print, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file module_MYJPBL_wrapper.F90 with registry OrderedDict([('myjpbl_wrapper', {'myjpbl_wrapper': {'myjpbl_wrapper_init': [5, 6], 'myjpbl_wrapper_finalize': [7, 8], 'myjpbl_wrapper_run': [15, 644]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True myjpbl_wrapper myjpbl_wrapper -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False myjpbl_wrapper_run myjpbl_wrapper -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertically_diffused_tracer_concentration in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable potential_temperature_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable u_wind_component_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable v_wind_component_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable baseline_surface_roughness_length in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable heat_exchange_coefficient_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable momentum_exchange_coefficient_for_MYJ_schemes in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_layer_evaporation_switch in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_latent_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_momentum_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_potental_temperature_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weight_for_specific_humidity_at_viscous_sublayer_top in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_boundary_layer_thickness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_highest_temperature_inversion in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_vertically_diffused_tracer_concentration in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_x_momentum_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_y_momentum_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_sensible_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_surface_upward_latent_heat_flux in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_heat_diffusivity in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_temperature in table myjpbl_wrapper_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable countergradient_mixing_term_for_water_vapor in table myjpbl_wrapper_run +DEBUG: Parsing file module_MYJPBL_wrapper.F90 with registry OrderedDict([('myjpbl_wrapper', {'myjpbl_wrapper': {'myjpbl_wrapper_init': [5, 6], 'myjpbl_wrapper_finalize': [7, 8], 'myjpbl_wrapper_run': [15, 663]}})]) DEBUG: Module name: myjpbl_wrapper DEBUG: Scheme name: myjpbl_wrapper DEBUG: Scheme dependencies: ['module_BL_MYJPBL.F90'] DEBUG: Variables in subroutine myjpbl_wrapper_init: DEBUG: Variables in subroutine myjpbl_wrapper_finalize: -DEBUG: Variables in subroutine myjpbl_wrapper_run: flag_for_restart, do_myjsfc, horizontal_loop_extent, vertical_dimension, time_step_for_physics, index_of_time_step, number_of_vertical_diffusion_tracers, index_for_turbulent_kinetic_energy, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, air_pressure, air_pressure_at_interface, geopotential_at_interface, standard_deviation_of_subgrid_orography, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, surface_skin_temperature, surface_specific_humidity, surface_specific_humidity_for_MYJ_schemes, potential_temperature_at_viscous_sublayer_top, specific_humidity_at_viscous_sublayer_top, u_wind_component_at_viscous_sublayer_top, v_wind_component_at_viscous_sublayer_top, baseline_surface_roughness_length, heat_exchange_coefficient_for_MYJ_schemes, momentum_exchange_coefficient_for_MYJ_schemes, surface_layer_evaporation_switch, kinematic_surface_latent_heat_flux, weight_for_momentum_at_viscous_sublayer_top, weight_for_potental_temperature_at_viscous_sublayer_top, weight_for_specific_humidity_at_viscous_sublayer_top, atmosphere_boundary_layer_thickness, vertical_index_at_top_of_atmosphere_boundary_layer, index_of_highest_temperature_inversion, sea_land_ice_mask_real, cell_area, surface_friction_velocity, surface_drag_coefficient_for_momentum_in_air, surface_drag_coefficient_for_heat_and_moisture_in_air, wind_speed_at_lowest_model_layer, surface_snow_thickness_water_equivalent, surface_roughness_length, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_heat_diffusivity, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, countergradient_mixing_term_for_temperature, countergradient_mixing_term_for_water_vapor, specific_heat_of_dry_air_at_constant_pressure, gravitational_acceleration, gas_constant_dry_air, mpi_rank, flag_print, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine myjpbl_wrapper_run: flag_for_restart, do_myjsfc, horizontal_loop_extent, vertical_dimension, time_step_for_physics, index_of_time_step, number_of_vertical_diffusion_tracers, index_for_turbulent_kinetic_energy, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, x_wind, y_wind, air_temperature, vertically_diffused_tracer_concentration, air_pressure, air_pressure_at_interface, geopotential_at_interface, standard_deviation_of_subgrid_orography, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, surface_skin_temperature, surface_specific_humidity, surface_specific_humidity_for_MYJ_schemes, potential_temperature_at_viscous_sublayer_top, specific_humidity_at_viscous_sublayer_top, u_wind_component_at_viscous_sublayer_top, v_wind_component_at_viscous_sublayer_top, baseline_surface_roughness_length, heat_exchange_coefficient_for_MYJ_schemes, momentum_exchange_coefficient_for_MYJ_schemes, surface_layer_evaporation_switch, kinematic_surface_latent_heat_flux, weight_for_momentum_at_viscous_sublayer_top, weight_for_potental_temperature_at_viscous_sublayer_top, weight_for_specific_humidity_at_viscous_sublayer_top, atmosphere_boundary_layer_thickness, vertical_index_at_top_of_atmosphere_boundary_layer, index_of_highest_temperature_inversion, sea_land_ice_mask_real, cell_area, surface_friction_velocity, surface_drag_coefficient_for_momentum_in_air, surface_drag_coefficient_for_heat_and_moisture_in_air, wind_speed_at_lowest_model_layer, surface_snow_thickness_water_equivalent, surface_roughness_length, kinematic_surface_upward_sensible_heat_flux_reduced_by_surface_roughness, kinematic_surface_upward_latent_heat_flux_reduced_by_surface_roughness, tendency_of_x_wind_due_to_model_physics, tendency_of_y_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, tendency_of_vertically_diffused_tracer_concentration, instantaneous_surface_x_momentum_flux, instantaneous_surface_y_momentum_flux, instantaneous_surface_upward_sensible_heat_flux, instantaneous_surface_upward_latent_heat_flux, atmosphere_heat_diffusivity, atmosphere_momentum_diffusivity_background, atmosphere_heat_diffusivity_background, diffusivity_background_sigma_level, countergradient_mixing_term_for_temperature, countergradient_mixing_term_for_water_vapor, specific_heat_of_dry_air_at_constant_pressure, gravitational_acceleration, gas_constant_dry_air, mpi_rank, flag_print, cumulative_change_in_temperature_due_to_PBL, cumulative_change_in_x_wind_due_to_PBL, cumulative_change_in_y_wind_due_to_PBL, cumulative_change_in_water_vapor_specific_humidity_due_to_PBL, flag_for_generic_planetary_boundary_layer_tendency, flag_diagnostics_3D, flag_tracer_diagnostics_3D, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file mp_thompson_pre.F90 with registry OrderedDict([('mp_thompson_pre', {'mp_thompson_pre': {'mp_thompson_pre_init': [10, 11], 'mp_thompson_pre_finalize': [31, 32], 'mp_thompson_pre_run': [15, 30]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_pre mp_thompson_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_pre_run mp_thompson_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table mp_thompson_pre_run DEBUG: Module name: mp_thompson_pre DEBUG: Scheme name: mp_thompson_pre DEBUG: Scheme dependencies: ['machine.F'] @@ -25148,46 +14803,6 @@ DEBUG: Variables in subroutine mp_thompson_pre_init: DEBUG: Variables in subroutine mp_thompson_pre_finalize: DEBUG: Variables in subroutine mp_thompson_pre_run: horizontal_loop_extent, vertical_dimension, air_temperature_updated_by_physics, air_temperature_save, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file mp_thompson.F90 with registry OrderedDict([('mp_thompson', {'mp_thompson': {'mp_thompson_run': [302, 515], 'mp_thompson_finalize': [520, 530], 'mp_thompson_init': [18, 295]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_water_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_mixing_ratio_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_droplet_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_friendly_aerosol_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_friendly_aerosol_number_concentration_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_water_friendly_aerosols_at_surface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_ice_friendly_aerosols_at_surface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable omega in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rain_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table mp_thompson_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table mp_thompson_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_init mp_thompson -WARNING: Legacy extension - replacing variable 'horizontal_loop_extent' with 'horizontal_dimension' in table mp_thompson_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_run mp_thompson -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_finalize mp_thompson DEBUG: Module name: mp_thompson DEBUG: Scheme name: mp_thompson DEBUG: Scheme dependencies: ['module_mp_thompson.F90', 'module_mp_radar.F90', 'machine.F', 'module_mp_thompson_make_number_concentrations.F90'] @@ -25195,88 +14810,27 @@ DEBUG: Variables in subroutine mp_thompson_run: horizontal_loop_extent, vertical DEBUG: Variables in subroutine mp_thompson_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine mp_thompson_init: vertical_dimension, gravitational_acceleration, gas_constant_dry_air, flag_for_aerosol_physics, tendency_of_water_friendly_aerosols_at_surface, tendency_of_ice_friendly_aerosols_at_surface, air_pressure, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, mpi_comm, mpi_rank, mpi_root, ccpp_error_message, ccpp_error_flag, horizontal_dimension, flag_for_restart, flag_for_microphysics_scheme, flag_for_thompson_microphysics_scheme, water_vapor_specific_humidity, cloud_condensed_water_mixing_ratio, rain_water_mixing_ratio, ice_water_mixing_ratio, snow_water_mixing_ratio, graupel_mixing_ratio, ice_number_concentration, rain_number_concentration, cloud_droplet_number_concentration, water_friendly_aerosol_number_concentration, ice_friendly_aerosol_number_concentration, air_temperature, geopotential, cell_area, omp_threads DEBUG: Parsing file mp_thompson_post.F90 with registry OrderedDict([('mp_thompson_post', {'mp_thompson_post': {'mp_thompson_post_init': [11, 31], 'mp_thompson_post_finalize': [96, 107], 'mp_thompson_post_run': [35, 92]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_thompson_post mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_init mp_thompson_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_run mp_thompson_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_save in table mp_thompson_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_thompson_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table mp_thompson_post_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_thompson_post_finalize mp_thompson_post DEBUG: Module name: mp_thompson_post DEBUG: Scheme name: mp_thompson_post DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine mp_thompson_post_init: limit_for_temperature_tendency_for_microphysics, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine mp_thompson_post_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine mp_thompson_post_run: limit_for_temperature_tendency_for_microphysics, ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, air_temperature_save, air_temperature_updated_by_physics, dimensionless_exner_function_at_model_layers, time_step_for_physics, index_of_time_step, mpi_comm, mpi_rank, mpi_root -DEBUG: Parsing file ozphys.f with registry OrderedDict([('ozphys', {'ozphys': {'ozphys_run': [40, 171], 'ozphys_finalize': [28, 29], 'ozphys_init': [10, 23]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_init ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_run ozphys -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_updated_by_physics in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_forcing in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table ozphys_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table ozphys_run -INFO: Legacy extension - skip empty table for ozphys_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_init ozphys -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_run ozphys +DEBUG: Parsing file ozphys.f with registry OrderedDict([('ozphys', {'ozphys': {'ozphys_run': [36, 167], 'ozphys_finalize': [24, 25], 'ozphys_init': [10, 23]}})]) DEBUG: Module name: ozphys DEBUG: Scheme name: ozphys DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine ozphys_run: horizontal_loop_extent, vertical_dimension, vertical_dimension_of_ozone_forcing_data, time_step_for_physics, ozone_concentration_updated_by_physics, air_temperature_updated_by_physics, natural_log_of_ozone_forcing_data_pressure_levels, air_pressure, ozone_forcing, number_of_coefficients_in_ozone_forcing_data, air_pressure_difference_between_midlayers, flag_diagnostics_3D, flag_tracer_diagnostics_3D, cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate, cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio, cumulative_change_in_ozone_concentration_due_to_temperature, cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column, gravitational_acceleration, mpi_rank, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine ozphys_finalize: DEBUG: Variables in subroutine ozphys_init: ccpp_error_message, ccpp_error_flag, flag_for_ozone_physics -DEBUG: Parsing file ozphys_2015.f with registry OrderedDict([('ozphys_2015', {'ozphys_2015': {'ozphys_2015_run': [44, 149], 'ozphys_2015_finalize': [26, 27], 'ozphys_2015_init': [8, 21]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys_2015 ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_init ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_run ozphys_2015 -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_updated_by_physics in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_forcing in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table ozphys_2015_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table ozphys_2015_run -INFO: Legacy extension - skip empty table for ozphys_2015_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True ozphys_2015 ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_init ozphys_2015 -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False ozphys_2015_run ozphys_2015 +DEBUG: Parsing file ozphys_2015.f with registry OrderedDict([('ozphys_2015', {'ozphys_2015': {'ozphys_2015_run': [40, 145], 'ozphys_2015_finalize': [22, 23], 'ozphys_2015_init': [8, 21]}})]) DEBUG: Module name: ozphys_2015 DEBUG: Scheme name: ozphys_2015 DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine ozphys_2015_run: horizontal_loop_extent, vertical_dimension, vertical_dimension_of_ozone_forcing_data, time_step_for_physics, ozone_concentration_updated_by_physics, air_temperature_updated_by_physics, natural_log_of_ozone_forcing_data_pressure_levels, air_pressure, ozone_forcing, number_of_coefficients_in_ozone_forcing_data, air_pressure_difference_between_midlayers, flag_diagnostics_3D, flag_tracer_diagnostics_3D, cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate, cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio, cumulative_change_in_ozone_concentration_due_to_temperature, cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column, gravitational_acceleration, mpi_rank, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine ozphys_2015_finalize: DEBUG: Variables in subroutine ozphys_2015_init: ccpp_error_message, ccpp_error_flag, flag_for_2015_ozone_physics -DEBUG: Parsing file precpd.f with registry OrderedDict([('zhaocarr_precpd', {'zhaocarr_precpd': {'zhaocarr_precpd_init': [10, 11], 'zhaocarr_precpd_finalize': [681, 682], 'zhaocarr_precpd_run': [44, 677]}})]) -INFO: Legacy extension - skip empty table for zhaocarr_precpd_init -INFO: Legacy extension - skip empty table for zhaocarr_precpd_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True zhaocarr_precpd zhaocarr_precpd -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False zhaocarr_precpd_run zhaocarr_precpd -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_difference_between_midlayers in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_rain_water_mixing_ratio_due_to_microphysics in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table zhaocarr_precpd_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable grid_size_related_coefficient_used_in_scale_sensitive_schemes in table zhaocarr_precpd_run +DEBUG: Parsing file precpd.f with registry OrderedDict([('zhaocarr_precpd', {'zhaocarr_precpd': {'zhaocarr_precpd_init': [6, 7], 'zhaocarr_precpd_finalize': [675, 676], 'zhaocarr_precpd_run': [40, 673]}})]) DEBUG: Module name: zhaocarr_precpd DEBUG: Scheme name: zhaocarr_precpd DEBUG: Scheme dependencies: ['physcons.F90', 'funcphys.f90', 'machine.F'] @@ -25284,43 +14838,6 @@ DEBUG: Variables in subroutine zhaocarr_precpd_init: DEBUG: Variables in subroutine zhaocarr_precpd_finalize: DEBUG: Variables in subroutine zhaocarr_precpd_run: horizontal_loop_extent, vertical_dimension, time_step_for_physics, air_pressure_difference_between_midlayers, air_pressure, water_vapor_specific_humidity_updated_by_physics, cloud_condensed_water_mixing_ratio_updated_by_physics, air_temperature_updated_by_physics, lwe_thickness_of_explicit_precipitation_amount, ratio_of_snowfall_to_rainfall, tendency_of_rain_water_mixing_ratio_due_to_microphysics, critical_relative_humidity, coefficient_from_cloud_ice_to_snow, coefficient_from_cloud_water_to_rain, coefficient_for_evaporation_of_rainfall, cloud_condensed_water_conversion_threshold, grid_size_related_coefficient_used_in_scale_sensitive_schemes, flag_print, horizontal_index_of_printed_column, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file phys_tend.F90 with registry OrderedDict([('phys_tend', {'phys_tend': {'phys_tend_run': [13, 62], 'phys_tend_finalize': [8, 9], 'phys_tend_init': [6, 7]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True phys_tend phys_tend -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False phys_tend_run phys_tend -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_longwave_radiation in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shortwave_radiation in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_microphysics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_rayleigh_damping in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_convective_gravity_wave_drag in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_temperature in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_water_vapor_specific_humidity_due_to_physics in table phys_tend_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_ozone_concentration_due_to_physics in table phys_tend_run DEBUG: Module name: phys_tend DEBUG: Scheme name: phys_tend DEBUG: Scheme dependencies: ['machine.F'] @@ -25328,46 +14845,6 @@ DEBUG: Variables in subroutine phys_tend_run: flag_diagnostics_3D, flag_tracer_d DEBUG: Variables in subroutine phys_tend_finalize: DEBUG: Variables in subroutine phys_tend_init: DEBUG: Parsing file radlw_main.f with registry OrderedDict([('rrtmg_lw', {'rrtmg_lw': {'rrtmg_lw_init': [355, 356], 'rrtmg_lw_finalize': [1061, 1062], 'rrtmg_lw_run': [385, 1058]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw rrtmg_lw -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_run rrtmg_lw -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_lw in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_longwave_bands_01_16 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_top_atmosphere in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_sfc in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_10mu_band in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmg_lw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmg_lw_run DEBUG: Module name: rrtmg_lw DEBUG: Scheme name: rrtmg_lw DEBUG: Scheme dependencies: ['physcons.F90', 'physparam.f', 'radlw_param.f', 'mersenne_twister.f', 'radlw_datatb.f'] @@ -25375,52 +14852,6 @@ DEBUG: Variables in subroutine rrtmg_lw_init: DEBUG: Variables in subroutine rrtmg_lw_finalize: DEBUG: Variables in subroutine rrtmg_lw_run: air_pressure_at_layer_for_radiation_in_hPa, air_pressure_at_interface_for_radiation_in_hPa, air_temperature_at_layer_for_radiation, air_temperature_at_interface_for_radiation, water_vapor_specific_humidity_at_layer_for_radiation, ozone_concentration_at_layer_for_radiation, volume_mixing_ratio_co2, volume_mixing_ratio_n2o, volume_mixing_ratio_ch4, volume_mixing_ratio_o2, volume_mixing_ratio_co, volume_mixing_ratio_cfc11, volume_mixing_ratio_cfc12, volume_mixing_ratio_cfc22, volume_mixing_ratio_ccl4, seed_random_numbers_lw, aerosol_optical_depth_for_longwave_bands_01_16, aerosol_single_scattering_albedo_for_longwave_bands_01_16, surface_longwave_emissivity, surface_ground_temperature_for_radiation, layer_thickness_for_radiation, layer_pressure_thickness_for_radiation, cloud_decorrelation_length, cloud_overlap_decorrelation_parameter, horizontal_loop_extent, adjusted_vertical_layer_dimension_for_radiation, adjusted_vertical_level_dimension_for_radiation, flag_print, total_cloud_fraction, flag_to_calc_lw, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels, lw_fluxes_top_atmosphere, lw_fluxes_sfc, cloud_optical_depth_layers_at_10mu_band, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_snow_water_path, mean_effective_radius_for_snow_flake, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file radsw_main.f with registry OrderedDict([('rrtmg_sw', {'rrtmg_sw': {'rrtmg_sw_init': [376, 377], 'rrtmg_sw_run': [462, 1134], 'rrtmg_sw_finalize': [1137, 1138]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw rrtmg_sw -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_run rrtmg_sw -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_radiation_in_hPa in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_radiation_in_hPa in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ozone_concentration_at_layer_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co2 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_n2o in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ch4 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_o2 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_co in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc11 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc12 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_cfc22 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_mixing_ratio_ccl4 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_sw in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_optical_depth_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_pressure_thickness_for_radiation in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_decorrelation_parameter in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_top_atmosphere in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_sfc in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_optical_depth_layers_at_0p55mu_band in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmg_sw_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmg_sw_run DEBUG: Module name: rrtmg_sw DEBUG: Scheme name: rrtmg_sw DEBUG: Scheme dependencies: ['physcons.F90', 'physparam.f', 'radsw_datatb.f', 'mersenne_twister.f', 'radsw_param.f'] @@ -25428,164 +14859,48 @@ DEBUG: Variables in subroutine rrtmg_sw_init: DEBUG: Variables in subroutine rrtmg_sw_run: air_pressure_at_layer_for_radiation_in_hPa, air_pressure_at_interface_for_radiation_in_hPa, air_temperature_at_layer_for_radiation, air_temperature_at_interface_for_radiation, water_vapor_specific_humidity_at_layer_for_radiation, ozone_concentration_at_layer_for_radiation, volume_mixing_ratio_co2, volume_mixing_ratio_n2o, volume_mixing_ratio_ch4, volume_mixing_ratio_o2, volume_mixing_ratio_co, volume_mixing_ratio_cfc11, volume_mixing_ratio_cfc12, volume_mixing_ratio_cfc22, volume_mixing_ratio_ccl4, seed_random_numbers_sw, aerosol_optical_depth_for_shortwave_bands_01_16, aerosol_single_scattering_albedo_for_shortwave_bands_01_16, aerosol_asymmetry_parameter_for_shortwave_bands_01_16, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, layer_thickness_for_radiation, layer_pressure_thickness_for_radiation, cloud_decorrelation_length, cloud_overlap_decorrelation_parameter, cosine_of_zenith_angle, solar_constant, daytime_points_dimension, daytime_points, horizontal_loop_extent, adjusted_vertical_layer_dimension_for_radiation, adjusted_vertical_level_dimension_for_radiation, flag_print, total_cloud_fraction, flag_to_calc_sw, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels, sw_fluxes_top_atmosphere, sw_fluxes_sfc, cloud_optical_depth_layers_at_0p55mu_band, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, components_of_surface_downward_shortwave_fluxes, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_snow_water_path, mean_effective_radius_for_snow_flake, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine rrtmg_sw_finalize: DEBUG: Parsing file rascnv.F90 with registry OrderedDict([('rascnv', {'rascnv': {'rascnv_init': [62, 141], 'rascnv_finalize': [146, 153], 'rascnv_run': [225, 898]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rascnv rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_init rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_finalize rascnv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rascnv_run rascnv -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_area in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable random_number_array in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable critical_relative_humidity in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_updated_by_physics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_transportable_tracers in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_interfaces in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable geopotential_at_interface in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_top_of_atmosphere_boundary_layer in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_deep_convective_precipitation_amount in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_base in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_index_at_cloud_top in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_deep_convection in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_enhancement_due_to_convection in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_updraft_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_downdraft_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_atmosphere_detrainment_convective_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_liquid_water in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_fraction_of_convective_cloud_ice in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vertical_velocity_for_updraft in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_fraction_for_microphysics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable detrained_mass_flux in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_cloud_water_due_to_convective_microphysics in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_volume_fraction in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_fraction_in_convective_tower in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_cloud_liquid_water_particles_for_detrainment in table rascnv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_concentration_of_ice_crystals_for_detrainment in table rascnv_run DEBUG: Module name: rascnv DEBUG: Scheme name: rascnv DEBUG: Scheme dependencies: [] DEBUG: Variables in subroutine rascnv_init: mpi_rank, time_step_for_physics, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, gas_constant_dry_air, gas_constant_water_vapor, latent_heat_of_vaporization_of_water_at_0C, latent_heat_of_fusion_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, temperature_at_zero_celsius, triple_point_temperature_of_water, specific_heat_of_water_vapor_at_constant_pressure, specific_heat_of_liquid_water_at_constant_pressure, specific_heat_of_ice_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine rascnv_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine rascnv_run: mpi_rank, time_step_for_physics, ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers_for_samf, time_step_for_dynamics, multiplication_factor_for_critical_cloud_workfunction, cell_area, minimum_scaling_factor_for_critical_relative_humidity, inverse_scaling_factor_for_critical_relative_humidity, coefficient_from_cloud_ice_to_snow_ras, coefficient_from_cloud_water_to_rain_ras, cloud_condensed_water_ice_conversion_threshold_ras, condensate_fraction_detrained_in_updraft_layers, flag_flip, random_number_array, array_dimension_of_random_number, flag_for_microphysics_scheme, flag_for_morrison_gettelman_microphysics_scheme, index_for_turbulent_kinetic_energy_convective_transport_tracer, index_of_time_step, critical_relative_humidity, air_temperature_updated_by_physics, water_vapor_specific_humidity_updated_by_physics, x_wind_updated_by_physics, y_wind_updated_by_physics, convective_transportable_tracers, coefficients_for_aerosol_scavenging, air_pressure_at_interface, air_pressure, dimensionless_exner_function_at_model_interfaces, dimensionless_exner_function_at_model_layers, geopotential, geopotential_at_interface, vertical_index_at_top_of_atmosphere_boundary_layer, surface_drag_coefficient_for_momentum_in_air, lwe_thickness_of_deep_convective_precipitation_amount, vertical_index_at_cloud_base, vertical_index_at_cloud_top, flag_deep_convection, surface_wind_enhancement_due_to_convection, instantaneous_atmosphere_updraft_convective_mass_flux, instantaneous_atmosphere_downdraft_convective_mass_flux, instantaneous_atmosphere_detrainment_convective_mass_flux, mass_fraction_of_convective_cloud_liquid_water, mass_fraction_of_convective_cloud_ice, vertical_velocity_for_updraft, convective_cloud_fraction_for_microphysics, detrained_mass_flux, tendency_of_cloud_water_due_to_convective_microphysics, convective_cloud_volume_fraction, ice_fraction_in_convective_tower, number_concentration_of_cloud_liquid_water_particles_for_detrainment, number_concentration_of_ice_crystals_for_detrainment -DEBUG: Parsing file rayleigh_damp.f with registry OrderedDict([('rayleigh_damp', {'rayleigh_damp': {'rayleigh_damp_finalize': [129, 130], 'rayleigh_damp_init': [8, 9], 'rayleigh_damp_run': [22, 125]}})]) -INFO: Legacy extension - skip empty table for rayleigh_damp_finalize -INFO: Legacy extension - skip empty table for rayleigh_damp_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rayleigh_damp rayleigh_damp -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rayleigh_damp_run rayleigh_damp -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_y_wind_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_x_wind_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_model_physics in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_x_wind_due_to_rayleigh_damping in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_y_wind_due_to_rayleigh_damping in table rayleigh_damp_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cumulative_change_in_temperature_due_to_rayleigh_damping in table rayleigh_damp_run +DEBUG: Parsing file rayleigh_damp.f with registry OrderedDict([('rayleigh_damp', {'rayleigh_damp': {'rayleigh_damp_finalize': [125, 126], 'rayleigh_damp_init': [6, 7], 'rayleigh_damp_run': [20, 123]}})]) DEBUG: Module name: rayleigh_damp DEBUG: Scheme name: rayleigh_damp DEBUG: Scheme dependencies: [] DEBUG: Variables in subroutine rayleigh_damp_finalize: DEBUG: Variables in subroutine rayleigh_damp_init: DEBUG: Variables in subroutine rayleigh_damp_run: flag_idealized_physics, horizontal_loop_extent, vertical_dimension, tendency_of_y_wind_due_to_model_physics, tendency_of_x_wind_due_to_model_physics, tendency_of_air_temperature_due_to_model_physics, x_wind, y_wind, time_step_for_physics, specific_heat_of_dry_air_at_constant_pressure, number_of_vertical_layers_for_radiation_calculations, surface_air_pressure, air_pressure, pressure_cutoff_for_rayleigh_damping, time_scale_for_rayleigh_damping, flag_diagnostics_3D, cumulative_change_in_x_wind_due_to_rayleigh_damping, cumulative_change_in_y_wind_due_to_rayleigh_damping, cumulative_change_in_temperature_due_to_rayleigh_damping, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file rrtmg_lw_post.F90 with registry OrderedDict([('rrtmg_lw_post', {'rrtmg_lw_post': {'rrtmg_lw_post_init': [8, 9], 'rrtmg_lw_post_run': [16, 63], 'rrtmg_lw_post_finalize': [66, 67]}})]) -INFO: Legacy extension - skip empty table for rrtmg_lw_post_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw_post rrtmg_lw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_post_run rrtmg_lw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_lw_post_run -INFO: Legacy extension - skip empty table for rrtmg_lw_post_finalize +DEBUG: Parsing file rrtmg_lw_post.F90 with registry OrderedDict([('rrtmg_lw_post', {'rrtmg_lw_post': {'rrtmg_lw_post_init': [6, 7], 'rrtmg_lw_post_run': [11, 59], 'rrtmg_lw_post_finalize': [60, 61]}})]) DEBUG: Module name: rrtmg_lw_post DEBUG: Scheme name: rrtmg_lw_post DEBUG: Scheme dependencies: ['machine.F'] DEBUG: Variables in subroutine rrtmg_lw_post_init: -DEBUG: Variables in subroutine rrtmg_lw_post_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_radtend_type_instance, GFS_coupling_type_instance, horizontal_loop_extent, extra_top_layer, number_of_vertical_layers_for_radiation_calculations, vertical_index_difference_between_inout_and_local, surface_air_temperature_for_radiation, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rrtmg_lw_post_run: horizontal_loop_extent, vertical_dimension, extra_top_layer, number_of_vertical_layers_for_radiation_calculations, vertical_index_difference_between_inout_and_local, flag_to_calc_lw, flag_for_output_of_longwave_heating_rate, surface_air_temperature_for_radiation, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, lw_fluxes_sfc, surface_midlayer_air_temperature_in_longwave_radiation, surface_downwelling_longwave_flux_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine rrtmg_lw_post_finalize: -DEBUG: Parsing file rrtmg_lw_pre.F90 with registry OrderedDict([('rrtmg_lw_pre', {'rrtmg_lw_pre': {'rrtmg_lw_pre_run': [14, 36], 'rrtmg_lw_pre_init': [9, 10], 'rrtmg_lw_pre_finalize': [39, 40]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_lw_pre rrtmg_lw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_lw_pre_run rrtmg_lw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_lw_pre_run -INFO: Legacy extension - skip empty table for rrtmg_lw_pre_init -INFO: Legacy extension - skip empty table for rrtmg_lw_pre_finalize +DEBUG: Parsing file rrtmg_lw_pre.F90 with registry OrderedDict([('rrtmg_lw_pre', {'rrtmg_lw_pre': {'rrtmg_lw_pre_run': [12, 31], 'rrtmg_lw_pre_init': [7, 8], 'rrtmg_lw_pre_finalize': [32, 33]}})]) DEBUG: Module name: rrtmg_lw_pre DEBUG: Scheme name: rrtmg_lw_pre DEBUG: Scheme dependencies: ['iounitdef.f', 'radiation_surface.f', 'machine.F'] -DEBUG: Variables in subroutine rrtmg_lw_pre_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_sfcprop_type_instance, GFS_radtend_type_instance, horizontal_loop_extent, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rrtmg_lw_pre_run: horizontal_loop_extent, flag_to_calc_lw, latitude, longitude, sea_land_ice_mask_real, surface_snow_thickness_water_equivalent, surface_snow_area_fraction_over_land, surface_roughness_length, standard_deviation_of_subgrid_orography, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, surface_longwave_emissivity, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine rrtmg_lw_pre_init: DEBUG: Variables in subroutine rrtmg_lw_pre_finalize: -DEBUG: Parsing file rrtmg_sw_post.F90 with registry OrderedDict([('rrtmg_sw_post', {'rrtmg_sw_post': {'rrtmg_sw_post_init': [8, 9], 'rrtmg_sw_post_finalize': [103, 104], 'rrtmg_sw_post_run': [16, 100]}})]) -INFO: Legacy extension - skip empty table for rrtmg_sw_post_init -INFO: Legacy extension - skip empty table for rrtmg_sw_post_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw_post rrtmg_sw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_post_run rrtmg_sw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmg_sw_post_run +DEBUG: Parsing file rrtmg_sw_post.F90 with registry OrderedDict([('rrtmg_sw_post', {'rrtmg_sw_post': {'rrtmg_sw_post_init': [6, 7], 'rrtmg_sw_post_finalize': [95, 96], 'rrtmg_sw_post_run': [11, 94]}})]) DEBUG: Module name: rrtmg_sw_post DEBUG: Scheme name: rrtmg_sw_post DEBUG: Scheme dependencies: ['radsw_param.f', 'machine.F'] DEBUG: Variables in subroutine rrtmg_sw_post_init: DEBUG: Variables in subroutine rrtmg_sw_post_finalize: -DEBUG: Variables in subroutine rrtmg_sw_post_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_diag_type_instance, GFS_radtend_type_instance, GFS_coupling_type_instance, horizontal_loop_extent, extra_top_layer, daytime_points_dimension, number_of_vertical_layers_for_radiation_calculations, vertical_index_difference_between_inout_and_local, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, components_of_surface_downward_shortwave_fluxes, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file rrtmg_sw_pre.F90 with registry OrderedDict([('rrtmg_sw_pre', {'rrtmg_sw_pre': {'rrtmg_sw_pre_init': [9, 10], 'rrtmg_sw_pre_finalize': [81, 82], 'rrtmg_sw_pre_run': [14, 78]}})]) -INFO: Legacy extension - skip empty table for rrtmg_sw_pre_init -INFO: Legacy extension - skip empty table for rrtmg_sw_pre_finalize -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmg_sw_pre rrtmg_sw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmg_sw_pre_run rrtmg_sw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_direct in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_near_IR_diffused in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_direct in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_due_to_UV_and_VIS_diffused in table rrtmg_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table rrtmg_sw_pre_run +DEBUG: Variables in subroutine rrtmg_sw_post_run: horizontal_loop_extent, adjusted_vertical_layer_dimension_for_radiation, vertical_dimension, extra_top_layer, daytime_points_dimension, number_of_vertical_layers_for_radiation_calculations, vertical_index_difference_between_inout_and_local, flag_to_calc_sw, flag_for_output_of_shortwave_heating_rate, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels, surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_shortwave_flux_on_radiation_time_step, surface_net_downwelling_shortwave_flux_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step, components_of_surface_downward_shortwave_fluxes, sw_fluxes_sfc, sw_fluxes_top_atmosphere, ccpp_error_message, ccpp_error_flag +DEBUG: Parsing file rrtmg_sw_pre.F90 with registry OrderedDict([('rrtmg_sw_pre', {'rrtmg_sw_pre': {'rrtmg_sw_pre_init': [7, 8], 'rrtmg_sw_pre_finalize': [77, 78], 'rrtmg_sw_pre_run': [12, 76]}})]) DEBUG: Module name: rrtmg_sw_pre DEBUG: Scheme name: rrtmg_sw_pre DEBUG: Scheme dependencies: ['iounitdef.f', 'radiation_surface.f', 'machine.F'] DEBUG: Variables in subroutine rrtmg_sw_pre_init: DEBUG: Variables in subroutine rrtmg_sw_pre_finalize: -DEBUG: Variables in subroutine rrtmg_sw_pre_run: GFS_control_type_instance, GFS_grid_type_instance, GFS_sfcprop_type_instance, GFS_radtend_type_instance, horizontal_loop_extent, daytime_points_dimension, daytime_points, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, surface_albedo_perturbation, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine rrtmg_sw_pre_run: horizontal_loop_extent, index_for_stochastic_land_surface_perturbation_type, number_of_land_surface_variables_perturbed, flag_to_calc_sw, variables_to_be_perturbed_for_landperts, magnitude_of_perturbations_for_landperts, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, cosine_of_zenith_angle, surface_albedo_perturbation, sea_land_ice_mask_real, surface_snow_thickness_water_equivalent, surface_snow_area_fraction_over_land, upper_bound_on_max_albedo_over_deep_snow, surface_roughness_length, standard_deviation_of_subgrid_orography, mean_vis_albedo_with_strong_cosz_dependency, mean_nir_albedo_with_strong_cosz_dependency, mean_vis_albedo_with_weak_cosz_dependency, mean_nir_albedo_with_weak_cosz_dependency, fractional_coverage_with_strong_cosz_dependency, fractional_coverage_with_weak_cosz_dependency, sea_ice_concentration, sea_ice_temperature, surface_diffused_shortwave_albedo, daytime_points_dimension, daytime_points, surface_albedo_due_to_near_IR_direct, surface_albedo_due_to_near_IR_diffused, surface_albedo_due_to_UV_and_VIS_direct, surface_albedo_due_to_UV_and_VIS_diffused, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file sfc_diag.f with registry OrderedDict([('sfc_diag', {'sfc_diag': {'sfc_diag_init': [6, 7], 'sfc_diag_finalize': [8, 9], 'sfc_diag_run': [18, 80]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diag sfc_diag -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diag_run sfc_diag -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table sfc_diag_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table sfc_diag_run DEBUG: Module name: sfc_diag DEBUG: Scheme name: sfc_diag DEBUG: Scheme dependencies: ['funcphys.f90', 'machine.F'] @@ -25593,24 +14908,6 @@ DEBUG: Variables in subroutine sfc_diag_init: DEBUG: Variables in subroutine sfc_diag_finalize: DEBUG: Variables in subroutine sfc_diag_run: horizontal_loop_extent, gravitational_acceleration, specific_heat_of_dry_air_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, surface_air_pressure, x_wind_at_lowest_model_layer_updated_by_physics, y_wind_at_lowest_model_layer_updated_by_physics, air_temperature_at_lowest_model_layer_updated_by_physics, water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, kinematic_surface_upward_latent_heat_flux, Monin_Obukhov_similarity_function_for_momentum, Monin_Obukhov_similarity_function_for_heat, Monin_Obukhov_similarity_function_for_momentum_at_10m, Monin_Obukhov_similarity_function_for_heat_at_2m, surface_skin_temperature, surface_specific_humidity, ratio_of_wind_at_lowest_model_layer_and_wind_at_10m, x_wind_at_10m, y_wind_at_10m, temperature_at_2m, specific_humidity_at_2m, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file sfc_diag_post.F90 with registry OrderedDict([('sfc_diag_post', {'sfc_diag_post': {'sfc_diag_post_init': [4, 5], 'sfc_diag_post_run': [13, 59], 'sfc_diag_post_finalize': [6, 7]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diag_post sfc_diag_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diag_post_run sfc_diag_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m_from_noahmp in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m_from_noahmp in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_temperature_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_specific_humidity_at_2m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_x_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_y_wind_at_10m in table sfc_diag_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dewpoint_temperature_at_2m in table sfc_diag_post_run DEBUG: Module name: sfc_diag_post DEBUG: Scheme name: sfc_diag_post DEBUG: Scheme dependencies: ['machine.F'] @@ -25618,94 +14915,6 @@ DEBUG: Variables in subroutine sfc_diag_post_init: DEBUG: Variables in subroutine sfc_diag_post_run: horizontal_loop_extent, flag_for_land_surface_scheme, flag_for_noahmp_land_surface_scheme, flag_nonzero_land_surface_fraction, flag_diagnostics, time_step_for_dynamics, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, surface_air_pressure, temperature_at_2m_from_noahmp, specific_humidity_at_2m_from_noahmp, temperature_at_2m, specific_humidity_at_2m, x_wind_at_10m, y_wind_at_10m, minimum_temperature_at_2m, maximum_temperature_at_2m, minimum_specific_humidity_at_2m, maximum_specific_humidity_at_2m, maximum_wind_at_10m, maximum_x_wind_at_10m, maximum_y_wind_at_10m, dewpoint_temperature_at_2m, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine sfc_diag_post_finalize: DEBUG: Parsing file sfc_drv_ruc.F90 with registry OrderedDict([('lsm_ruc', {'lsm_ruc': {'lsm_ruc_finalize': [31, 38], 'lsm_ruc_run': [115, 831], 'lsm_ruc_init': [17, 27]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_area_index in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_weak_cosz_dependency in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_weak_cosz_dependency in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_ice_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_snow_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_graupel_amount_from_previous_timestep in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_frozen_soil_physics in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_temperature_bottom_first_layer in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_at_surface in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_condensation_mass in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_mixing_ratio_at_surface in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable density_of_frozen_precipitation in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_runoff in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness_for_land_surface_model in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_water_equivalent_of_frozen_precip in table lsm_ruc_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_accumulated_snowfall in table lsm_ruc_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_init lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_finalize lsm_ruc -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_run lsm_ruc DEBUG: Module name: lsm_ruc DEBUG: Scheme name: lsm_ruc DEBUG: Scheme dependencies: ['module_sf_ruclsm.F90', 'module_soil_pre.F90', 'namelist_soilveg_ruc.F90', 'machine.F', 'set_soilveg_ruc.F90'] @@ -25713,15 +14922,6 @@ DEBUG: Variables in subroutine lsm_ruc_finalize: ccpp_error_message, ccpp_error_ DEBUG: Variables in subroutine lsm_ruc_run: ccpp_error_message, ccpp_error_flag, ccpp_loop_counter, mpi_rank, mpi_root, index_of_time_step, horizontal_loop_extent, vertical_dimension, soil_vertical_dimension_for_land_surface_model, soil_vertical_dimension, depth_of_soil_levels_for_land_surface_model, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, cloud_condensed_water_mixing_ratio_at_lowest_model_layer, soil_type_classification, vegetation_type_classification, vegetation_area_fraction, leaf_area_index, surface_longwave_emissivity_over_land_interstitial, surface_downwelling_longwave_flux, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, time_step_for_dynamics, deep_soil_temperature, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, air_pressure_at_lowest_model_layer, height_above_ground_at_lowest_model_layer, wind_speed_at_lowest_model_layer, minimum_vegetation_area_fraction, maximum_vegetation_area_fraction, mean_vis_albedo_with_weak_cosz_dependency, mean_nir_albedo_with_weak_cosz_dependency, upper_bound_on_max_albedo_over_deep_snow, surface_diffused_shortwave_albedo, flag_for_iteration, flag_for_guess_run, soil_type_dataset_choice, vegetation_type_dataset_choice, sea_ice_concentration, volume_fraction_of_soil_moisture, soil_temperature, volume_fraction_of_unfrozen_soil_moisture, flag_for_ruc_land_surface_scheme, flag_for_land_surface_scheme, flag_nonzero_land_surface_fraction, sea_land_ice_mask, flag_for_reading_leaf_area_index_from_input, flag_for_microphysics_scheme, flag_for_gfdl_microphysics_scheme, flag_for_thompson_microphysics_scheme, volume_fraction_of_condensed_water_in_soil_at_wilting_point, threshold_volume_fraction_of_condensed_water_in_soil, do_mynnsfclay, specific_heat_of_dry_air_at_constant_pressure, gas_constant_water_vapor, gas_constant_dry_air, gravitational_acceleration, pi, latent_heat_of_vaporization_of_water_at_0C, ratio_of_vapor_to_dry_air_gas_constants_minus_one, water_equivalent_accumulated_snow_depth_over_land, surface_snow_thickness_water_equivalent_over_land, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ocean_interstitial, lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep, lwe_thickness_of_convective_precipitation_amount_from_previous_timestep, lwe_thickness_of_ice_amount_from_previous_timestep, lwe_thickness_of_snow_amount_from_previous_timestep, lwe_thickness_of_graupel_amount_from_previous_timestep, flag_for_precipitation_type, volume_fraction_of_soil_moisture_for_land_surface_model, soil_temperature_for_land_surface_model, volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model, flag_for_frozen_soil_physics, volume_fraction_of_frozen_soil_moisture_for_land_surface_model, canopy_water_amount, transpiration_flux, surface_skin_temperature_after_iteration_over_land, snow_temperature_bottom_first_layer, surface_roughness_length_over_land_interstitial, cloud_condensed_water_mixing_ratio_at_surface, surface_condensation_mass, sea_ice_temperature_interstitial, water_vapor_mixing_ratio_at_surface, surface_snow_area_fraction_over_land, surface_specific_humidity_over_land, upward_heat_flux_in_soil_over_land, subsurface_runoff_flux, kinematic_surface_upward_latent_heat_flux_over_land, kinematic_surface_upward_sensible_heat_flux_over_land, density_of_frozen_precipitation, surface_runoff_flux, total_runoff, surface_runoff, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land, surface_drag_wind_speed_for_momentum_in_air_over_land, soil_upward_latent_heat_flux, canopy_upward_latent_heat_flux, snow_deposition_sublimation_upward_latent_heat_flux, soil_moisture_content, normalized_soil_wetness_for_land_surface_model, accumulated_water_equivalent_of_frozen_precip, total_accumulated_snowfall, flag_for_first_time_step, flag_for_restart DEBUG: Variables in subroutine lsm_ruc_init: ccpp_error_message, ccpp_error_flag, mpi_rank, soil_type_dataset_choice, vegetation_type_dataset_choice, iounit_namelist DEBUG: Parsing file lsm_ruc_sfc_sice_interstitial.F90 with registry OrderedDict([('lsm_ruc_sfc_sice_pre', {'lsm_ruc_sfc_sice_pre': {'lsm_ruc_sfc_sice_pre_finalize': [8, 9], 'lsm_ruc_sfc_sice_pre_run': [15, 43], 'lsm_ruc_sfc_sice_pre_init': [6, 7]}}), ('lsm_ruc_sfc_sice_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_pre lsm_ruc_sfc_sice_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_pre_run lsm_ruc_sfc_sice_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_sfc_sice_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table lsm_ruc_sfc_sice_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_post lsm_ruc_sfc_sice_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_post_run lsm_ruc_sfc_sice_pre DEBUG: Module name: lsm_ruc_sfc_sice_pre DEBUG: Scheme name: lsm_ruc_sfc_sice_pre DEBUG: Scheme dependencies: ['machine.F'] @@ -25729,15 +14929,6 @@ DEBUG: Variables in subroutine lsm_ruc_sfc_sice_pre_finalize: DEBUG: Variables in subroutine lsm_ruc_sfc_sice_pre_run: horizontal_loop_extent, soil_vertical_dimension_for_land_surface_model, soil_vertical_dimension, ice_vertical_dimension, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, soil_temperature, soil_temperature_for_land_surface_model, internal_ice_temperature, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine lsm_ruc_sfc_sice_pre_init: DEBUG: Parsing file lsm_ruc_sfc_sice_interstitial.F90 with registry OrderedDict([('lsm_ruc_sfc_sice_pre', {'lsm_ruc_sfc_sice_pre': {'lsm_ruc_sfc_sice_pre_finalize': [8, 9], 'lsm_ruc_sfc_sice_pre_run': [15, 43], 'lsm_ruc_sfc_sice_pre_init': [6, 7]}}), ('lsm_ruc_sfc_sice_post', {'lsm_ruc_sfc_sice_post': {'lsm_ruc_sfc_sice_post_finalize': [53, 54], 'lsm_ruc_sfc_sice_post_init': [51, 52], 'lsm_ruc_sfc_sice_post_run': [60, 88]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_pre lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_pre_run lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_ruc_sfc_sice_post lsm_ruc_sfc_sice_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_ruc_sfc_sice_post_run lsm_ruc_sfc_sice_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature_for_land_surface_model in table lsm_ruc_sfc_sice_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table lsm_ruc_sfc_sice_post_run DEBUG: Module name: lsm_ruc_sfc_sice_post DEBUG: Scheme name: lsm_ruc_sfc_sice_post DEBUG: Scheme dependencies: ['machine.F'] @@ -25745,30 +14936,6 @@ DEBUG: Variables in subroutine lsm_ruc_sfc_sice_post_finalize: DEBUG: Variables in subroutine lsm_ruc_sfc_sice_post_init: DEBUG: Variables in subroutine lsm_ruc_sfc_sice_post_run: horizontal_loop_extent, soil_vertical_dimension_for_land_surface_model, soil_vertical_dimension, ice_vertical_dimension, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, soil_temperature, soil_temperature_for_land_surface_model, internal_ice_temperature, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file sfc_cice.f with registry OrderedDict([('sfc_cice', {'sfc_cice': {'sfc_cice_finalize': [12, 13], 'sfc_cice_run': [31, 130], 'sfc_cice_init': [9, 10]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_cice sfc_cice -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_cice_run sfc_cice -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_cice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_latent_heat_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_sensible_heat_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_x_momentum_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_y_momentum_flux_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_for_coupling in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_cice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table sfc_cice_run DEBUG: Module name: sfc_cice DEBUG: Scheme name: sfc_cice DEBUG: Scheme dependencies: ['machine.F'] @@ -25776,68 +14943,6 @@ DEBUG: Variables in subroutine sfc_cice_finalize: DEBUG: Variables in subroutine sfc_cice_run: horizontal_loop_extent, flag_for_flux_coupling, latent_heat_of_vaporization_of_water_at_0C, specific_heat_of_dry_air_at_constant_pressure, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gas_constant_dry_air, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, air_pressure_at_lowest_model_layer, wind_speed_at_lowest_model_layer, flag_for_cice, flag_for_iteration, surface_upward_latent_heat_flux_for_coupling, surface_upward_sensible_heat_flux_for_coupling, surface_x_momentum_flux_for_coupling, surface_y_momentum_flux_for_coupling, surface_snow_thickness_for_coupling, surface_specific_humidity_over_ice, surface_drag_wind_speed_for_momentum_in_air_over_ice, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice, kinematic_surface_upward_latent_heat_flux_over_ice, kinematic_surface_upward_sensible_heat_flux_over_ice, surface_wind_stress_over_ice, water_equivalent_accumulated_snow_depth_over_ice, surface_snow_thickness_water_equivalent_over_ice, surface_upward_potential_latent_heat_flux_over_ice, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine sfc_cice_init: DEBUG: Parsing file sfc_diff.f with registry OrderedDict([('sfc_diff', {'sfc_diff': {'sfc_diff_init': [12, 13], 'sfc_diff_finalize': [14, 15], 'sfc_diff_run': [52, 304]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_diff sfc_diff -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_diff_run sfc_diff -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_momentum_roughness_length in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_heat_to_momentum_roughness_length_ratio in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_10m in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_10m in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ocean_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_ice_interstitial in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_from_wave_model in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bulk_richardson_number_at_lowest_model_level_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land in table sfc_diff_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice in table sfc_diff_run DEBUG: Module name: sfc_diff DEBUG: Scheme name: sfc_diff DEBUG: Scheme dependencies: ['machine.F'] @@ -25845,77 +14950,6 @@ DEBUG: Variables in subroutine sfc_diff_init: DEBUG: Variables in subroutine sfc_diff_finalize: DEBUG: Variables in subroutine sfc_diff_run: horizontal_loop_extent, ratio_of_vapor_to_dry_air_gas_constants_minus_one, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, gravitational_acceleration, surface_air_pressure, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, height_above_ground_at_lowest_model_layer, wind_speed_at_lowest_model_layer, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, bounded_vegetation_area_fraction, vegetation_type_classification, maximum_vegetation_area_fraction, vegetation_type_dataset_choice, perturbation_of_momentum_roughness_length, perturbation_of_heat_to_momentum_roughness_length_ratio, flag_for_iteration, flag_for_reduced_drag_coefficient_over_sea, x_wind_at_10m, y_wind_at_10m, flag_for_surface_roughness_option_over_ocean, flag_nonzero_wet_surface_fraction, flag_nonzero_land_surface_fraction, flag_nonzero_sea_ice_surface_fraction, surface_skin_temperature_over_ocean_interstitial, surface_skin_temperature_over_land_interstitial, surface_skin_temperature_over_ice_interstitial, surface_skin_temperature_after_iteration_over_ocean, surface_skin_temperature_after_iteration_over_land, surface_skin_temperature_after_iteration_over_ice, surface_snow_thickness_water_equivalent_over_ocean, surface_snow_thickness_water_equivalent_over_land, surface_snow_thickness_water_equivalent_over_ice, surface_roughness_length_over_ocean_interstitial, surface_roughness_length_over_land_interstitial, surface_roughness_length_over_ice_interstitial, surface_roughness_length_from_wave_model, surface_friction_velocity_over_ocean, surface_friction_velocity_over_land, surface_friction_velocity_over_ice, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, bulk_richardson_number_at_lowest_model_level_over_ocean, bulk_richardson_number_at_lowest_model_level_over_land, bulk_richardson_number_at_lowest_model_level_over_ice, surface_wind_stress_over_ocean, surface_wind_stress_over_land, surface_wind_stress_over_ice, Monin_Obukhov_similarity_function_for_momentum_over_ocean, Monin_Obukhov_similarity_function_for_momentum_over_land, Monin_Obukhov_similarity_function_for_momentum_over_ice, Monin_Obukhov_similarity_function_for_heat_over_ocean, Monin_Obukhov_similarity_function_for_heat_over_land, Monin_Obukhov_similarity_function_for_heat_over_ice, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land, Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean, Monin_Obukhov_similarity_function_for_heat_at_2m_over_land, Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file sfc_drv.f with registry OrderedDict([('lsm_noah', {'lsm_noah': {'lsm_noah_run': [150, 488], 'lsm_noah_finalize': [29, 36], 'lsm_noah_init': [14, 25]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_soil_type_b_parameter in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_leaf_area_index in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable perturbation_of_vegetation_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table lsm_noah_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness in table lsm_noah_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True lsm_noah lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_init lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_finalize lsm_noah -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False lsm_noah_run lsm_noah DEBUG: Module name: lsm_noah DEBUG: Scheme name: lsm_noah DEBUG: Scheme dependencies: ['surface_perturbation.F90', 'funcphys.f90', 'set_soilveg.f', 'machine.F', 'sflx.f'] @@ -25923,114 +14957,6 @@ DEBUG: Variables in subroutine lsm_noah_run: horizontal_loop_extent, soil_vertic DEBUG: Variables in subroutine lsm_noah_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine lsm_noah_init: soil_type_dataset_choice, vegetation_type_dataset_choice, ccpp_error_message, ccpp_error_flag, mpi_rank, iounit_namelist DEBUG: Parsing file sfc_noahmp_drv.f with registry OrderedDict([('noahmpdrv', {'noahmpdrv': {'noahmpdrv_finalize': [31, 32], 'noahmpdrv_run': [56, 715], 'noahmpdrv_init': [19, 30]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True noahmpdrv noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_init noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_run noahmpdrv -WARNING: Legacy extension - replacing variable 'horizontal_dimension' with 'horizontal_loop_extent' in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_type_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_type_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable bounded_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable deep_soil_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_land_surface_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_slope_classification in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable minimum_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable maximum_vegetation_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable explicit_rainfall_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable graupel_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_precipitation_rate_from_previous_timestep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_soil_moisture in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_unfrozen_soil_moisture in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_water_amount in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable transpiration_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length_over_land_interstitial in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable number_of_snow_layers in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable vegetation_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ground_temperature_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_intercepted_ice_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_intercepted_liquid_water in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_air_vapor_pressure in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_air_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable area_fraction_of_wet_canopy in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_mass_at_previous_time_step in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_albedo_at_previous_time_step in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_precipitation_rate_at_surface in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_water_storage in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_depth in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_storage_in_aquifer in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_storage_in_aquifer_and_saturated_soil in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_temperature in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_bottom_depth_from_snow_surface in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_layer_ice in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_layer_liquid_water in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fine_root_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stem_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wood_mass in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable slow_soil_pool_mass_content_of_carbon in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fast_soil_pool_mass_content_of_carbon in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable leaf_area_index in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable stem_area_index in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nondimensional_snow_age in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable equilibrium_soil_water_content in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_water_content_between_soil_bottom_and_water_table in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_recharge_when_deep in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_table_recharge_when_shallow in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subsurface_runoff_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_runoff_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable canopy_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_deposition_sublimation_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable soil_moisture_content in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable snow_freezing_rain_upward_latent_heat_flux in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable volume_fraction_of_condensed_water_in_soil_at_wilting_point in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable threshold_volume_fraction_of_condensed_water_in_soil in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable normalized_soil_wetness in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable temperature_at_2m_from_noahmp in table noahmpdrv_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable specific_humidity_at_2m_from_noahmp in table noahmpdrv_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True noahmpdrv noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_init noahmpdrv -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False noahmpdrv_run noahmpdrv DEBUG: Module name: noahmpdrv DEBUG: Scheme name: noahmpdrv DEBUG: Scheme dependencies: ['funcphys.f90', 'module_sf_noahmp_glacier.f90', 'module_sf_noahmplsm.f90', 'set_soilveg.f', 'machine.F', 'noahmp_tables.f90'] @@ -26038,191 +14964,34 @@ DEBUG: Variables in subroutine noahmpdrv_finalize: DEBUG: Variables in subroutine noahmpdrv_run: horizontal_loop_extent, soil_vertical_dimension, index_of_time_step, surface_air_pressure, x_wind_at_lowest_model_layer, y_wind_at_lowest_model_layer, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, soil_type_classification, vegetation_type_classification, bounded_vegetation_area_fraction, surface_longwave_emissivity_over_land_interstitial, surface_downwelling_longwave_flux_absorbed_by_ground_over_land, surface_downwelling_shortwave_flux, surface_net_downwelling_shortwave_flux, time_step_for_dynamics, deep_soil_temperature, surface_drag_coefficient_for_momentum_in_air_over_land, surface_drag_coefficient_for_heat_and_moisture_in_air_over_land, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, height_above_ground_at_lowest_model_layer, flag_nonzero_land_surface_fraction, wind_speed_at_lowest_model_layer, surface_slope_classification, minimum_vegetation_area_fraction, maximum_vegetation_area_fraction, upper_bound_on_max_albedo_over_deep_snow, surface_diffused_shortwave_albedo, flag_for_iteration, flag_for_guess_run, flag_for_dynamic_vegetation_option, flag_for_canopy_stomatal_resistance_option, flag_for_soil_moisture_factor_stomatal_resistance_option, flag_for_runoff_and_groundwater_option, flag_for_surface_layer_drag_coefficient_option, flag_for_supercooled_liquid_water_option, flag_for_frozen_soil_permeability_option, flag_for_radiation_transfer_option, flag_for_ground_snow_surface_albedo_option, flag_for_precipitation_partition_option, flag_for_lower_boundary_soil_temperature_option, flag_for_soil_and_snow_temperature_time_stepping_option, latitude, instantaneous_cosine_of_zenith_angle, number_of_days_in_year, julian_day, explicit_rainfall_rate_from_previous_timestep, convective_precipitation_rate_from_previous_timestep, snow_precipitation_rate_from_previous_timestep, graupel_precipitation_rate_from_previous_timestep, ice_precipitation_rate_from_previous_timestep, latent_heat_of_vaporization_of_water_at_0C, specific_heat_of_dry_air_at_constant_pressure, joules_per_calorie_constant, liquid_water_density, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gas_constant_dry_air, latent_heat_of_fusion_of_water_at_0C, water_equivalent_accumulated_snow_depth_over_land, surface_snow_thickness_water_equivalent_over_land, surface_skin_temperature_over_land_interstitial, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land, flag_for_precipitation_type, volume_fraction_of_soil_moisture, soil_temperature, volume_fraction_of_unfrozen_soil_moisture, canopy_water_amount, transpiration_flux, surface_skin_temperature_after_iteration_over_land, surface_roughness_length_over_land_interstitial, number_of_snow_layers, vegetation_temperature, ground_temperature_for_noahmp, canopy_intercepted_ice_mass, canopy_intercepted_liquid_water, canopy_air_vapor_pressure, canopy_air_temperature, surface_drag_coefficient_for_momentum_for_noahmp, surface_drag_coefficient_for_heat_and_moisture_for_noahmp, area_fraction_of_wet_canopy, snow_mass_at_previous_time_step, snow_albedo_at_previous_time_step, snow_precipitation_rate_at_surface, lake_water_storage, water_table_depth, water_storage_in_aquifer, water_storage_in_aquifer_and_saturated_soil, snow_temperature, layer_bottom_depth_from_snow_surface, snow_layer_ice, snow_layer_liquid_water, leaf_mass, fine_root_mass, stem_mass, wood_mass, slow_soil_pool_mass_content_of_carbon, fast_soil_pool_mass_content_of_carbon, leaf_area_index, stem_area_index, nondimensional_snow_age, equilibrium_soil_water_content, soil_water_content_between_soil_bottom_and_water_table, water_table_recharge_when_deep, water_table_recharge_when_shallow, surface_snow_area_fraction_over_land, surface_specific_humidity_over_land, upward_heat_flux_in_soil_over_land, subsurface_runoff_flux, kinematic_surface_upward_latent_heat_flux_over_land, kinematic_surface_upward_sensible_heat_flux_over_land, surface_upward_potential_latent_heat_flux_over_land, surface_runoff_flux, surface_drag_wind_speed_for_momentum_in_air_over_land, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land, soil_upward_latent_heat_flux, canopy_upward_latent_heat_flux, snow_deposition_sublimation_upward_latent_heat_flux, surface_snow_area_fraction, soil_moisture_content, snow_freezing_rain_upward_latent_heat_flux, volume_fraction_of_condensed_water_in_soil_at_wilting_point, threshold_volume_fraction_of_condensed_water_in_soil, normalized_soil_wetness, temperature_at_2m_from_noahmp, specific_humidity_at_2m_from_noahmp, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine noahmpdrv_init: ccpp_error_message, ccpp_error_flag, mpi_rank, soil_type_dataset_choice, vegetation_type_dataset_choice, iounit_namelist DEBUG: Parsing file flake_driver.F90 with registry OrderedDict([('flake_driver', {'flake_driver': {'flake_driver_finalize': [22, 29], 'flake_driver_run': [33, 285], 'flake_driver_init': [11, 18]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lake_depth in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable height_above_ground_at_lowest_model_layer in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_friction_velocity_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table flake_driver_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table flake_driver_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True flake_driver flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_init flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_finalize flake_driver -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False flake_driver_run flake_driver DEBUG: Module name: flake_driver DEBUG: Scheme name: flake_driver DEBUG: Scheme dependencies: ['flake.F90', 'machine.F'] DEBUG: Variables in subroutine flake_driver_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine flake_driver_run: ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, surface_air_pressure, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, wind_speed_at_lowest_model_layer, surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean, surface_downwelling_shortwave_flux, water_equivalent_accumulated_snow_depth_over_ocean, lake_depth, flag_nonzero_lake_surface_fraction, latitude, time_step_for_dynamics, height_above_ground_at_lowest_model_layer, orography, flag_nonzero_wet_surface_fraction, flag_for_iteration, number_of_days_in_year, julian_day, forecast_month, surface_snow_thickness_water_equivalent_over_ocean, sea_ice_thickness, surface_skin_temperature_after_iteration_over_ocean, sea_ice_concentration, surface_skin_temperature_over_ocean_interstitial, kinematic_surface_upward_sensible_heat_flux_over_ocean, kinematic_surface_upward_latent_heat_flux_over_ocean, surface_friction_velocity_over_ocean, surface_specific_humidity_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean, surface_drag_wind_speed_for_momentum_in_air_over_ocean DEBUG: Variables in subroutine flake_driver_init: ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file sfc_nst.f with registry OrderedDict([('sfc_nst', {'sfc_nst': {'sfc_nst_init': [10, 11], 'sfc_nst_run': [25, 552], 'sfc_nst_finalize': [16, 17]}}), ('sfc_nst_pre', {}), ('sfc_nst_post', {})]) -INFO: Legacy extension - skip empty table for sfc_nst_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable x_wind_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable y_wind_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_wind_stress_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ocean_interstitial in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable instantaneous_cosine_of_zenith_angle in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_guess_run in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_for_nsst in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_water_salinity in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_x_current in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_y_current in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ocean_mixed_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensitivity_of_dtl_heat_content_to_surface_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensitivity_of_dtl_thickness_to_surface_temperature in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_c_0 in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_c_d in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_w_0 in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable coefficient_w_d in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable free_convection_layer_thickness in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable index_of_dtlm_start in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sensible_heat_flux_due_to_rainfall in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table sfc_nst_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table sfc_nst_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst -INFO: Legacy extension - skip empty table for sfc_nst_finalize +DEBUG: Parsing file sfc_nst.f with registry OrderedDict([('sfc_nst', {'sfc_nst': {'sfc_nst_init': [8, 9], 'sfc_nst_run': [22, 549], 'sfc_nst_finalize': [13, 14]}}), ('sfc_nst_pre', {}), ('sfc_nst_post', {})]) DEBUG: Module name: sfc_nst DEBUG: Scheme name: sfc_nst DEBUG: Scheme dependencies: ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] DEBUG: Variables in subroutine sfc_nst_init: DEBUG: Variables in subroutine sfc_nst_run: horizontal_loop_extent, latent_heat_of_vaporization_of_water_at_0C, specific_heat_of_dry_air_at_constant_pressure, latent_heat_of_fusion_of_water_at_0C, joules_per_calorie_constant, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gas_constant_dry_air, sea_water_reference_density, stefan_boltzmann_constant, pi, surface_air_pressure, x_wind_at_lowest_model_layer, y_wind_at_lowest_model_layer, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, sea_surface_reference_temperature, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, flag_nonzero_wet_surface_fraction, longitude, sine_of_latitude, surface_wind_stress_over_ocean, surface_longwave_emissivity_over_ocean_interstitial, surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean, surface_net_downwelling_shortwave_flux, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean, time_step_for_dynamics, index_of_time_step, forecast_hour_of_the_day, instantaneous_cosine_of_zenith_angle, wind_speed_at_lowest_model_layer, flag_for_iteration, flag_for_guess_run, flag_for_nsstm_run, vertical_temperature_average_range_lower_bound, vertical_temperature_average_range_upper_bound, flag_print, horizontal_index_of_printed_column, surface_skin_temperature_for_nsst, surface_skin_temperature_after_iteration_over_ocean, diurnal_thermocline_layer_heat_content, sea_water_salinity, diurnal_thermocline_layer_x_current, diurnal_thermocline_layer_y_current, diurnal_thermocline_layer_thickness, ocean_mixed_layer_thickness, sensitivity_of_dtl_heat_content_to_surface_temperature, sensitivity_of_dtl_thickness_to_surface_temperature, sub_layer_cooling_amount, sub_layer_cooling_thickness, coefficient_c_0, coefficient_c_d, coefficient_w_0, coefficient_w_d, free_convection_layer_thickness, index_of_dtlm_start, sensible_heat_flux_due_to_rainfall, surface_specific_humidity_over_ocean, upward_heat_flux_in_soil_over_ocean, surface_drag_wind_speed_for_momentum_in_air_over_ocean, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean, kinematic_surface_upward_latent_heat_flux_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_ocean, surface_upward_potential_latent_heat_flux_over_ocean, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine sfc_nst_finalize: -DEBUG: Parsing file sfc_nst.f with registry OrderedDict([('sfc_nst', {'sfc_nst': {'sfc_nst_init': [10, 11], 'sfc_nst_run': [25, 552], 'sfc_nst_finalize': [16, 17]}}), ('sfc_nst_pre', {'sfc_nst_pre': {'sfc_nst_pre_init': [567, 568], 'sfc_nst_pre_finalize': [571, 572], 'sfc_nst_pre_run': [578, 641]}}), ('sfc_nst_post', {})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_for_nsst in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table sfc_nst_pre_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst_pre +DEBUG: Parsing file sfc_nst.f with registry OrderedDict([('sfc_nst', {'sfc_nst': {'sfc_nst_init': [8, 9], 'sfc_nst_run': [22, 549], 'sfc_nst_finalize': [13, 14]}}), ('sfc_nst_pre', {'sfc_nst_pre': {'sfc_nst_pre_init': [562, 563], 'sfc_nst_pre_finalize': [564, 565], 'sfc_nst_pre_run': [571, 634]}}), ('sfc_nst_post', {})]) DEBUG: Module name: sfc_nst_pre DEBUG: Scheme name: sfc_nst_pre DEBUG: Scheme dependencies: ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] DEBUG: Variables in subroutine sfc_nst_pre_init: DEBUG: Variables in subroutine sfc_nst_pre_finalize: DEBUG: Variables in subroutine sfc_nst_pre_run: horizontal_loop_extent, sea_surface_reference_temperature, flag_nonzero_wet_surface_fraction, surface_skin_temperature_for_nsst, surface_skin_temperature_after_iteration_over_ocean, diurnal_thermocline_layer_heat_content, diurnal_thermocline_layer_thickness, sub_layer_cooling_amount, sub_layer_cooling_thickness, ccpp_error_message, ccpp_error_flag, surface_skin_temperature_over_ocean_interstitial, flag_for_flux_coupling, sea_area_fraction, omp_threads -DEBUG: Parsing file sfc_nst.f with registry OrderedDict([('sfc_nst', {'sfc_nst': {'sfc_nst_init': [10, 11], 'sfc_nst_run': [25, 552], 'sfc_nst_finalize': [16, 17]}}), ('sfc_nst_pre', {'sfc_nst_pre': {'sfc_nst_pre_init': [567, 568], 'sfc_nst_pre_finalize': [571, 572], 'sfc_nst_pre_run': [578, 641]}}), ('sfc_nst_post', {'sfc_nst_post': {'sfc_nst_post_run': [670, 718], 'sfc_nst_post_init': [653, 654], 'sfc_nst_post_finalize': [659, 660]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_run sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_pre sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_pre_run sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_nst_post sfc_nst_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_nst_post_run sfc_nst_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable orography_unfiltered in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_heat_content in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable diurnal_thermocline_layer_thickness in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_amount in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sub_layer_cooling_thickness in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_surface_reference_temperature in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_after_iteration_over_ocean in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_nst_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_change_over_depth_in_sea_water_temperature in table sfc_nst_post_run -INFO: Legacy extension - skip empty table for sfc_nst_post_init -INFO: Legacy extension - skip empty table for sfc_nst_post_finalize +DEBUG: Parsing file sfc_nst.f with registry OrderedDict([('sfc_nst', {'sfc_nst': {'sfc_nst_init': [8, 9], 'sfc_nst_run': [22, 549], 'sfc_nst_finalize': [13, 14]}}), ('sfc_nst_pre', {'sfc_nst_pre': {'sfc_nst_pre_init': [562, 563], 'sfc_nst_pre_finalize': [564, 565], 'sfc_nst_pre_run': [571, 634]}}), ('sfc_nst_post', {'sfc_nst_post': {'sfc_nst_post_run': [659, 707], 'sfc_nst_post_init': [644, 645], 'sfc_nst_post_finalize': [648, 649]}})]) DEBUG: Module name: sfc_nst_post DEBUG: Scheme name: sfc_nst_post DEBUG: Scheme dependencies: ['funcphys.f90', 'module_nst_water_prop.f90', 'machine.F', 'module_nst_parameters.f90', 'module_nst_model.f90', 'date_def.f'] DEBUG: Variables in subroutine sfc_nst_post_run: horizontal_loop_extent, sea_surface_reference_temperature, flag_nonzero_wet_surface_fraction, longitude, flag_for_nsstm_run, vertical_temperature_average_range_lower_bound, vertical_temperature_average_range_upper_bound, surface_skin_temperature_after_iteration_over_ocean, diurnal_thermocline_layer_heat_content, diurnal_thermocline_layer_thickness, sub_layer_cooling_amount, sub_layer_cooling_thickness, ccpp_error_message, ccpp_error_flag, surface_skin_temperature_over_ocean_interstitial, omp_threads, air_temperature_lapse_rate_constant, freezing_point_temperature_of_seawater, flag_nonzero_sea_ice_surface_fraction, orography, orography_unfiltered, mean_change_over_depth_in_sea_water_temperature DEBUG: Variables in subroutine sfc_nst_post_init: DEBUG: Variables in subroutine sfc_nst_post_finalize: -DEBUG: Parsing file sfc_ocean.F with registry OrderedDict([('sfc_ocean', {'sfc_ocean': {'sfc_ocean_finalize': [16, 17], 'sfc_ocean_init': [12, 13], 'sfc_ocean_run': [24, 132]}})]) -INFO: Legacy extension - skip empty table for sfc_ocean_finalize -INFO: Legacy extension - skip empty table for sfc_ocean_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_ocean sfc_ocean -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_ocean_run sfc_ocean -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ocean_interstitial in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_wet_surface_fraction in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_lake_surface_fraction in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ocean in table sfc_ocean_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ocean in table sfc_ocean_run +DEBUG: Parsing file sfc_ocean.F with registry OrderedDict([('sfc_ocean', {'sfc_ocean': {'sfc_ocean_finalize': [12, 13], 'sfc_ocean_init': [10, 11], 'sfc_ocean_run': [20, 128]}})]) DEBUG: Module name: sfc_ocean DEBUG: Scheme name: sfc_ocean DEBUG: Scheme dependencies: ['funcphys.f90', 'machine.F'] @@ -26231,76 +15000,13 @@ DEBUG: Variables in subroutine sfc_ocean_init: DEBUG: Variables in subroutine sfc_ocean_run: horizontal_loop_extent, gas_constant_dry_air, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, surface_air_pressure, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, surface_skin_temperature_over_ocean_interstitial, surface_drag_coefficient_for_momentum_in_air_over_ocean, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, flag_nonzero_wet_surface_fraction, flag_nonzero_lake_surface_fraction, wind_speed_at_lowest_model_layer, flag_for_iteration, surface_specific_humidity_over_ocean, surface_drag_wind_speed_for_momentum_in_air_over_ocean, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean, upward_heat_flux_in_soil_over_ocean, kinematic_surface_upward_latent_heat_flux_over_ocean, kinematic_surface_upward_sensible_heat_flux_over_ocean, surface_upward_potential_latent_heat_flux_over_ocean, ccpp_error_message, ccpp_error_flag DEBUG: Warning, ignoring nested subroutine in module sfc_sice and subroutine sfc_sice_run DEBUG: Parsing file sfc_sice.f with registry OrderedDict([('sfc_sice', {'sfc_sice': {'sfc_sice_run': [37, 623], 'sfc_sice_finalize': [8, 9], 'sfc_sice_init': [5, 6]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True sfc_sice sfc_sice -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False sfc_sice_run sfc_sice -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_pressure in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity_over_ice_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_precipitation_type in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_momentum_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_interface in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable wind_speed_at_lowest_model_layer in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_for_iteration in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_thickness in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_equivalent_accumulated_snow_depth_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature_over_ice_interstitial in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable internal_ice_temperature in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upward_potential_latent_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_specific_humidity_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_melt in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upward_heat_flux_in_soil_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_wind_speed_for_momentum_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_latent_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable kinematic_surface_upward_sensible_heat_flux_over_ice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable flag_nonzero_sea_ice_surface_fraction in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_cice in table sfc_sice_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_area_fraction in table sfc_sice_run DEBUG: Module name: sfc_sice DEBUG: Scheme name: sfc_sice DEBUG: Scheme dependencies: ['funcphys.f90', 'machine.F'] DEBUG: Variables in subroutine sfc_sice_run: horizontal_loop_extent, ice_vertical_dimension, stefan_boltzmann_constant, latent_heat_of_vaporization_of_water_at_0C, freezing_point_temperature_of_seawater, specific_heat_of_dry_air_at_constant_pressure, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, gravitational_acceleration, temperature_at_zero_celsius, gas_constant_dry_air, surface_air_pressure, air_temperature_at_lowest_model_layer, water_vapor_specific_humidity_at_lowest_model_layer, time_step_for_dynamics, surface_longwave_emissivity_over_ice_interstitial, surface_downwelling_longwave_flux_absorbed_by_ground_over_ice, surface_net_downwelling_shortwave_flux, surface_downwelling_shortwave_flux, flag_for_precipitation_type, surface_drag_coefficient_for_momentum_in_air_over_ice, surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice, air_pressure_at_lowest_model_layer, ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer, dimensionless_exner_function_at_lowest_model_interface, dimensionless_exner_function_at_lowest_model_layer, wind_speed_at_lowest_model_layer, flag_for_iteration, flag_print, horizontal_index_of_printed_column, sea_ice_thickness, sea_ice_concentration, sea_ice_temperature_interstitial, water_equivalent_accumulated_snow_depth_over_ice, surface_skin_temperature_over_ice_interstitial, nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice, internal_ice_temperature, surface_upward_potential_latent_heat_flux_over_ice, surface_snow_thickness_water_equivalent_over_ice, surface_specific_humidity_over_ice, surface_snow_melt, upward_heat_flux_in_soil_over_ice, surface_drag_wind_speed_for_momentum_in_air_over_ice, surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice, kinematic_surface_upward_latent_heat_flux_over_ice, kinematic_surface_upward_sensible_heat_flux_over_ice, flag_for_fractional_grid, flag_nonzero_sea_ice_surface_fraction, sea_land_ice_mask_cice, lake_ice_minimum, sea_ice_minimum, sea_area_fraction, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine sfc_sice_finalize: DEBUG: Variables in subroutine sfc_sice_init: -DEBUG: Parsing file mp_fer_hires.F90 with registry OrderedDict([('mp_fer_hires', {'mp_fer_hires': {'mp_fer_hires_run': [87, 304], 'mp_fer_hires_init': [20, 81], 'mp_fer_hires_finalize': [307, 308]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_fer_hires mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_init mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_run mp_fer_hires -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable water_vapor_specific_humidity_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_condensate_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable accumulated_change_of_air_temperature_due_to_FA_scheme in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ratio_of_snowfall_to_rainfall in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_ice_water_cloud in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fraction_of_rain_water_cloud in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rime_factor in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_condensed_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable ice_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable rain_water_mixing_ratio_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mass_weighted_rime_factor_updated_by_physics in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lwe_thickness_of_explicit_precipitation_amount in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable radar_reflectivity_10cm in table mp_fer_hires_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cell_size in table mp_fer_hires_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True mp_fer_hires mp_fer_hires -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_init mp_fer_hires -WARNING: Legacy extension - replacing variable 'horizontal_loop_extent' with 'horizontal_dimension' in table mp_fer_hires_init -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False mp_fer_hires_run mp_fer_hires -INFO: Legacy extension - skip empty table for mp_fer_hires_finalize +DEBUG: Parsing file mp_fer_hires.F90 with registry OrderedDict([('mp_fer_hires', {'mp_fer_hires': {'mp_fer_hires_run': [87, 304], 'mp_fer_hires_init': [20, 81], 'mp_fer_hires_finalize': [305, 306]}})]) DEBUG: Module name: mp_fer_hires DEBUG: Scheme name: mp_fer_hires DEBUG: Scheme dependencies: ['module_MP_FER_HIRES.F90', 'machine.F'] @@ -26308,17 +15014,6 @@ DEBUG: Variables in subroutine mp_fer_hires_run: horizontal_loop_extent, vertica DEBUG: Variables in subroutine mp_fer_hires_init: vertical_dimension, time_step_for_physics, fraction_of_ice_water_cloud, fraction_of_rain_water_cloud, rime_factor, mpi_rank, mpi_root, omp_threads, ccpp_error_message, ccpp_error_flag, horizontal_dimension, flag_for_microphysics_scheme, flag_for_fer_hires_microphysics_scheme, flag_for_restart, mpi_comm DEBUG: Variables in subroutine mp_fer_hires_finalize: DEBUG: Parsing file rrtmgp_lw_gas_optics.F90 with registry OrderedDict([('rrtmgp_lw_gas_optics', {'rrtmgp_lw_gas_optics': {'rrtmgp_lw_gas_optics_init': [18, 226], 'rrtmgp_lw_gas_optics_finalize': [270, 271], 'rrtmgp_lw_gas_optics_run': [233, 266]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_gas_optics rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_init rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_run rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_gas_optics rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_init rrtmgp_lw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_gas_optics_run rrtmgp_lw_gas_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table rrtmgp_lw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmgp_lw_gas_optics_run DEBUG: Module name: rrtmgp_lw_gas_optics DEBUG: Scheme name: rrtmgp_lw_gas_optics DEBUG: Scheme dependencies: ['rte-rrtmgp/rte/mo_rte_lw.F90', 'rte-rrtmgp/extensions/mo_compute_bc.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/rte/mo_rte_sw.F90', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rrtmgp_aux.F90'] @@ -26326,29 +15021,6 @@ DEBUG: Variables in subroutine rrtmgp_lw_gas_optics_init: directory_for_rte_rrtm DEBUG: Variables in subroutine rrtmgp_lw_gas_optics_finalize: DEBUG: Variables in subroutine rrtmgp_lw_gas_optics_run: ccpp_error_message, ccpp_error_flag, coefficients_for_lw_gas_optics, flag_to_calc_lw, horizontal_loop_extent, vertical_dimension, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, air_temperature_at_interface_for_RRTMGP, surface_ground_temperature_for_radiation, Gas_concentrations_for_RRTMGP_suite, longwave_optical_properties_for_clear_sky, longwave_source_function DEBUG: Parsing file rrtmgp_lw_cloud_optics.F90 with registry OrderedDict([('rrtmgp_lw_cloud_optics', {'rrtmgp_lw_cloud_optics': {'rrtmgp_lw_cloud_optics_finalize': [322, 323], 'rrtmgp_lw_cloud_optics_run': [229, 315], 'rrtmgp_lw_cloud_optics_init': [22, 222]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_10mu_band in table rrtmgp_lw_cloud_optics_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_optics rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_init rrtmgp_lw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_optics_run rrtmgp_lw_cloud_optics DEBUG: Module name: rrtmgp_lw_cloud_optics DEBUG: Scheme name: rrtmgp_lw_cloud_optics DEBUG: Scheme dependencies: ['rrtmgp_aux.F90', 'rrtmg_lw_cloud_optics.F90', 'machine.F'] @@ -26356,18 +15028,6 @@ DEBUG: Variables in subroutine rrtmgp_lw_cloud_optics_finalize: DEBUG: Variables in subroutine rrtmgp_lw_cloud_optics_run: flag_to_calc_lw, flag_to_calc_lw_cld_optics_using_RRTMG, flag_to_calc_lw_cld_optics_using_RRTMGP_PADE, flag_to_calc_lw_cld_optics_using_RRTMGP_LUT, horizontal_loop_extent, vertical_dimension, number_of_rrtmgp_ice_roughness, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_snow_water_path, mean_effective_radius_for_snow_flake, cloud_rain_water_path, mean_effective_radius_for_rain_drop, precipitation_fraction_by_layer, air_pressure_at_layer_for_RRTMGP_in_hPa, coefficients_for_lw_gas_optics, coefficients_for_lw_cloud_optics, longitude, latitude, RRTMGP_cloud_optical_depth_layers_at_10mu_band, longwave_optical_properties_for_cloudy_atmosphere_by_band, longwave_optical_properties_for_precipitation_by_band, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine rrtmgp_lw_cloud_optics_init: flag_to_calc_lw_cld_optics_using_RRTMG, flag_to_calc_lw_cld_optics_using_RRTMGP_PADE, flag_to_calc_lw_cld_optics_using_RRTMGP_LUT, number_of_rrtmgp_ice_roughness, coefficients_for_lw_cloud_optics, ccpp_error_message, ccpp_error_flag, directory_for_rte_rrtmgp_source_code, rrtmgp_coeff_lw_cloud_optics, mpi_rank, mpi_root, mpi_comm DEBUG: Parsing file rrtmgp_sw_gas_optics.F90 with registry OrderedDict([('rrtmgp_sw_gas_optics', {'rrtmgp_sw_gas_optics': {'rrtmgp_sw_gas_optics_init': [18, 237], 'rrtmgp_sw_gas_optics_finalize': [302, 303], 'rrtmgp_sw_gas_optics_run': [244, 298]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_gas_optics rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_init rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_run rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_gas_optics rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_init rrtmgp_sw_gas_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_gas_optics_run rrtmgp_sw_gas_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table rrtmgp_sw_gas_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable toa_incident_sw_flux_by_spectral_point in table rrtmgp_sw_gas_optics_run DEBUG: Module name: rrtmgp_sw_gas_optics DEBUG: Scheme name: rrtmgp_sw_gas_optics DEBUG: Scheme dependencies: ['rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/rte/mo_rte_sw.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'radiation_gases.f', 'rte-rrtmgp/extensions/mo_compute_bc.F90', 'machine.F', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/rte/mo_rte_lw.F90', 'iounitdef.f', 'rrtmgp_aux.F90'] @@ -26375,24 +15035,6 @@ DEBUG: Variables in subroutine rrtmgp_sw_gas_optics_init: directory_for_rte_rrtm DEBUG: Variables in subroutine rrtmgp_sw_gas_optics_finalize: DEBUG: Variables in subroutine rrtmgp_sw_gas_optics_run: number_of_active_gases_used_by_RRTMGP, list_of_active_gases_used_by_RRTMGP, ccpp_error_message, ccpp_error_flag, coefficients_for_sw_gas_optics, flag_to_calc_sw, horizontal_loop_extent, vertical_dimension, daytime_points_dimension, daytime_points, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, air_temperature_at_interface_for_RRTMGP, toa_incident_sw_flux_by_spectral_point, Gas_concentrations_for_RRTMGP_suite, solar_constant, shortwave_optical_properties_for_clear_sky DEBUG: Parsing file rrtmgp_sw_cloud_optics.F90 with registry OrderedDict([('rrtmgp_sw_cloud_optics', {'rrtmgp_sw_cloud_optics': {'rrtmgp_sw_cloud_optics_run': [238, 354], 'rrtmgp_sw_cloud_optics_finalize': [358, 359], 'rrtmgp_sw_cloud_optics_init': [24, 231]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_optics rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_init rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_run rrtmgp_sw_cloud_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_cloud_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band in table rrtmgp_sw_cloud_optics_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_optics rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_init rrtmgp_sw_cloud_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_optics_run rrtmgp_sw_cloud_optics DEBUG: Module name: rrtmgp_sw_cloud_optics DEBUG: Scheme name: rrtmgp_sw_cloud_optics DEBUG: Scheme dependencies: ['physparam.f', 'rrtmg_sw_cloud_optics.F90', 'machine.F', 'rrtmgp_aux.F90'] @@ -26400,20 +15042,6 @@ DEBUG: Variables in subroutine rrtmgp_sw_cloud_optics_run: flag_to_calc_sw, hori DEBUG: Variables in subroutine rrtmgp_sw_cloud_optics_finalize: DEBUG: Variables in subroutine rrtmgp_sw_cloud_optics_init: flag_to_calc_lw_cld_optics_using_RRTMG, flag_to_calc_lw_cld_optics_using_RRTMGP_PADE, flag_to_calc_lw_cld_optics_using_RRTMGP_LUT, number_of_rrtmgp_ice_roughness, coefficients_for_sw_cloud_optics, ccpp_error_message, ccpp_error_flag, directory_for_rte_rrtmgp_source_code, rrtmgp_coeff_sw_cloud_optics, mpi_rank, mpi_root, mpi_comm DEBUG: Parsing file rrtmgp_sw_aerosol_optics.F90 with registry OrderedDict([('rrtmgp_sw_aerosol_optics', {'rrtmgp_sw_aerosol_optics': {'rrtmgp_sw_aerosol_optics_init': [16, 17], 'rrtmgp_sw_aerosol_optics_finalize': [81, 82], 'rrtmgp_sw_aerosol_optics_run': [24, 77]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_aerosol_optics rrtmgp_sw_aerosol_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_aerosol_optics_run rrtmgp_sw_aerosol_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_sw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table rrtmgp_sw_aerosol_optics_run DEBUG: Module name: rrtmgp_sw_aerosol_optics DEBUG: Scheme name: rrtmgp_sw_aerosol_optics DEBUG: Scheme dependencies: ['iounitdef.f', 'radiation_aerosols.f', 'rrtmgp_aux.F90', 'machine.F'] @@ -26421,19 +15049,6 @@ DEBUG: Variables in subroutine rrtmgp_sw_aerosol_optics_init: DEBUG: Variables in subroutine rrtmgp_sw_aerosol_optics_finalize: DEBUG: Variables in subroutine rrtmgp_sw_aerosol_optics_run: flag_to_calc_sw, horizontal_loop_extent, vertical_dimension, number_of_tracers, number_of_aerosol_tracers_MG, daytime_points_dimension, daytime_points, air_pressure_at_interface_for_RRTMGP_in_hPa, air_pressure_at_layer_for_RRTMGP_in_hPa, dimensionless_exner_function_at_model_layers, virtual_temperature, relative_humidity, sea_land_ice_mask_real, chemical_tracers, aerosol_number_concentration_from_gocart_aerosol_climatology, longitude, latitude, coefficients_for_lw_gas_optics, coefficients_for_sw_gas_optics, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, shortwave_optical_properties_for_aerosols, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file rrtmgp_lw_rte.F90 with registry OrderedDict([('rrtmgp_lw_rte', {'rrtmgp_lw_rte': {'rrtmgp_lw_rte_init': [18, 19], 'rrtmgp_lw_rte_finalize': [121, 122], 'rrtmgp_lw_rte_run': [26, 117]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_rte rrtmgp_lw_rte -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_rte_run rrtmgp_lw_rte -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_emissivity_in_each_RRTMGP_LW_band in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_allsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_clrsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_clrsky in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_upward in table rrtmgp_lw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_jacobian_of_lw_flux_profile_downward in table rrtmgp_lw_rte_run DEBUG: Module name: rrtmgp_lw_rte DEBUG: Scheme name: rrtmgp_lw_rte DEBUG: Scheme dependencies: ['rte-rrtmgp/rte/mo_rte_lw.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] @@ -26441,23 +15056,6 @@ DEBUG: Variables in subroutine rrtmgp_lw_rte_init: DEBUG: Variables in subroutine rrtmgp_lw_rte_finalize: DEBUG: Variables in subroutine rrtmgp_lw_rte_run: flag_to_calc_lw, flag_for_output_of_longwave_heating_rate, flag_to_calc_RRTMGP_LW_jacobian, horizontal_loop_extent, vertical_dimension, number_of_angles_used_in_gaussian_quadrature, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, surface_ground_temperature_for_radiation, surface_emissivity_in_each_RRTMGP_LW_band, coefficients_for_lw_gas_optics, longwave_optical_properties_for_clear_sky, longwave_optical_properties_for_cloudy_atmosphere, longwave_optical_properties_for_aerosols, longwave_source_function, RRTMGP_lw_flux_profile_upward_allsky, RRTMGP_lw_flux_profile_downward_allsky, RRTMGP_lw_flux_profile_upward_clrsky, RRTMGP_lw_flux_profile_downward_clrsky, RRTMGP_jacobian_of_lw_flux_profile_upward, RRTMGP_jacobian_of_lw_flux_profile_downward, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file rrtmgp_sw_rte.F90 with registry OrderedDict([('rrtmgp_sw_rte', {'rrtmgp_sw_rte': {'rrtmgp_sw_rte_run': [25, 158], 'rrtmgp_sw_rte_init': [17, 18], 'rrtmgp_sw_rte_finalize': [162, 163]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_rte rrtmgp_sw_rte -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_rte_run rrtmgp_sw_rte -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable toa_incident_sw_flux_by_spectral_point in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_allsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_allsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_clrsky in table rrtmgp_sw_rte_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_clrsky in table rrtmgp_sw_rte_run DEBUG: Module name: rrtmgp_sw_rte DEBUG: Scheme name: rrtmgp_sw_rte DEBUG: Scheme dependencies: ['rte-rrtmgp/rte/mo_rte_sw.F90', 'radsw_param.f', 'rte-rrtmgp/rte/kernels/mo_rte_solver_kernels.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'rte-rrtmgp/rte/mo_fluxes.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] @@ -26465,19 +15063,6 @@ DEBUG: Variables in subroutine rrtmgp_sw_rte_run: flag_to_calc_sw, flag_for_outp DEBUG: Variables in subroutine rrtmgp_sw_rte_init: DEBUG: Variables in subroutine rrtmgp_sw_rte_finalize: DEBUG: Parsing file rrtmgp_lw_aerosol_optics.F90 with registry OrderedDict([('rrtmgp_lw_aerosol_optics', {'rrtmgp_lw_aerosol_optics': {'rrtmgp_lw_aerosol_optics_init': [16, 17], 'rrtmgp_lw_aerosol_optics_finalize': [65, 66], 'rrtmgp_lw_aerosol_optics_run': [24, 61]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_aerosol_optics rrtmgp_lw_aerosol_optics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_aerosol_optics_run rrtmgp_lw_aerosol_optics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable aerosol_number_concentration_from_gocart_aerosol_climatology in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_aerosol_optics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table rrtmgp_lw_aerosol_optics_run DEBUG: Module name: rrtmgp_lw_aerosol_optics DEBUG: Scheme name: rrtmgp_lw_aerosol_optics DEBUG: Scheme dependencies: ['iounitdef.f', 'radiation_aerosols.f', 'rrtmgp_aux.F90', 'machine.F'] @@ -26485,18 +15070,6 @@ DEBUG: Variables in subroutine rrtmgp_lw_aerosol_optics_init: DEBUG: Variables in subroutine rrtmgp_lw_aerosol_optics_finalize: DEBUG: Variables in subroutine rrtmgp_lw_aerosol_optics_run: flag_to_calc_lw, horizontal_loop_extent, vertical_dimension, number_of_tracers, number_of_aerosol_tracers_MG, air_pressure_at_interface_for_RRTMGP_in_hPa, air_pressure_at_layer_for_RRTMGP_in_hPa, dimensionless_exner_function_at_model_layers, virtual_temperature, relative_humidity, sea_land_ice_mask_real, chemical_tracers, aerosol_number_concentration_from_gocart_aerosol_climatology, longitude, latitude, coefficients_for_lw_gas_optics, coefficients_for_sw_gas_optics, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, longwave_optical_properties_for_aerosols, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file GFS_rrtmgp_setup.F90 with registry OrderedDict([('GFS_rrtmgp_setup', {'GFS_rrtmgp_setup': {'GFS_rrtmgp_setup_init': [26, 98], 'GFS_rrtmgp_setup_finalize': [131, 141], 'GFS_rrtmgp_setup_run': [102, 127]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_setup GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_init GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_run GFS_rrtmgp_setup -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_setup_finalize GFS_rrtmgp_setup DEBUG: Module name: GFS_rrtmgp_setup DEBUG: Scheme name: GFS_rrtmgp_setup DEBUG: Scheme dependencies: ['physparam.f', 'radiation_gases.f', 'radiation_astronomy.f', 'machine.F', 'module_bfmicrophysics.f', 'radiation_aerosols.f', 'iounitdef.f', 'radiation_surface.f', 'radiation_clouds.f'] @@ -26504,48 +15077,13 @@ DEBUG: Variables in subroutine GFS_rrtmgp_setup_init: flag_for_microphysics_sche DEBUG: Variables in subroutine GFS_rrtmgp_setup_finalize: ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_rrtmgp_setup_run: mpi_rank, ccpp_error_message, ccpp_error_flag, date_and_time_at_model_initialization, forecast_date_and_time, frequency_for_shortwave_radiation, time_step_for_dynamics, flag_to_calc_sw, equation_of_time, sine_of_solar_declination_angle, cosine_of_solar_declination_angle, solar_constant DEBUG: Parsing file GFS_rrtmgp_pre.F90 with registry OrderedDict([('GFS_rrtmgp_pre', {'GFS_rrtmgp_pre': {'GFS_rrtmgp_pre_finalize': [261, 262], 'GFS_rrtmgp_pre_init': [37, 114], 'GFS_rrtmgp_pre_run': [121, 257]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_pre GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_init GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_run GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_pre GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_init GFS_rrtmgp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_pre_run GFS_rrtmgp_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable dimensionless_exner_function_at_model_layers in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tracer_concentration in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_interface_for_RRTMGP in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_ground_temperature_for_radiation in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_pre_run DEBUG: Module name: GFS_rrtmgp_pre DEBUG: Scheme name: GFS_rrtmgp_pre DEBUG: Scheme dependencies: ['physparam.f', 'funcphys.f90', 'physcons.F90', 'radiation_gases.f', 'radiation_astronomy.f', 'machine.F', 'module_bfmicrophysics.f', 'radiation_aerosols.f', 'rrtmg_lw_cloud_optics.F90', 'iounitdef.f', 'radcons.f90', 'radiation_clouds.f', 'radiation_surface.f', 'rrtmgp_aux.F90'] DEBUG: Variables in subroutine GFS_rrtmgp_pre_finalize: DEBUG: Variables in subroutine GFS_rrtmgp_pre_init: active_gases_used_by_RRTMGP, number_of_active_gases_used_by_RRTMGP, list_of_active_gases_used_by_RRTMGP, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_rrtmgp_pre_run: number_of_active_gases_used_by_RRTMGP, list_of_active_gases_used_by_RRTMGP, ccpp_error_message, ccpp_error_flag, horizontal_loop_extent, vertical_dimension, number_of_tracers, flag_to_calc_sw, flag_to_calc_lw, index_for_ozone, frequency_for_shortwave_radiation, frequency_for_longwave_radiation, latitude, longitude, air_pressure_at_interface, dimensionless_exner_function_at_model_layers, air_pressure, air_temperature, tracer_concentration, surface_skin_temperature, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, ratio_of_vapor_to_dry_air_gas_constants_minus_one, minimum_value_of_saturation_mixing_ratio, time_step_for_radiation, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, air_temperature_at_layer_for_RRTMGP, air_temperature_at_interface_for_RRTMGP, surface_ground_temperature_for_radiation, surface_air_temperature_for_radiation, virtual_temperature, relative_humidity, chemical_tracers, Gas_concentrations_for_RRTMGP_suite -DEBUG: Parsing file rrtmgp_lw_pre.F90 with registry OrderedDict([('rrtmgp_lw_pre', {'rrtmgp_lw_pre': {'rrtmgp_lw_pre_finalize': [60, 61], 'rrtmgp_lw_pre_init': [16, 17], 'rrtmgp_lw_pre_run': [24, 56]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_pre rrtmgp_lw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_pre_run rrtmgp_lw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_longwave_emissivity in table rrtmgp_lw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_emissivity_in_each_RRTMGP_LW_band in table rrtmgp_lw_pre_run +DEBUG: Parsing file rrtmgp_lw_pre.F90 with registry OrderedDict([('rrtmgp_lw_pre', {'rrtmgp_lw_pre': {'rrtmgp_lw_pre_finalize': [55, 56], 'rrtmgp_lw_pre_init': [11, 12], 'rrtmgp_lw_pre_run': [19, 51]}})]) DEBUG: Module name: rrtmgp_lw_pre DEBUG: Scheme name: rrtmgp_lw_pre DEBUG: Scheme dependencies: ['iounitdef.f', 'physparam.f', 'radiation_surface.f', 'machine.F'] @@ -26553,87 +15091,20 @@ DEBUG: Variables in subroutine rrtmgp_lw_pre_finalize: DEBUG: Variables in subroutine rrtmgp_lw_pre_init: DEBUG: Variables in subroutine rrtmgp_lw_pre_run: flag_to_calc_lw, horizontal_loop_extent, longitude, latitude, sea_land_ice_mask_real, surface_roughness_length, surface_snow_thickness_water_equivalent, surface_snow_area_fraction_over_land, surface_skin_temperature, standard_deviation_of_subgrid_orography, coefficients_for_lw_gas_optics, surface_longwave_emissivity, surface_emissivity_in_each_RRTMGP_LW_band, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file GFS_rrtmgp_sw_pre.F90 with registry OrderedDict([('GFS_rrtmgp_sw_pre', {'GFS_rrtmgp_sw_pre': {'GFS_rrtmgp_sw_pre_finalize': [126, 127], 'GFS_rrtmgp_sw_pre_run': [21, 122], 'GFS_rrtmgp_sw_pre_init': [13, 14]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_sw_pre GFS_rrtmgp_sw_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_sw_pre_run GFS_rrtmgp_sw_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable longitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_latitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sine_of_latitude in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_thickness_water_equivalent in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_snow_area_fraction_over_land in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable upper_bound_on_max_albedo_over_deep_snow in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_roughness_length in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_skin_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable standard_deviation_of_subgrid_orography in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_vis_albedo_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_nir_albedo_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fractional_coverage_with_strong_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable fractional_coverage_with_weak_cosz_dependency in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_concentration in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_ice_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable weights_for_stochastic_surface_physics_perturbation in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_perturbation in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_mean_cosz_over_rad_call_period in table GFS_rrtmgp_sw_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_diffused_shortwave_albedo in table GFS_rrtmgp_sw_pre_run DEBUG: Module name: GFS_rrtmgp_sw_pre DEBUG: Scheme name: GFS_rrtmgp_sw_pre DEBUG: Scheme dependencies: ['iounitdef.f', 'physparam.f', 'radiation_surface.f', 'radiation_astronomy.f', 'machine.F'] DEBUG: Variables in subroutine GFS_rrtmgp_sw_pre_finalize: DEBUG: Variables in subroutine GFS_rrtmgp_sw_pre_run: mpi_rank, horizontal_loop_extent, vertical_dimension, number_of_land_surface_variables_perturbed, index_for_stochastic_land_surface_perturbation_type, magnitude_of_perturbations_for_landperts, variables_to_be_perturbed_for_landperts, flag_to_calc_sw, forecast_hour_of_the_day, longitude, cosine_of_latitude, sine_of_latitude, sea_land_ice_mask_real, surface_snow_thickness_water_equivalent, surface_snow_area_fraction_over_land, upper_bound_on_max_albedo_over_deep_snow, surface_roughness_length, surface_skin_temperature, standard_deviation_of_subgrid_orography, mean_vis_albedo_with_strong_cosz_dependency, mean_nir_albedo_with_strong_cosz_dependency, mean_vis_albedo_with_weak_cosz_dependency, mean_nir_albedo_with_weak_cosz_dependency, fractional_coverage_with_strong_cosz_dependency, fractional_coverage_with_weak_cosz_dependency, sea_ice_concentration, sea_ice_temperature, weights_for_stochastic_surface_physics_perturbation, virtual_temperature, relative_humidity, air_pressure_at_layer_for_RRTMGP_in_hPa, air_pressure_at_interface_for_RRTMGP_in_hPa, coefficients_for_sw_gas_optics, surface_albedo_perturbation, surface_albedo_nearIR_direct, surface_albedo_nearIR_diffuse, surface_albedo_uvvis_dir, surface_albedo_uvvis_dif, daytime_points_dimension, daytime_points, cosine_of_zenith_angle, daytime_mean_cosz_over_rad_call_period, surface_diffused_shortwave_albedo, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_rrtmgp_sw_pre_init: -DEBUG: Parsing file GFS_rrtmgp_lw_post.F90 with registry OrderedDict([('GFS_rrtmgp_lw_post', {'GFS_rrtmgp_lw_post': {'GFS_rrtmgp_lw_post_init': [15, 16], 'GFS_rrtmgp_lw_post_run': [23, 165], 'GFS_rrtmgp_lw_post_finalize': [169, 170]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_lw_post GFS_rrtmgp_lw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_lw_post_run GFS_rrtmgp_lw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_air_temperature_for_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_allsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_allsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_upward_clrsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_flux_profile_downward_clrsky in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_10mu_band in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_longwave_flux_on_radiation_time_step in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_sfc in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_midlayer_air_temperature_in_longwave_radiation in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable lw_fluxes_top_atmosphere in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_lw_fluxes in table GFS_rrtmgp_lw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in table GFS_rrtmgp_lw_post_run +DEBUG: Parsing file GFS_rrtmgp_lw_post.F90 with registry OrderedDict([('GFS_rrtmgp_lw_post', {'GFS_rrtmgp_lw_post': {'GFS_rrtmgp_lw_post_init': [15, 16], 'GFS_rrtmgp_lw_post_run': [23, 163], 'GFS_rrtmgp_lw_post_finalize': [167, 168]}})]) DEBUG: Module name: GFS_rrtmgp_lw_post DEBUG: Scheme name: GFS_rrtmgp_lw_post DEBUG: Scheme dependencies: ['rte-rrtmgp/extensions/mo_heating_rates.F90', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'radlw_param.f', 'radiation_aerosols.f', 'rte-rrtmgp/rte/mo_fluxes.F90', 'iounitdef.f', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] DEBUG: Variables in subroutine GFS_rrtmgp_lw_post_init: -DEBUG: Variables in subroutine GFS_rrtmgp_lw_post_run: horizontal_loop_extent, vertical_dimension, flag_to_calc_lw, flag_for_output_of_longwave_heating_rate, flag_diagnostics, frequency_for_longwave_radiation, surface_air_temperature_for_radiation, air_temperature_at_layer_for_RRTMGP, air_pressure_at_interface_for_RRTMGP_in_hPa, RRTMGP_lw_flux_profile_upward_allsky, RRTMGP_lw_flux_profile_downward_allsky, RRTMGP_lw_flux_profile_upward_clrsky, RRTMGP_lw_flux_profile_downward_clrsky, time_step_for_radiation, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, total_cloud_fraction, RRTMGP_cloud_optical_depth_layers_at_10mu_band, surface_downwelling_longwave_flux_on_radiation_time_step, lw_fluxes_sfc, surface_midlayer_air_temperature_in_longwave_radiation, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, lw_fluxes_top_atmosphere, RRTMGP_lw_fluxes, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmgp_lw_post_run: horizontal_loop_extent, vertical_dimension, flag_to_calc_lw, flag_for_output_of_longwave_heating_rate, flag_diagnostics, frequency_for_longwave_radiation, surface_air_temperature_for_radiation, air_temperature_at_layer_for_RRTMGP, air_pressure_at_interface_for_RRTMGP_in_hPa, RRTMGP_lw_flux_profile_upward_allsky, RRTMGP_lw_flux_profile_downward_allsky, RRTMGP_lw_flux_profile_upward_clrsky, RRTMGP_lw_flux_profile_downward_clrsky, time_step_for_radiation, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, total_cloud_fraction, RRTMGP_cloud_optical_depth_layers_at_10mu_band, cumulative_radiation_diagnostic, surface_downwelling_longwave_flux_on_radiation_time_step, lw_fluxes_sfc, surface_midlayer_air_temperature_in_longwave_radiation, tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step, lw_fluxes_top_atmosphere, RRTMGP_lw_fluxes, tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_rrtmgp_lw_post_finalize: DEBUG: Parsing file rrtmgp_lw_cloud_sampling.F90 with registry OrderedDict([('rrtmgp_lw_cloud_sampling', {'rrtmgp_lw_cloud_sampling': {'rrtmgp_lw_cloud_sampling_run': [36, 168], 'rrtmgp_lw_cloud_sampling_init': [17, 29], 'rrtmgp_lw_cloud_sampling_finalize': [172, 173]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_sampling rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_init rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_run rrtmgp_lw_cloud_sampling -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_lw in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table rrtmgp_lw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table rrtmgp_lw_cloud_sampling_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_lw_cloud_sampling rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_init rrtmgp_lw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_lw_cloud_sampling_run rrtmgp_lw_cloud_sampling DEBUG: Module name: rrtmgp_lw_cloud_sampling DEBUG: Scheme name: rrtmgp_lw_cloud_sampling DEBUG: Scheme dependencies: ['physparam.f', 'machine.F', 'rrtmgp_sampling.F90', 'mersenne_twister.f', 'rrtmgp_aux.F90'] @@ -26641,18 +15112,6 @@ DEBUG: Variables in subroutine rrtmgp_lw_cloud_sampling_run: flag_to_calc_lw, ho DEBUG: Variables in subroutine rrtmgp_lw_cloud_sampling_init: initial_permutation_seed_lw, coefficients_for_lw_gas_optics, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine rrtmgp_lw_cloud_sampling_finalize: DEBUG: Parsing file rrtmgp_sw_cloud_sampling.F90 with registry OrderedDict([('rrtmgp_sw_cloud_sampling', {'rrtmgp_sw_cloud_sampling': {'rrtmgp_sw_cloud_sampling_run': [36, 189], 'rrtmgp_sw_cloud_sampling_finalize': [193, 194], 'rrtmgp_sw_cloud_sampling_init': [17, 29]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_sampling rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_init rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_run rrtmgp_sw_cloud_sampling -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable seed_random_numbers_sw in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table rrtmgp_sw_cloud_sampling_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table rrtmgp_sw_cloud_sampling_run -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True rrtmgp_sw_cloud_sampling rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_init rrtmgp_sw_cloud_sampling -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False rrtmgp_sw_cloud_sampling_run rrtmgp_sw_cloud_sampling DEBUG: Module name: rrtmgp_sw_cloud_sampling DEBUG: Scheme name: rrtmgp_sw_cloud_sampling DEBUG: Scheme dependencies: ['physparam.f', 'machine.F', 'rrtmgp_sampling.F90', 'mersenne_twister.f', 'rrtmgp_aux.F90'] @@ -26660,19 +15119,6 @@ DEBUG: Variables in subroutine rrtmgp_sw_cloud_sampling_run: flag_to_calc_sw, ho DEBUG: Variables in subroutine rrtmgp_sw_cloud_sampling_finalize: DEBUG: Variables in subroutine rrtmgp_sw_cloud_sampling_init: initial_permutation_seed_sw, coefficients_for_sw_gas_optics, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file GFS_cloud_diagnostics.F90 with registry OrderedDict([('GFS_cloud_diagnostics', {'GFS_cloud_diagnostics': {'GFS_cloud_diagnostics_finalize': [79, 80], 'GFS_cloud_diagnostics_init': [23, 24], 'GFS_cloud_diagnostics_run': [30, 76]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_cloud_diagnostics GFS_cloud_diagnostics -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_cloud_diagnostics_run GFS_cloud_diagnostics -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table GFS_cloud_diagnostics_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_cloud_diagnostics_run DEBUG: Module name: GFS_cloud_diagnostics DEBUG: Scheme name: GFS_cloud_diagnostics DEBUG: Scheme dependencies: [] @@ -26680,31 +15126,6 @@ DEBUG: Variables in subroutine GFS_cloud_diagnostics_finalize: DEBUG: Variables in subroutine GFS_cloud_diagnostics_init: DEBUG: Variables in subroutine GFS_cloud_diagnostics_run: horizontal_loop_extent, vertical_dimension, flag_to_calc_sw, flag_to_calc_lw, latitude, air_pressure_at_layer_for_RRTMGP_in_hPa, total_cloud_fraction, air_pressure_at_interface_for_RRTMGP_in_hPa, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, cloud_decorrelation_length, layer_thickness, cloud_overlap_param, precip_overlap_param, pi, cloud_area_fraction_for_radiation, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file GFS_rrtmgp_gfdlmp_pre.F90 with registry OrderedDict([('GFS_rrtmgp_gfdlmp_pre', {'GFS_rrtmgp_gfdlmp_pre': {'GFS_rrtmgp_gfdlmp_pre_finalize': [190, 191], 'GFS_rrtmgp_gfdlmp_pre_init': [21, 22], 'GFS_rrtmgp_gfdlmp_pre_run': [28, 187]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_gfdlmp_pre GFS_rrtmgp_gfdlmp_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_gfdlmp_pre_run GFS_rrtmgp_gfdlmp_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precipitation_fraction_by_layer in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable precip_overlap_param in table GFS_rrtmgp_gfdlmp_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_rrtmgp_gfdlmp_pre_run DEBUG: Module name: GFS_rrtmgp_gfdlmp_pre DEBUG: Scheme name: GFS_rrtmgp_gfdlmp_pre DEBUG: Scheme dependencies: ['rrtmgp_aux.F90'] @@ -26712,85 +15133,28 @@ DEBUG: Variables in subroutine GFS_rrtmgp_gfdlmp_pre_finalize: DEBUG: Variables in subroutine GFS_rrtmgp_gfdlmp_pre_init: DEBUG: Variables in subroutine GFS_rrtmgp_gfdlmp_pre_run: horizontal_loop_extent, vertical_dimension, number_of_tracers, number_of_cloud_condensate_types, flag_to_calc_sw, flag_to_calc_lw, flag_for_cloud_effective_radii, index_for_liquid_cloud_condensate, index_for_ice_cloud_condensate, index_for_rain_water, index_for_snow_water, index_for_graupel, index_for_cloud_amount, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, number_of_days_in_year, julian_day, latitude, air_pressure_at_interface_for_RRTMGP_in_hPa, air_pressure_at_layer_for_RRTMGP_in_hPa, virtual_temperature, chemical_tracers, pi, gravitational_acceleration, gas_constant_dry_air, minimum_value_of_specific_humidity, cloud_decorrelation_length, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_snow_water_path, mean_effective_radius_for_snow_flake, cloud_rain_water_path, mean_effective_radius_for_rain_drop, precipitation_fraction_by_layer, cloud_overlap_param, precip_overlap_param, layer_thickness, ccpp_error_message, ccpp_error_flag DEBUG: Parsing file GFS_rrtmgp_zhaocarr_pre.F90 with registry OrderedDict([('GFS_rrtmgp_zhaocarr_pre', {'GFS_rrtmgp_zhaocarr_pre': {'GFS_rrtmgp_zhaocarr_pre_finalize': [209, 210], 'GFS_rrtmgp_zhaocarr_pre_init': [18, 19], 'GFS_rrtmgp_zhaocarr_pre_run': [25, 206]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_zhaocarr_pre GFS_rrtmgp_zhaocarr_pre -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_zhaocarr_pre_run GFS_rrtmgp_zhaocarr_pre -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable latitude in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_layer_for_RRTMGP_in_hPa in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable virtual_temperature in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable relative_humidity in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_ice_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_rain_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable effective_radius_of_stratiform_cloud_snow_particle_in_um in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable subgrid_scale_cloud_fraction_from_shoc in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable convective_cloud_water_mixing_ratio_in_phy_f3d in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable chemical_tracers in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sea_land_ice_mask_real in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_liquid_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_liquid_cloud in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_ice_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_ice_cloud in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_snow_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_snow_flake in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_rain_water_path in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable mean_effective_radius_for_rain_drop in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_overlap_param in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable layer_thickness in table GFS_rrtmgp_zhaocarr_pre_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_decorrelation_length in table GFS_rrtmgp_zhaocarr_pre_run DEBUG: Module name: GFS_rrtmgp_zhaocarr_pre DEBUG: Scheme name: GFS_rrtmgp_zhaocarr_pre DEBUG: Scheme dependencies: ['rrtmgp_aux.F90'] DEBUG: Variables in subroutine GFS_rrtmgp_zhaocarr_pre_finalize: DEBUG: Variables in subroutine GFS_rrtmgp_zhaocarr_pre_init: DEBUG: Variables in subroutine GFS_rrtmgp_zhaocarr_pre_run: horizontal_loop_extent, vertical_dimension, number_of_tracers, number_of_cloud_condensate_types, flag_to_calc_sw, flag_to_calc_lw, flag_for_cloud_effective_radii, flag_for_uni_cld, flag_for_lmfshal, index_for_liquid_cloud_condensate, latitude, air_pressure_at_interface_for_RRTMGP_in_hPa, air_pressure_at_layer_for_RRTMGP_in_hPa, virtual_temperature, relative_humidity, air_temperature_at_layer_for_RRTMGP, effective_radius_of_stratiform_cloud_liquid_water_particle_in_um, effective_radius_of_stratiform_cloud_ice_particle_in_um, effective_radius_of_stratiform_cloud_rain_particle_in_um, effective_radius_of_stratiform_cloud_snow_particle_in_um, subgrid_scale_cloud_fraction_from_shoc, convective_cloud_water_mixing_ratio_in_phy_f3d, chemical_tracers, sea_land_ice_mask_real, triple_point_temperature_of_water, minimum_value_of_specific_humidity, minimum_value_of_saturation_mixing_ratio, ratio_of_dry_air_to_water_vapor_gas_constants, ratio_of_dry_air_to_water_vapor_gas_constants_minus_one, gravitational_acceleration, gas_constant_dry_air, pi, total_cloud_fraction, cloud_liquid_water_path, mean_effective_radius_for_liquid_cloud, cloud_ice_water_path, mean_effective_radius_for_ice_cloud, cloud_snow_water_path, mean_effective_radius_for_snow_flake, cloud_rain_water_path, mean_effective_radius_for_rain_drop, cloud_overlap_param, layer_thickness, cloud_decorrelation_length, ccpp_error_message, ccpp_error_flag -DEBUG: Parsing file GFS_rrtmgp_sw_post.F90 with registry OrderedDict([('GFS_rrtmgp_sw_post', {'GFS_rrtmgp_sw_post': {'GFS_rrtmgp_sw_post_finalize': [263, 264], 'GFS_rrtmgp_sw_post_run': [22, 259], 'GFS_rrtmgp_sw_post_init': [14, 15]}})]) -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: True GFS_rrtmgp_sw_post GFS_rrtmgp_sw_post -WARNING: DH DEBUG: new_metadata_header.property_table, new_metadata_header.title, scheme_name: False GFS_rrtmgp_sw_post_run GFS_rrtmgp_sw_post -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_points in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cosine_of_zenith_angle in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable daytime_mean_cosz_over_rad_call_period in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_temperature_at_layer_for_RRTMGP in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable air_pressure_at_interface_for_RRTMGP_in_hPa in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_direct in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_nearIR_diffuse in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dir in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_albedo_uvvis_dif in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_allsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_allsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_upward_clrsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_flux_profile_downward_clrsky in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable cloud_area_fraction_for_radiation in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_top in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable model_layer_number_at_cloud_base in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable total_cloud_fraction in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable surface_downwelling_shortwave_flux_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_sfc in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable sw_fluxes_top_atmosphere in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable components_of_surface_downward_shortwave_fluxes in table GFS_rrtmgp_sw_post_run -WARNING: Legacy extension - replacing dimension 'horizontal_dimension' with 'horizontal_loop_extent' for variable RRTMGP_sw_fluxes in table GFS_rrtmgp_sw_post_run +DEBUG: Parsing file GFS_rrtmgp_sw_post.F90 with registry OrderedDict([('GFS_rrtmgp_sw_post', {'GFS_rrtmgp_sw_post': {'GFS_rrtmgp_sw_post_finalize': [261, 262], 'GFS_rrtmgp_sw_post_run': [22, 257], 'GFS_rrtmgp_sw_post_init': [14, 15]}})]) DEBUG: Module name: GFS_rrtmgp_sw_post DEBUG: Scheme name: GFS_rrtmgp_sw_post DEBUG: Scheme dependencies: ['rte-rrtmgp/extensions/mo_heating_rates.F90', 'radsw_param.f', 'rte-rrtmgp/rte/kernels/mo_fluxes_broadband_kernels.F90', 'rte-rrtmgp/extensions/mo_fluxes_byband_kernels.F90', 'machine.F', 'radiation_aerosols.f', 'rte-rrtmgp/rte/mo_fluxes.F90', 'iounitdef.f', 'rte-rrtmgp/extensions/mo_fluxes_byband.F90', 'rrtmgp_aux.F90'] DEBUG: Variables in subroutine GFS_rrtmgp_sw_post_finalize: -DEBUG: Variables in subroutine GFS_rrtmgp_sw_post_run: horizontal_loop_extent, vertical_dimension, daytime_points_dimension, daytime_points, flag_to_calc_sw, flag_for_output_of_shortwave_heating_rate, flag_diagnostics, frequency_for_shortwave_radiation, cosine_of_zenith_angle, daytime_mean_cosz_over_rad_call_period, air_temperature_at_layer_for_RRTMGP, air_pressure_at_interface_for_RRTMGP_in_hPa, surface_albedo_nearIR_direct, surface_albedo_nearIR_diffuse, surface_albedo_uvvis_dir, surface_albedo_uvvis_dif, RRTMGP_sw_flux_profile_upward_allsky, RRTMGP_sw_flux_profile_downward_allsky, RRTMGP_sw_flux_profile_upward_clrsky, RRTMGP_sw_flux_profile_downward_clrsky, time_step_for_radiation, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_top, model_layer_number_at_cloud_base, total_cloud_fraction, RRTMGP_cloud_optical_depth_layers_at_0_55mu_band, coefficients_for_sw_gas_optics, surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_net_downwelling_shortwave_flux_on_radiation_time_step, surface_downwelling_shortwave_flux_on_radiation_time_step, sw_fluxes_sfc, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, sw_fluxes_top_atmosphere, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step, components_of_surface_downward_shortwave_fluxes, RRTMGP_sw_fluxes, ccpp_error_message, ccpp_error_flag +DEBUG: Variables in subroutine GFS_rrtmgp_sw_post_run: horizontal_loop_extent, vertical_dimension, daytime_points_dimension, daytime_points, flag_to_calc_sw, flag_for_output_of_shortwave_heating_rate, flag_diagnostics, frequency_for_shortwave_radiation, cosine_of_zenith_angle, daytime_mean_cosz_over_rad_call_period, air_temperature_at_layer_for_RRTMGP, air_pressure_at_interface_for_RRTMGP_in_hPa, surface_albedo_nearIR_direct, surface_albedo_nearIR_diffuse, surface_albedo_uvvis_dir, surface_albedo_uvvis_dif, coefficients_for_sw_gas_optics, RRTMGP_sw_flux_profile_upward_allsky, RRTMGP_sw_flux_profile_downward_allsky, RRTMGP_sw_flux_profile_upward_clrsky, RRTMGP_sw_flux_profile_downward_clrsky, time_step_for_radiation, atmosphere_optical_thickness_due_to_ambient_aerosol_particles, cloud_area_fraction_for_radiation, model_layer_number_at_cloud_base, model_layer_number_at_cloud_top, total_cloud_fraction, RRTMGP_cloud_optical_depth_layers_at_0_55mu_band, cumulative_radiation_diagnostic, surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step, surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step, surface_net_downwelling_shortwave_flux_on_radiation_time_step, surface_downwelling_shortwave_flux_on_radiation_time_step, tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step, sw_fluxes_sfc, sw_fluxes_top_atmosphere, tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step, RRTMGP_sw_fluxes, components_of_surface_downward_shortwave_fluxes, ccpp_error_message, ccpp_error_flag DEBUG: Variables in subroutine GFS_rrtmgp_sw_post_init: +INFO: filtering out variable GFS_cldprop_type_instance +INFO: filtering out variable GFS_coupling_type_instance +INFO: filtering out variable GFS_diag_type_instance +INFO: filtering out variable GFS_grid_type_instance +INFO: filtering out variable GFS_radtend_type_instance +INFO: filtering out variable GFS_sfcprop_type_instance +INFO: filtering out variable GFS_statein_type_instance INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable GFS_tbd_type_instance INFO: filtering out variable Gas_concentrations_for_RRTMGP_suite INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_0_55mu_band INFO: filtering out variable RRTMGP_cloud_optical_depth_layers_at_10mu_band @@ -26807,7 +15171,6 @@ INFO: filtering out variable RRTMGP_sw_fluxes 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 active_gases_used_by_RRTMGP -INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology INFO: filtering out variable air_pressure_at_interface_for_RRTMGP_in_hPa INFO: filtering out variable air_pressure_at_layer_for_RRTMGP_in_hPa INFO: filtering out variable air_temperature_at_interface_for_RRTMGP @@ -26822,7 +15185,6 @@ 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 @@ -26835,7 +15197,6 @@ INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_ 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_overlap_param INFO: filtering out variable cloud_phase_transition_denominator INFO: filtering out variable cloud_phase_transition_threshold_temperature @@ -26862,7 +15223,6 @@ INFO: filtering out variable cumulative_change_in_temperature_due_to_physics INFO: filtering out variable cumulative_change_in_water_vapor_specific_humidity_due_to_physics INFO: filtering out variable cumulative_change_in_x_wind_due_to_physics INFO: filtering out variable cumulative_change_in_y_wind_due_to_physics -INFO: filtering out variable daytime_mean_cosz_over_rad_call_period 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 @@ -26874,7 +15234,6 @@ INFO: filtering out variable diurnal_thermocline_layer_thickness INFO: filtering out variable diurnal_thermocline_layer_x_current INFO: filtering out variable diurnal_thermocline_layer_y_current INFO: filtering out variable do_myjsfc -INFO: filtering out variable do_mynnedmf INFO: filtering out variable do_mynnsfclay INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme INFO: filtering out variable edmf_flag @@ -26904,10 +15263,7 @@ 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_lmfshal INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option -INFO: filtering out variable flag_for_output_of_longwave_heating_rate -INFO: filtering out variable flag_for_output_of_shortwave_heating_rate 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 @@ -26920,7 +15276,6 @@ INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_op 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_uni_cld INFO: filtering out variable flag_mg3_as_mg2 INFO: filtering out variable flag_skip_macro INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMG @@ -26928,11 +15283,10 @@ INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMGP_LUT INFO: filtering out variable flag_to_calc_lw_cld_optics_using_RRTMGP_PADE INFO: filtering out variable forecast_month INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_ice_water_cloud +INFO: filtering out variable fraction_of_rain_water_cloud INFO: filtering out variable fraction_of_tracer_scavenged -INFO: filtering out variable fractional_coverage_with_strong_cosz_dependency -INFO: filtering out variable fractional_coverage_with_weak_cosz_dependency INFO: filtering out variable free_convection_layer_thickness -INFO: filtering out variable frequency_for_longwave_radiation INFO: filtering out variable gf_memory_counter INFO: filtering out variable graupel_mixing_ratio INFO: filtering out variable graupel_number_concentration_updated_by_physics @@ -26942,11 +15296,10 @@ 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_nucleation_number 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_of_dtlm_start INFO: filtering out variable initial_permutation_seed_lw INFO: filtering out variable initial_permutation_seed_sw @@ -26989,10 +15342,6 @@ 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_change_over_depth_in_sea_water_temperature -INFO: filtering out variable mean_nir_albedo_with_strong_cosz_dependency -INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency -INFO: filtering out variable mean_vis_albedo_with_strong_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 @@ -27032,7 +15381,6 @@ INFO: filtering out variable normalized_soil_wetness_for_land_surface_model INFO: filtering out variable number_of_active_gases_used_by_RRTMGP INFO: filtering out variable number_of_aerosol_tracers_MG INFO: filtering out variable number_of_angles_used_in_gaussian_quadrature -INFO: filtering out variable number_of_cloud_condensate_types 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 @@ -27054,6 +15402,7 @@ INFO: filtering out variable rain_number_concentration_updated_by_physics INFO: filtering out variable rain_water_mixing_ratio INFO: filtering out variable reciprocal_of_obukhov_length INFO: filtering out variable relative_humidity +INFO: filtering out variable rime_factor INFO: filtering out variable rrtmgp_coeff_lw_cloud_optics INFO: filtering out variable rrtmgp_coeff_sw_cloud_optics INFO: filtering out variable rrtmgp_kdistribution_lw @@ -27121,6 +15470,7 @@ 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_ccn_activated_number 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 @@ -27142,6 +15492,7 @@ INFO: filtering out variable tke_budget INFO: filtering out variable tke_dissipative_heating_factor INFO: filtering out variable toa_incident_sw_flux_by_spectral_point INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable total_cloud_condensate_mixing_ratio_updated_by_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 @@ -27198,8 +15549,6 @@ DEBUG: Optional argument effective_radius_of_stratiform_cloud_liquid_water_parti DEBUG: Optional argument effective_radius_of_stratiform_cloud_liquid_water_particle_in_um to subroutine mp_thompson_init in module mp_thompson is not required, remove from list DEBUG: Optional argument effective_radius_of_stratiform_cloud_snow_particle_in_um to subroutine mp_thompson_run in module mp_thompson is not required, remove from list DEBUG: Optional argument effective_radius_of_stratiform_cloud_snow_particle_in_um to subroutine mp_thompson_init in module mp_thompson is not required, remove from list -DEBUG: Optional argument fraction_of_ice_water_cloud to subroutine mp_fer_hires_init in module mp_fer_hires is required, keep in list -DEBUG: Optional argument fraction_of_rain_water_cloud to subroutine mp_fer_hires_init in module mp_fer_hires is required, keep in list DEBUG: Optional argument mean_effective_radius_for_ice_cloud to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list DEBUG: Optional argument mean_effective_radius_for_ice_cloud to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list DEBUG: Optional argument mean_effective_radius_for_liquid_cloud to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list @@ -27208,77 +15557,29 @@ DEBUG: Optional argument mean_effective_radius_for_rain_drop to subroutine rrtmg DEBUG: Optional argument mean_effective_radius_for_rain_drop to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list DEBUG: Optional argument mean_effective_radius_for_snow_flake to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list DEBUG: Optional argument mean_effective_radius_for_snow_flake to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list -DEBUG: Optional argument rime_factor to subroutine mp_fer_hires_init in module mp_fer_hires is required, keep in list DEBUG: Optional argument tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step to subroutine GFS_rrtmgp_lw_post_run in module GFS_rrtmgp_lw_post is required, keep in list DEBUG: Optional argument tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels to subroutine rrtmg_lw_run in module rrtmg_lw is required, keep in list DEBUG: Optional argument tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step to subroutine GFS_rrtmgp_sw_post_run in module GFS_rrtmgp_sw_post is required, keep in list DEBUG: Optional argument tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels to subroutine rrtmg_sw_run in module rrtmg_sw is required, keep in list DEBUG: Optional argument water_friendly_aerosol_number_concentration to subroutine mp_thompson_init in module mp_thompson is required, keep in list -INFO: Metadata table for model FV3 written to /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Metadata table for model FV3 written to /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex INFO: Comparing metadata for requested and provided variables ... -DEBUG: Requested variable GFS_cldprop_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Cldprop in module GFS_typedefs -DEBUG: Requested variable GFS_cldprop_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Cldprop in module GFS_typedefs -DEBUG: Requested variable GFS_cldprop_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Cldprop in module GFS_typedefs DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Control in module CCPP_data DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Control in module CCPP_data DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_abort SCHEME_GFS_abort SUBROUTINE_GFS_abort_run matched to target GFS_Control in module CCPP_data DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_init matched to target GFS_Control in module CCPP_data DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_run matched to target GFS_Control in module CCPP_data DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rad_time_vary SCHEME_GFS_rad_time_vary SUBROUTINE_GFS_rad_time_vary_run matched to target GFS_Control in module CCPP_data -DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control in module CCPP_data -DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control in module CCPP_data DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_suite_interstitial_rad_reset SCHEME_GFS_suite_interstitial_rad_reset SUBROUTINE_GFS_suite_interstitial_rad_reset_run matched to target GFS_Control in module CCPP_data DEBUG: Requested variable GFS_control_type_instance in MODULE_GFS_suite_interstitial_phys_reset SCHEME_GFS_suite_interstitial_phys_reset SUBROUTINE_GFS_suite_interstitial_phys_reset_run matched to target GFS_Control in module CCPP_data -DEBUG: Requested variable GFS_control_type_instance in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Control in module CCPP_data -DEBUG: Requested variable GFS_control_type_instance in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Control in module CCPP_data -DEBUG: Requested variable GFS_control_type_instance in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Control in module CCPP_data -DEBUG: Requested variable GFS_control_type_instance in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Control in module CCPP_data -DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs -DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs -DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs -DEBUG: Requested variable GFS_coupling_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs -DEBUG: Requested variable GFS_coupling_type_instance in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs -DEBUG: Requested variable GFS_coupling_type_instance in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling in module GFS_typedefs DEBUG: Requested variable GFS_data_type_instance_all_blocks in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_init matched to target GFS_Data in module CCPP_data DEBUG: Requested variable GFS_data_type_instance_all_blocks in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_run matched to target GFS_Data in module CCPP_data DEBUG: Requested variable GFS_data_type_instance_all_blocks in MODULE_GFS_rad_time_vary SCHEME_GFS_rad_time_vary SUBROUTINE_GFS_rad_time_vary_run matched to target GFS_Data in module CCPP_data -DEBUG: Requested variable GFS_diag_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Intdiag in module GFS_typedefs -DEBUG: Requested variable GFS_diag_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Intdiag in module GFS_typedefs -DEBUG: Requested variable GFS_diag_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag in module GFS_typedefs -DEBUG: Requested variable GFS_diag_type_instance in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag in module GFS_typedefs -DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs -DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs -DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs -DEBUG: Requested variable GFS_grid_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs -DEBUG: Requested variable GFS_grid_type_instance in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs -DEBUG: Requested variable GFS_grid_type_instance in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs -DEBUG: Requested variable GFS_grid_type_instance in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs -DEBUG: Requested variable GFS_grid_type_instance in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid in module GFS_typedefs DEBUG: Requested variable GFS_interstitial_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Interstitial(cdata%thrd_no) in module CCPP_data DEBUG: Requested variable GFS_interstitial_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Interstitial(cdata%thrd_no) in module CCPP_data DEBUG: Requested variable GFS_interstitial_type_instance in MODULE_GFS_suite_interstitial_rad_reset SCHEME_GFS_suite_interstitial_rad_reset SUBROUTINE_GFS_suite_interstitial_rad_reset_run matched to target GFS_Interstitial(cdata%thrd_no) in module CCPP_data DEBUG: Requested variable GFS_interstitial_type_instance in MODULE_GFS_suite_interstitial_phys_reset SCHEME_GFS_suite_interstitial_phys_reset SUBROUTINE_GFS_suite_interstitial_phys_reset_run matched to target GFS_Interstitial(cdata%thrd_no) in module CCPP_data DEBUG: Requested variable GFS_interstitial_type_instance_all_threads in MODULE_GFS_phys_time_vary SCHEME_GFS_phys_time_vary SUBROUTINE_GFS_phys_time_vary_init matched to target GFS_Interstitial in module CCPP_data -DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs -DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs -DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs -DEBUG: Requested variable GFS_radtend_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs -DEBUG: Requested variable GFS_radtend_type_instance in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs -DEBUG: Requested variable GFS_radtend_type_instance in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs -DEBUG: Requested variable GFS_radtend_type_instance in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs -DEBUG: Requested variable GFS_radtend_type_instance in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend in module GFS_typedefs -DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs -DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs -DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs -DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs -DEBUG: Requested variable GFS_sfcprop_type_instance in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop in module GFS_typedefs -DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs -DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs -DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs -DEBUG: Requested variable GFS_statein_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Statein in module GFS_typedefs -DEBUG: Requested variable GFS_tbd_type_instance in MODULE_GFS_diagtoscreen SCHEME_GFS_diagtoscreen SUBROUTINE_GFS_diagtoscreen_run matched to target GFS_Data(cdata%blk_no)%Tbd in module GFS_typedefs -DEBUG: Requested variable GFS_tbd_type_instance in MODULE_GFS_interstitialtoscreen SCHEME_GFS_interstitialtoscreen SUBROUTINE_GFS_interstitialtoscreen_run matched to target GFS_Data(cdata%blk_no)%Tbd in module GFS_typedefs -DEBUG: Requested variable GFS_tbd_type_instance in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd in module GFS_typedefs DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs DEBUG: Requested variable Monin_Obukhov_similarity_function_for_heat in MODULE_hedmf_hafs SCHEME_hedmf_hafs SUBROUTINE_hedmf_hafs_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%ffhh in module GFS_typedefs @@ -27374,6 +15675,7 @@ DEBUG: Requested variable adjusted_vertical_layer_dimension_for_radiation in MOD DEBUG: Requested variable adjusted_vertical_layer_dimension_for_radiation in MODULE_sgscloud_radpre SCHEME_sgscloud_radpre SUBROUTINE_sgscloud_radpre_run matched to target GFS_Interstitial(cdata%thrd_no)%lmk in module GFS_typedefs DEBUG: Requested variable adjusted_vertical_layer_dimension_for_radiation in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%lmk in module GFS_typedefs DEBUG: Requested variable adjusted_vertical_layer_dimension_for_radiation in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%lmk in module GFS_typedefs +DEBUG: Requested variable adjusted_vertical_layer_dimension_for_radiation in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%lmk in module GFS_typedefs DEBUG: Requested variable adjusted_vertical_level_dimension_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%lmp in module GFS_typedefs DEBUG: Requested variable adjusted_vertical_level_dimension_for_radiation in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%lmp in module GFS_typedefs DEBUG: Requested variable adjusted_vertical_level_dimension_for_radiation in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%lmp in module GFS_typedefs @@ -27382,6 +15684,10 @@ DEBUG: Requested variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 DEBUG: Requested variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,3) in module GFS_typedefs DEBUG: Requested variable aerosol_aware_parameter_deep_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%asolfac_deep in module GFS_typedefs DEBUG: Requested variable aerosol_aware_parameter_shallow_convection in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%asolfac_shal in module GFS_typedefs +DEBUG: Requested variable aerosol_number_concentration_from_gocart_aerosol_climatology in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%aer_nm in module GFS_typedefs +DEBUG: Requested variable aerosol_number_concentration_from_gocart_aerosol_climatology in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%aer_nm in module GFS_typedefs +DEBUG: Requested variable aerosol_number_concentration_from_gocart_aerosol_climatology in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Tbd%aer_nm in module GFS_typedefs +DEBUG: Requested variable aerosol_number_concentration_from_gocart_aerosol_climatology in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Tbd%aer_nm in module GFS_typedefs DEBUG: Requested variable aerosol_optical_depth_for_longwave_bands_01_16 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%faerlw(:,:,:,1) in module GFS_typedefs DEBUG: Requested variable aerosol_optical_depth_for_longwave_bands_01_16 in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%faerlw(:,:,:,1) in module GFS_typedefs DEBUG: Requested variable aerosol_optical_depth_for_shortwave_bands_01_16 in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,1) in module GFS_typedefs @@ -27394,6 +15700,7 @@ DEBUG: Requested variable aerosol_single_scattering_albedo_for_shortwave_bands_0 DEBUG: Requested variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%faersw(:,:,:,2) in module GFS_typedefs DEBUG: Requested variable air_pressure in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs DEBUG: Requested variable air_pressure in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs +DEBUG: Requested variable air_pressure in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs DEBUG: Requested variable air_pressure in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs DEBUG: Requested variable air_pressure in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs DEBUG: Requested variable air_pressure in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs @@ -27435,6 +15742,8 @@ DEBUG: Requested variable air_pressure in MODULE_rayleigh_damp SCHEME_rayleigh_d DEBUG: Requested variable air_pressure in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs DEBUG: Requested variable air_pressure in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%prsl in module GFS_typedefs DEBUG: Requested variable air_pressure_at_interface in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs +DEBUG: Requested variable air_pressure_at_interface in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs DEBUG: Requested variable air_pressure_at_interface in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs DEBUG: Requested variable air_pressure_at_interface in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs DEBUG: Requested variable air_pressure_at_interface in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%prsi in module GFS_typedefs @@ -27497,6 +15806,8 @@ DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_oz DEBUG: Requested variable air_pressure_difference_between_midlayers in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Interstitial(cdata%thrd_no)%del in module GFS_typedefs DEBUG: Requested variable air_temperature in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs DEBUG: Requested variable air_temperature in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs +DEBUG: Requested variable air_temperature in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs DEBUG: Requested variable air_temperature in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs DEBUG: Requested variable air_temperature in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs DEBUG: Requested variable air_temperature in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Data(cdata%blk_no)%Statein%tgrs in module GFS_typedefs @@ -27545,7 +15856,7 @@ DEBUG: Requested variable air_temperature_at_lowest_model_layer in MODULE_sfc_si DEBUG: Requested variable air_temperature_at_lowest_model_layer_for_diag in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%t1 in module GFS_typedefs DEBUG: Requested variable air_temperature_at_lowest_model_layer_for_diag in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%t1 in module GFS_typedefs DEBUG: Requested variable air_temperature_at_lowest_model_layer_updated_by_physics in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0(:,1) in module GFS_typedefs -DEBUG: Requested variable air_temperature_at_previous_time_step in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,3) in module GFS_typedefs +DEBUG: Requested variable air_temperature_at_previous_timestep in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nTdelt) in module GFS_typedefs DEBUG: Requested variable air_temperature_save in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs DEBUG: Requested variable air_temperature_save in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs DEBUG: Requested variable air_temperature_save in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs @@ -27560,7 +15871,7 @@ DEBUG: Requested variable air_temperature_save in MODULE_mp_thompson_pre SCHEME_ DEBUG: Requested variable air_temperature_save in MODULE_mp_thompson_post SCHEME_mp_thompson_post SUBROUTINE_mp_thompson_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_t in module GFS_typedefs DEBUG: Requested variable air_temperature_save_from_convective_parameterization in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%save_tcp in module GFS_typedefs DEBUG: Requested variable air_temperature_save_from_convective_parameterization in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Interstitial(cdata%thrd_no)%save_tcp in module GFS_typedefs -DEBUG: Requested variable air_temperature_two_time_steps_back in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,1) in module GFS_typedefs +DEBUG: Requested variable air_temperature_two_timesteps_back in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nT2delt) in module GFS_typedefs DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs DEBUG: Requested variable air_temperature_updated_by_physics in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gt0 in module GFS_typedefs @@ -27609,6 +15920,7 @@ DEBUG: Requested variable anisotropy_of_subgrid_orography in MODULE_gwdps SCHEME DEBUG: Requested variable array_dimension_of_2d_arrays_for_microphysics in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%num_p2d in module GFS_typedefs DEBUG: Requested variable array_dimension_of_3d_arrays_for_microphysics in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%num_p3d in module GFS_typedefs DEBUG: Requested variable array_dimension_of_3d_arrays_for_microphysics in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%num_p3d in module GFS_typedefs +DEBUG: Requested variable array_dimension_of_3d_arrays_for_microphysics in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%num_p3d in module GFS_typedefs DEBUG: Requested variable array_dimension_of_3d_arrays_for_microphysics in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%num_p3d in module GFS_typedefs DEBUG: Requested variable array_dimension_of_3d_arrays_for_microphysics in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%num_p3d in module GFS_typedefs DEBUG: Requested variable array_dimension_of_random_number in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%nrcm in module GFS_typedefs @@ -27775,6 +16087,7 @@ DEBUG: Requested variable ccpp_error_flag in MODULE_fv_sat_adj SCHEME_fv_sat_adj DEBUG: Requested variable ccpp_error_flag in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target cdata%errflg in module ccpp_types DEBUG: Requested variable ccpp_error_flag in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target cdata%errflg in module ccpp_types DEBUG: Requested variable ccpp_error_flag in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target cdata%errflg in module ccpp_types +DEBUG: Requested variable ccpp_error_flag in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_init matched to target cdata%errflg in module ccpp_types DEBUG: Requested variable ccpp_error_flag in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target cdata%errflg in module ccpp_types DEBUG: Requested variable ccpp_error_flag in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target cdata%errflg in module ccpp_types DEBUG: Requested variable ccpp_error_flag in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target cdata%errflg in module ccpp_types @@ -28025,6 +16338,8 @@ DEBUG: Requested variable ccpp_error_message in MODULE_gwdc_pre SCHEME_gwdc_pre DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run from len=* to len=512 DEBUG: Requested variable ccpp_error_message in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run matched to target cdata%errmsg in module ccpp_types DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_run from len=* to len=512 +DEBUG: Requested variable ccpp_error_message in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_init matched to target cdata%errmsg in module ccpp_types +DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_init from len=* to len=512 DEBUG: Requested variable ccpp_error_message in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target cdata%errmsg in module ccpp_types DEBUG: Update kind information for requested variable ccpp_error_message in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run from len=* to len=512 DEBUG: Requested variable ccpp_error_message in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target cdata%errmsg in module ccpp_types @@ -28308,6 +16623,10 @@ DEBUG: Requested variable cloud_decorrelation_length in MODULE_GFS_cloud_diagnos DEBUG: Requested variable cloud_decorrelation_length in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%de_lgth in module GFS_typedefs DEBUG: Requested variable cloud_decorrelation_length in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%de_lgth in module GFS_typedefs DEBUG: Requested variable cloud_fraction_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%qc in module CCPP_typedefs +DEBUG: Requested variable cloud_fraction_for_MG in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%indcld) in module GFS_typedefs +DEBUG: Requested variable cloud_fraction_for_MG in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%indcld) in module GFS_typedefs +DEBUG: Requested variable cloud_fraction_for_MG in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%indcld) in module GFS_typedefs +DEBUG: Requested variable cloud_fraction_for_MG in MODULE_m_micro_pre SCHEME_m_micro_pre SUBROUTINE_m_micro_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%indcld) in module GFS_typedefs DEBUG: Requested variable cloud_fraction_updated_by_physics in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntclamt) in module GFS_typedefs DEBUG: Requested variable cloud_graupel_specific_humidity_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%qg in module CCPP_typedefs DEBUG: Requested variable cloud_ice_specific_humidity_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%qi in module CCPP_typedefs @@ -28379,6 +16698,7 @@ DEBUG: Requested variable convective_cloud_cover in MODULE_m_micro_pre SCHEME_m_ DEBUG: Requested variable convective_cloud_cover in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvc in module GFS_typedefs DEBUG: Requested variable convective_cloud_cover_in_phy_f3d in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvc) in module GFS_typedefs DEBUG: Requested variable convective_cloud_cover_in_phy_f3d in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvc) in module GFS_typedefs +DEBUG: Requested variable convective_cloud_cover_in_phy_f3d in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvc) in module GFS_typedefs DEBUG: Requested variable convective_cloud_fraction_for_microphysics in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%cf_upi in module GFS_typedefs DEBUG: Requested variable convective_cloud_fraction_for_microphysics in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cf_upi in module GFS_typedefs DEBUG: Requested variable convective_cloud_fraction_for_microphysics in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Interstitial(cdata%thrd_no)%cf_upi in module GFS_typedefs @@ -28402,6 +16722,7 @@ DEBUG: Requested variable convective_cloud_water_mixing_ratio in MODULE_m_micro_ DEBUG: Requested variable convective_cloud_water_mixing_ratio in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%cnvw in module GFS_typedefs DEBUG: Requested variable convective_cloud_water_mixing_ratio_in_phy_f3d in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvw) in module GFS_typedefs DEBUG: Requested variable convective_cloud_water_mixing_ratio_in_phy_f3d in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvw) in module GFS_typedefs +DEBUG: Requested variable convective_cloud_water_mixing_ratio_in_phy_f3d in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvw) in module GFS_typedefs DEBUG: Requested variable convective_cloud_water_mixing_ratio_in_phy_f3d in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ncnvw) in module GFS_typedefs DEBUG: Requested variable convective_precipitation_rate_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%draincprv in module GFS_typedefs DEBUG: Requested variable convective_precipitation_rate_from_previous_timestep in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%draincprv in module GFS_typedefs @@ -28420,14 +16741,18 @@ DEBUG: Requested variable convexity_of_subgrid_orography in MODULE_drag_suite SC DEBUG: Requested variable convexity_of_subgrid_orography in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%oc in module GFS_typedefs DEBUG: Requested variable convexity_of_subgrid_orography_small_scale in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%ocss in module GFS_typedefs DEBUG: Requested variable convexity_of_subgrid_orography_small_scale in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%ocss in module GFS_typedefs +DEBUG: Requested variable cosine_of_latitude in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%coslat in module GFS_typedefs DEBUG: Requested variable cosine_of_latitude in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Grid%coslat in module GFS_typedefs DEBUG: Requested variable cosine_of_latitude in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Grid%coslat in module GFS_typedefs DEBUG: Requested variable cosine_of_latitude in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%coslat in module GFS_typedefs DEBUG: Requested variable cosine_of_solar_declination_angle in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%cdec in module GFS_typedefs DEBUG: Requested variable cosine_of_solar_declination_angle in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%cdec in module GFS_typedefs DEBUG: Requested variable cosine_of_solar_declination_angle in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%cdec in module GFS_typedefs +DEBUG: Requested variable cosine_of_zenith_angle in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs +DEBUG: Requested variable cosine_of_zenith_angle in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs DEBUG: Requested variable cosine_of_zenith_angle in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs DEBUG: Requested variable cosine_of_zenith_angle in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs +DEBUG: Requested variable cosine_of_zenith_angle in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs DEBUG: Requested variable cosine_of_zenith_angle in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs DEBUG: Requested variable cosine_of_zenith_angle in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs DEBUG: Requested variable cosine_of_zenith_angle in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszen in module GFS_typedefs @@ -28465,16 +16790,23 @@ DEBUG: Requested variable cumulative_change_in_ozone_concentration_due_to_temper DEBUG: Requested variable cumulative_change_in_ozone_concentration_due_to_temperature in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,8) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,5) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_PBL in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,3) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_convective_gravity_wave_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,9) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_temperature_due_to_convective_gravity_wave_drag in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,9) in module GFS_typedefs @@ -28501,9 +16833,13 @@ DEBUG: Requested variable cumulative_change_in_temperature_due_to_shortwave_radi DEBUG: Requested variable cumulative_change_in_temperature_due_to_shortwave_radiation in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dt3dt(:,:,2) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,2) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,2) in module GFS_typedefs @@ -28515,9 +16851,13 @@ DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due DEBUG: Requested variable cumulative_change_in_water_vapor_specific_humidity_due_to_shallow_convection in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dq3dt(:,:,3) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_x_wind_due_to_PBL in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,4) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,4) in module GFS_typedefs @@ -28538,9 +16878,13 @@ DEBUG: Requested variable cumulative_change_in_x_wind_due_to_shallow_convection DEBUG: Requested variable cumulative_change_in_x_wind_due_to_shallow_convection in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%du3dt(:,:,6) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs +DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_y_wind_due_to_PBL in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,1) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,4) in module GFS_typedefs DEBUG: Requested variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dv3dt(:,:,4) in module GFS_typedefs @@ -28566,6 +16910,9 @@ DEBUG: Requested variable cumulative_lwe_thickness_of_convective_precipitation_a DEBUG: Requested variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cnvprcpb in module GFS_typedefs DEBUG: Requested variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cnvprcpb in module GFS_typedefs DEBUG: Requested variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%cnvprcpb in module GFS_typedefs +DEBUG: Requested variable cumulative_radiation_diagnostic in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%fluxr in module GFS_typedefs +DEBUG: Requested variable cumulative_radiation_diagnostic in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%fluxr in module GFS_typedefs +DEBUG: Requested variable cumulative_radiation_diagnostic in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%fluxr in module GFS_typedefs DEBUG: Requested variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sbsnoa in module GFS_typedefs DEBUG: Requested variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%snohfa in module GFS_typedefs DEBUG: Requested variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%evbsa in module GFS_typedefs @@ -28612,6 +16959,10 @@ DEBUG: Requested variable date_and_time_at_model_initialization in MODULE_GFS_rr DEBUG: Requested variable date_and_time_at_model_initialization_reordered in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%idate in module GFS_typedefs DEBUG: Requested variable date_and_time_at_model_initialization_reordered in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%idate in module GFS_typedefs DEBUG: Requested variable date_and_time_at_model_initialization_reordered in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%idate in module GFS_typedefs +DEBUG: Requested variable daytime_mean_cosz_over_rad_call_period in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszdg in module GFS_typedefs +DEBUG: Requested variable daytime_mean_cosz_over_rad_call_period in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszdg in module GFS_typedefs +DEBUG: Requested variable daytime_mean_cosz_over_rad_call_period in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszdg in module GFS_typedefs +DEBUG: Requested variable daytime_mean_cosz_over_rad_call_period in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%coszdg in module GFS_typedefs DEBUG: Requested variable daytime_points in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs DEBUG: Requested variable daytime_points in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs DEBUG: Requested variable daytime_points in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%idxday in module GFS_typedefs @@ -28670,6 +17021,7 @@ DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_layer in DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_layer in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk(:,1) in module GFS_typedefs DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_layer in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk(:,1) in module GFS_typedefs DEBUG: Requested variable dimensionless_exner_function_at_lowest_model_layer in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk(:,1) in module GFS_typedefs +DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs @@ -28690,6 +17042,8 @@ DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs DEBUG: Requested variable dimensionless_exner_function_at_model_layers in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%prslk in module GFS_typedefs DEBUG: Requested variable dissipation_estimate_of_air_temperature_at_model_layers in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Statein%diss_est in module GFS_typedefs +DEBUG: Requested variable do_mynnedmf in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%do_mynnedmf in module GFS_typedefs +DEBUG: Requested variable do_mynnedmf in MODULE_sgscloud_radpre SCHEME_sgscloud_radpre SUBROUTINE_sgscloud_radpre_run matched to target GFS_Control%do_mynnedmf in module GFS_typedefs DEBUG: Requested variable do_ugwp in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%do_ugwp in module GFS_typedefs DEBUG: Requested variable do_ugwp in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%do_ugwp in module GFS_typedefs DEBUG: Requested variable dominant_freezing_rain_type in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%tdomzr in module GFS_typedefs @@ -28707,18 +17061,22 @@ DEBUG: Requested variable dynamics_to_physics_timestep_ratio in MODULE_GFS_SCNV_ DEBUG: Requested variable eddy_mixing_due_to_ugwp in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Interstitial(cdata%thrd_no)%gw_kdis in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ngeffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_graupel_particle_in_um in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%ngeffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_ice_particle_in_um in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nieffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_ice_particle_in_um in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nieffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_ice_particle_in_um in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nieffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_ice_particle_in_um in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nieffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_ice_particle_in_um in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nieffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nleffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nleffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nleffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nleffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nleffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_rain_particle_in_um in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nreffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_rain_particle_in_um in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nreffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_rain_particle_in_um in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nreffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_rain_particle_in_um in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nreffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_rain_particle_in_um in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nreffr) in module GFS_typedefs +DEBUG: Requested variable effective_radius_of_stratiform_cloud_snow_particle_in_um in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nseffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_snow_particle_in_um in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nseffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_snow_particle_in_um in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nseffr) in module GFS_typedefs DEBUG: Requested variable effective_radius_of_stratiform_cloud_snow_particle_in_um in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nseffr) in module GFS_typedefs @@ -28761,12 +17119,15 @@ DEBUG: Requested variable flag_diagnostics in MODULE_GFS_MP_generic_post SCHEME_ DEBUG: Requested variable flag_diagnostics in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_gwdc_post SCHEME_gwdc_post SUBROUTINE_gwdc_post_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%lssav in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Control%lssav in module GFS_typedefs DEBUG: Requested variable flag_diagnostics in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Control%lssav in module GFS_typedefs @@ -28787,9 +17148,13 @@ DEBUG: Requested variable flag_diagnostics_3D in MODULE_gwdc_post SCHEME_gwdc_po DEBUG: Requested variable flag_diagnostics_3D in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Control%ldiag3d in module GFS_typedefs DEBUG: Requested variable flag_diagnostics_3D in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%ldiag3d in module GFS_typedefs DEBUG: Requested variable flag_diagnostics_3D in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%ldiag3d in module GFS_typedefs DEBUG: Requested variable flag_diagnostics_3D in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%ldiag3d in module GFS_typedefs DEBUG: Requested variable flag_diagnostics_3D in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%ldiag3d in module GFS_typedefs DEBUG: Requested variable flag_diagnostics_3D in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%ldiag3d in module GFS_typedefs +DEBUG: Requested variable flag_diagnostics_3D in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%ldiag3d in module GFS_typedefs DEBUG: Requested variable flag_diagnostics_3D in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Control%ldiag3d in module GFS_typedefs DEBUG: Requested variable flag_diagnostics_3D in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Control%ldiag3d in module GFS_typedefs DEBUG: Requested variable flag_diagnostics_3D in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Control%ldiag3d in module GFS_typedefs @@ -28804,10 +17169,12 @@ DEBUG: Requested variable flag_for_CRICK_proof_cloud_water in MODULE_GFS_rrtmgp_ DEBUG: Requested variable flag_for_Chikira_Sugiyama_deep_convection in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%cscnv in module GFS_typedefs DEBUG: Requested variable flag_for_Chikira_Sugiyama_deep_convection in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%cscnv in module GFS_typedefs DEBUG: Requested variable flag_for_Chikira_Sugiyama_deep_convection in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%cscnv in module GFS_typedefs +DEBUG: Requested variable flag_for_GFDL_microphysics_radiation_interaction in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%lgfdlmprad in module GFS_typedefs DEBUG: Requested variable flag_for_aerosol_convective_transport_and_PBL_diffusion in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%trans_aero in module GFS_typedefs DEBUG: Requested variable flag_for_aerosol_convective_transport_and_PBL_diffusion in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%trans_aero in module GFS_typedefs DEBUG: Requested variable flag_for_aerosol_physics in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ltaerosol in module GFS_typedefs DEBUG: Requested variable flag_for_aerosol_physics in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ltaerosol in module GFS_typedefs +DEBUG: Requested variable flag_for_aerosol_physics in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ltaerosol in module GFS_typedefs DEBUG: Requested variable flag_for_aerosol_physics in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ltaerosol in module GFS_typedefs DEBUG: Requested variable flag_for_aerosol_physics in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ltaerosol in module GFS_typedefs DEBUG: Requested variable flag_for_aerosol_physics in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%ltaerosol in module GFS_typedefs @@ -28831,6 +17198,7 @@ DEBUG: Requested variable flag_for_cice in MODULE_GFS_surface_composites_post SC DEBUG: Requested variable flag_for_cice in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Interstitial(cdata%thrd_no)%flag_cice in module GFS_typedefs DEBUG: Requested variable flag_for_cloud_condensate_normalized_by_cloud_cover in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ccnorm in module GFS_typedefs DEBUG: Requested variable flag_for_cloud_condensate_normalized_by_cloud_cover in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%ccnorm in module GFS_typedefs +DEBUG: Requested variable flag_for_cloud_effective_radii in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%effr_in in module GFS_typedefs DEBUG: Requested variable flag_for_cloud_effective_radii in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Control%effr_in in module GFS_typedefs DEBUG: Requested variable flag_for_cloud_effective_radii in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Control%effr_in in module GFS_typedefs DEBUG: Requested variable flag_for_cloud_effective_radii in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Control%effr_in in module GFS_typedefs @@ -28839,7 +17207,7 @@ DEBUG: Requested variable flag_for_cloud_overlap_method_for_longwave_radiation i DEBUG: Requested variable flag_for_cloud_overlap_method_for_shortwave_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%iovr_sw in module GFS_typedefs DEBUG: Requested variable flag_for_cloud_overlap_method_for_shortwave_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%iovr_sw in module GFS_typedefs DEBUG: Requested variable flag_for_convective_gravity_wave_drag in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Control%do_cnvgwd in module GFS_typedefs -DEBUG: Requested variable flag_for_convective_gravity_wave_drag in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Control%do_cnvgwd in module GFS_typedefs +DEBUG: Requested variable flag_for_convective_gravity_wave_drag in MODULE_gwdc SCHEME_gwdc SUBROUTINE_gwdc_init matched to target GFS_Control%do_cnvgwd in module GFS_typedefs DEBUG: Requested variable flag_for_convective_transport_of_tracers in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%trans_trac in module GFS_typedefs DEBUG: Requested variable flag_for_default_aerosol_effect_in_shortwave_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%iaer in module GFS_typedefs DEBUG: Requested variable flag_for_default_aerosol_effect_in_shortwave_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%iaer in module GFS_typedefs @@ -28847,6 +17215,7 @@ DEBUG: Requested variable flag_for_fast_microphysics_energy_conservation in MODU DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs +DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs DEBUG: Requested variable flag_for_fer_hires_microphysics_scheme in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Control%imp_physics_fer_hires in module GFS_typedefs @@ -28883,6 +17252,13 @@ DEBUG: Requested variable flag_for_generic_gravity_wave_drag_tendency in MODULE_ DEBUG: Requested variable flag_for_generic_gravity_wave_drag_tendency in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%flag_for_gwd_generic_tend in module GFS_typedefs DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs +DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs +DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs +DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs +DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs +DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs +DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs +DEBUG: Requested variable flag_for_generic_planetary_boundary_layer_tendency in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%flag_for_pbl_generic_tend in module GFS_typedefs DEBUG: Requested variable flag_for_generic_shallow_convection_tendency in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Control%flag_for_scnv_generic_tend in module GFS_typedefs DEBUG: Requested variable flag_for_generic_shallow_convection_tendency in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%flag_for_scnv_generic_tend in module GFS_typedefs DEBUG: Requested variable flag_for_generic_shallow_convection_tendency in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%flag_for_scnv_generic_tend in module GFS_typedefs @@ -28891,6 +17267,7 @@ DEBUG: Requested variable flag_for_gf_deep_convection_scheme in MODULE_sgscloud_ DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs +DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs DEBUG: Requested variable flag_for_gfdl_microphysics_scheme in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_init matched to target GFS_Control%imp_physics_gfdl in module GFS_typedefs @@ -28941,6 +17318,8 @@ DEBUG: Requested variable flag_for_land_surface_scheme in MODULE_GFS_time_vary_p DEBUG: Requested variable flag_for_land_surface_scheme in MODULE_mynnsfc_wrapper SCHEME_mynnsfc_wrapper SUBROUTINE_mynnsfc_wrapper_run matched to target GFS_Control%lsm in module GFS_typedefs DEBUG: Requested variable flag_for_land_surface_scheme in MODULE_sfc_diag_post SCHEME_sfc_diag_post SUBROUTINE_sfc_diag_post_run matched to target GFS_Control%lsm in module GFS_typedefs DEBUG: Requested variable flag_for_land_surface_scheme in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%lsm in module GFS_typedefs +DEBUG: Requested variable flag_for_lmfshal in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%lmfshal in module GFS_typedefs +DEBUG: Requested variable flag_for_lmfshal in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Control%lmfshal in module GFS_typedefs DEBUG: Requested variable flag_for_lw_clouds_without_sub_grid_approximation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%isubc_lw in module GFS_typedefs DEBUG: Requested variable flag_for_lw_clouds_without_sub_grid_approximation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%isubc_lw in module GFS_typedefs DEBUG: Requested variable flag_for_mass_flux_deep_convection_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imfdeepcnv in module GFS_typedefs @@ -28953,6 +17332,7 @@ DEBUG: Requested variable flag_for_mass_flux_shallow_convection_scheme in MODULE DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%imp_physics in module GFS_typedefs DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics in module GFS_typedefs DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics in module GFS_typedefs +DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imp_physics in module GFS_typedefs DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%imp_physics in module GFS_typedefs DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics in module GFS_typedefs DEBUG: Requested variable flag_for_microphysics_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imp_physics in module GFS_typedefs @@ -28974,6 +17354,7 @@ DEBUG: Requested variable flag_for_moorthi_stratus in MODULE_GFS_suite_interstit DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs +DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs DEBUG: Requested variable flag_for_morrison_gettelman_microphysics_scheme in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%imp_physics_mg in module GFS_typedefs @@ -28991,6 +17372,12 @@ DEBUG: Requested variable flag_for_nsstm_run in MODULE_sfc_nst_post SCHEME_sfc_n DEBUG: Requested variable flag_for_old_PBL_scheme in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%old_monin in module GFS_typedefs DEBUG: Requested variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%icliq_sw in module GFS_typedefs DEBUG: Requested variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%icliq_sw in module GFS_typedefs +DEBUG: Requested variable flag_for_output_of_longwave_heating_rate in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Control%lwhtr in module GFS_typedefs +DEBUG: Requested variable flag_for_output_of_longwave_heating_rate in MODULE_rrtmgp_lw_rte SCHEME_rrtmgp_lw_rte SUBROUTINE_rrtmgp_lw_rte_run matched to target GFS_Control%lwhtr in module GFS_typedefs +DEBUG: Requested variable flag_for_output_of_longwave_heating_rate in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Control%lwhtr in module GFS_typedefs +DEBUG: Requested variable flag_for_output_of_shortwave_heating_rate in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Control%swhtr in module GFS_typedefs +DEBUG: Requested variable flag_for_output_of_shortwave_heating_rate in MODULE_rrtmgp_sw_rte SCHEME_rrtmgp_sw_rte SUBROUTINE_rrtmgp_sw_rte_run matched to target GFS_Control%swhtr in module GFS_typedefs +DEBUG: Requested variable flag_for_output_of_shortwave_heating_rate in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Control%swhtr in module GFS_typedefs DEBUG: Requested variable flag_for_ozone_physics in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_init matched to target GFS_Control%oz_phys in module GFS_typedefs DEBUG: Requested variable flag_for_precipitation_effect_on_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%norad_precip in module GFS_typedefs DEBUG: Requested variable flag_for_precipitation_effect_on_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%norad_precip in module GFS_typedefs @@ -29017,6 +17404,7 @@ DEBUG: Requested variable flag_for_scale_aware_Shinhong_PBL in MODULE_GFS_PBL_ge DEBUG: Requested variable flag_for_scale_aware_TKE_moist_EDMF_PBL in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%satmedmf in module GFS_typedefs DEBUG: Requested variable flag_for_scale_aware_TKE_moist_EDMF_PBL in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%satmedmf in module GFS_typedefs DEBUG: Requested variable flag_for_scale_aware_TKE_moist_EDMF_PBL in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%satmedmf in module GFS_typedefs +DEBUG: Requested variable flag_for_scale_aware_mass_flux_convection in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%lmfdeep2 in module GFS_typedefs DEBUG: Requested variable flag_for_shallow_convection in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%shal_cnv in module GFS_typedefs DEBUG: Requested variable flag_for_shallow_convection in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_init matched to target GFS_Control%shal_cnv in module GFS_typedefs DEBUG: Requested variable flag_for_shoc in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%do_shoc in module GFS_typedefs @@ -29045,6 +17433,7 @@ DEBUG: Requested variable flag_for_the_last_step_of_k_split_remapping in MODULE_ DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs @@ -29052,6 +17441,8 @@ DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_mynned DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_init matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs DEBUG: Requested variable flag_for_thompson_microphysics_scheme in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%imp_physics_thompson in module GFS_typedefs +DEBUG: Requested variable flag_for_uni_cld in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%uni_cld in module GFS_typedefs +DEBUG: Requested variable flag_for_uni_cld in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Control%uni_cld in module GFS_typedefs DEBUG: Requested variable flag_for_using_climatology_albedo in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ialb in module GFS_typedefs DEBUG: Requested variable flag_for_using_climatology_albedo in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%ialb in module GFS_typedefs DEBUG: Requested variable flag_for_using_prescribed_global_mean_co2_value in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ico2 in module GFS_typedefs @@ -29063,21 +17454,23 @@ DEBUG: Requested variable flag_for_wave_coupling_to_atm in MODULE_GFS_surface_co DEBUG: Requested variable flag_for_wave_coupling_to_atm in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Control%cplwav2atm in module GFS_typedefs DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs +DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs DEBUG: Requested variable flag_for_wsm6_microphysics_scheme in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%imp_physics_wsm6 in module GFS_typedefs DEBUG: Requested variable flag_for_ysu in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%do_ysu in module GFS_typedefs DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs +DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs DEBUG: Requested variable flag_for_zhao_carr_microphysics_scheme in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%imp_physics_zhao_carr in module GFS_typedefs +DEBUG: Requested variable flag_for_zhao_carr_pdf_microphysics_scheme in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%imp_physics_zhao_carr_pdf in module GFS_typedefs DEBUG: Requested variable flag_for_zhao_carr_pdf_microphysics_scheme in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%imp_physics_zhao_carr_pdf in module GFS_typedefs DEBUG: Requested variable flag_for_zhao_carr_pdf_microphysics_scheme in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%imp_physics_zhao_carr_pdf in module GFS_typedefs DEBUG: Requested variable flag_for_zhao_carr_pdf_microphysics_scheme in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%imp_physics_zhao_carr_pdf in module GFS_typedefs DEBUG: Requested variable flag_idealized_physics in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%lsidea in module GFS_typedefs DEBUG: Requested variable flag_idealized_physics in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%lsidea in module GFS_typedefs -DEBUG: Requested variable flag_idealized_physics in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%lsidea in module GFS_typedefs DEBUG: Requested variable flag_idealized_physics in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%lsidea in module GFS_typedefs DEBUG: Requested variable flag_idealized_physics in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Control%lsidea in module GFS_typedefs DEBUG: Requested variable flag_nonzero_lake_surface_fraction in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Interstitial(cdata%thrd_no)%lake in module GFS_typedefs @@ -29159,8 +17552,12 @@ DEBUG: Requested variable flag_reset_maximum_hourly_fields in MODULE_maximum_hou DEBUG: Requested variable flag_shallow_convective_cloud in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%shcnvcw in module GFS_typedefs DEBUG: Requested variable flag_to_calc_RRTMGP_LW_jacobian in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%use_LW_jacobian in module GFS_typedefs DEBUG: Requested variable flag_to_calc_RRTMGP_LW_jacobian in MODULE_rrtmgp_lw_rte SCHEME_rrtmgp_lw_rte SUBROUTINE_rrtmgp_lw_rte_run matched to target GFS_Control%use_LW_jacobian in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%lslwr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_lw in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%lslwr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Control%lslwr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmgp_lw_gas_optics SCHEME_rrtmgp_lw_gas_optics SUBROUTINE_rrtmgp_lw_gas_optics_run matched to target GFS_Control%lslwr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Control%lslwr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmgp_lw_rte SCHEME_rrtmgp_lw_rte SUBROUTINE_rrtmgp_lw_rte_run matched to target GFS_Control%lslwr in module GFS_typedefs @@ -29172,9 +17569,13 @@ DEBUG: Requested variable flag_to_calc_lw in MODULE_rrtmgp_lw_cloud_sampling SCH DEBUG: Requested variable flag_to_calc_lw in MODULE_GFS_cloud_diagnostics SCHEME_GFS_cloud_diagnostics SUBROUTINE_GFS_cloud_diagnostics_run matched to target GFS_Control%lslwr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_lw in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Control%lslwr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_lw in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Control%lslwr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%lsswr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_sw in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%lsswr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_sw in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%lsswr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Control%lsswr in module GFS_typedefs +DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Control%lsswr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmgp_sw_gas_optics SCHEME_rrtmgp_sw_gas_optics SUBROUTINE_rrtmgp_sw_gas_optics_run matched to target GFS_Control%lsswr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Control%lsswr in module GFS_typedefs DEBUG: Requested variable flag_to_calc_sw in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Control%lsswr in module GFS_typedefs @@ -29197,15 +17598,20 @@ DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_GFS_SCNV_generic_ DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_cu_gf_driver SCHEME_cu_gf_driver SUBROUTINE_cu_gf_driver_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%qdiag3d in module GFS_typedefs +DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_satmedmfvdif SCHEME_satmedmfvdif SUBROUTINE_satmedmfvdif_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%qdiag3d in module GFS_typedefs +DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%qdiag3d in module GFS_typedefs +DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Control%qdiag3d in module GFS_typedefs +DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable flag_tracer_diagnostics_3D in MODULE_phys_tend SCHEME_phys_tend SUBROUTINE_phys_tend_run matched to target GFS_Control%qdiag3d in module GFS_typedefs DEBUG: Requested variable forecast_date_and_time in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%jdat in module GFS_typedefs DEBUG: Requested variable forecast_date_and_time in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%jdat in module GFS_typedefs DEBUG: Requested variable forecast_date_and_time in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%jdat in module GFS_typedefs +DEBUG: Requested variable forecast_hour_of_the_day in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%solhr in module GFS_typedefs DEBUG: Requested variable forecast_hour_of_the_day in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%solhr in module GFS_typedefs DEBUG: Requested variable forecast_hour_of_the_day in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%solhr in module GFS_typedefs DEBUG: Requested variable forecast_hour_of_the_day in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Control%solhr in module GFS_typedefs @@ -29223,21 +17629,26 @@ DEBUG: Requested variable fraction_of_grid_box_with_subgrid_orography_higher_tha DEBUG: Requested variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Interstitial(cdata%thrd_no)%clx in module GFS_typedefs DEBUG: Requested variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clxss in module GFS_typedefs DEBUG: Requested variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Interstitial(cdata%thrd_no)%clxss in module GFS_typedefs -DEBUG: Requested variable fraction_of_ice_water_cloud in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%f_ice in module GFS_typedefs -DEBUG: Requested variable fraction_of_ice_water_cloud in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Interstitial(cdata%thrd_no)%f_ice in module GFS_typedefs -DEBUG: Requested variable fraction_of_ice_water_cloud in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Interstitial(cdata%thrd_no)%f_ice in module GFS_typedefs -DEBUG: Requested variable fraction_of_rain_water_cloud in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%f_rain in module GFS_typedefs -DEBUG: Requested variable fraction_of_rain_water_cloud in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Interstitial(cdata%thrd_no)%f_rain in module GFS_typedefs -DEBUG: Requested variable fraction_of_rain_water_cloud in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Interstitial(cdata%thrd_no)%f_rain in module GFS_typedefs +DEBUG: Requested variable fractional_coverage_with_strong_cosz_dependency in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%facsf in module GFS_typedefs +DEBUG: Requested variable fractional_coverage_with_strong_cosz_dependency in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%facsf in module GFS_typedefs +DEBUG: Requested variable fractional_coverage_with_weak_cosz_dependency in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%facwf in module GFS_typedefs +DEBUG: Requested variable fractional_coverage_with_weak_cosz_dependency in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%facwf in module GFS_typedefs DEBUG: Requested variable freezing_point_temperature_of_seawater in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target con_tice in module GFS_typedefs DEBUG: Requested variable freezing_point_temperature_of_seawater in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target con_tice in module GFS_typedefs DEBUG: Requested variable freezing_point_temperature_of_seawater in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_tice in module GFS_typedefs +DEBUG: Requested variable frequency_for_longwave_radiation in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%fhlwr in module GFS_typedefs +DEBUG: Requested variable frequency_for_longwave_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%fhlwr in module GFS_typedefs +DEBUG: Requested variable frequency_for_longwave_radiation in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Control%fhlwr in module GFS_typedefs +DEBUG: Requested variable frequency_for_longwave_radiation in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Control%fhlwr in module GFS_typedefs +DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%fhswr in module GFS_typedefs +DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%fhswr in module GFS_typedefs DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%fhswr in module GFS_typedefs DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Control%fhswr in module GFS_typedefs DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_run matched to target GFS_Control%fhswr in module GFS_typedefs DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Control%fhswr in module GFS_typedefs DEBUG: Requested variable frequency_for_shortwave_radiation in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Control%fhswr in module GFS_typedefs DEBUG: Requested variable gas_constant_dry_air in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target con_rd in module GFS_typedefs +DEBUG: Requested variable gas_constant_dry_air in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target con_rd in module GFS_typedefs DEBUG: Requested variable gas_constant_dry_air in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target con_rd in module GFS_typedefs DEBUG: Requested variable gas_constant_dry_air in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target con_rd in module GFS_typedefs DEBUG: Requested variable gas_constant_dry_air in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target con_rd in module GFS_typedefs @@ -29543,6 +17954,8 @@ DEBUG: Requested variable ice_fraction_in_convective_tower in MODULE_m_micro SCH DEBUG: Requested variable ice_fraction_in_convective_tower in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_fice in module GFS_typedefs DEBUG: Requested variable ice_precipitation_rate_from_previous_timestep in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%diceprv in module GFS_typedefs DEBUG: Requested variable ice_precipitation_rate_from_previous_timestep in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%diceprv in module GFS_typedefs +DEBUG: Requested variable ice_supersaturation_threshold in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%sup in module GFS_typedefs +DEBUG: Requested variable ice_supersaturation_threshold in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%sup in module GFS_typedefs DEBUG: Requested variable ice_vertical_dimension in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Control%kice in module GFS_typedefs DEBUG: Requested variable ice_vertical_dimension in MODULE_lsm_ruc_sfc_sice_pre SCHEME_lsm_ruc_sfc_sice_pre SUBROUTINE_lsm_ruc_sfc_sice_pre_run matched to target GFS_Control%kice in module GFS_typedefs DEBUG: Requested variable ice_vertical_dimension in MODULE_lsm_ruc_sfc_sice_post SCHEME_lsm_ruc_sfc_sice_post SUBROUTINE_lsm_ruc_sfc_sice_post_run matched to target GFS_Control%kice in module GFS_typedefs @@ -29565,15 +17978,18 @@ DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_m_ DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_m_micro_post SCHEME_m_micro_post SUBROUTINE_m_micro_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntiw) in module GFS_typedefs DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntiw) in module GFS_typedefs DEBUG: Requested variable ice_water_mixing_ratio_updated_by_physics in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntiw) in module GFS_typedefs +DEBUG: Requested variable index_for_cloud_amount in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntclamt in module GFS_typedefs DEBUG: Requested variable index_for_cloud_amount in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntclamt in module GFS_typedefs DEBUG: Requested variable index_for_cloud_amount in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntclamt in module GFS_typedefs DEBUG: Requested variable index_for_cloud_amount in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%ntclamt in module GFS_typedefs DEBUG: Requested variable index_for_cloud_amount in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Control%ntclamt in module GFS_typedefs +DEBUG: Requested variable index_for_cloud_liquid_water_effective_radius in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%nleffr in module GFS_typedefs DEBUG: Requested variable index_for_diagnostic_printout in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%ipt in module GFS_typedefs DEBUG: Requested variable index_for_first_chemical_tracer in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntchs in module GFS_typedefs DEBUG: Requested variable index_for_first_chemical_tracer in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntchs in module GFS_typedefs DEBUG: Requested variable index_for_graupel in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntgl in module GFS_typedefs DEBUG: Requested variable index_for_graupel in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntgl in module GFS_typedefs +DEBUG: Requested variable index_for_graupel in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntgl in module GFS_typedefs DEBUG: Requested variable index_for_graupel in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntgl in module GFS_typedefs DEBUG: Requested variable index_for_graupel in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntgl in module GFS_typedefs DEBUG: Requested variable index_for_graupel in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntgl in module GFS_typedefs @@ -29586,6 +18002,7 @@ DEBUG: Requested variable index_for_graupel_number_concentration in MODULE_GFS_s DEBUG: Requested variable index_for_graupel_number_concentration in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntgnc in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntiw in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntiw in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntiw in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntiw in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntiw in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_condensate in MODULE_GFS_suite_interstitial_5 SCHEME_GFS_suite_interstitial_5 SUBROUTINE_GFS_suite_interstitial_5_run matched to target GFS_Control%ntiw in module GFS_typedefs @@ -29599,14 +18016,17 @@ DEBUG: Requested variable index_for_ice_cloud_condensate_vertical_diffusion_trac DEBUG: Requested variable index_for_ice_cloud_condensate_vertical_diffusion_tracer in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%ntiwx in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntinc in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntinc in module GFS_typedefs +DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntinc in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntinc in module GFS_typedefs DEBUG: Requested variable index_for_ice_cloud_number_concentration in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntinc in module GFS_typedefs +DEBUG: Requested variable index_for_ice_effective_radius in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%nieffr in module GFS_typedefs DEBUG: Requested variable index_for_ice_friendly_aerosols in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntia in module GFS_typedefs DEBUG: Requested variable index_for_ice_friendly_aerosols in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntia in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Control%ntcw in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%ntcw in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntcw in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntcw in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntcw in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ntcw in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntcw in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntcw in module GFS_typedefs @@ -29627,15 +18047,20 @@ DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_rrtmgp DEBUG: Requested variable index_for_liquid_cloud_condensate in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Control%ntcw in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntlnc in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntlnc in module GFS_typedefs +DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntlnc in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntlnc in module GFS_typedefs DEBUG: Requested variable index_for_liquid_cloud_number_concentration in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntlnc in module GFS_typedefs DEBUG: Requested variable index_for_mass_weighted_rime_factor in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%nqrimef in module GFS_typedefs DEBUG: Requested variable index_for_mass_weighted_rime_factor in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%nqrimef in module GFS_typedefs DEBUG: Requested variable index_for_ozone in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntoz in module GFS_typedefs DEBUG: Requested variable index_for_ozone in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntoz in module GFS_typedefs +DEBUG: Requested variable index_for_ozone in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntoz in module GFS_typedefs DEBUG: Requested variable index_for_ozone in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%ntoz in module GFS_typedefs DEBUG: Requested variable index_for_ozone in MODULE_hedmf SCHEME_hedmf SUBROUTINE_hedmf_run matched to target GFS_Control%ntoz in module GFS_typedefs +DEBUG: Requested variable index_for_ozone in MODULE_moninshoc SCHEME_moninshoc SUBROUTINE_moninshoc_run matched to target GFS_Control%ntoz in module GFS_typedefs DEBUG: Requested variable index_for_ozone in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Control%ntoz in module GFS_typedefs +DEBUG: Requested variable index_for_ozone in MODULE_shinhongvdif SCHEME_shinhongvdif SUBROUTINE_shinhongvdif_run matched to target GFS_Control%ntoz in module GFS_typedefs +DEBUG: Requested variable index_for_ozone in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Control%ntoz in module GFS_typedefs DEBUG: Requested variable index_for_ozone in MODULE_GFS_rrtmgp_setup SCHEME_GFS_rrtmgp_setup SUBROUTINE_GFS_rrtmgp_setup_init matched to target GFS_Control%ntoz in module GFS_typedefs DEBUG: Requested variable index_for_ozone in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Control%ntoz in module GFS_typedefs DEBUG: Requested variable index_for_rain_number_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntrnc in module GFS_typedefs @@ -29644,25 +18069,30 @@ DEBUG: Requested variable index_for_rain_number_concentration in MODULE_GFS_suit DEBUG: Requested variable index_for_rain_number_concentration in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntrnc in module GFS_typedefs DEBUG: Requested variable index_for_rain_water in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntrw in module GFS_typedefs DEBUG: Requested variable index_for_rain_water in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntrw in module GFS_typedefs +DEBUG: Requested variable index_for_rain_water in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntrw in module GFS_typedefs DEBUG: Requested variable index_for_rain_water in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntrw in module GFS_typedefs DEBUG: Requested variable index_for_rain_water in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntrw in module GFS_typedefs DEBUG: Requested variable index_for_rain_water in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntrw in module GFS_typedefs DEBUG: Requested variable index_for_rain_water in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%ntrw in module GFS_typedefs DEBUG: Requested variable index_for_rain_water in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%ntrw in module GFS_typedefs DEBUG: Requested variable index_for_rain_water in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Control%ntrw in module GFS_typedefs +DEBUG: Requested variable index_for_snow_effective_radius in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%nseffr in module GFS_typedefs DEBUG: Requested variable index_for_snow_number_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntsnc in module GFS_typedefs DEBUG: Requested variable index_for_snow_number_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntsnc in module GFS_typedefs DEBUG: Requested variable index_for_snow_number_concentration in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntsnc in module GFS_typedefs DEBUG: Requested variable index_for_snow_number_concentration in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntsnc in module GFS_typedefs DEBUG: Requested variable index_for_snow_water in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntsw in module GFS_typedefs DEBUG: Requested variable index_for_snow_water in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntsw in module GFS_typedefs +DEBUG: Requested variable index_for_snow_water in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntsw in module GFS_typedefs DEBUG: Requested variable index_for_snow_water in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%ntsw in module GFS_typedefs DEBUG: Requested variable index_for_snow_water in MODULE_GFS_suite_interstitial_4 SCHEME_GFS_suite_interstitial_4 SUBROUTINE_GFS_suite_interstitial_4_run matched to target GFS_Control%ntsw in module GFS_typedefs DEBUG: Requested variable index_for_snow_water in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntsw in module GFS_typedefs DEBUG: Requested variable index_for_snow_water in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Control%ntsw in module GFS_typedefs DEBUG: Requested variable index_for_snow_water in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Control%ntsw in module GFS_typedefs DEBUG: Requested variable index_for_snow_water in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Control%ntsw in module GFS_typedefs +DEBUG: Requested variable index_for_stochastic_land_surface_perturbation_type in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%lndp_type in module GFS_typedefs DEBUG: Requested variable index_for_stochastic_land_surface_perturbation_type in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%lndp_type in module GFS_typedefs +DEBUG: Requested variable index_for_stochastic_land_surface_perturbation_type in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Control%lndp_type in module GFS_typedefs DEBUG: Requested variable index_for_stochastic_land_surface_perturbation_type in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Control%lndp_type in module GFS_typedefs DEBUG: Requested variable index_for_turbulent_kinetic_energy in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntke in module GFS_typedefs DEBUG: Requested variable index_for_turbulent_kinetic_energy in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntke in module GFS_typedefs @@ -29679,8 +18109,10 @@ DEBUG: Requested variable index_for_turbulent_kinetic_energy_vertical_diffusion_ DEBUG: Requested variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Interstitial(cdata%thrd_no)%ntkev in module GFS_typedefs DEBUG: Requested variable index_for_water_friendly_aerosols in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntwa in module GFS_typedefs DEBUG: Requested variable index_for_water_friendly_aerosols in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntwa in module GFS_typedefs +DEBUG: Requested variable index_for_water_friendly_aerosols in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntwa in module GFS_typedefs DEBUG: Requested variable index_for_water_vapor in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntqv in module GFS_typedefs DEBUG: Requested variable index_for_water_vapor in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntqv in module GFS_typedefs +DEBUG: Requested variable index_for_water_vapor in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntqv in module GFS_typedefs DEBUG: Requested variable index_for_water_vapor in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target GFS_Control%ntqv in module GFS_typedefs DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Interstitial(cdata%thrd_no)%kinver in module GFS_typedefs DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Interstitial(cdata%thrd_no)%kinver in module GFS_typedefs @@ -29692,6 +18124,7 @@ DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_satme DEBUG: Requested variable index_of_highest_temperature_inversion in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%kinver in module GFS_typedefs DEBUG: Requested variable index_of_time_step in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%kdt in module GFS_typedefs DEBUG: Requested variable index_of_time_step in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Control%kdt in module GFS_typedefs +DEBUG: Requested variable index_of_time_step in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%kdt in module GFS_typedefs DEBUG: Requested variable index_of_time_step in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%kdt in module GFS_typedefs DEBUG: Requested variable index_of_time_step in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%kdt in module GFS_typedefs DEBUG: Requested variable index_of_time_step in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%kdt in module GFS_typedefs @@ -29862,6 +18295,7 @@ DEBUG: Requested variable iounit_namelist in MODULE_gfdl_cloud_microphys SCHEME_ DEBUG: Requested variable iounit_namelist in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_init matched to target GFS_Control%nlunit in module GFS_typedefs DEBUG: Requested variable iounit_namelist in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_init matched to target GFS_Control%nlunit in module GFS_typedefs DEBUG: Requested variable iounit_namelist in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_init matched to target GFS_Control%nlunit in module GFS_typedefs +DEBUG: Requested variable julian_day in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%julian in module GFS_typedefs DEBUG: Requested variable julian_day in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%julian in module GFS_typedefs DEBUG: Requested variable julian_day in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Control%julian in module GFS_typedefs DEBUG: Requested variable julian_day in MODULE_flake_driver SCHEME_flake_driver SUBROUTINE_flake_driver_run matched to target GFS_Control%julian in module GFS_typedefs @@ -29985,10 +18419,12 @@ DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_n DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target con_hvap in module GFS_typedefs DEBUG: Requested variable latent_heat_of_vaporization_of_water_at_0C in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_hvap in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_sgscloud_radpre SCHEME_sgscloud_radpre SUBROUTINE_sgscloud_radpre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_flake_driver SCHEME_flake_driver SUBROUTINE_flake_driver_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs @@ -29999,6 +18435,7 @@ DEBUG: Requested variable latitude in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre DEBUG: Requested variable latitude in MODULE_GFS_cloud_diagnostics SCHEME_GFS_cloud_diagnostics SUBROUTINE_GFS_cloud_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs DEBUG: Requested variable latitude in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat in module GFS_typedefs +DEBUG: Requested variable latitude_in_degree in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat_d in module GFS_typedefs DEBUG: Requested variable latitude_in_degree in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Grid%xlat_d in module GFS_typedefs DEBUG: Requested variable layer_pressure_thickness_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%delr in module GFS_typedefs DEBUG: Requested variable layer_pressure_thickness_for_radiation in MODULE_sgscloud_radpre SCHEME_sgscloud_radpre SUBROUTINE_sgscloud_radpre_run matched to target GFS_Interstitial(cdata%thrd_no)%delr in module GFS_typedefs @@ -30014,9 +18451,11 @@ DEBUG: Requested variable level_of_dividing_streamline in MODULE_drag_suite SCHE DEBUG: Requested variable level_of_dividing_streamline in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Intdiag%zmtnblck in module GFS_typedefs DEBUG: Requested variable log_pressure_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%peln in module CCPP_typedefs DEBUG: Requested variable longitude in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable longitude in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs DEBUG: Requested variable longitude in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs DEBUG: Requested variable longitude in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs DEBUG: Requested variable longitude in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable longitude in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs DEBUG: Requested variable longitude in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs DEBUG: Requested variable longitude in MODULE_sfc_nst_post SCHEME_sfc_nst_post SUBROUTINE_sfc_nst_post_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs DEBUG: Requested variable longitude in MODULE_rrtmgp_lw_cloud_optics SCHEME_rrtmgp_lw_cloud_optics SUBROUTINE_rrtmgp_lw_cloud_optics_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs @@ -30025,8 +18464,11 @@ DEBUG: Requested variable longitude in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rr DEBUG: Requested variable longitude in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs DEBUG: Requested variable longitude in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs DEBUG: Requested variable longitude in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%xlon in module GFS_typedefs +DEBUG: Requested variable lw_fluxes_sfc in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcflw in module GFS_typedefs DEBUG: Requested variable lw_fluxes_sfc in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcflw in module GFS_typedefs +DEBUG: Requested variable lw_fluxes_sfc in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcflw in module GFS_typedefs DEBUG: Requested variable lw_fluxes_sfc in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcflw in module GFS_typedefs +DEBUG: Requested variable lw_fluxes_top_atmosphere in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%topflw in module GFS_typedefs DEBUG: Requested variable lw_fluxes_top_atmosphere in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Data(cdata%blk_no)%Intdiag%topflw in module GFS_typedefs DEBUG: Requested variable lw_fluxes_top_atmosphere in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%topflw in module GFS_typedefs DEBUG: Requested variable lwe_thickness_of_convective_precipitation_amount_for_coupling in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%rainc_cpl in module GFS_typedefs @@ -30092,6 +18534,7 @@ DEBUG: Requested variable lwe_thickness_of_snow_amount_on_dynamics_timestep in M DEBUG: Requested variable magnitude_of_perturbation_of_vegetation_fraction in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%lndp_vgf in module GFS_typedefs DEBUG: Requested variable magnitude_of_perturbation_of_vegetation_fraction in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%lndp_vgf in module GFS_typedefs DEBUG: Requested variable magnitude_of_perturbations_for_landperts in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%lndp_prt_list in module GFS_typedefs +DEBUG: Requested variable magnitude_of_perturbations_for_landperts in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Control%lndp_prt_list in module GFS_typedefs DEBUG: Requested variable magnitude_of_perturbations_for_landperts in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Control%lndp_prt_list in module GFS_typedefs DEBUG: Requested variable mass_fraction_of_convective_cloud_ice in MODULE_cs_conv SCHEME_cs_conv SUBROUTINE_cs_conv_run matched to target GFS_Interstitial(cdata%thrd_no)%qicn in module GFS_typedefs DEBUG: Requested variable mass_fraction_of_convective_cloud_ice in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%qicn in module GFS_typedefs @@ -30155,7 +18598,16 @@ DEBUG: Requested variable mean_effective_radius_for_snow_flake in MODULE_rrtmgp_ DEBUG: Requested variable mean_effective_radius_for_snow_flake in MODULE_rrtmgp_sw_cloud_optics SCHEME_rrtmgp_sw_cloud_optics SUBROUTINE_rrtmgp_sw_cloud_optics_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,9) in module GFS_typedefs DEBUG: Requested variable mean_effective_radius_for_snow_flake in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,9) in module GFS_typedefs DEBUG: Requested variable mean_effective_radius_for_snow_flake in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,9) in module GFS_typedefs -DEBUG: Requested variable minimum_large_ice_fraction in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%flgmin in module GFS_typedefs +DEBUG: Requested variable mean_nir_albedo_with_strong_cosz_dependency in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alnsf in module GFS_typedefs +DEBUG: Requested variable mean_nir_albedo_with_strong_cosz_dependency in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alnsf in module GFS_typedefs +DEBUG: Requested variable mean_nir_albedo_with_weak_cosz_dependency in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alnwf in module GFS_typedefs +DEBUG: Requested variable mean_nir_albedo_with_weak_cosz_dependency in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alnwf in module GFS_typedefs +DEBUG: Requested variable mean_nir_albedo_with_weak_cosz_dependency in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alnwf in module GFS_typedefs +DEBUG: Requested variable mean_vis_albedo_with_strong_cosz_dependency in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alvsf in module GFS_typedefs +DEBUG: Requested variable mean_vis_albedo_with_strong_cosz_dependency in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alvsf in module GFS_typedefs +DEBUG: Requested variable mean_vis_albedo_with_weak_cosz_dependency in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alvwf in module GFS_typedefs +DEBUG: Requested variable mean_vis_albedo_with_weak_cosz_dependency in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alvwf in module GFS_typedefs +DEBUG: Requested variable mean_vis_albedo_with_weak_cosz_dependency in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%alvwf in module GFS_typedefs DEBUG: Requested variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%rh02min in module GFS_typedefs DEBUG: Requested variable minimum_scaling_factor_for_critical_relative_humidity in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Control%dxmin in module GFS_typedefs DEBUG: Requested variable minimum_scaling_factor_for_critical_relative_humidity in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%dxmin in module GFS_typedefs @@ -30183,6 +18635,7 @@ DEBUG: Requested variable momentum_transport_reduction_factor_pgf_deep_convectio DEBUG: Requested variable momentum_transport_reduction_factor_pgf_shallow_convection in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%pgcon_shal in module GFS_typedefs DEBUG: Requested variable momentum_transport_reduction_factor_pgf_shallow_convection in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Control%pgcon_shal in module GFS_typedefs DEBUG: Requested variable mpi_rank in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Control%me in module GFS_typedefs +DEBUG: Requested variable mpi_rank in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%me in module GFS_typedefs DEBUG: Requested variable mpi_rank in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_run matched to target GFS_Control%me in module GFS_typedefs DEBUG: Requested variable mpi_rank in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%me in module GFS_typedefs DEBUG: Requested variable mpi_rank in MODULE_GFS_suite_interstitial_3 SCHEME_GFS_suite_interstitial_3 SUBROUTINE_GFS_suite_interstitial_3_run matched to target GFS_Control%me in module GFS_typedefs @@ -30284,6 +18737,7 @@ DEBUG: Requested variable number_concentration_of_ice_crystals_for_detrainment i DEBUG: Requested variable number_concentration_of_ice_crystals_for_detrainment in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Interstitial(cdata%thrd_no)%cnv_nice in module GFS_typedefs DEBUG: Requested variable number_of_3d_arrays_associated_with_pdf_based_clouds in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%npdf3d in module GFS_typedefs DEBUG: Requested variable number_of_3d_arrays_associated_with_pdf_based_clouds in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%npdf3d in module GFS_typedefs +DEBUG: Requested variable number_of_3d_arrays_associated_with_pdf_based_clouds in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%npdf3d in module GFS_typedefs DEBUG: Requested variable number_of_3d_arrays_associated_with_pdf_based_clouds in MODULE_GFS_rrtmg_setup SCHEME_GFS_rrtmg_setup SUBROUTINE_GFS_rrtmg_setup_init matched to target GFS_Control%npdf3d in module GFS_typedefs DEBUG: Requested variable number_of_aerosol_tracers_for_convection in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%itc in module GFS_typedefs DEBUG: Requested variable number_of_aerosol_tracers_for_convection in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Interstitial(cdata%thrd_no)%itc in module GFS_typedefs @@ -30291,11 +18745,16 @@ DEBUG: Requested variable number_of_chemical_tracers in MODULE_GFS_PBL_generic_p DEBUG: Requested variable number_of_chemical_tracers in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntchm in module GFS_typedefs DEBUG: Requested variable number_of_chemical_tracers in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%ntchm in module GFS_typedefs DEBUG: Requested variable number_of_chemical_tracers in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%ntchm in module GFS_typedefs +DEBUG: Requested variable number_of_cloud_condensate_types in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ncnd in module GFS_typedefs +DEBUG: Requested variable number_of_cloud_condensate_types in MODULE_GFS_rrtmgp_gfdlmp_pre SCHEME_GFS_rrtmgp_gfdlmp_pre SUBROUTINE_GFS_rrtmgp_gfdlmp_pre_run matched to target GFS_Control%ncnd in module GFS_typedefs +DEBUG: Requested variable number_of_cloud_condensate_types in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target GFS_Control%ncnd in module GFS_typedefs DEBUG: Requested variable number_of_coefficients_in_h2o_forcing_data in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Interstitial(cdata%thrd_no)%h2o_coeff in module GFS_typedefs DEBUG: Requested variable number_of_coefficients_in_ozone_forcing_data in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Interstitial(cdata%thrd_no)%oz_coeff in module GFS_typedefs DEBUG: Requested variable number_of_coefficients_in_ozone_forcing_data in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Interstitial(cdata%thrd_no)%oz_coeff in module GFS_typedefs DEBUG: Requested variable number_of_convective_3d_cloud_fields in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Control%ncnvcld3d in module GFS_typedefs DEBUG: Requested variable number_of_convective_3d_cloud_fields in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%ncnvcld3d in module GFS_typedefs +DEBUG: Requested variable number_of_convective_3d_cloud_fields in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ncnvcld3d in module GFS_typedefs +DEBUG: Requested variable number_of_days_in_year in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%yearlen in module GFS_typedefs DEBUG: Requested variable number_of_days_in_year in MODULE_GFS_time_vary_pre SCHEME_GFS_time_vary_pre SUBROUTINE_GFS_time_vary_pre_run matched to target GFS_Control%yearlen in module GFS_typedefs DEBUG: Requested variable number_of_days_in_year in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Control%yearlen in module GFS_typedefs DEBUG: Requested variable number_of_days_in_year in MODULE_flake_driver SCHEME_flake_driver SUBROUTINE_flake_driver_run matched to target GFS_Control%yearlen in module GFS_typedefs @@ -30308,15 +18767,20 @@ DEBUG: Requested variable number_of_gases_for_multi_gases_physics in MODULE_fv_s DEBUG: Requested variable number_of_gases_for_multi_gases_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target CCPP_interstitial%ngas in module CCPP_typedefs DEBUG: Requested variable number_of_ghost_zones in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%ng in module CCPP_typedefs DEBUG: Requested variable number_of_hydrometeors in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%ncld in module GFS_typedefs +DEBUG: Requested variable number_of_hydrometeors in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ncld in module GFS_typedefs DEBUG: Requested variable number_of_hydrometeors in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Control%ncld in module GFS_typedefs DEBUG: Requested variable number_of_hydrometeors in MODULE_cs_conv_aw_adj SCHEME_cs_conv_aw_adj SUBROUTINE_cs_conv_aw_adj_run matched to target GFS_Control%ncld in module GFS_typedefs DEBUG: Requested variable number_of_hydrometeors in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target GFS_Control%ncld in module GFS_typedefs DEBUG: Requested variable number_of_hydrometeors in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target GFS_Control%ncld in module GFS_typedefs DEBUG: Requested variable number_of_hydrometeors in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target GFS_Control%ncld in module GFS_typedefs DEBUG: Requested variable number_of_hydrometeors in MODULE_shalcnv SCHEME_shalcnv SUBROUTINE_shalcnv_run matched to target GFS_Control%ncld in module GFS_typedefs +DEBUG: Requested variable number_of_land_surface_variables_perturbed in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%n_var_lndp in module GFS_typedefs DEBUG: Requested variable number_of_land_surface_variables_perturbed in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%n_var_lndp in module GFS_typedefs +DEBUG: Requested variable number_of_land_surface_variables_perturbed in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Control%n_var_lndp in module GFS_typedefs DEBUG: Requested variable number_of_land_surface_variables_perturbed in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Control%n_var_lndp in module GFS_typedefs DEBUG: Requested variable number_of_latitude_points in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_init matched to target GFS_Control%latr in module GFS_typedefs +DEBUG: Requested variable number_of_radiation_diagnostic_variables in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%nfxr in module GFS_typedefs +DEBUG: Requested variable number_of_species_for_aerosol_optical_depth in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%nspc1 in module GFS_typedefs DEBUG: Requested variable number_of_statistical_measures_of_subgrid_orography in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Control%nmtvr in module GFS_typedefs DEBUG: Requested variable number_of_statistical_measures_of_subgrid_orography in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%nmtvr in module GFS_typedefs DEBUG: Requested variable number_of_statistical_measures_of_subgrid_orography in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Control%nmtvr in module GFS_typedefs @@ -30329,6 +18793,7 @@ DEBUG: Requested variable number_of_tracers in MODULE_GFS_MP_generic_pre SCHEME_ DEBUG: Requested variable number_of_tracers in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Control%ntrac in module GFS_typedefs DEBUG: Requested variable number_of_tracers in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Control%ntrac in module GFS_typedefs DEBUG: Requested variable number_of_tracers in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%ntrac in module GFS_typedefs +DEBUG: Requested variable number_of_tracers in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%ntrac in module GFS_typedefs DEBUG: Requested variable number_of_tracers in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Control%ntrac in module GFS_typedefs DEBUG: Requested variable number_of_tracers in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Control%ntrac in module GFS_typedefs DEBUG: Requested variable number_of_tracers in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Control%ntrac in module GFS_typedefs @@ -30460,6 +18925,7 @@ DEBUG: Requested variable rain_water_mixing_ratio_updated_by_physics in MODULE_m DEBUG: Requested variable rain_water_mixing_ratio_updated_by_physics in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntrw) in module GFS_typedefs DEBUG: Requested variable random_number_array in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Tbd%rann in module GFS_typedefs DEBUG: Requested variable random_number_array in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Data(cdata%blk_no)%Tbd%rann in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target con_eps in module GFS_typedefs DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_eps in module GFS_typedefs DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_eps in module GFS_typedefs DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_eps in module GFS_typedefs @@ -30480,6 +18946,7 @@ DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODUL DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_eps in module GFS_typedefs DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target con_eps in module GFS_typedefs DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants in MODULE_GFS_rrtmgp_zhaocarr_pre SCHEME_GFS_rrtmgp_zhaocarr_pre SUBROUTINE_GFS_rrtmgp_zhaocarr_pre_run matched to target con_eps in module GFS_typedefs +DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target con_epsm1 in module GFS_typedefs DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_samfdeepcnv SCHEME_samfdeepcnv SUBROUTINE_samfdeepcnv_run matched to target con_epsm1 in module GFS_typedefs DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_samfshalcnv SCHEME_samfshalcnv SUBROUTINE_samfshalcnv_run matched to target con_epsm1 in module GFS_typedefs DEBUG: Requested variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one in MODULE_sascnvn SCHEME_sascnvn SUBROUTINE_sascnvn_run matched to target con_epsm1 in module GFS_typedefs @@ -30506,6 +18973,8 @@ DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs DEBUG: Requested variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%work3 in module GFS_typedefs +DEBUG: Requested variable ratio_of_gas_constant_dry_air_to_gravitational_acceleration in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target con_rog in module GFS_typedefs +DEBUG: Requested variable ratio_of_gas_constant_dry_air_to_specific_heat_of_dry_air_at_constant_pressure in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target con_rocp in module GFS_typedefs DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_gfdl_cloud_microphys SCHEME_gfdl_cloud_microphys SUBROUTINE_gfdl_cloud_microphys_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_m_micro SCHEME_m_micro SUBROUTINE_m_micro_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs @@ -30513,6 +18982,7 @@ DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_mp_thompson SC DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs DEBUG: Requested variable ratio_of_snowfall_to_rainfall in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sr in module GFS_typedefs DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target con_fvirt in module GFS_typedefs +DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target con_fvirt in module GFS_typedefs DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target con_fvirt in module GFS_typedefs DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target con_fvirt in module GFS_typedefs DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_shoc SCHEME_shoc SUBROUTINE_shoc_run matched to target con_fvirt in module GFS_typedefs @@ -30540,9 +19010,6 @@ DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in M DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target con_fvirt in module GFS_typedefs DEBUG: Requested variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%zvir in module CCPP_typedefs DEBUG: Requested variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%f10m in module GFS_typedefs -DEBUG: Requested variable rime_factor in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%f_rimef in module GFS_typedefs -DEBUG: Requested variable rime_factor in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Interstitial(cdata%thrd_no)%f_rimef in module GFS_typedefs -DEBUG: Requested variable rime_factor in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Interstitial(cdata%thrd_no)%f_rimef in module GFS_typedefs DEBUG: Requested variable sea_area_fraction in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oceanfrac in module GFS_typedefs DEBUG: Requested variable sea_area_fraction in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oceanfrac in module GFS_typedefs DEBUG: Requested variable sea_area_fraction in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%oceanfrac in module GFS_typedefs @@ -30557,6 +19024,7 @@ DEBUG: Requested variable sea_ice_concentration in MODULE_GFS_surface_composites DEBUG: Requested variable sea_ice_concentration in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs DEBUG: Requested variable sea_ice_concentration in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs DEBUG: Requested variable sea_ice_concentration in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs +DEBUG: Requested variable sea_ice_concentration in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs DEBUG: Requested variable sea_ice_concentration in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs DEBUG: Requested variable sea_ice_concentration in MODULE_flake_driver SCHEME_flake_driver SUBROUTINE_flake_driver_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs DEBUG: Requested variable sea_ice_concentration in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%fice in module GFS_typedefs @@ -30567,6 +19035,7 @@ DEBUG: Requested variable sea_ice_minimum in MODULE_sfc_sice SCHEME_sfc_sice SUB DEBUG: Requested variable sea_ice_temperature in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tisfc in module GFS_typedefs DEBUG: Requested variable sea_ice_temperature in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tisfc in module GFS_typedefs DEBUG: Requested variable sea_ice_temperature in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tisfc in module GFS_typedefs +DEBUG: Requested variable sea_ice_temperature in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tisfc in module GFS_typedefs DEBUG: Requested variable sea_ice_temperature in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tisfc in module GFS_typedefs DEBUG: Requested variable sea_ice_temperature_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tice in module GFS_typedefs DEBUG: Requested variable sea_ice_temperature_interstitial in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tice in module GFS_typedefs @@ -30598,6 +19067,7 @@ DEBUG: Requested variable sea_land_ice_mask_cice in MODULE_GFS_surface_generic_p DEBUG: Requested variable sea_land_ice_mask_cice in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Interstitial(cdata%thrd_no)%islmsk_cice in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_in in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling%slimskin_cpl in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_GFS_checkland SCHEME_GFS_checkland SUBROUTINE_GFS_checkland_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs @@ -30605,6 +19075,8 @@ DEBUG: Requested variable sea_land_ice_mask_real in MODULE_mynnsfc_wrapper SCHEM DEBUG: Requested variable sea_land_ice_mask_real in MODULE_sgscloud_radpre SCHEME_sgscloud_radpre SUBROUTINE_sgscloud_radpre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs +DEBUG: Requested variable sea_land_ice_mask_real in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_rrtmgp_sw_aerosol_optics SCHEME_rrtmgp_sw_aerosol_optics SUBROUTINE_rrtmgp_sw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs DEBUG: Requested variable sea_land_ice_mask_real in MODULE_rrtmgp_lw_aerosol_optics SCHEME_rrtmgp_lw_aerosol_optics SUBROUTINE_rrtmgp_lw_aerosol_optics_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%slmsk in module GFS_typedefs @@ -30619,6 +19091,7 @@ DEBUG: Requested variable seed_random_numbers_lw in MODULE_rrtmg_lw SCHEME_rrtmg DEBUG: Requested variable seed_random_numbers_lw in MODULE_rrtmgp_lw_cloud_sampling SCHEME_rrtmgp_lw_cloud_sampling SUBROUTINE_rrtmgp_lw_cloud_sampling_run matched to target GFS_Data(cdata%blk_no)%Tbd%icsdlw in module GFS_typedefs DEBUG: Requested variable seed_random_numbers_sw in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Data(cdata%blk_no)%Tbd%icsdsw in module GFS_typedefs DEBUG: Requested variable seed_random_numbers_sw in MODULE_rrtmgp_sw_cloud_sampling SCHEME_rrtmgp_sw_cloud_sampling SUBROUTINE_rrtmgp_sw_cloud_sampling_run matched to target GFS_Data(cdata%blk_no)%Tbd%icsdsw in module GFS_typedefs +DEBUG: Requested variable sine_of_latitude in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Grid%sinlat in module GFS_typedefs DEBUG: Requested variable sine_of_latitude in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Grid%sinlat in module GFS_typedefs DEBUG: Requested variable sine_of_latitude in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Grid%sinlat in module GFS_typedefs DEBUG: Requested variable sine_of_latitude in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Grid%sinlat in module GFS_typedefs @@ -30734,6 +19207,8 @@ DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_cire DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_drag_suite SCHEME_drag_suite SUBROUTINE_drag_suite_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_gwdps SCHEME_gwdps SUBROUTINE_gwdps_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs +DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs +DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs DEBUG: Requested variable standard_deviation_of_subgrid_orography in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%hprime(:,1) in module GFS_typedefs DEBUG: Requested variable standard_deviation_of_subgrid_orography_small_scale in MODULE_GFS_GWD_generic_pre SCHEME_GFS_GWD_generic_pre SUBROUTINE_GFS_GWD_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%varss in module GFS_typedefs @@ -30773,9 +19248,9 @@ DEBUG: Requested variable surface_air_pressure in MODULE_flake_driver SCHEME_fla DEBUG: Requested variable surface_air_pressure in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs DEBUG: Requested variable surface_air_pressure in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs DEBUG: Requested variable surface_air_pressure in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Statein%pgr in module GFS_typedefs -DEBUG: Requested variable surface_air_pressure_at_previous_time_step in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,2) in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure_at_previous_timestep in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,GFS_Control%npsdelt) in module GFS_typedefs DEBUG: Requested variable surface_air_pressure_diag in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Data(cdata%blk_no)%Intdiag%psurf in module GFS_typedefs -DEBUG: Requested variable surface_air_pressure_two_time_steps_back in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,1) in module GFS_typedefs +DEBUG: Requested variable surface_air_pressure_two_timesteps_back in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f2d(:,GFS_Control%nps2delt) in module GFS_typedefs DEBUG: Requested variable surface_air_temperature_for_radiation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfa in module GFS_typedefs DEBUG: Requested variable surface_air_temperature_for_radiation in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfa in module GFS_typedefs DEBUG: Requested variable surface_air_temperature_for_radiation in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfa in module GFS_typedefs @@ -30797,6 +19272,7 @@ DEBUG: Requested variable surface_albedo_due_to_near_IR_direct in MODULE_rrtmg_s DEBUG: Requested variable surface_albedo_perturbation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%alb1d in module GFS_typedefs DEBUG: Requested variable surface_albedo_perturbation in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%alb1d in module GFS_typedefs DEBUG: Requested variable surface_albedo_perturbation in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%alb1d in module GFS_typedefs +DEBUG: Requested variable surface_diffused_shortwave_albedo in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfalb in module GFS_typedefs DEBUG: Requested variable surface_diffused_shortwave_albedo in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfalb in module GFS_typedefs DEBUG: Requested variable surface_diffused_shortwave_albedo in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfalb in module GFS_typedefs DEBUG: Requested variable surface_diffused_shortwave_albedo in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfalb in module GFS_typedefs @@ -30804,18 +19280,22 @@ DEBUG: Requested variable surface_diffused_shortwave_albedo in MODULE_GFS_rrtmgp DEBUG: Requested variable surface_downwelling_diffuse_near_infrared_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirdfd in module GFS_typedefs DEBUG: Requested variable surface_downwelling_diffuse_near_infrared_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirdfd in module GFS_typedefs DEBUG: Requested variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirdfdi in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirdfdi in module GFS_typedefs DEBUG: Requested variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirdfdi in module GFS_typedefs DEBUG: Requested variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisdfd in module GFS_typedefs DEBUG: Requested variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisdfd in module GFS_typedefs DEBUG: Requested variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%visdfdi in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%visdfdi in module GFS_typedefs DEBUG: Requested variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%visdfdi in module GFS_typedefs DEBUG: Requested variable surface_downwelling_direct_near_infrared_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirbmd in module GFS_typedefs DEBUG: Requested variable surface_downwelling_direct_near_infrared_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirbmd in module GFS_typedefs DEBUG: Requested variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirbmdi in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirbmdi in module GFS_typedefs DEBUG: Requested variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirbmdi in module GFS_typedefs DEBUG: Requested variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisbmd in module GFS_typedefs DEBUG: Requested variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisbmd in module GFS_typedefs DEBUG: Requested variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%visbmdi in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%visbmdi in module GFS_typedefs DEBUG: Requested variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%visbmdi in module GFS_typedefs DEBUG: Requested variable surface_downwelling_longwave_flux in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dlwsfci in module GFS_typedefs DEBUG: Requested variable surface_downwelling_longwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dlwsfci in module GFS_typedefs @@ -30831,6 +19311,7 @@ DEBUG: Requested variable surface_downwelling_longwave_flux_absorbed_by_ground_o DEBUG: Requested variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in MODULE_flake_driver SCHEME_flake_driver SUBROUTINE_flake_driver_run matched to target GFS_Interstitial(cdata%thrd_no)%gabsbdlw_ocean in module GFS_typedefs DEBUG: Requested variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%gabsbdlw_ocean in module GFS_typedefs DEBUG: Requested variable surface_downwelling_longwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcdlw in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_longwave_flux_on_radiation_time_step in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcdlw in module GFS_typedefs DEBUG: Requested variable surface_downwelling_longwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcdlw in module GFS_typedefs DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs @@ -30842,6 +19323,7 @@ DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_noahmpdrv DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_flake_driver SCHEME_flake_driver SUBROUTINE_flake_driver_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs DEBUG: Requested variable surface_downwelling_shortwave_flux in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Intdiag%dswsfci in module GFS_typedefs DEBUG: Requested variable surface_downwelling_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcdsw in module GFS_typedefs +DEBUG: Requested variable surface_downwelling_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcdsw in module GFS_typedefs DEBUG: Requested variable surface_downwelling_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcdsw in module GFS_typedefs DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq in module GFS_typedefs DEBUG: Requested variable surface_drag_coefficient_for_heat_and_moisture_in_air in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%cdq in module GFS_typedefs @@ -30947,6 +19429,7 @@ DEBUG: Requested variable surface_ground_temperature_for_radiation in MODULE_rrt DEBUG: Requested variable surface_ground_temperature_for_radiation in MODULE_GFS_rrtmgp_pre SCHEME_GFS_rrtmgp_pre SUBROUTINE_GFS_rrtmgp_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%tsfg in module GFS_typedefs DEBUG: Requested variable surface_longwave_emissivity in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%semis in module GFS_typedefs DEBUG: Requested variable surface_longwave_emissivity in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Data(cdata%blk_no)%Radtend%semis in module GFS_typedefs +DEBUG: Requested variable surface_longwave_emissivity in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%semis in module GFS_typedefs DEBUG: Requested variable surface_longwave_emissivity in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Radtend%semis in module GFS_typedefs DEBUG: Requested variable surface_longwave_emissivity_over_ice_interstitial in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ice in module GFS_typedefs DEBUG: Requested variable surface_longwave_emissivity_over_ice_interstitial in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ice in module GFS_typedefs @@ -30963,6 +19446,7 @@ DEBUG: Requested variable surface_longwave_emissivity_over_ocean_interstitial in DEBUG: Requested variable surface_longwave_emissivity_over_ocean_interstitial in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ocean in module GFS_typedefs DEBUG: Requested variable surface_longwave_emissivity_over_ocean_interstitial in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%semis_ocean in module GFS_typedefs DEBUG: Requested variable surface_midlayer_air_temperature_in_longwave_radiation in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Radtend%tsflw in module GFS_typedefs +DEBUG: Requested variable surface_midlayer_air_temperature_in_longwave_radiation in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%tsflw in module GFS_typedefs DEBUG: Requested variable surface_midlayer_air_temperature_in_longwave_radiation in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%tsflw in module GFS_typedefs DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_GFS_surface_composites_inter SCHEME_GFS_surface_composites_inter SUBROUTINE_GFS_surface_composites_inter_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs @@ -30972,6 +19456,7 @@ DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_noahm DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs DEBUG: Requested variable surface_net_downwelling_shortwave_flux in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target GFS_Data(cdata%blk_no)%Intdiag%nswsfci in module GFS_typedefs DEBUG: Requested variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcnsw in module GFS_typedefs +DEBUG: Requested variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcnsw in module GFS_typedefs DEBUG: Requested variable surface_net_downwelling_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfcnsw in module GFS_typedefs DEBUG: Requested variable surface_roughness_fraction_factor in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Control%z0fac in module GFS_typedefs DEBUG: Requested variable surface_roughness_length in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs @@ -30987,6 +19472,8 @@ DEBUG: Requested variable surface_roughness_length in MODULE_ysuvdif SCHEME_ysuv DEBUG: Requested variable surface_roughness_length in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs DEBUG: Requested variable surface_roughness_length in MODULE_myjsfc_wrapper SCHEME_myjsfc_wrapper SUBROUTINE_myjsfc_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs DEBUG: Requested variable surface_roughness_length in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs +DEBUG: Requested variable surface_roughness_length in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs DEBUG: Requested variable surface_roughness_length in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs DEBUG: Requested variable surface_roughness_length in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorl in module GFS_typedefs DEBUG: Requested variable surface_roughness_length_from_wave_model in MODULE_sfc_diff SCHEME_sfc_diff SUBROUTINE_sfc_diff_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%zorlw in module GFS_typedefs @@ -31021,6 +19508,7 @@ DEBUG: Requested variable surface_runoff_flux in MODULE_lsm_ruc SCHEME_lsm_ruc S DEBUG: Requested variable surface_runoff_flux in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%runoff in module GFS_typedefs DEBUG: Requested variable surface_runoff_flux in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%runoff in module GFS_typedefs DEBUG: Requested variable surface_skin_temperature in MODULE_GFS_MP_generic_post SCHEME_GFS_MP_generic_post SUBROUTINE_GFS_MP_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs +DEBUG: Requested variable surface_skin_temperature in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs DEBUG: Requested variable surface_skin_temperature in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs DEBUG: Requested variable surface_skin_temperature in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs DEBUG: Requested variable surface_skin_temperature in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%tsfc in module GFS_typedefs @@ -31096,6 +19584,8 @@ DEBUG: Requested variable surface_slope_classification_real in MODULE_GFS_surfac DEBUG: Requested variable surface_snow_area_fraction in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%snowc in module GFS_typedefs DEBUG: Requested variable surface_snow_area_fraction in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Interstitial(cdata%thrd_no)%snowc in module GFS_typedefs DEBUG: Requested variable surface_snow_area_fraction in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Interstitial(cdata%thrd_no)%snowc in module GFS_typedefs +DEBUG: Requested variable surface_snow_area_fraction_over_land in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%sncovr in module GFS_typedefs +DEBUG: Requested variable surface_snow_area_fraction_over_land in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%sncovr in module GFS_typedefs DEBUG: Requested variable surface_snow_area_fraction_over_land in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%sncovr in module GFS_typedefs DEBUG: Requested variable surface_snow_area_fraction_over_land in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%sncovr in module GFS_typedefs DEBUG: Requested variable surface_snow_area_fraction_over_land in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%sncovr in module GFS_typedefs @@ -31106,6 +19596,8 @@ DEBUG: Requested variable surface_snow_thickness_for_coupling in MODULE_sfc_cice DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_myjpbl_wrapper SCHEME_myjpbl_wrapper SUBROUTINE_myjpbl_wrapper_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_rrtmg_lw_pre SCHEME_rrtmg_lw_pre SUBROUTINE_rrtmg_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs +DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_rrtmgp_lw_pre SCHEME_rrtmgp_lw_pre SUBROUTINE_rrtmgp_lw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs DEBUG: Requested variable surface_snow_thickness_water_equivalent in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snowd in module GFS_typedefs DEBUG: Requested variable surface_snow_thickness_water_equivalent_over_ice in MODULE_GFS_surface_composites_pre SCHEME_GFS_surface_composites_pre SUBROUTINE_GFS_surface_composites_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%snowd_ice in module GFS_typedefs @@ -31176,18 +19668,22 @@ DEBUG: Requested variable surface_upward_sensible_heat_flux_reduction_factor in DEBUG: Requested variable surface_upwelling_diffuse_near_infrared_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirdfu in module GFS_typedefs DEBUG: Requested variable surface_upwelling_diffuse_near_infrared_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirdfu in module GFS_typedefs DEBUG: Requested variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirdfui in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirdfui in module GFS_typedefs DEBUG: Requested variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirdfui in module GFS_typedefs DEBUG: Requested variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisdfu in module GFS_typedefs DEBUG: Requested variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisdfu in module GFS_typedefs DEBUG: Requested variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%visdfui in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%visdfui in module GFS_typedefs DEBUG: Requested variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%visdfui in module GFS_typedefs DEBUG: Requested variable surface_upwelling_direct_near_infrared_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirbmu in module GFS_typedefs DEBUG: Requested variable surface_upwelling_direct_near_infrared_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjnirbmu in module GFS_typedefs DEBUG: Requested variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirbmui in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirbmui in module GFS_typedefs DEBUG: Requested variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%nirbmui in module GFS_typedefs DEBUG: Requested variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisbmu in module GFS_typedefs DEBUG: Requested variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Interstitial(cdata%thrd_no)%adjvisbmu in module GFS_typedefs DEBUG: Requested variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Coupling%visbmui in module GFS_typedefs +DEBUG: Requested variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%visbmui in module GFS_typedefs DEBUG: Requested variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%visbmui in module GFS_typedefs DEBUG: Requested variable surface_upwelling_longwave_flux in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Data(cdata%blk_no)%Intdiag%ulwsfci in module GFS_typedefs DEBUG: Requested variable surface_upwelling_longwave_flux in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%ulwsfci in module GFS_typedefs @@ -31234,9 +19730,13 @@ DEBUG: Requested variable surface_x_momentum_flux_for_coupling in MODULE_sfc_cic DEBUG: Requested variable surface_y_momentum_flux_for_coupling in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Coupling%dvsfcin_cpl in module GFS_typedefs DEBUG: Requested variable surface_y_momentum_flux_for_coupling in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Coupling%dvsfcin_cpl in module GFS_typedefs DEBUG: Requested variable surface_y_momentum_flux_for_coupling in MODULE_sfc_cice SCHEME_sfc_cice SUBROUTINE_sfc_cice_run matched to target GFS_Data(cdata%blk_no)%Coupling%dvsfcin_cpl in module GFS_typedefs +DEBUG: Requested variable sw_fluxes_sfc in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcfsw in module GFS_typedefs DEBUG: Requested variable sw_fluxes_sfc in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcfsw in module GFS_typedefs +DEBUG: Requested variable sw_fluxes_sfc in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcfsw in module GFS_typedefs DEBUG: Requested variable sw_fluxes_sfc in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%sfcfsw in module GFS_typedefs +DEBUG: Requested variable sw_fluxes_top_atmosphere in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%topfsw in module GFS_typedefs DEBUG: Requested variable sw_fluxes_top_atmosphere in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Data(cdata%blk_no)%Intdiag%topfsw in module GFS_typedefs +DEBUG: Requested variable sw_fluxes_top_atmosphere in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%topfsw in module GFS_typedefs DEBUG: Requested variable sw_fluxes_top_atmosphere in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%topfsw in module GFS_typedefs DEBUG: Requested variable temperature_at_2m in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%t2m in module GFS_typedefs DEBUG: Requested variable temperature_at_2m in MODULE_maximum_hourly_diagnostics SCHEME_maximum_hourly_diagnostics SUBROUTINE_maximum_hourly_diagnostics_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%t2m in module GFS_typedefs @@ -31253,6 +19753,7 @@ DEBUG: Requested variable temperature_at_zero_celsius in MODULE_rascnv SCHEME_ra DEBUG: Requested variable temperature_at_zero_celsius in MODULE_sfc_sice SCHEME_sfc_sice SUBROUTINE_sfc_sice_run matched to target con_t0c in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_at_Lagrangian_surface in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%dtdt in module CCPP_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Radtend%lwhc in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%lwhc in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%lwhc in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%htlw0 in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%htlw0 in module GFS_typedefs @@ -31267,6 +19768,7 @@ DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step in MODULE_GFS_rrtmgp_lw_post SCHEME_GFS_rrtmgp_lw_post SUBROUTINE_GFS_rrtmgp_lw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrlw in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_lw SCHEME_rrtmg_lw SUBROUTINE_rrtmg_lw_run matched to target GFS_Interstitial(cdata%thrd_no)%htlwc in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%htlwc in module GFS_typedefs @@ -31297,6 +19799,7 @@ DEBUG: Requested variable tendency_of_air_temperature_due_to_radiative_heating_o DEBUG: Requested variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Tbd%dtdtr in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Tbd%dtdtr in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in MODULE_dcyc2t3 SCHEME_dcyc2t3 SUBROUTINE_dcyc2t3_run matched to target GFS_Data(cdata%blk_no)%Radtend%swhc in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%swhc in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%swhc in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%htsw0 in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%htsw0 in module GFS_typedefs @@ -31310,6 +19813,7 @@ DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_o DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_satmedmfvdifq SCHEME_satmedmfvdifq SUBROUTINE_satmedmfvdifq_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_ysuvdif SCHEME_ysuvdif SUBROUTINE_ysuvdif_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs +DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step in MODULE_GFS_rrtmgp_sw_post SCHEME_GFS_rrtmgp_sw_post SUBROUTINE_GFS_rrtmgp_sw_post_run matched to target GFS_Data(cdata%blk_no)%Radtend%htrsw in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_sw SCHEME_rrtmg_sw SUBROUTINE_rrtmg_sw_run matched to target GFS_Interstitial(cdata%thrd_no)%htswc in module GFS_typedefs DEBUG: Requested variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step_and_radiation_levels in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Interstitial(cdata%thrd_no)%htswc in module GFS_typedefs @@ -31489,8 +19993,6 @@ DEBUG: Requested variable time_step_for_radiation in MODULE_GFS_rrtmgp_sw_post S DEBUG: Requested variable time_step_for_remapping_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%mdt in module CCPP_typedefs DEBUG: Requested variable top_layer_index_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_run matched to target CCPP_interstitial%kmp in module CCPP_typedefs DEBUG: Requested variable top_layer_index_for_fast_physics in MODULE_fv_sat_adj SCHEME_fv_sat_adj SUBROUTINE_fv_sat_adj_init matched to target CCPP_interstitial%kmp in module CCPP_typedefs -DEBUG: Requested variable total_cloud_condensate_mixing_ratio_updated_by_physics in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%cwm in module GFS_typedefs -DEBUG: Requested variable total_cloud_condensate_mixing_ratio_updated_by_physics in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Interstitial(cdata%thrd_no)%cwm in module GFS_typedefs DEBUG: Requested variable total_cloud_fraction in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs DEBUG: Requested variable total_cloud_fraction in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs DEBUG: Requested variable total_cloud_fraction in MODULE_sgscloud_radpre SCHEME_sgscloud_radpre SUBROUTINE_sgscloud_radpre_run matched to target GFS_Interstitial(cdata%thrd_no)%clouds(:,:,1) in module GFS_typedefs @@ -31509,6 +20011,7 @@ DEBUG: Requested variable total_runoff in MODULE_GFS_surface_generic_post SCHEME DEBUG: Requested variable total_runoff in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Intdiag%runoff in module GFS_typedefs DEBUG: Requested variable tracer_concentration in MODULE_GFS_PBL_generic_pre SCHEME_GFS_PBL_generic_pre SUBROUTINE_GFS_PBL_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs DEBUG: Requested variable tracer_concentration in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs +DEBUG: Requested variable tracer_concentration in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs DEBUG: Requested variable tracer_concentration in MODULE_GFS_suite_stateout_reset SCHEME_GFS_suite_stateout_reset SUBROUTINE_GFS_suite_stateout_reset_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs DEBUG: Requested variable tracer_concentration in MODULE_GFS_suite_stateout_update SCHEME_GFS_suite_stateout_update SUBROUTINE_GFS_suite_stateout_update_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs DEBUG: Requested variable tracer_concentration in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs in module GFS_typedefs @@ -31536,6 +20039,7 @@ DEBUG: Requested variable transpiration_flux in MODULE_noahmpdrv SCHEME_noahmpdr DEBUG: Requested variable turb_oro_form_drag_flag in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Control%do_tofd in module GFS_typedefs DEBUG: Requested variable turbulent_kinetic_energy in MODULE_cires_ugwp SCHEME_cires_ugwp SUBROUTINE_cires_ugwp_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntke) in module GFS_typedefs DEBUG: Requested variable turbulent_kinetic_energy in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Data(cdata%blk_no)%Statein%qgrs(:,:,GFS_Control%ntke) in module GFS_typedefs +DEBUG: Requested variable upper_bound_on_max_albedo_over_deep_snow in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snoalb in module GFS_typedefs DEBUG: Requested variable upper_bound_on_max_albedo_over_deep_snow in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snoalb in module GFS_typedefs DEBUG: Requested variable upper_bound_on_max_albedo_over_deep_snow in MODULE_lsm_noah SCHEME_lsm_noah SUBROUTINE_lsm_noah_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snoalb in module GFS_typedefs DEBUG: Requested variable upper_bound_on_max_albedo_over_deep_snow in MODULE_noahmpdrv SCHEME_noahmpdrv SUBROUTINE_noahmpdrv_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%snoalb in module GFS_typedefs @@ -31552,7 +20056,9 @@ DEBUG: Requested variable upward_heat_flux_in_soil_over_land in MODULE_noahmpdrv DEBUG: Requested variable upward_heat_flux_in_soil_over_ocean in MODULE_GFS_surface_composites_post SCHEME_GFS_surface_composites_post SUBROUTINE_GFS_surface_composites_post_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_ocean in module GFS_typedefs DEBUG: Requested variable upward_heat_flux_in_soil_over_ocean in MODULE_sfc_nst SCHEME_sfc_nst SUBROUTINE_sfc_nst_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_ocean in module GFS_typedefs DEBUG: Requested variable upward_heat_flux_in_soil_over_ocean in MODULE_sfc_ocean SCHEME_sfc_ocean SUBROUTINE_sfc_ocean_run matched to target GFS_Interstitial(cdata%thrd_no)%gflx_ocean in module GFS_typedefs +DEBUG: Requested variable variables_to_be_perturbed_for_landperts in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%lndp_var_list in module GFS_typedefs DEBUG: Requested variable variables_to_be_perturbed_for_landperts in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Control%lndp_var_list in module GFS_typedefs +DEBUG: Requested variable variables_to_be_perturbed_for_landperts in MODULE_rrtmg_sw_pre SCHEME_rrtmg_sw_pre SUBROUTINE_rrtmg_sw_pre_run matched to target GFS_Control%lndp_var_list in module GFS_typedefs DEBUG: Requested variable variables_to_be_perturbed_for_landperts in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Control%lndp_var_list in module GFS_typedefs DEBUG: Requested variable vegetation_area_fraction in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%vfrac in module GFS_typedefs DEBUG: Requested variable vegetation_area_fraction in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Data(cdata%blk_no)%Sfcprop%vfrac in module GFS_typedefs @@ -31583,6 +20089,8 @@ DEBUG: Requested variable vertical_dimension in MODULE_GFS_PBL_generic_pre SCHEM DEBUG: Requested variable vertical_dimension in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_GFS_suite_interstitial_1 SCHEME_GFS_suite_interstitial_1 SUBROUTINE_GFS_suite_interstitial_1_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_GFS_suite_interstitial_2 SCHEME_GFS_suite_interstitial_2 SUBROUTINE_GFS_suite_interstitial_2_run matched to target GFS_Control%levs in module GFS_typedefs @@ -31644,6 +20152,8 @@ DEBUG: Requested variable vertical_dimension in MODULE_ozphys_2015 SCHEME_ozphys DEBUG: Requested variable vertical_dimension in MODULE_zhaocarr_precpd SCHEME_zhaocarr_precpd SUBROUTINE_zhaocarr_precpd_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_rascnv SCHEME_rascnv SUBROUTINE_rascnv_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_rayleigh_damp SCHEME_rayleigh_damp SUBROUTINE_rayleigh_damp_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmg_lw_post SCHEME_rrtmg_lw_post SUBROUTINE_rrtmg_lw_post_run matched to target GFS_Control%levs in module GFS_typedefs +DEBUG: Requested variable vertical_dimension in MODULE_rrtmg_sw_post SCHEME_rrtmg_sw_post SUBROUTINE_rrtmg_sw_post_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_lsm_ruc SCHEME_lsm_ruc SUBROUTINE_lsm_ruc_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_run matched to target GFS_Control%levs in module GFS_typedefs DEBUG: Requested variable vertical_dimension in MODULE_mp_fer_hires SCHEME_mp_fer_hires SUBROUTINE_mp_fer_hires_init matched to target GFS_Control%levs in module GFS_typedefs @@ -31669,6 +20179,7 @@ DEBUG: Requested variable vertical_dimension_for_thickness_at_Lagrangian_surface DEBUG: Requested variable vertical_dimension_of_h2o_forcing_data in MODULE_h2ophys SCHEME_h2ophys SUBROUTINE_h2ophys_run matched to target GFS_Interstitial(cdata%thrd_no)%levh2o in module GFS_typedefs DEBUG: Requested variable vertical_dimension_of_ozone_forcing_data in MODULE_ozphys SCHEME_ozphys SUBROUTINE_ozphys_run matched to target GFS_Interstitial(cdata%thrd_no)%levozp in module GFS_typedefs DEBUG: Requested variable vertical_dimension_of_ozone_forcing_data in MODULE_ozphys_2015 SCHEME_ozphys_2015 SUBROUTINE_ozphys_2015_run matched to target GFS_Interstitial(cdata%thrd_no)%levozp in module GFS_typedefs +DEBUG: Requested variable vertical_dimension_plus_one in MODULE_GFS_rrtmg_post SCHEME_GFS_rrtmg_post SUBROUTINE_GFS_rrtmg_post_run matched to target GFS_Control%levsp1 in module GFS_typedefs DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_cnvc90 SCHEME_cnvc90 SUBROUTINE_cnvc90_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_cu_ntiedtke SCHEME_cu_ntiedtke SUBROUTINE_cu_ntiedtke_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs DEBUG: Requested variable vertical_index_at_cloud_base in MODULE_gwdc_pre SCHEME_gwdc_pre SUBROUTINE_gwdc_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%kbot in module GFS_typedefs @@ -31816,7 +20327,7 @@ DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer in DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%q1 in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag in MODULE_GFS_surface_generic_post SCHEME_GFS_surface_generic_post SUBROUTINE_GFS_surface_generic_post_run matched to target GFS_Data(cdata%blk_no)%Intdiag%q1 in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics in MODULE_sfc_diag SCHEME_sfc_diag SUBROUTINE_sfc_diag_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,1,GFS_Control%ntqv) in module GFS_typedefs -DEBUG: Requested variable water_vapor_specific_humidity_at_previous_time_step in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,4) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_at_previous_timestep in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nqvdelt) in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_MP_generic_pre SCHEME_GFS_MP_generic_pre SUBROUTINE_GFS_MP_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs @@ -31824,7 +20335,7 @@ DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_MP_ge DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_GFS_SCNV_generic_post SCHEME_GFS_SCNV_generic_post SUBROUTINE_GFS_SCNV_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_save in MODULE_cs_conv_pre SCHEME_cs_conv_pre SUBROUTINE_cs_conv_pre_run matched to target GFS_Interstitial(cdata%thrd_no)%save_q(:,:,GFS_Control%ntqv) in module GFS_typedefs -DEBUG: Requested variable water_vapor_specific_humidity_two_time_steps_back in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,2) in module GFS_typedefs +DEBUG: Requested variable water_vapor_specific_humidity_two_timesteps_back in MODULE_zhaocarr_gscond SCHEME_zhaocarr_gscond SUBROUTINE_zhaocarr_gscond_run matched to target GFS_Data(cdata%blk_no)%Tbd%phy_f3d(:,:,GFS_Control%nqv2delt) in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_GFS_DCNV_generic_pre SCHEME_GFS_DCNV_generic_pre SUBROUTINE_GFS_DCNV_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_GFS_DCNV_generic_post SCHEME_GFS_DCNV_generic_post SUBROUTINE_GFS_DCNV_generic_post_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs DEBUG: Requested variable water_vapor_specific_humidity_updated_by_physics in MODULE_GFS_SCNV_generic_pre SCHEME_GFS_SCNV_generic_pre SUBROUTINE_GFS_SCNV_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Stateout%gq0(:,:,GFS_Control%ntqv) in module GFS_typedefs @@ -31857,6 +20368,7 @@ DEBUG: Requested variable weights_for_stochastic_skeb_perturbation_of_y_wind in DEBUG: Requested variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%skebv_wts in module GFS_typedefs DEBUG: Requested variable weights_for_stochastic_sppt_perturbation in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Coupling%sppt_wts in module GFS_typedefs DEBUG: Requested variable weights_for_stochastic_sppt_perturbation_flipped in MODULE_GFS_stochastics SCHEME_GFS_stochastics SUBROUTINE_GFS_stochastics_run matched to target GFS_Data(cdata%blk_no)%Intdiag%sppt_wts in module GFS_typedefs +DEBUG: Requested variable weights_for_stochastic_surface_physics_perturbation in MODULE_GFS_rrtmg_pre SCHEME_GFS_rrtmg_pre SUBROUTINE_GFS_rrtmg_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfc_wts in module GFS_typedefs DEBUG: Requested variable weights_for_stochastic_surface_physics_perturbation in MODULE_GFS_surface_generic_pre SCHEME_GFS_surface_generic_pre SUBROUTINE_GFS_surface_generic_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfc_wts in module GFS_typedefs DEBUG: Requested variable weights_for_stochastic_surface_physics_perturbation in MODULE_GFS_rrtmgp_sw_pre SCHEME_GFS_rrtmgp_sw_pre SUBROUTINE_GFS_rrtmgp_sw_pre_run matched to target GFS_Data(cdata%blk_no)%Coupling%sfc_wts in module GFS_typedefs DEBUG: Requested variable wind_speed_at_lowest_model_layer in MODULE_GFS_PBL_generic_post SCHEME_GFS_PBL_generic_post SUBROUTINE_GFS_PBL_generic_post_run matched to target GFS_Interstitial(cdata%thrd_no)%wind in module GFS_typedefs @@ -32026,12 +20538,13 @@ DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_ DEBUG: Requested variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes in MODULE_mynnedmf_wrapper SCHEME_mynnedmf_wrapper SUBROUTINE_mynnedmf_wrapper_run matched to target GFS_Interstitial(cdata%thrd_no)%xmu in module GFS_typedefs INFO: Generating list of Fortran modules containing CCPP type definitions ... INFO: Generating typedefs makefile/cmakefile snippet ... -INFO: Added 10 typedefs to /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh +INFO: Added 10 typedefs to /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.mk, /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.cmake, /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_TYPEDEFS.sh INFO: Generating schemes makefile/cmakefile snippet ... -INFO: Added 146 schemes to /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk, /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Added 146 schemes to /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.mk, /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.cmake, /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_SCHEMES.sh INFO: Generating suite and group caps ... DEBUG: Generating suite and group caps for suite FV3_GFS_2017_coupled... DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable vertical_sigma_coordinate_for_radiation_initialization +DEBUG: Adding dimension horizontal_loop_extent for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension adjusted_vertical_layer_dimension_for_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_bands_for_longwave_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_output_fields_for_longwave_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 @@ -32040,18 +20553,15 @@ DEBUG: Adding dimension number_of_aerosol_output_fields_for_shortwave_radiation DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding dimension ccpp_block_count for variable GFS_data_type_instance_all_blocks DEBUG: Adding dimension ccpp_block_count for variable GFS_data_type_instance_all_blocks -DEBUG: Adding dimension horizontal_dimension for variable fraction_of_ice_water_cloud -DEBUG: Adding dimension vertical_dimension for variable fraction_of_ice_water_cloud -DEBUG: Adding variable flag_for_microphysics_scheme for handling conditionals -DEBUG: Adding variable flag_for_fer_hires_microphysics_scheme for handling conditionals +DEBUG: Adding dimension vertical_dimension_plus_one for variable air_pressure_at_interface +DEBUG: Adding dimension number_of_aerosol_tracers_MG for variable aerosol_number_concentration_from_gocart_aerosol_climatology +DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding dimension number_of_aerosol_bands_for_shortwave_radiation for variable aerosol_optical_depth_for_shortwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_bands_for_longwave_radiation for variable aerosol_optical_depth_for_longwave_bands_01_16 -DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding variable flag_for_lw_clouds_without_sub_grid_approximation for handling conditionals DEBUG: Adding variable flag_for_sw_clouds_without_sub_grid_approximation for handling conditionals DEBUG: Adding dimension number_of_lines_of_namelist_filename_for_internal_file_reads for variable namelist_filename_for_internal_file_reads DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable a_parameter_of_the_hybrid_coordinate -DEBUG: Adding dimension horizontal_dimension for variable air_temperature DEBUG: Adding dimension vertical_dimension_plus_one for variable geopotential_at_interface DEBUG: Adding variable flag_for_chemistry_coupling for handling conditionals DEBUG: Adding variable flag_for_rrtmgp_radiation_scheme for handling conditionals @@ -32059,11 +20569,11 @@ DEBUG: Adding variable flag_for_land_surface_scheme for handling conditionals DEBUG: Adding variable flag_for_ruc_land_surface_scheme for handling conditionals DEBUG: Adding dimension vertical_dimension_minus_one for variable atmosphere_heat_diffusivity DEBUG: Adding variable gwd_opt for handling conditionals -DEBUG: Adding dimension horizontal_dimension for variable cellular_automata_global_pattern DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable vertical_sigma_coordinate_for_radiation_initialization DEBUG: Adding variable flag_for_chemistry_coupling for handling conditionals DEBUG: Generating suite and group caps for suite FV3_GFS_2017_satmedmf_coupled... DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable vertical_sigma_coordinate_for_radiation_initialization +DEBUG: Adding dimension horizontal_loop_extent for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension adjusted_vertical_layer_dimension_for_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_bands_for_longwave_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_output_fields_for_longwave_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 @@ -32072,18 +20582,15 @@ DEBUG: Adding dimension number_of_aerosol_output_fields_for_shortwave_radiation DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding dimension ccpp_block_count for variable GFS_data_type_instance_all_blocks DEBUG: Adding dimension ccpp_block_count for variable GFS_data_type_instance_all_blocks -DEBUG: Adding dimension horizontal_dimension for variable fraction_of_ice_water_cloud -DEBUG: Adding dimension vertical_dimension for variable fraction_of_ice_water_cloud -DEBUG: Adding variable flag_for_microphysics_scheme for handling conditionals -DEBUG: Adding variable flag_for_fer_hires_microphysics_scheme for handling conditionals +DEBUG: Adding dimension vertical_dimension_plus_one for variable air_pressure_at_interface +DEBUG: Adding dimension number_of_aerosol_tracers_MG for variable aerosol_number_concentration_from_gocart_aerosol_climatology +DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding dimension number_of_aerosol_bands_for_shortwave_radiation for variable aerosol_optical_depth_for_shortwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_bands_for_longwave_radiation for variable aerosol_optical_depth_for_longwave_bands_01_16 -DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding variable flag_for_lw_clouds_without_sub_grid_approximation for handling conditionals DEBUG: Adding variable flag_for_sw_clouds_without_sub_grid_approximation for handling conditionals DEBUG: Adding dimension number_of_lines_of_namelist_filename_for_internal_file_reads for variable namelist_filename_for_internal_file_reads DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable a_parameter_of_the_hybrid_coordinate -DEBUG: Adding dimension horizontal_dimension for variable air_temperature DEBUG: Adding dimension vertical_dimension_plus_one for variable geopotential_at_interface DEBUG: Adding variable flag_for_chemistry_coupling for handling conditionals DEBUG: Adding variable flag_for_rrtmgp_radiation_scheme for handling conditionals @@ -32091,7 +20598,6 @@ DEBUG: Adding variable flag_for_land_surface_scheme for handling conditionals DEBUG: Adding variable flag_for_ruc_land_surface_scheme for handling conditionals DEBUG: Adding dimension vertical_dimension_minus_one for variable atmosphere_heat_diffusivity DEBUG: Adding variable gwd_opt for handling conditionals -DEBUG: Adding dimension horizontal_dimension for variable cellular_automata_global_pattern DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable vertical_sigma_coordinate_for_radiation_initialization DEBUG: Adding variable flag_for_chemistry_coupling for handling conditionals DEBUG: Generating suite and group caps for suite FV3_GFS_v15p2_coupled... @@ -32099,6 +20605,7 @@ DEBUG: Adding dimension vertical_dimension_for_fast_physics_plus_one for variabl DEBUG: Adding dimension vertical_dimension_for_condensed_water_at_Lagrangian_surface for variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface DEBUG: Adding dimension vertical_dimension_for_cappa_at_Lagrangian_surface for variable cappa_moist_gas_constant_at_Lagrangian_surface DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable vertical_sigma_coordinate_for_radiation_initialization +DEBUG: Adding dimension horizontal_loop_extent for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension adjusted_vertical_layer_dimension_for_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_bands_for_longwave_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_output_fields_for_longwave_radiation for variable aerosol_optical_properties_for_longwave_bands_01_16 @@ -32107,18 +20614,15 @@ DEBUG: Adding dimension number_of_aerosol_output_fields_for_shortwave_radiation DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding dimension ccpp_block_count for variable GFS_data_type_instance_all_blocks DEBUG: Adding dimension ccpp_block_count for variable GFS_data_type_instance_all_blocks -DEBUG: Adding dimension horizontal_dimension for variable fraction_of_ice_water_cloud -DEBUG: Adding dimension vertical_dimension for variable fraction_of_ice_water_cloud -DEBUG: Adding variable flag_for_microphysics_scheme for handling conditionals -DEBUG: Adding variable flag_for_fer_hires_microphysics_scheme for handling conditionals +DEBUG: Adding dimension vertical_dimension_plus_one for variable air_pressure_at_interface +DEBUG: Adding dimension number_of_aerosol_tracers_MG for variable aerosol_number_concentration_from_gocart_aerosol_climatology +DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding dimension number_of_aerosol_bands_for_shortwave_radiation for variable aerosol_optical_depth_for_shortwave_bands_01_16 DEBUG: Adding dimension number_of_aerosol_bands_for_longwave_radiation for variable aerosol_optical_depth_for_longwave_bands_01_16 -DEBUG: Adding dimension number_of_species_for_aerosol_optical_depth for variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles DEBUG: Adding variable flag_for_lw_clouds_without_sub_grid_approximation for handling conditionals DEBUG: Adding variable flag_for_sw_clouds_without_sub_grid_approximation for handling conditionals DEBUG: Adding dimension number_of_lines_of_namelist_filename_for_internal_file_reads for variable namelist_filename_for_internal_file_reads DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable a_parameter_of_the_hybrid_coordinate -DEBUG: Adding dimension horizontal_dimension for variable air_temperature DEBUG: Adding dimension vertical_dimension_plus_one for variable geopotential_at_interface DEBUG: Adding variable flag_for_chemistry_coupling for handling conditionals DEBUG: Adding variable flag_for_rrtmgp_radiation_scheme for handling conditionals @@ -32126,19 +20630,18 @@ DEBUG: Adding variable flag_for_land_surface_scheme for handling conditionals DEBUG: Adding variable flag_for_ruc_land_surface_scheme for handling conditionals DEBUG: Adding dimension vertical_dimension_minus_one for variable atmosphere_heat_diffusivity DEBUG: Adding variable gwd_opt for handling conditionals -DEBUG: Adding dimension horizontal_dimension for variable cellular_automata_global_pattern DEBUG: Adding dimension number_of_vertical_layers_for_radiation_calculations_plus_one for variable vertical_sigma_coordinate_for_radiation_initialization DEBUG: Adding variable flag_for_chemistry_coupling for handling conditionals -INFO: Generating static API ccpp_static_api.F90 in /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics ... +INFO: Generating static API ccpp_static_api.F90 in /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics ... INFO: Generating caps makefile/cmakefile snippet ... -INFO: Added 16 auto-generated caps to /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk and /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake, /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh +INFO: Added 16 auto-generated caps to /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.mk and /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.cmake, /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/CCPP_CAPS.sh INFO: CCPP prebuild step completed successfully. -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ ./build_ccpp.sh wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk 'CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp' NO NO ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp ++ ./build_ccpp.sh wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk 'CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp' NO NO MACHINE_ID=wcoss_dell_p3 is valid. Compilers set for wcoss_dell_p3. Obtained ESMF_LIB=/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/lib from /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/lib/esmf.mk -Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -DNETCDF_DIR=/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=OFF' ... +Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp -DNETCDF_DIR=/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DOPENMP=ON -DDYN32=OFF -DMULTI_GASES=OFF -DLEGACY_INTEL=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 @@ -32179,8 +20682,8 @@ Building CCPP with options '-DCMAKE_INSTALL_PREFIX=/gpfs/dell2/emc/modeling/nosc -- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp -- Enable OpenMP support for C/C++/Fortran compiler -- Got CCPP TYPEDEFS from cmakefile include file: gfs_typedefs.mod;mo_cloud_optics.mod;mo_optical_props.mod;ccpp_typedefs.mod;mo_gas_concentrations.mod;machine.mod;mo_source_functions.mod;module_radlw_parameters.mod;module_radsw_parameters.mod;mo_gas_optics_rrtmgp.mod --- Got CCPP SCHEMES from cmakefile include file: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 --- Got CCPP CAPS from cmakefile include file: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 +-- Got CCPP SCHEMES from cmakefile include file: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 +-- Got CCPP CAPS from cmakefile include file: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -- Configuring done -- Generating done CMake Warning: @@ -32189,57 +20692,57 @@ CMake Warning: LEGACY_INTEL --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -S/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -B/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_progress_start /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks +-- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -S/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp -B/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_progress_start /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_depends "Unix Makefiles" /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -Dependee "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". -Dependee "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_depends "Unix Makefiles" /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +Dependee "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake" is newer than depender "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". +Dependee "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/depend.internal". Scanning dependencies of target ccpp -make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' [ 0%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DDEBUG -O0 -g -fPIC -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DDEBUG -O0 -g -fPIC -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccpp.dir/ccpp_types.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_types.mod framework/src/CMakeFiles/ccpp.dir/ccpp_types.mod.stamp Intel [ 1%] Building Fortran object framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DDEBUG -O0 -g -fPIC -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -qopenmp -DDEBUG -O0 -g -fPIC -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_api.F90 -o CMakeFiles/ccpp.dir/ccpp_api.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod framework/src/ccpp_api.mod framework/src/CMakeFiles/ccpp.dir/ccpp_api.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o.provides.build [ 2%] Linking Fortran static library libccpp.a -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -P CMakeFiles/ccpp.dir/cmake_clean_target.cmake +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_link_script CMakeFiles/ccpp.dir/link.txt --verbose=1 /usr/bin/ar qc libccpp.a CMakeFiles/ccpp.dir/ccpp_types.F90.o CMakeFiles/ccpp.dir/ccpp_api.F90.o /usr/bin/ranlib libccpp.a -make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' [ 2%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_depends "Unix Makefiles" /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -Dependee "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". -Dependee "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_depends "Unix Makefiles" /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +Dependee "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake" is newer than depender "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". +Dependee "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/depend.internal". Scanning dependencies of target ccppphys -make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' [ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src/ccpp_types.F90 -o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_types.mod physics/CMakeFiles/ccppphys.dir/ccpp_types.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o.provides.build -[ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 3%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/machine.F -o CMakeFiles/ccppphys.dir/physics/machine.F.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/machine.mod physics/CMakeFiles/ccppphys.dir/machine.mod.stamp Intel [ 4%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/physcons.F90 -o CMakeFiles/ccppphys.dir/physics/physcons.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/physcons.mod physics/CMakeFiles/ccppphys.dir/physcons.mod.stamp Intel [ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ugwp_common.mod physics/CMakeFiles/ccppphys.dir/ugwp_common.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ugwp_conv_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_conv_init.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ugwp_fjet_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_fjet_init.mod.stamp Intel @@ -32247,116 +20750,116 @@ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ugwp_okw_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_okw_init.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ugwp_oro_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_oro_init.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ugwp_wmsdis_init.mod physics/CMakeFiles/ccppphys.dir/ugwp_wmsdis_init.mod.stamp Intel -[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 5%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_module.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_module.mod.stamp Intel -[ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gwdps.f -o CMakeFiles/ccppphys.dir/physics/gwdps.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gwdps.mod physics/CMakeFiles/ccppphys.dir/gwdps.mod.stamp Intel -[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 6%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp.mod.stamp Intel -[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 7%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/cires_ugwp_post.mod physics/CMakeFiles/ccppphys.dir/cires_ugwp_post.mod.stamp Intel -[ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 8%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cnvc90.f -o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/cnvc90.mod physics/CMakeFiles/ccppphys.dir/cnvc90.mod.stamp Intel -[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/dcyc2.f -o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/dcyc2t3.mod physics/CMakeFiles/ccppphys.dir/dcyc2t3.mod.stamp Intel -[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 9%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/get_prs_fv3.F90 -o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/get_phi_fv3.mod physics/CMakeFiles/ccppphys.dir/get_phi_fv3.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/get_prs_fv3.mod physics/CMakeFiles/ccppphys.dir/get_prs_fv3.mod.stamp Intel -[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 10%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_post.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_dcnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_dcnv_generic_pre.mod.stamp Intel -[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 11%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_post.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_gwd_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_gwd_generic_pre.mod.stamp Intel -[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 12%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_post.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_mp_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_mp_generic_pre.mod.stamp Intel -[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 13%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_post.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_pbl_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_pbl_generic_pre.mod.stamp Intel -[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_post.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_scnv_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_scnv_generic_pre.mod.stamp Intel -[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +[ 14%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/mersenne_twister.f -o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mersenne_twister.mod physics/CMakeFiles/ccppphys.dir/mersenne_twister.mod.stamp Intel -[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +[ 15%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_kind.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_kind.mod physics/CMakeFiles/ccppphys.dir/mo_rte_kind.mod.stamp Intel -[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +[ 16%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props_kernels.mod.stamp Intel -[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_util_array.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_util_array.mod physics/CMakeFiles/ccppphys.dir/mo_rte_util_array.mod.stamp Intel -[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +[ 17%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_optical_props.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_optical_props.mod physics/CMakeFiles/ccppphys.dir/mo_optical_props.mod.stamp Intel -[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o +[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_rte_config.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_rte_config.mod physics/CMakeFiles/ccppphys.dir/mo_rte_config.mod.stamp Intel -[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +[ 18%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_cloud_optics.mod physics/CMakeFiles/ccppphys.dir/mo_cloud_optics.mod.stamp Intel -[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +[ 19%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_string.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_string.mod.stamp Intel [ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_concentrations.mod physics/CMakeFiles/ccppphys.dir/mo_gas_concentrations.mod.stamp Intel -[ 20%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rte/mo_source_functions.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_source_functions.mod physics/CMakeFiles/ccppphys.dir/mo_source_functions.mod.stamp Intel [ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics.mod.stamp Intel -[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_kernels.mod.stamp Intel -[ 21%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_constants.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_constants.mod.stamp Intel -[ 22%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder_kernels.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder_kernels.mod.stamp Intel -[ 23%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_rrtmgp_util_reorder.mod physics/CMakeFiles/ccppphys.dir/mo_rrtmgp_util_reorder.mod.stamp Intel -[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90 -o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/mo_gas_optics_rrtmgp.mod physics/CMakeFiles/ccppphys.dir/mo_gas_optics_rrtmgp.mod.stamp Intel -[ 24%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/physparam.f -o CMakeFiles/ccppphys.dir/physics/physparam.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/physparam.mod physics/CMakeFiles/ccppphys.dir/physparam.mod.stamp Intel -[ 25%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_param.f -o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radlw_parameters.mod.stamp Intel -[ 26%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_param.f -o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_parameters.mod physics/CMakeFiles/ccppphys.dir/module_radsw_parameters.mod.stamp Intel -[ 27%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90 -o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/parse_tracers.mod physics/CMakeFiles/ccppphys.dir/parse_tracers.mod.stamp Intel -[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90 -o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_typedefs.mod physics/CMakeFiles/ccppphys.dir/gfs_typedefs.mod.stamp Intel -[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson_make_number_concentrations.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson_make_number_concentrations.mod.stamp Intel -[ 28%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_1.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_1.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_2.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_2.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_3.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_3.mod.stamp Intel @@ -32364,124 +20867,124 @@ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_phys_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_phys_reset.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_reset.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_stateout_update.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_stateout_update.mod.stamp Intel -[ 29%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_inter.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_inter.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_post.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_composites_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_composites_pre.mod.stamp Intel -[ 30%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/surface_perturbation.F90 -o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/surface_perturbation.mod physics/CMakeFiles/ccppphys.dir/surface_perturbation.mod.stamp Intel -[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_post.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_post.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_generic_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_generic_pre.mod.stamp Intel -[ 31%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part1.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part1.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_surface_loop_control_part2.mod physics/CMakeFiles/ccppphys.dir/gfs_surface_loop_control_part2.mod.stamp Intel -[ 32%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/funcphys.f90 -o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/funcphys.mod physics/CMakeFiles/ccppphys.dir/funcphys.mod.stamp Intel -[ 33%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/moninedmf.f -o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/hedmf.mod physics/CMakeFiles/ccppphys.dir/hedmf.mod.stamp Intel -[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/namelist_soilveg.f -o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/namelist_soilveg.mod physics/CMakeFiles/ccppphys.dir/namelist_soilveg.mod.stamp Intel -[ 34%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/set_soilveg.f -o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/set_soilveg_mod.mod physics/CMakeFiles/ccppphys.dir/set_soilveg_mod.mod.stamp Intel -[ 35%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_drv.f -o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/lsm_noah.mod physics/CMakeFiles/ccppphys.dir/lsm_noah.mod.stamp Intel -[ 36%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90 -o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/maximum_hourly_diagnostics.mod physics/CMakeFiles/ccppphys.dir/maximum_hourly_diagnostics.mod.stamp Intel -[ 37%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys.f -o CMakeFiles/ccppphys.dir/physics/ozphys.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ozphys.mod physics/CMakeFiles/ccppphys.dir/ozphys.mod.stamp Intel -[ 38%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rayleigh_damp.f -o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/rayleigh_damp.mod physics/CMakeFiles/ccppphys.dir/rayleigh_damp.mod.stamp Intel -[ 39%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/samfaerosols.F -o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/samfcnv_aerosols.mod physics/CMakeFiles/ccppphys.dir/samfcnv_aerosols.mod.stamp Intel -[ 40%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/samfdeepcnv.f -o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/samfdeepcnv.mod physics/CMakeFiles/ccppphys.dir/samfdeepcnv.mod.stamp Intel -[ 41%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/samfshalcnv.f -o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/samfshalcnv.mod physics/CMakeFiles/ccppphys.dir/samfshalcnv.mod.stamp Intel -[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_cice.f -o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/sfc_cice.mod physics/CMakeFiles/ccppphys.dir/sfc_cice.mod.stamp Intel -[ 42%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag.f -o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag.mod physics/CMakeFiles/ccppphys.dir/sfc_diag.mod.stamp Intel -[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diag_post.F90 -o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/sfc_diag_post.mod physics/CMakeFiles/ccppphys.dir/sfc_diag_post.mod.stamp Intel -[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_diff.f -o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/sfc_diff.mod physics/CMakeFiles/ccppphys.dir/sfc_diff.mod.stamp Intel -[ 43%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_ocean.F -o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/sfc_ocean.mod physics/CMakeFiles/ccppphys.dir/sfc_ocean.mod.stamp Intel -[ 44%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfc_sice.f -o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/sfc_sice.mod physics/CMakeFiles/ccppphys.dir/sfc_sice.mod.stamp Intel -[ 45%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gscond.f -o CMakeFiles/ccppphys.dir/physics/gscond.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_gscond.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_gscond.mod.stamp Intel -[ 46%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/precpd.f -o CMakeFiles/ccppphys.dir/physics/precpd.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/zhaocarr_precpd.mod physics/CMakeFiles/ccppphys.dir/zhaocarr_precpd.mod.stamp Intel -[ 47%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_physics_cap.mod.stamp Intel -[ 48%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def.mod physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel -[ 49%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef.mod physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel -[ 50%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols.mod physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel [ 51%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_post.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_post.mod.stamp Intel [ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_radar.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_mp_radar.mod physics/CMakeFiles/ccppphys.dir/module_mp_radar.mod.stamp Intel -[ 52%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_mp_thompson.F90 -o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_mp_thompson.mod physics/CMakeFiles/ccppphys.dir/module_mp_thompson.mod.stamp Intel -[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/aerclm_def.F -o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/aerclm_def.mod physics/CMakeFiles/ccppphys.dir/aerclm_def.mod.stamp Intel +[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/iounitdef.f -o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_iounitdef.mod physics/CMakeFiles/ccppphys.dir/module_iounitdef.mod.stamp Intel +[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_aerosols.f -o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_aerosols.mod physics/CMakeFiles/ccppphys.dir/module_radiation_aerosols.mod.stamp Intel +[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_astronomy.f -o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_astronomy.mod physics/CMakeFiles/ccppphys.dir/module_radiation_astronomy.mod.stamp Intel -[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f -o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_microphysics.mod physics/CMakeFiles/ccppphys.dir/module_microphysics.mod.stamp Intel -[ 53%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_clouds.f -o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_clouds.mod physics/CMakeFiles/ccppphys.dir/module_radiation_clouds.mod.stamp Intel -[ 54%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ozne_def.f -o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ozne_def.mod physics/CMakeFiles/ccppphys.dir/ozne_def.mod.stamp Intel -[ 55%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_gases.f -o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_gases.mod physics/CMakeFiles/ccppphys.dir/module_radiation_gases.mod.stamp Intel -[ 56%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radcons.f90 -o CMakeFiles/ccppphys.dir/physics/radcons.f90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/radcons.mod physics/CMakeFiles/ccppphys.dir/radcons.mod.stamp Intel -[ 57%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_pre.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_suite_interstitial_rad_reset.mod physics/CMakeFiles/ccppphys.dir/gfs_suite_interstitial_rad_reset.mod.stamp Intel -[ 58%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_avplank.mod physics/CMakeFiles/ccppphys.dir/module_radlw_avplank.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_cldprlw.mod physics/CMakeFiles/ccppphys.dir/module_radlw_cldprlw.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb01.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb01.mod.stamp Intel @@ -32501,20 +21004,20 @@ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb15.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb15.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radlw_kgb16.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radlw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radlw_ref.mod.stamp Intel -[ 59%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radlw_main.f -o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw.mod.stamp Intel -[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_post.mod.stamp Intel -[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radiation_surface.f -o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radiation_surface.mod physics/CMakeFiles/ccppphys.dir/module_radiation_surface.mod.stamp Intel -[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_lw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_lw_pre.mod.stamp Intel -[ 60%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_datatb.f -o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_cldprtb.mod physics/CMakeFiles/ccppphys.dir/module_radsw_cldprtb.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb16.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb16.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb17.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb17.mod.stamp Intel @@ -32532,123 +21035,123 @@ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_kgb29.mod physics/CMakeFiles/ccppphys.dir/module_radsw_kgb29.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_ref.mod physics/CMakeFiles/ccppphys.dir/module_radsw_ref.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/module_radsw_sflux.mod physics/CMakeFiles/ccppphys.dir/module_radsw_sflux.mod.stamp Intel -[ 61%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/radsw_main.f -o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw.mod.stamp Intel -[ 62%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_post.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_post.mod.stamp Intel -[ 63%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90 -o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/rrtmg_sw_pre.mod physics/CMakeFiles/ccppphys.dir/rrtmg_sw_pre.mod.stamp Intel -[ 64%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod.stamp Intel -[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_stochastics.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_stochastics.mod physics/CMakeFiles/ccppphys.dir/gfs_stochastics.mod.stamp Intel -[ 65%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod.stamp Intel -[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/aerinterp.F90 -o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/aerinterp.mod physics/CMakeFiles/ccppphys.dir/aerinterp.mod.stamp Intel -[ 66%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/h2o_def.f -o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/h2o_def.mod physics/CMakeFiles/ccppphys.dir/h2o_def.mod.stamp Intel -[ 67%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/h2ointerp.f90 -o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/h2ointerp.mod physics/CMakeFiles/ccppphys.dir/h2ointerp.mod.stamp Intel -[ 68%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/iccn_def.F -o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/iccn_def.mod physics/CMakeFiles/ccppphys.dir/iccn_def.mod.stamp Intel -[ 69%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/iccninterp.F90 -o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/iccninterp.mod physics/CMakeFiles/ccppphys.dir/iccninterp.mod.stamp Intel -[ 70%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ozinterp.f90 -o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ozinterp.mod physics/CMakeFiles/ccppphys.dir/ozinterp.mod.stamp Intel -[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_phys_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_phys_time_vary.mod.stamp Intel -[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_rad_time_vary.mod physics/CMakeFiles/ccppphys.dir/gfs_rad_time_vary.mod.stamp Intel -[ 71%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_rrtmg_setup.mod physics/CMakeFiles/ccppphys.dir/gfs_rrtmg_setup.mod.stamp Intel -[ 72%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90 -o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfs_time_vary_pre.mod physics/CMakeFiles/ccppphys.dir/gfs_time_vary_pre.mod.stamp Intel -[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod.stamp Intel -[ 73%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_coupled_cap.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o.provides.build -[ 74%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/satmedmfvdif.F -o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/satmedmfvdif.mod physics/CMakeFiles/ccppphys.dir/satmedmfvdif.mod.stamp Intel -[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod.stamp Intel -[ 75%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod.stamp Intel -[ 76%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod.stamp Intel -[ 77%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod.stamp Intel -[ 78%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o.provides.build -[ 79%] Building Fortran object physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90 -o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_typedefs.mod physics/CMakeFiles/ccppphys.dir/ccpp_typedefs.mod.stamp Intel -[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys_mod.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys_mod.mod.stamp Intel -[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/fv_sat_adj.mod physics/CMakeFiles/ccppphys.dir/fv_sat_adj.mod.stamp Intel -[ 80%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod.stamp Intel -[ 81%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90 -o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/gfdl_cloud_microphys.mod physics/CMakeFiles/ccppphys.dir/gfdl_cloud_microphys.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/h2ophys.f -o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/h2ophys.mod physics/CMakeFiles/ccppphys.dir/h2ophys.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ozphys_2015.f -o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ozphys_2015.mod physics/CMakeFiles/ccppphys.dir/ozphys_2015.mod.stamp Intel -[ 82%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod.stamp Intel -[ 83%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod.stamp Intel -[ 84%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +[ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod.stamp Intel -[ 85%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +[ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod.stamp Intel -[ 86%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -check nopointers,nobounds -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_coupled_cap.F90 -o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_fv3_gfs_v15p2_coupled_cap.mod physics/CMakeFiles/ccppphys.dir/ccpp_fv3_gfs_v15p2_coupled_cap.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o.provides.build @@ -32656,12 +21159,12 @@ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o.provides.build -[ 87%] Building Fortran object physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90 -o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o +[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90 -o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_data.mod physics/CMakeFiles/ccppphys.dir/ccpp_data.mod.stamp Intel -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o.provides.build -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o.provides.build +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o.provides.build +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o.provides.build @@ -32710,8 +21213,8 @@ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o.provides.build -[ 88%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/multi_gases.F90 -o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/ccpp_multi_gases_mod.mod physics/CMakeFiles/ccppphys.dir/ccpp_multi_gases_mod.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o.provides.build @@ -32767,123 +21270,123 @@ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o.provides.build [ 89%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sfcsub.F -o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/sfccyc_module.mod physics/CMakeFiles/ccppphys.dir/sfccyc_module.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o.provides.build /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o.provides.build [ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F -o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_copy_f90_mod physics/sso_coorde.mod physics/CMakeFiles/ccppphys.dir/sso_coorde.mod.stamp Intel /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E touch physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o.provides.build -[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o -[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o -[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o -[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o -[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o -[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o -[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o -[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o -[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o -[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 90%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 91%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/tridi.f -o CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 92%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90 -o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 93%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 94%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/mfscu.f -o CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 95%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o [ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o -[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90 -o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o -[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/calpreciptype.f90 -o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o -[ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics/physics/mfpblt.f -o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/mfpbl.f -o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 96%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/gcycle.F90 -o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 97%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/sflx.f -o CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 98%] Building Fortran object physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -DCCPP -DDEBUG -DFV3 -DINTERNAL_FILE_NML -DLINUX -DMOIST_CAPPA -DMPI -DNEMS_GSM -DNETCDF -DOPENMP -DUSE_COND -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -O0 -g -fPIC -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -qno-opt-dynamic-align -fpp -save-temps -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -traceback -debug -ftrapuv -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -lnetcdff -lnetcdf -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src -qopenmp -O0 -g -fPIC -i4 -real-size 64 -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics/physics/cires_orowam2017.f -o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o [100%] Linking Fortran static library libccppphys.a -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 -/usr/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -P CMakeFiles/ccppphys.dir/cmake_clean_target.cmake +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_link_script CMakeFiles/ccppphys.dir/link.txt --verbose=1 +/usr/bin/ar qc libccppphys.a CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o CMakeFiles/ccppphys.dir/physics/sfcsub.F.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_gas_optics_kernels.F90.o CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_source_functions.F90.o CMakeFiles/ccppphys.dir/physics/radlw_param.f.o CMakeFiles/ccppphys.dir/physics/radsw_param.f.o CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/cnvc90.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_config.F90.o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/h2o_def.f.o CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_optical_props.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o CMakeFiles/ccppphys.dir/physics/dcyc2.f.o CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_kind.F90.o CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o CMakeFiles/ccppphys.dir/physics/funcphys.f90.o CMakeFiles/ccppphys.dir/physics/machine.F.o CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/radlw_main.f.o CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/mo_rte_util_array.F90.o CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o CMakeFiles/ccppphys.dir/physics/iounitdef.f.o CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o CMakeFiles/ccppphys.dir/physics/physcons.F90.o CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o CMakeFiles/ccppphys.dir/physics/tridi.f.o CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_reorder.F90.o CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o CMakeFiles/ccppphys.dir/physics/gscond.f.o CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o CMakeFiles/ccppphys.dir/physics/physparam.f.o CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o CMakeFiles/ccppphys.dir/physics/precpd.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o CMakeFiles/ccppphys.dir/__/framework/src/ccpp_types.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics.F90.o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90.o CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o CMakeFiles/ccppphys.dir/physics/moninedmf.f.o CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_constants.F90.o CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o CMakeFiles/ccppphys.dir/physics/mfpblt.f.o CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o CMakeFiles/ccppphys.dir/physics/mfscu.f.o CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o CMakeFiles/ccppphys.dir/physics/h2ophys.f.o CMakeFiles/ccppphys.dir/physics/mfpbl.f.o CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o CMakeFiles/ccppphys.dir/physics/ozne_def.f.o CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o CMakeFiles/ccppphys.dir/physics/gcycle.F90.o CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o CMakeFiles/ccppphys.dir/physics/radsw_main.f.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/kernels/mo_rrtmgp_util_reorder_kernels.F90.o CMakeFiles/ccppphys.dir/physics/ozphys.f.o CMakeFiles/ccppphys.dir/physics/sflx.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/extensions/cloud_optics/mo_cloud_optics.F90.o CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_rrtmgp_util_string.F90.o CMakeFiles/ccppphys.dir/physics/iccn_def.F.o CMakeFiles/ccppphys.dir/physics/radcons.f90.o CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o CMakeFiles/ccppphys.dir/physics/gwdps.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rte/kernels/mo_optical_props_kernels.F90.o CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o CMakeFiles/ccppphys.dir/physics/rte-rrtmgp/rrtmgp/mo_gas_optics_rrtmgp.F90.o CMakeFiles/ccppphys.dir/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics/CCPP_layer/CCPP_data.F90.o CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_coupled_stochastics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_fast_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_time_vary_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_radiation_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_physics_cap.F90.o CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_coupled_stochastics_cap.F90.o /usr/bin/ranlib libccppphys.a -make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_progress_start /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -S/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -B/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_progress_start /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_progress_start /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -S/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp -B/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build --check-build-system CMakeFiles/Makefile.cmake 0 +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_progress_start /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/CMakeFiles /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/depend -make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_depends "Unix Makefiles" /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/framework/src /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_depends "Unix Makefiles" /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/framework/src /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/framework/src/CMakeFiles/ccpp.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make -f framework/src/CMakeFiles/ccpp.dir/build.make framework/src/CMakeFiles/ccpp.dir/build -make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make[3]: Nothing to be done for `framework/src/CMakeFiles/ccpp.dir/build'. -make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' [ 2%] Built target ccpp make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/depend -make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_depends "Unix Makefiles" /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/physics /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= -make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build && /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_depends "Unix Makefiles" /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/physics /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics/CMakeFiles/ccppphys.dir/DependInfo.cmake --color= +make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make -f physics/CMakeFiles/ccppphys.dir/build.make physics/CMakeFiles/ccppphys.dir/build -make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make[3]: Nothing to be done for `physics/CMakeFiles/ccppphys.dir/build'. -make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[3]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' [100%] Built target ccppphys -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_progress_start /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' +/gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -E cmake_progress_start /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' make[2]: Nothing to be done for `preinstall'. -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' Install the project... /gpfs/dell1/usrx/local/prod/packages/cmake/3.16.2/bin/cmake -P cmake_install.cmake -- Install configuration: "Debug" --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/libccpp.a --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config.cmake --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config-debug.cmake --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_types.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_api.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/libccppphys.a --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config.cmake --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config-debug.cmake --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/gfs_typedefs.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_cloud_optics.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_optical_props.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_typedefs.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_gas_concentrations.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/machine.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_source_functions.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/module_radlw_parameters.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/module_radsw_parameters.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod --- Installing: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build' -+ test -d /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -+ test -d /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs ; \ -exec gmake CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" all +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib/libccpp.a +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config.cmake +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib/cmake/ccpp-config-debug.cmake +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_types.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_api.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib/libccppphys.a +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config.cmake +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib/cmake/ccppphys-config-debug.cmake +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/gfs_typedefs.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/mo_cloud_optics.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/mo_optical_props.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_typedefs.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/mo_gas_concentrations.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/machine.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/mo_source_functions.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/module_radlw_parameters.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/module_radsw_parameters.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/mo_gas_optics_rrtmgp.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_time_vary_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_radiation_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_physics_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_coupled_stochastics_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_time_vary_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_radiation_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_physics_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_2017_satmedmf_coupled_stochastics_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_fast_physics_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_time_vary_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_radiation_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_physics_cap.mod +-- Installing: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include/ccpp_fv3_gfs_v15p2_coupled_stochastics_cap.mod +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build' ++ test -d /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include ++ test -d /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs ; \ +exec gmake CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" all Currently Loaded Modules: 1) lsf/10.1 15) esmf/8_1_0_beta_snapshot_27-debug @@ -32903,213 +21406,213 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -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 @@ -33197,18 +21700,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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' -test -d /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" into /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL on wcoss -cp -fp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3"/conf/modules.fv3 -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" nemsinstall +mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs' +test -d /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL +Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" into /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL on wcoss +cp -fp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3"/conf/modules.fv3 +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" nemsinstall Currently Loaded Modules: 1) lsf/10.1 15) esmf/8_1_0_beta_snapshot_27-debug @@ -33228,53 +21731,54 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' -gmake -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' +gmake -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -c module_cap_cpl.F90 +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics' +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c CCPP_layer/CCPP_data.F90 -o CCPP_layer/CCPP_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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -c ../ccpp/physics/ccpp_static_api.F90 -o ../ccpp/physics/ccpp_static_api.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +fpp: warning: macro redefined: _OPENMP +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/mersenne_twister.o physics/namelist_soilveg.o physics/physparam.o physics/set_soilveg.o physics/noahmp_tables.o physics/GFDL_parse_tracers.o physics/physcons.o CCPP_layer/CCPP_data.o ../ccpp/physics/ccpp_static_api.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_restart.o ar: creating libgfsphys.a a - physics/mersenne_twister.o @@ -33290,65 +21794,65 @@ a - GFS_layer/GFS_abstraction_layer.o a - GFS_layer/GFS_diagnostics.o a - GFS_layer/GFS_driver.o a - GFS_layer/GFS_restart.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' -gmake -C ccpp/driver FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics' +gmake -C ccpp/driver FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N DYN32=N # force gfs physics to 64bit, flag to CCPP build for 32bit dynamics Build CCPP layer ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver' Build CCPP layer ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP CCPP_driver.F90 > CCPP_driver.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver' +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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP CCPP_driver.F90 > CCPP_driver.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../../gfsphysics -I../../atmos_cubed_sphere -c CCPP_driver.tmp.f90 -o CCPP_driver.o ar rv libccppdriver.a CCPP_driver.o ar: creating libccppdriver.a a - CCPP_driver.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' -gmake -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver' +gmake -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd' -gmake -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd' +gmake -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include] -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include] -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -c module_fv3_io_def.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nemsio/2.5.2/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -c module_wrt_grid_comp.F90 +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -c module_fv3_io_def.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nceppost/dceca26/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nemsio/2.5.2/include -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 @@ -33361,65 +21865,65 @@ 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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -c model/fv_arrays.F90 -o model/fv_arrays.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -33465,52 +21969,52 @@ 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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/stochastic_physics' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/stochastic_physics' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/stochastic_physics' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/stochastic_physics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c kinddef.F90 -o kinddef.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c glats_stochy.f -o glats_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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c mpi_wrapper.F90 -o mpi_wrapper.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c halo_exchange.fv3.F90 -o halo_exchange.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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c lndp_apply_perts.F90 -o lndp_apply_perts.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/stochastic_physics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c kinddef.F90 -o kinddef.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c glats_stochy.f -o glats_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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c mpi_wrapper.F90 -o mpi_wrapper.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c halo_exchange.fv3.F90 -o halo_exchange.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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c update_ca.F90 -o update_ca.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_global.F90 -o cellular_automata_global.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c cellular_automata_sgs.F90 -o cellular_automata_sgs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c lndp_apply_perts.F90 -o lndp_apply_perts.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 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 plumes.o kinddef.o mpi_wrapper.o halo_exchange.fv3.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 cellular_automata_global.o cellular_automata_sgs.o update_ca.o lndp_apply_perts.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -33547,25 +22051,25 @@ a - cellular_automata_global.o a - cellular_automata_sgs.o a - update_ca.o a - lndp_apply_perts.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/stochastic_physics' -gmake -C stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/stochastic_physics' +gmake -C stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 io ... $ESMF_INC is [-I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include] -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I ../../stochastic_physics -I../ccpp/physics -I../ccpp/build/physics -I../atmos_cubed_sphere -c stochastic_physics_wrapper.F90 -o stochastic_physics_wrapper.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/stochastic_physics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I ../../stochastic_physics -I../ccpp/physics -I../ccpp/build/physics -I../atmos_cubed_sphere -c stochastic_physics_wrapper.F90 -o stochastic_physics_wrapper.o ar rv libstochastic_physics_wrapper.a stochastic_physics_wrapper.o ar: creating libstochastic_physics_wrapper.a a - stochastic_physics_wrapper.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -DOPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 -DENABLE_QUAD_PRECISION -DDEBUG -D_OPENMP -DCCPP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -Istochastic_physics -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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 @@ -33573,24 +22077,24 @@ 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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' -gmake esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' +gmake esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' -Installation into "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' +Installation into "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' -test -d /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -rm -fr /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/exec -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="wcoss_dell_p3" DEBUG=Y ; \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' +test -d /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL +rm -fr /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/exec +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="wcoss_dell_p3" DEBUG=Y ; \ set -e ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface ; \ -./compile.sh --platform wcoss_dell_p3 --fms-dir "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface ; \ +./compile.sh --platform wcoss_dell_p3 --fms-dir "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL" Currently Loaded Modules: 1) lsf/10.1 15) esmf/8_1_0_beta_snapshot_27-debug @@ -33610,9 +22114,9 @@ Currently Loaded Modules: -Will use FMS from: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL +Will use FMS from: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL ++ pwd -+ BASEDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface ++ BASEDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface + MACHINE_ID=wcoss_dell_p3 + COMPILE_OPTION=wcoss_dell_p3-intel.mk + DEBUG=Y @@ -33627,256 +22131,256 @@ MOM6 compile.sh ... DEBUG=1, REPRO= + [[ 1 == 1 ]] + echo 'compile MOM6 library ...' compile MOM6 library ... -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface + mkdir -p build/intel/MOM6_LIB/repro + cd build/intel/MOM6_LIB/repro + [[ -f path_names ]] + rm -f path_names + echo 'generating file_paths ...' generating file_paths ... -+ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/mkmf/bin/list_paths /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic/ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 ++ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/mkmf/bin/list_paths /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic/ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 A list of the files you checked out is in the file path_names. + echo 'generating makefile ...' generating makefile ... -+ /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/mkmf/bin/mkmf -t /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/mkmf/templates/wcoss_dell_p3-intel.mk -p lib_ocean.a -o -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL path_names ++ /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/mkmf/bin/mkmf -t /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/mkmf/templates/wcoss_dell_p3-intel.mk -p lib_ocean.a -o -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL path_names ........................................................................................................................................................................................................................................... Makefile is ready. + echo 'compiling MOM6 library...' compiling MOM6 library... + make NETCDF=4 REPRO= DEBUG=1 lib_ocean.a -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_error_handler.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_array_transform.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_coms.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_cpu_clock.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_time_manager.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_document.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_string_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_file_parser.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_domains.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_hor_index.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_linear.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_TFreeze.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_unit_scaling.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_solvers.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/polynomial_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_edge_values.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PLM_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PPM_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PQM_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P1M_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P3M_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_interp.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_hycom.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_checksums.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_math.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_grid.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_dyn_horgrid.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_verticalGrid.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_io.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_safe_alloc.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_vkernels.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PCM_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_remapping.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_debugging.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_variables.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_consts.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_zlike.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_sigma.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_rho.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_slight.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_adapt.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_regridding.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_remap.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_manager_wrapper.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_mediator.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_opacity.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_spatial_means.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_forcing_type.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_get_input.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_transform_FMS.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_restart.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_params.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_registry.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_open_boundary.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_sponge.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_horizontal_regridding.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/tracer_example.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_diabatic.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/DOME_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ISOMIP_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/RGC_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_Z_init.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ideal_age_example.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dye_example.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/oil_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/advection_test_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dyed_obc_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_interface_heights.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_ALE.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_generic_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/pseudo_salt_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/boundary_impulse_tracer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_flow_control.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_surface_forcing.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_grid_initialize.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_random.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/baroclinic_zone_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/RGC_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_transcribe_grid.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_structure.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_checksum_packages.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_wave_interface.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_isopycnal_slopes.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_intrinsic_functions.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_background.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_change_diffusivity.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_speed.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_neutral_diffusion.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_hor_diff.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_unit_tests.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_barotropic.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/tidal_bay_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Kelvin_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/shelfwave_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_channel_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_boundary_update.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_coord_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_diagnostics.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity_PPM.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_CoriolisAdv.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_Montgomery.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_PointAccel.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_split_RK2.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_shared_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/ISOMIP_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/benchmark_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Neverland_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME2d_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/sloshing_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/seamount_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Phillips_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dense_water_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_fixed_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/circle_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/lock_exchange_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/external_gwave_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/adjustment_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Rossby_front_2d_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/SCM_CVMix_tests.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_obcs_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/supercritical_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/soliton_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_state_initialization.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_sum_output.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_advect.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_aux.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_main.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_constants.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_marine_ice.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/user_shelf_init.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_revise_forcing.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_surface_forcing.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_controlled_forcing.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/user/Idealized_Hurricane.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_write_cputime.F90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 -mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kinds_and_types.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_utils.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_error_handler.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_array_transform.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_coms.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_cpu_clock.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_time_manager.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_document.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_string_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_file_parser.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_domains.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_hor_index.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_linear.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_Wright.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_UNESCO.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_kinds.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_toolbox.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_NEMO.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS_TEOS10.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_TFreeze.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_unit_scaling.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/MOM_EOS.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_solvers.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/polynomial_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_edge_values.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PLM_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PPM_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PQM_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P1M_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/P3M_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_interp.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_hycom.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_checksums.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_gibbs_ice_coefficients.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_math.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_grid.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_dyn_horgrid.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_verticalGrid.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_io.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_safe_alloc.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_vkernels.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/PCM_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_remapping.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_debugging.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_variables.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/regrid_consts.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_zlike.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_sigma.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_rho.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_slight.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/coord_adapt.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_regridding.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_remap.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_manager_wrapper.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_diag_mediator.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_opacity.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_spatial_means.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_forcing_type.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_get_input.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_transform_FMS.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_restart.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_params.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_registry.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_open_boundary.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_sponge.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_horizontal_regridding.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/tracer_example.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_diabatic.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/DOME_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ISOMIP_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/RGC_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_Z_init.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/ideal_age_example.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dye_example.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_OCMIP2_CFC.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/oil_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/advection_test_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/dyed_obc_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_interface_heights.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ALE/MOM_ALE.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_tracer_initialization_from_Z.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_generic_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/pseudo_salt_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/boundary_impulse_tracer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_flow_control.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_surface_forcing.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_t.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_grid_initialize.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_random.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_types.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/baroclinic_zone_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_state.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_dynamics.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/RGC_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_teos10_constants.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part_zerop.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_transcribe_grid.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_structure.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_internal_tides.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_put_get.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_kpp.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_kappa_shear.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_shear.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_shear.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_convection.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_conv.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_ddiff.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_ddiff.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_viscosity.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bulk_mixed_layer.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_checksum_packages.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_aux.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diapyc_energy_req.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_tidal.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_tidal_mixing.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_wave_interface.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_energetic_PBL.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_entrain_diffusive.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_geothermal.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_isopycnal_slopes.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_internal_tide_input.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_regularize_layers.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_full_convection.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_intrinsic_functions.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/CVmix/cvmix_background.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_bkgnd_mixing.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_change_diffusivity.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_set_diffusivity.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_wave_speed.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_diabatic_driver.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_lateral_boundary_diffusion.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_neutral_diffusion.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_hor_diff.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_unit_tests.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_barotropic.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/tidal_bay_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/Kelvin_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/shelfwave_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_channel_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_boundary_update.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_coord_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_diagnostics.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity_PPM.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_continuity.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_CoriolisAdv.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_hor_visc.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_Montgomery.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce_analytic_FV.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_PressureForce.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_PointAccel.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/vertical/MOM_vert_friction.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_split_RK2.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_shared_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/ISOMIP_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/benchmark_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/Neverland_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/DOME2d_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/sloshing_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/seamount_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/dumbbell_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/Phillips_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/dense_water_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_fixed_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_MEKE.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/circle_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/lock_exchange_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/external_gwave_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/adjustment_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/Rossby_front_2d_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/SCM_CVMix_tests.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/dyed_obcs_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/supercritical_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/soliton_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/initialization/MOM_state_initialization.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/diagnostics/MOM_sum_output.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_tracer_advect.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/ocean_da_core.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/core/write_ocean_obs.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/geoKdTree/kdtree.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ocean_data_assim/MOM_oda_driver.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_aux.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/tracer/MOM_offline_main.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/core/MOM.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_constants.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_marine_ice.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/user_shelf_init.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf_initialize.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/ice_shelf/MOM_ice_shelf.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/user_revise_forcing.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_surface_forcing_nuopc.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/nuopc_driver/mom_ocean_model_nuopc.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sp_from_sr.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_chem_potential_water_t_exact.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_exact.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_freezing_poly_coefficients.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt0_from_t.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_mod_specvol_coefficients.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_ice.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_gibbs_pt0_pt0.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_ct.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_second_derivatives.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho_first_derivatives.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_first_derivatives.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/BFB_surface_forcing.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/MOM_controlled_forcing.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_sr_from_sp.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_entropy_part.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/config_src/dynamic -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/user/Idealized_Hurricane.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/framework/MOM_write_cputime.F90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_pt_from_t.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_from_ct.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_rho.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_from_pt.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_specvol_second_derivatives.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_ct_freezing_poly.f90 +mpiifort -fpp -Wp,-w -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -i4 -r8 -nowarn -sox -traceback -g -O0 -traceback -I/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -c /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6/src/equation_of_state/TEOS10/gsw_t_deriv_chem_potential_water_t_exact.f90 ar rv lib_ocean.a cvmix_utils.o coord_hycom.o MOM_cpu_clock.o MOM_checksums.o gsw_mod_gibbs_ice_coefficients.o MOM_array_transform.o cvmix_math.o dumbbell_surface_forcing.o user_initialization.o gsw_ct_from_t.o MOM_TFreeze.o MOM_grid_initialize.o BFB_initialization.o ISOMIP_tracer.o PCM_functions.o cvmix_kinds_and_types.o MOM_random.o ocean_da_types.o baroclinic_zone_initialization.o MOM_ice_shelf_dynamics.o RGC_initialization.o gsw_entropy_part_zerop.o MOM_transcribe_grid.o MOM_internal_tides.o cvmix_kpp.o MOM_open_boundary.o MOM_set_viscosity.o MOM_tracer_hor_diff.o cvmix_shear.o MOM_full_convection.o MOM_regularize_layers.o MOM_string_functions.o mom_ocean_model_nuopc.o MOM_wave_interface.o MOM_grid.o DOME_tracer.o MOM_tidal_forcing.o gsw_sp_from_sr.o gsw_chem_potential_water_t_exact.o MOM_transform_FMS.o PLM_functions.o MOM_EOS.o MOM_tracer_initialization_from_Z.o MOM_MEKE.o MOM_state_initialization.o coord_rho.o MOM_interface_heights.o MOM_diabatic_aux.o MOM_safe_alloc.o MOM_restart.o MOM_coord_initialization.o MOM_intrinsic_functions.o MOM_continuity.o MOM_hor_visc.o SCM_CVMix_tests.o MOM_CVMix_shear.o MOM_OCMIP2_CFC.o gsw_ct_freezing_exact.o MOM_time_manager.o MOM_diag_manager_wrapper.o MOM_obsolete_params.o regrid_interp.o MOM_checksum_packages.o dumbbell_initialization.o MOM_EOS_NEMO.o MOM_CVMix_conv.o MOM_dyn_horgrid.o gsw_mod_freezing_poly_coefficients.o gsw_pt0_from_t.o MOM_wave_structure.o external_gwave_initialization.o MOM_geothermal.o gsw_specvol.o MOM_get_input.o MOM_unit_scaling.o tidal_bay_initialization.o MOM_EOS_Wright.o gsw_gibbs.o PPM_functions.o user_change_diffusivity.o supercritical_initialization.o MOM_tracer_registry.o MOM_offline_aux.o MOM_EOS_TEOS10.o regrid_edge_values.o coord_zlike.o gsw_gibbs_ice.o MOM_energetic_PBL.o MOM_CoriolisAdv.o PQM_functions.o MOM_dynamics_unsplit_RK2.o MOM_MEKE_types.o MOM_error_handler.o MOM_CVMix_ddiff.o MOM_PointAccel.o gsw_gibbs_pt0_pt0.o gsw_pt_from_ct.o dyed_channel_initialization.o MOM_fixed_initialization.o gsw_t_freezing_poly.o MOM_tracer_advect.o gsw_t_freezing_exact.o regrid_consts.o MOM_diag_mediator.o MOM_thickness_diffuse.o gsw_rho_second_derivatives.o MOM_file_parser.o MOM_wave_speed.o ISOMIP_initialization.o MOM_unit_tests.o polynomial_functions.o MOM_offline_main.o ideal_age_example.o user_shelf_init.o DOME_initialization.o MOM_set_diffusivity.o gsw_rho_first_derivatives.o gsw_specvol_first_derivatives.o MOM_diapyc_energy_req.o MOM_opacity.o tracer_example.o user_revise_forcing.o MOM_neutral_diffusion.o BFB_surface_forcing.o coord_sigma.o write_ocean_obs.o advection_test_tracer.o dyed_obcs_initialization.o pseudo_salt_tracer.o MOM_EOS_UNESCO.o seamount_initialization.o MOM_dynamics_unsplit.o MOM_PressureForce.o MOM_verticalGrid.o MOM_diagnostics.o gsw_mod_toolbox.o gsw_mod_specvol_coefficients.o MOM_regridding.o MOM_boundary_update.o MOM_barotropic.o coord_adapt.o MOM_forcing_type.o soliton_initialization.o MOM_tracer_Z_init.o Kelvin_initialization.o MOM_controlled_forcing.o MOM_bulk_mixed_layer.o MOM_hor_index.o regrid_solvers.o ocean_da_core.o gsw_sr_from_sp.o MOM_shared_initialization.o DOME2d_initialization.o MOM_tracer_diabatic.o MOM_vert_friction.o MOM_lateral_boundary_diffusion.o MOM_generic_tracer.o MOM_bkgnd_mixing.o MOM_kappa_shear.o circle_obcs_initialization.o MOM_ALE_sponge.o gsw_entropy_part.o MOM_ice_shelf_initialize.o MOM_CVMix_KPP.o MOM_ice_shelf_state.o P1M_functions.o gsw_mod_teos10_constants.o MOM_ALE.o MOM_PressureForce_analytic_FV.o boundary_impulse_tracer.o MOM_lateral_mixing_coeffs.o cvmix_put_get.o MOM_oda_driver.o cvmix_convection.o Idealized_Hurricane.o MOM_diag_remap.o gsw_mod_kinds.o MOM_write_cputime.o MOM_domains.o Neverland_initialization.o MOM_sponge.o MOM_tidal_mixing.o oil_tracer.o MOM_continuity_PPM.o MOM.o gsw_pt_from_t.o dense_water_initialization.o MOM_entrain_diffusive.o MOM_EOS_linear.o Phillips_initialization.o MOM_internal_tide_input.o coord_slight.o gsw_t_from_ct.o Rossby_front_2d_initialization.o MOM_marine_ice.o MOM_debugging.o kdtree.o gsw_rho.o MOM_document.o dyed_obc_tracer.o MOM_variables.o P3M_functions.o MOM_mixed_layer_restrat.o MOM_diag_vkernels.o adjustment_initialization.o MOM_constants.o MOM_tracer_flow_control.o MOM_coms.o shelfwave_initialization.o cvmix_background.o MOM_diabatic_driver.o gsw_ct_from_pt.o MOM_horizontal_regridding.o MOM_dynamics_split_RK2.o sloshing_initialization.o MOM_remapping.o MOM_spatial_means.o benchmark_initialization.o lock_exchange_initialization.o dye_example.o MOM_io.o RGC_tracer.o MOM_ice_shelf.o mom_surface_forcing_nuopc.o cvmix_ddiff.o cvmix_tidal.o gsw_specvol_second_derivatives.o gsw_ct_freezing_poly.o MOM_obsolete_diagnostics.o MOM_sum_output.o MOM_PressureForce_Montgomery.o MOM_isopycnal_slopes.o gsw_t_deriv_chem_potential_water_t_exact.o ar: creating lib_ocean.a a - cvmix_utils.o @@ -34112,25 +22616,25 @@ a - MOM_sum_output.o a - MOM_PressureForce_Montgomery.o a - MOM_isopycnal_slopes.o a - gsw_t_deriv_chem_potential_water_t_exact.o -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro' + echo 'compiling MOM6 library successful' compiling MOM6 library successful + echo 'compiling MOM6 library done' compiling MOM6 library done -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface + mkdir -p exec/wcoss_dell_p3/ -+ ln -s /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro exec/wcoss_dell_p3/lib_ocean ++ ln -s /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/build/intel/MOM6_LIB/repro exec/wcoss_dell_p3/lib_ocean + [[ 0 == 1 ]] + echo ================================================== ================================================== + [[ 0 == 1 ]] + echo 'Next recommended step is to rejoice out of happiness from a successful compile.' Next recommended step is to rejoice out of happiness from a successful compile. -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface ; \ - exec gmake -f makefile.nuopc COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="wcoss_dell_p3" \ - "FMSDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL" \ - "NEMSMOMDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3" \ - "INSTALLDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" install +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface ; \ + exec gmake -f makefile.nuopc COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" FMS_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL" CPPCMEPS="-DCMEPS" MACHINE_ID="wcoss_dell_p3" \ + "FMSDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL" \ + "NEMSMOMDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3" \ + "INSTALLDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" install Currently Loaded Modules: 1) lsf/10.1 15) esmf/8_1_0_beta_snapshot_27-debug @@ -34150,11 +22654,11 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface' -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/usrx/local/nceplibs/dev/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/time_utils.F90 -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/usrx/local/nceplibs/dev/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_methods.F90 -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/usrx/local/nceplibs/dev/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_time.F90 -mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/usrx/local/nceplibs/dev/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap.F90 +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface' +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/usrx/local/nceplibs/dev/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/time_utils.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/usrx/local/nceplibs/dev/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_methods.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/usrx/local/nceplibs/dev/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap_time.F90 +mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -DMOM6_CAP -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_NO_INTEGER_1_BYTE -DESMF_NO_INTEGER_2_BYTE -DESMFVERSIONGIT='ESMF_8_1_0_beta_snapshot_27' -DESMF_MOAB=1 -DESMF_LAPACK=1 -DESMF_LAPACK_INTERNAL=1 -DESMF_NO_ACC_SOFTWARE_STACK=1 -DESMF_NETCDF=1 -DESMF_YAMLCPP=1 -DESMF_YAML=1 -DESMF_PIO=1 -DESMF_MPIIO -DESMF_NO_OPENACC -DESMF_BOPT_g -DESMF_TESTCOMPTUNNEL -DSx86_64_small=1 -DESMF_OS_Linux=1 -DESMF_COMM=intelmpi -DESMF_DIR=/usrx/local/nceplibs/dev/hpc-stack/src/v1.0.0-beta1/pkg/ESMF_8_1_0_beta_snapshot_27 MOM6/config_src/nuopc_driver/mom_cap.F90 ar rv libmom.a mom_cap.o time_utils.o mom_cap_methods.o mom_cap_time.o ar: creating libmom.a a - mom_cap.o @@ -34162,17 +22666,17 @@ a - time_utils.o a - mom_cap_methods.o a - mom_cap_time.o rm -f mom6.mk.install -mkdir -p /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -cp -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean/lib_ocean.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -cp -f libmom.a mom_cap_mod.mod /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -cp -f mom6.mk.install /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface' -test -d "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" -test -s "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +mkdir -p /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/exec/wcoss_dell_p3/lib_ocean/lib_ocean.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f libmom.a mom_cap_mod.mod /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL +cp -f mom6.mk.install /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface' +test -d "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL" +test -s "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="wcoss" SYSTEM_USERDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" DEBUG=Y ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="wcoss" SYSTEM_USERDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" DEBUG=Y ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.libcice Currently Loaded Modules: @@ -34195,14 +22699,14 @@ Currently Loaded Modules: CICE6 ./comp_ice.backend.libcice: ARCH = wcoss_dell_p3_intel CICE6 ./comp_ice.backend.libcice: DEBUG = true -CICE6 ./comp_ice.backend.libcice: EXEDIR = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.libcice: OBJDIR = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.libcice: MAKEFILE = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.libcice: MACROSFILE = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.wcoss_dell_p3_intel -CICE6 ./comp_ice.backend.libcice: DEPFILE = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/makdep.c +CICE6 ./comp_ice.backend.libcice: EXEDIR = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.libcice: OBJDIR = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.libcice: MAKEFILE = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.libcice: MACROSFILE = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.wcoss_dell_p3_intel +CICE6 ./comp_ice.backend.libcice: DEPFILE = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/makdep.c CICE6 ./comp_ice.backend.libcice: ESMFMKFILE = /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/lib/esmf.mk -rm: cannot remove '/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk': No such file or directory -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm: cannot remove ‘/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk’: No such file or directory +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' Building dependency for icepack_zsalinity.d Building dependency for icepack_zbgc_shared.d Building dependency for icepack_zbgc.d @@ -34295,110 +22799,110 @@ Building dependency for cice_wrapper_mod.d Building dependency for CICE_RunMod.d Building dependency for CICE_InitMod.d Building dependency for CICE_FinalMod.d -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_kinds.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_warnings.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_parameters.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_tracers.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mushy_physics.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_itd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_fsd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mechred.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_wavefracspec.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_orbital.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_shortwave.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_brine.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_aerosol.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_algae.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zsalinity.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_atmo.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_ocean.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_bl99.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_0layer.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_mushy.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_isotope.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_age.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_firstyear.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_flux.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_cesm.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_lvl.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_topo.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_vertical.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_itd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_intfc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_kinds_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_fileunits.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_exit.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_communicate.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_constants.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_broadcast.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_domain_size.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_blocks.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_spacecurve.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_distribution.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_gather_scatter.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_reprosum.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_global_reductions.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_boundary.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_domain.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_timers.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_FinalMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_arrays_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_state.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_calendar.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_read_write.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_scam.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_grid.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp_1d.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_restart.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_eap.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_shared.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_mechred.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_pond.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_drag.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_fsd.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_history_write.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_remap.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_driver.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restoring.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_init.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_init_column.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restart_driver.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_InitMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/cice_wrapper_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics_bgc.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_step_mod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_RunMod.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_shr_methods.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_import_export.F90 -mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 -mpiicc -c -O2 -fp-model precise -xHost -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_shr_reprosum86.c -ar -r /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o -ar -r /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o -ar: creating /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -test -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="wcoss" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_kinds.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_warnings.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_parameters.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_tracers.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mushy_physics.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_itd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_fsd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_mechred.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_wavefracspec.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_orbital.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_shortwave.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_brine.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_aerosol.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_algae.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zsalinity.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_zbgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_atmo.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_ocean.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_bl99.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_0layer.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_mushy.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_isotope.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_age.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_firstyear.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_flux.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_cesm.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_lvl.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_meltpond_topo.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_vertical.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_therm_itd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/icepack/columnphysics/icepack_intfc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_kinds_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_fileunits.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_exit.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_communicate.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_constants.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_broadcast.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_domain_size.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_blocks.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_spacecurve.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_distribution.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_gather_scatter.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_reprosum.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_global_reductions.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_boundary.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_domain.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/comm/mpi/ice_timers.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_FinalMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_arrays_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_state.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_calendar.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_read_write.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_scam.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_grid.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_flux.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp_1d.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_evp.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_restart.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_dyn_eap.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_forcing_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_shared.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_mechred.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_pond.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_drag.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history_fsd.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf/ice_history_write.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_history.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_restart_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_remap.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/dynamics/ice_transport_driver.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restoring.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_init.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/shared/ice_init_column.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_restart_driver.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_InitMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/cice_wrapper_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/analysis/ice_diagnostics_bgc.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/general/ice_step_mod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/CICE_RunMod.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_shr_methods.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_import_export.F90 +mpiifort -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -align array64byte -xHost -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created -link_mpi=dbg -FR -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I. -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 +mpiicc -c -O2 -fp-model precise -xHost -DFORTRANUNDERSCORE -Dcoupled -DUSE_NETCDF -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/cicecore/cicedynB/infrastructure/ice_shr_reprosum86.c +ar -r /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o +ar -r /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a CICE_FinalMod.o CICE_InitMod.o CICE_RunMod.o cice_wrapper_mod.o ice_arrays_column.o ice_blocks.o ice_boundary.o ice_broadcast.o ice_calendar.o ice_communicate.o ice_comp_nuopc.o ice_constants.o ice_diagnostics.o ice_diagnostics_bgc.o ice_distribution.o ice_domain.o ice_domain_size.o ice_dyn_eap.o ice_dyn_evp.o ice_dyn_evp_1d.o ice_dyn_shared.o ice_exit.o ice_fileunits.o ice_flux.o ice_flux_bgc.o ice_forcing.o ice_forcing_bgc.o ice_gather_scatter.o ice_global_reductions.o ice_grid.o ice_history.o ice_history_bgc.o ice_history_drag.o ice_history_fsd.o ice_history_mechred.o ice_history_pond.o ice_history_shared.o ice_history_write.o ice_import_export.o ice_init.o ice_init_column.o ice_kinds_mod.o ice_prescribed_mod.o ice_read_write.o ice_reprosum.o ice_restart.o ice_restart_column.o ice_restart_driver.o ice_restart_shared.o ice_restoring.o ice_scam.o ice_shr_methods.o ice_shr_reprosum86.o ice_spacecurve.o ice_state.o ice_step_mod.o ice_timers.o ice_transport_driver.o ice_transport_remap.o icepack_aerosol.o icepack_age.o icepack_algae.o icepack_atmo.o icepack_brine.o icepack_firstyear.o icepack_flux.o icepack_fsd.o icepack_intfc.o icepack_isotope.o icepack_itd.o icepack_kinds.o icepack_mechred.o icepack_meltpond_cesm.o icepack_meltpond_lvl.o icepack_meltpond_topo.o icepack_mushy_physics.o icepack_ocean.o icepack_orbital.o icepack_parameters.o icepack_shortwave.o icepack_therm_0layer.o icepack_therm_bl99.o icepack_therm_itd.o icepack_therm_mushy.o icepack_therm_shared.o icepack_therm_vertical.o icepack_tracers.o icepack_warnings.o icepack_wavefracspec.o icepack_zbgc.o icepack_zbgc_shared.o icepack_zsalinity.o +ar: creating /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +test -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="wcoss" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ - . /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS ; \ - exec gmake COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="wcoss" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" \ - "INSTALLDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" install + . /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS ; \ + exec gmake COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="wcoss" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" \ + "INSTALLDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL" install Currently Loaded Modules: 1) lsf/10.1 15) esmf/8_1_0_beta_snapshot_27-debug @@ -34437,10 +22941,10 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS' cd nems/util ;\ exec gmake -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/nems/util' mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/include -I. shr_kind_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/include -I. perf_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/include -I. shr_log_mod.F90 @@ -34480,10 +22984,10 @@ a - shr_mpi_mod.o a - shr_pio_mod.o a - shr_sys_mod.o a - glc_elevclass_mod.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/nems/util' cd mediator ;\ exec gmake INTERNAL_PIO_INIT=1 -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/mediator' mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/include -I../nems/util med_kind_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/include -I../nems/util med_constants_mod.F90 mpiifort -c -g -traceback -fp-model precise -g -traceback -check arg_temp_created,bounds,format,output_conversion,stack,uninit -fPIC -assume realloc_lhs -m64 -mcmodel=small -pthread -threads -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -DESMF_VERSION_MAJOR=8 -DESMF_VERSION_MINOR=1 -DINTERNAL_PIO_INIT -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/include -I../nems/util med_utils_mod.F90 @@ -34543,34 +23047,34 @@ a - med_phases_ocnalb_mod.o a - med_phases_prep_rof_mod.o a - med_merge_mod.o a - med_map_mod.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/mediator' rm -f cmeps.mk.install -mkdir -p /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL -mkdir -p /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -cp -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/nems/util/libcmeps_util.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL -cp -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/mediator/libcmeps.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL -cp -f mediator/*.mod /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -cp -f nems/util/*.mod /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -cp -f cmeps.mk.install /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS' -test -d "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" -test -s "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" +mkdir -p /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL +mkdir -p /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include +cp -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/nems/util/libcmeps_util.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL +cp -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/mediator/libcmeps.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL +cp -f mediator/*.mod /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include +cp -f nems/util/*.mod /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include +cp -f cmeps.mk.install /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS' +test -d "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL" +test -s "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ccpp_mk="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk" ; echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" ; echo cice6_mk="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk" ; echo cmeps_mk="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ccpp_mk="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk" ; echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk" ; echo mom6_mk="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk" ; echo cice6_mk="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk" ; echo cmeps_mk="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; do \ +for m in /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src ; \ +echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src ; \ gmake nems DEBUG=Y \ COMPONENTS="CCPP FMS FV3 MOM6 CICE6 CMEPS" \ - CCPP_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL MOM6_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL CICE6_DIR= CMEPS_DIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x" ; \ -test -x /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x + CCPP_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL MOM6_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL CICE6_DIR= CMEPS_DIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/exe/NEMS.x" ; \ +test -x /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/exe/NEMS.x Currently Loaded Modules: 1) lsf/10.1 15) esmf/8_1_0_beta_snapshot_27-debug @@ -34590,14 +23094,14 @@ Currently Loaded Modules: -build NEMS after /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +build NEMS after /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk Components in linker order: CMEPS CICE6 MOM6 FV3 FMS CCPP -CMEPS: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -CICE6: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -MOM6: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -FV3: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk -CCPP: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk +CMEPS: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +CICE6: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +MOM6: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +FV3: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk +CCPP: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" @@ -34607,61 +23111,61 @@ CPPFLAGS += ESMF_VERSION_STRING="8.1.0 beta snapshot" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:54:32 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 08:49:54 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:54:32 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR_methods.tmp.f90 +‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 08:49:54 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:54:32 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR.tmp.f90 +‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 08:49:54 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:54:32 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_MEDIATOR_SpaceWeather.tmp.f90 +‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 08:49:54 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:54:32 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_EARTH_INTERNAL_STATE.tmp.f90 +‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 08:49:54 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:54:32 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_EARTH_GRID_COMP.tmp.f90 +‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 08:49:54 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:54:32 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_INTERNAL_STATE.tmp.f90 +‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 08:49:54 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:54:32 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_GRID_COMP.tmp.f90 +‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 08:49:54 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:54:32 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c module_NEMS_Rusage.tmp.f90 +‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 08:49:54 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Jun.Wang) Thu Oct 8 02:54:32 GMT 2020 r9d05172b711f https://github.com/NOAA-EMC/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=282' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build/physics -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_CMEPS=MED -DFRONT_CICE6=ice_comp_nuopc -DFRONT_MOM6=mom_cap_mod -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -DFRONT_CCPP= -DCMEPS -D'SVN_INFO="(Bin.Li) Wed Oct 14 08:49:54 UTC 2020 ra20af651d075 https://github.com/aerorahul/NEMS.git"' -D'CMP_YEAR=2020' -D'CMP_JD=288' -DESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" -DESMF_VERSION_MINOR="1" -DESMF_VERSION_BETASNAPSHOT="'T'" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION="8_1_0_beta_snapshot_27-debug" -DESMF_VERSION_STRING="8.1.0 beta snapshot" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'F'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -link_mpi=dbg -qopenmp -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/include -I/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build/physics -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 /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nceppost/dceca26/lib/libnceppost.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nemsio/2.5.2/lib/libnemsio.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/g2/3.4.1/lib/libg2_4.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/g2tmpl/1.9.1/lib/libg2tmpl.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/bacio/2.4.1/lib/libbacio_4.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/sp/2.3.3/lib/libsp_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/w3emc/2.7.3/lib/libw3emc_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/w3nco/2.4.1/lib/libw3nco_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/crtm/2.3.0/lib/libcrtm.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/jasper/2.0.15/lib64/libjasper.a -lpng -lz -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/hdf5/1.10.6/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/zlib/1.2.11/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/lib -Wl,-rpath,/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -L/lib -qopenmp -lnetcdf extlibs is /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nceppost/dceca26/lib/libnceppost.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nemsio/2.5.2/lib/libnemsio.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/g2/3.4.1/lib/libg2_4.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/g2tmpl/1.9.1/lib/libg2tmpl.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/bacio/2.4.1/lib/libbacio_4.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/sp/2.3.3/lib/libsp_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/w3emc/2.7.3/lib/libw3emc_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/w3nco/2.4.1/lib/libw3nco_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/crtm/2.3.0/lib/libcrtm.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/jasper/2.0.15/lib64/libjasper.a -lpng -lz -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/hdf5/1.10.6/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/zlib/1.2.11/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/lib -Wl,-rpath,/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -L/lib -qopenmp -lnetcdf -mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/libcmeps.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/libcmeps_util.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/lib/libpiof.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/lib/libpioc.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/libcice6.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/libmom.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/lib_ocean.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libccppdriver.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics_wrapper.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/libfms.a -L/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nceppost/dceca26/lib/libnceppost.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nemsio/2.5.2/lib/libnemsio.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/g2/3.4.1/lib/libg2_4.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/g2tmpl/1.9.1/lib/libg2tmpl.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/bacio/2.4.1/lib/libbacio_4.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/sp/2.3.3/lib/libsp_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/w3emc/2.7.3/lib/libw3emc_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/w3nco/2.4.1/lib/libw3nco_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/crtm/2.3.0/lib/libcrtm.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/jasper/2.0.15/lib64/libjasper.a -lpng -lz -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/hdf5/1.10.6/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/zlib/1.2.11/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/lib -Wl,-rpath,/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -L/lib -qopenmp -lnetcdf +mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/libcmeps.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/libcmeps_util.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/lib/libpiof.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/pio/2.5.1/lib/libpioc.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/libcice6.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/libmom.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/lib_ocean.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libccppdriver.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics_wrapper.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/libfms.a -L/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/lib -lccpp -lccppphys ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nceppost/dceca26/lib/libnceppost.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/nemsio/2.5.2/lib/libnemsio.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/g2/3.4.1/lib/libg2_4.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/g2tmpl/1.9.1/lib/libg2tmpl.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/bacio/2.4.1/lib/libbacio_4.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/sp/2.3.3/lib/libsp_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/w3emc/2.7.3/lib/libw3emc_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/w3nco/2.4.1/lib/libw3nco_d.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/crtm/2.3.0/lib/libcrtm.a /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/jasper/2.0.15/lib64/libjasper.a -lpng -lz -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/hdf5/1.10.6/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/zlib/1.2.11/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/lib -Wl,-rpath,/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -L/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/lib -L/lib -qopenmp -lnetcdf ld: skipping incompatible /lib/librt.so when searching for -lrt ld: skipping incompatible /lib/libdl.so when searching for -ldl ld: skipping incompatible /lib/libdl.so when searching for -ldl @@ -34676,131 +23180,131 @@ ld: skipping incompatible /lib/libc.so when searching for -lc jas_stream.c:(.text+0x994): warning: the use of `tmpnam' is dangerous, better use `mkstemp' ld: skipping incompatible /lib/libdl.so when searching for -ldl ld: skipping incompatible /lib/libc.so when searching for -lc -/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src' -set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x" "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/tests/fcst_3.exe" -+ cp /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/tests/fcst_3.exe +/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src' +set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/exe/NEMS.x" "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/tests/fcst_3.exe" ++ cp /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/tests/fcst_3.exe Will copy modules.nems and NEMS.x as fcst_3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/components.mk" +echo 'CCPP FMS FV3 MOM6 CICE6 CMEPS' > "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/components.mk" NEMS_BUILDOPT IS DEBUG=Y Adding FV3 makeopts to FMS makeopts -/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. +/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/incmake/component_FV3.mk:19: Adding PATH_CCPP to FV3 make options because CCPP is listed as a component. set -x ; \ -cd "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" ; \ -rm -rf "/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build" -+ cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp -+ rm -rf /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/build -cat /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs ; \ - exec gmake CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' +cd "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" ; \ +rm -rf "/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build" ++ cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp ++ rm -rf /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/build +cat /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs ; \ + exec gmake CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y PATH_CCPP="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp" -f makefile.temp.clean clean +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/fv3gfs' -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/conf/modules.fv3 -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/fv3gfs' +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/conf/modules.fv3 +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/stochastic_physics' (cd stochastic_physics && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/stochastic_physics' Cleaning io ... rm -f -f libstochastic_physics_wrapper.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [-I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/mod -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27/include -I/usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/netcdf/4.7.4/include] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/conf/configure.fv3 \ - /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/conf/modules.fv3 +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/conf/configure.fv3 \ + /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/conf/modules.fv3 set -e ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface ; \ set +e ; \ rm -rf exec src/path_names_shared ; \ find . -type f -name '*.o' -o -type f -name '*.mod' -o -type f -name '*.a' | xargs rm -f -cp -n /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3_debug /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ - . /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +cp -n /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3_debug /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -eu ; \ -export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="wcoss" SYSTEM_USERDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" DEBUG=Y ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ +export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL MACHINE_ID="wcoss" SYSTEM_USERDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL" SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE" EXEDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs" CPPCICE="" NEMS_GRID="T126_mx5" DEBUG=Y ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs ; \ ./comp_ice.backend.clean Currently Loaded Modules: @@ -34822,18 +23326,18 @@ Currently Loaded Modules: CICE6 ./comp_ice.backend.clean: ARCH = wcoss_dell_p3_intel -CICE6 ./comp_ice.backend.clean: EXEDIR = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs -CICE6 ./comp_ice.backend.clean: OBJDIR = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile -CICE6 ./comp_ice.backend.clean: MAKEFILE = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile -CICE6 ./comp_ice.backend.clean: MACROSFILE = /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.wcoss_dell_p3_intel +CICE6 ./comp_ice.backend.clean: EXEDIR = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs +CICE6 ./comp_ice.backend.clean: OBJDIR = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile +CICE6 ./comp_ice.backend.clean: MAKEFILE = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/Makefile +CICE6 ./comp_ice.backend.clean: MACROSFILE = /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/machines/Macros.wcoss_dell_p3_intel CICE6 ./comp_ice.backend.clean: ESMFMKFILE = /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/v1.0.0-beta1/ips-18.0.1.163/impi-18.0.1/esmf/8_1_0_beta_snapshot_27-debug/lib/esmf.mk -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -rm -f *.o *.d *.mod /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' -cp -n /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3_debug /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ - . /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="wcoss" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +rm -f *.o *.d *.mod /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile/libcice6.a +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE/configuration/scripts/forapps/ufs/compile' +cp -n /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/modulefiles/wcoss_dell_p3/fv3_debug /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/modules.nems ; \ + . /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL" MACHINE_ID="wcoss" FC="mpiifort" CC="mpiicc" CXX="mpiicpc" ; \ set -e ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS ; \ exec gmake clean Currently Loaded Modules: @@ -34854,39 +23358,39 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS' cd mediator; \ exec gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/mediator' rm -f -f libcmeps.a *.i90 *.o *.mod -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/mediator' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/mediator' cd nems/util; \ exec gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/nems/util' rm -f -f libcmeps_util.a *.f90 *.i90 *.o *.mod rm -f -f med_constants_mod.* -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS/nems/util' -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS' -if ! test -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS/nems/util' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS' +if ! test -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 CMEPS" \ +cd /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src ; gmake "COMPONENTS=CCPP FMS FV3 MOM6 CICE6 CMEPS" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: CMEPS CICE6 MOM6 FV3 FMS CCPP -CMEPS: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk -CICE6: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src' -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing -MOM6: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk -FV3: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CCPP: include /gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/FV3/ccpp/ccpp.mk +CMEPS: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CMEPS_INSTALL/cmeps.mk +CICE6: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src' +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/CICE-interface/CICE_INSTALL/cice6.mk: component CICE6 makefile fragment is missing +MOM6: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/MOM6-interface/MOM6_INSTALL/mom6.mk +FV3: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +CCPP: include /gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/FV3/ccpp/ccpp.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_1_0_beta_snapshot_27" CPPFLAGS += ESMF_VERSION_MINOR="1" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'T'" @@ -34898,8 +23402,8 @@ CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'F'" rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-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/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Jun.Wang/nems/s2s/20201005/ufs-s2s-model/NEMS/src' -Elapsed time 698 seconds. Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y finished +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Bin.Li/ufs-s2s-model/NEMS/src' +Elapsed time 581 seconds. Compiling CCPP=Y DEBUG=Y SUITES=FV3_GFS_2017_coupled,FV3_GFS_2017_satmedmf_coupled,FV3_GFS_v15p2_coupled MOM6=Y CICE6=Y CMEPS=Y finished diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index ac325362..701daec9 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,10 +1,10 @@ -Thu Oct 8 22:27:29 UTC 2020 +Wed Oct 14 00:12:28 UTC 2020 Start Regression test -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1stepcold_ccpp_cmeps -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1stepcold_ccpp_cmeps/RESTART -working dir = /scratch2/BMC/gsd-fv3-dev/Shan.Sun/S2S_RT/rt_243538/cpld_fv3_ccpp_mom6_cice_cmeps_1stepcold_atm_flux +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1stepcold_ccpp_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1stepcold_ccpp_cmeps/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/S2S_RT/rt_62183/cpld_fv3_ccpp_mom6_cice_cmeps_1stepcold_atm_flux Checking test 001 cpld_fv3_ccpp_mom6_cice_cmeps_1stepcold_atm_flux results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -58,9 +58,9 @@ Checking test 001 cpld_fv3_ccpp_mom6_cice_cmeps_1stepcold_atm_flux results .... Test 001 cpld_fv3_ccpp_mom6_cice_cmeps_1stepcold_atm_flux PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp_cmeps -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp_cmeps/RESTART -working dir = /scratch2/BMC/gsd-fv3-dev/Shan.Sun/S2S_RT/rt_243538/cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp_cmeps/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/S2S_RT/rt_62183/cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux Checking test 002 cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -114,9 +114,9 @@ Checking test 002 cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux results .... Test 002 cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_3d_warm_ccpp_cmeps -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_3d_warm_ccpp_cmeps/RESTART -working dir = /scratch2/BMC/gsd-fv3-dev/Shan.Sun/S2S_RT/rt_243538/cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_3d_warm_ccpp_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_3d_warm_ccpp_cmeps/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/S2S_RT/rt_62183/cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux Checking test 003 cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux results .... Comparing phyf072.tile1.nc .........OK Comparing phyf072.tile2.nc .........OK @@ -170,9 +170,9 @@ Checking test 003 cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux results .... Test 003 cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_3d_warm_ccpp_cmeps -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_3d_warm_ccpp_cmeps/RESTART -working dir = /scratch2/BMC/gsd-fv3-dev/Shan.Sun/S2S_RT/rt_243538/cpld_fv3_ccpp_mom6_cice_cmeps_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_3d_warm_ccpp_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_3d_warm_ccpp_cmeps/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/S2S_RT/rt_62183/cpld_fv3_ccpp_mom6_cice_cmeps_restart Checking test 004 cpld_fv3_ccpp_mom6_cice_cmeps_restart results .... Comparing phyf072.tile1.nc .........OK Comparing phyf072.tile2.nc .........OK @@ -226,9 +226,9 @@ Checking test 004 cpld_fv3_ccpp_mom6_cice_cmeps_restart results .... Test 004 cpld_fv3_ccpp_mom6_cice_cmeps_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp_cmeps -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp_cmeps/RESTART -working dir = /scratch2/BMC/gsd-fv3-dev/Shan.Sun/S2S_RT/rt_243538/cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp_cmeps/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/S2S_RT/rt_62183/cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads Checking test 005 cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -282,9 +282,9 @@ Checking test 005 cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads results .... Test 005 cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp_cmeps -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp_cmeps/RESTART -working dir = /scratch2/BMC/gsd-fv3-dev/Shan.Sun/S2S_RT/rt_243538/cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp_cmeps/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/S2S_RT/rt_62183/cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp Checking test 006 cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -338,9 +338,9 @@ Checking test 006 cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp results .... Test 006 cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_warm_satmedmf_ccpp_cmeps -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_warm_satmedmf_ccpp_cmeps/RESTART -working dir = /scratch2/BMC/gsd-fv3-dev/Shan.Sun/S2S_RT/rt_243538/cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1d_warm_satmedmf_ccpp_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1d_warm_satmedmf_ccpp_cmeps/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/S2S_RT/rt_62183/cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf Checking test 007 cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -394,9 +394,9 @@ Checking test 007 cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf results .... Test 007 cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp384_cmeps -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp384_cmeps/RESTART -working dir = /scratch2/BMC/gsd-fv3-dev/Shan.Sun/S2S_RT/rt_243538/cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp384_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp384_cmeps/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/S2S_RT/rt_62183/cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux Checking test 008 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -450,9 +450,9 @@ Checking test 008 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux results .... Test 008 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp384_cmeps_frac -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp384_cmeps_frac/RESTART -working dir = /scratch2/BMC/gsd-fv3-dev/Shan.Sun/S2S_RT/rt_243538/cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux_frac +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp384_cmeps_frac +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp384_cmeps_frac/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/S2S_RT/rt_62183/cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux_frac Checking test 009 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux_frac results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -506,9 +506,9 @@ Checking test 009 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux_frac results ... Test 009 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux_frac PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_bmrt_ccpp_cmeps -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_bmrt_ccpp_cmeps/RESTART -working dir = /scratch2/BMC/gsd-fv3-dev/Shan.Sun/S2S_RT/rt_243538/cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1d_bmrt_ccpp_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1d_bmrt_ccpp_cmeps/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/S2S_RT/rt_62183/cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt Checking test 010 cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -599,9 +599,9 @@ Checking test 010 cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt results .... Test 010 cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_bmwav_ccpp_cmeps -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_bmwav_ccpp_cmeps/RESTART -working dir = /scratch2/BMC/gsd-fv3-dev/Shan.Sun/S2S_RT/rt_243538/cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1d_bmwav_ccpp_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1d_bmwav_ccpp_cmeps/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/S2S_RT/rt_62183/cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt Checking test 011 cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -658,9 +658,9 @@ Checking test 011 cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt results .... Test 011 cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_6h_warm_debug_ccpp_cmeps -mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_6h_warm_debug_ccpp_cmeps/RESTART -working dir = /scratch2/BMC/gsd-fv3-dev/Shan.Sun/S2S_RT/rt_243538/cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_6h_warm_debug_ccpp_cmeps +mediator baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_6h_warm_debug_ccpp_cmeps/RESTART +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/S2S_RT/rt_62183/cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug Checking test 012 cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK @@ -716,5 +716,5 @@ Test 012 cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug PASS REGRESSION TEST WAS SUCCESSFUL -Fri Oct 9 04:00:48 UTC 2020 -Elapsed time: 05h:33m:21s. Have a nice day! +Wed Oct 14 07:24:59 UTC 2020 +Elapsed time: 07h:12m:33s. Have a nice day! diff --git a/tests/RegressionTests_orion.intel.log b/tests/RegressionTests_orion.intel.log index 5c90a7c6..340e54dc 100644 --- a/tests/RegressionTests_orion.intel.log +++ b/tests/RegressionTests_orion.intel.log @@ -1,10 +1,10 @@ -Wed Oct 7 20:23:45 CDT 2020 +Tue Oct 13 19:43:58 CDT 2020 Start Regression test -baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1stepcold_ccpp_cmeps -mediator baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1stepcold_ccpp_cmeps/RESTART -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_18557/cpld_fv3_ccpp_mom6_cice_cmeps_1stepcold_atm_flux +baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1stepcold_ccpp_cmeps +mediator baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1stepcold_ccpp_cmeps/RESTART +working dir = /work/noaa/stmp/libin/stmp/libin/S2S_RT/rt_275829/cpld_fv3_ccpp_mom6_cice_cmeps_1stepcold_atm_flux Checking test 001 cpld_fv3_ccpp_mom6_cice_cmeps_1stepcold_atm_flux results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -58,9 +58,9 @@ Checking test 001 cpld_fv3_ccpp_mom6_cice_cmeps_1stepcold_atm_flux results .... Test 001 cpld_fv3_ccpp_mom6_cice_cmeps_1stepcold_atm_flux PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp_cmeps -mediator baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp_cmeps/RESTART -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_18557/cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux +baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp_cmeps +mediator baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp_cmeps/RESTART +working dir = /work/noaa/stmp/libin/stmp/libin/S2S_RT/rt_275829/cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux Checking test 002 cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -114,9 +114,9 @@ Checking test 002 cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux results .... Test 002 cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_3d_warm_ccpp_cmeps -mediator baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_3d_warm_ccpp_cmeps/RESTART -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_18557/cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux +baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_3d_warm_ccpp_cmeps +mediator baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_3d_warm_ccpp_cmeps/RESTART +working dir = /work/noaa/stmp/libin/stmp/libin/S2S_RT/rt_275829/cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux Checking test 003 cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux results .... Comparing phyf072.tile1.nc .........OK Comparing phyf072.tile2.nc .........OK @@ -170,9 +170,9 @@ Checking test 003 cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux results .... Test 003 cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_3d_warm_ccpp_cmeps -mediator baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_3d_warm_ccpp_cmeps/RESTART -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_18557/cpld_fv3_ccpp_mom6_cice_cmeps_restart +baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_3d_warm_ccpp_cmeps +mediator baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_3d_warm_ccpp_cmeps/RESTART +working dir = /work/noaa/stmp/libin/stmp/libin/S2S_RT/rt_275829/cpld_fv3_ccpp_mom6_cice_cmeps_restart Checking test 004 cpld_fv3_ccpp_mom6_cice_cmeps_restart results .... Comparing phyf072.tile1.nc .........OK Comparing phyf072.tile2.nc .........OK @@ -226,9 +226,9 @@ Checking test 004 cpld_fv3_ccpp_mom6_cice_cmeps_restart results .... Test 004 cpld_fv3_ccpp_mom6_cice_cmeps_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp_cmeps -mediator baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp_cmeps/RESTART -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_18557/cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads +baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp_cmeps +mediator baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp_cmeps/RESTART +working dir = /work/noaa/stmp/libin/stmp/libin/S2S_RT/rt_275829/cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads Checking test 005 cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -282,9 +282,9 @@ Checking test 005 cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads results .... Test 005 cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp_cmeps -mediator baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp_cmeps/RESTART -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_18557/cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp +baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp_cmeps +mediator baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp_cmeps/RESTART +working dir = /work/noaa/stmp/libin/stmp/libin/S2S_RT/rt_275829/cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp Checking test 006 cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -338,9 +338,9 @@ Checking test 006 cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp results .... Test 006 cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_warm_satmedmf_ccpp_cmeps -mediator baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_warm_satmedmf_ccpp_cmeps/RESTART -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_18557/cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf +baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1d_warm_satmedmf_ccpp_cmeps +mediator baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1d_warm_satmedmf_ccpp_cmeps/RESTART +working dir = /work/noaa/stmp/libin/stmp/libin/S2S_RT/rt_275829/cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf Checking test 007 cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -394,9 +394,9 @@ Checking test 007 cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf results .... Test 007 cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp384_cmeps -mediator baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp384_cmeps/RESTART -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_18557/cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux +baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp384_cmeps +mediator baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp384_cmeps/RESTART +working dir = /work/noaa/stmp/libin/stmp/libin/S2S_RT/rt_275829/cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux Checking test 008 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -450,9 +450,9 @@ Checking test 008 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux results .... Test 008 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp384_cmeps_frac -mediator baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp384_cmeps_frac/RESTART -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_18557/cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux_frac +baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp384_cmeps_frac +mediator baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp384_cmeps_frac/RESTART +working dir = /work/noaa/stmp/libin/stmp/libin/S2S_RT/rt_275829/cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux_frac Checking test 009 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux_frac results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -506,9 +506,9 @@ Checking test 009 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux_frac results ... Test 009 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux_frac PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_bmrt_ccpp_cmeps -mediator baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_bmrt_ccpp_cmeps/RESTART -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_18557/cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt +baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1d_bmrt_ccpp_cmeps +mediator baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1d_bmrt_ccpp_cmeps/RESTART +working dir = /work/noaa/stmp/libin/stmp/libin/S2S_RT/rt_275829/cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt Checking test 010 cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -599,9 +599,9 @@ Checking test 010 cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt results .... Test 010 cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_bmwav_ccpp_cmeps -mediator baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_bmwav_ccpp_cmeps/RESTART -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_18557/cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt +baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1d_bmwav_ccpp_cmeps +mediator baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1d_bmwav_ccpp_cmeps/RESTART +working dir = /work/noaa/stmp/libin/stmp/libin/S2S_RT/rt_275829/cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt Checking test 011 cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -658,69 +658,10 @@ Checking test 011 cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt results .... Test 011 cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_bmwav_ccpp_cmeps_frac -mediator baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_bmwav_ccpp_cmeps_frac/RESTART -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_18557/cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt_frac -Checking test 012 cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt_frac results .... - 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 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 20130402.000000.out_grd.gwes_30m .........OK - Comparing 20130402.000000.out_pnt.points .........OK - Comparing 20130402.000000.restart.gwes_30m .........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/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-02-00000.nc .........OK -Test 012 cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt_frac PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_6h_warm_debug_ccpp_cmeps -mediator baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_6h_warm_debug_ccpp_cmeps/RESTART -working dir = /work/noaa/stmp/junwang/stmp/junwang/S2S_RT/rt_18557/cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug -Checking test 013 cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_6h_warm_debug_ccpp_cmeps +mediator baseline dir = /work/noaa/nems/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_6h_warm_debug_ccpp_cmeps/RESTART +working dir = /work/noaa/stmp/libin/stmp/libin/S2S_RT/rt_275829/cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug +Checking test 012 cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK Comparing phyf006.tile3.nc .........OK @@ -771,9 +712,9 @@ Checking test 013 cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2016-10-03-21600.nc .........OK Comparing ufs.s2s.cpl.r.2016-10-03-21600.nc .........OK -Test 013 cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug PASS +Test 012 cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug PASS REGRESSION TEST WAS SUCCESSFUL -Wed Oct 7 21:53:40 CDT 2020 -Elapsed time: 01h:29m:57s. Have a nice day! +Wed Oct 14 02:17:25 CDT 2020 +Elapsed time: 06h:33m:29s. Have a nice day! diff --git a/tests/RegressionTests_wcoss_dell_p3.log b/tests/RegressionTests_wcoss_dell_p3.log index ac3e7db6..ac1fc0a5 100644 --- a/tests/RegressionTests_wcoss_dell_p3.log +++ b/tests/RegressionTests_wcoss_dell_p3.log @@ -1,10 +1,10 @@ -Thu Oct 8 01:25:57 UTC 2020 +Wed Oct 14 01:31:05 UTC 2020 Start Regression test -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1stepcold_ccpp_cmeps -mediator baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1stepcold_ccpp_cmeps/RESTART -working dir = /gpfs/dell2/ptmp/Jun.Wang/S2S_RT/rt_131270/cpld_fv3_ccpp_mom6_cice_cmeps_1stepcold_atm_flux +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1stepcold_ccpp_cmeps +mediator baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1stepcold_ccpp_cmeps/RESTART +working dir = /gpfs/dell2/ptmp/Bin.Li/S2S_RT/rt_116980/cpld_fv3_ccpp_mom6_cice_cmeps_1stepcold_atm_flux Checking test 001 cpld_fv3_ccpp_mom6_cice_cmeps_1stepcold_atm_flux results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -58,9 +58,9 @@ Checking test 001 cpld_fv3_ccpp_mom6_cice_cmeps_1stepcold_atm_flux results .... Test 001 cpld_fv3_ccpp_mom6_cice_cmeps_1stepcold_atm_flux PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp_cmeps -mediator baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp_cmeps/RESTART -working dir = /gpfs/dell2/ptmp/Jun.Wang/S2S_RT/rt_131270/cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp_cmeps +mediator baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp_cmeps/RESTART +working dir = /gpfs/dell2/ptmp/Bin.Li/S2S_RT/rt_116980/cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux Checking test 002 cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -114,9 +114,9 @@ Checking test 002 cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux results .... Test 002 cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_3d_warm_ccpp_cmeps -mediator baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_3d_warm_ccpp_cmeps/RESTART -working dir = /gpfs/dell2/ptmp/Jun.Wang/S2S_RT/rt_131270/cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_3d_warm_ccpp_cmeps +mediator baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_3d_warm_ccpp_cmeps/RESTART +working dir = /gpfs/dell2/ptmp/Bin.Li/S2S_RT/rt_116980/cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux Checking test 003 cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux results .... Comparing phyf072.tile1.nc .........OK Comparing phyf072.tile2.nc .........OK @@ -170,9 +170,9 @@ Checking test 003 cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux results .... Test 003 cpld_fv3_ccpp_mom6_cice_cmeps_3d_atm_flux PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_3d_warm_ccpp_cmeps -mediator baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_3d_warm_ccpp_cmeps/RESTART -working dir = /gpfs/dell2/ptmp/Jun.Wang/S2S_RT/rt_131270/cpld_fv3_ccpp_mom6_cice_cmeps_restart +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_3d_warm_ccpp_cmeps +mediator baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_3d_warm_ccpp_cmeps/RESTART +working dir = /gpfs/dell2/ptmp/Bin.Li/S2S_RT/rt_116980/cpld_fv3_ccpp_mom6_cice_cmeps_restart Checking test 004 cpld_fv3_ccpp_mom6_cice_cmeps_restart results .... Comparing phyf072.tile1.nc .........OK Comparing phyf072.tile2.nc .........OK @@ -226,9 +226,9 @@ Checking test 004 cpld_fv3_ccpp_mom6_cice_cmeps_restart results .... Test 004 cpld_fv3_ccpp_mom6_cice_cmeps_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp_cmeps -mediator baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp_cmeps/RESTART -working dir = /gpfs/dell2/ptmp/Jun.Wang/S2S_RT/rt_131270/cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp_cmeps +mediator baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp_cmeps/RESTART +working dir = /gpfs/dell2/ptmp/Bin.Li/S2S_RT/rt_116980/cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads Checking test 005 cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -282,9 +282,9 @@ Checking test 005 cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads results .... Test 005 cpld_fv3_ccpp_mom6_cice_cmeps_2d_2threads PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp_cmeps -mediator baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp_cmeps/RESTART -working dir = /gpfs/dell2/ptmp/Jun.Wang/S2S_RT/rt_131270/cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp_cmeps +mediator baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp_cmeps/RESTART +working dir = /gpfs/dell2/ptmp/Bin.Li/S2S_RT/rt_116980/cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp Checking test 006 cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -338,9 +338,9 @@ Checking test 006 cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp results .... Test 006 cpld_fv3_ccpp_mom6_cice_cmeps_2d_decomp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_warm_satmedmf_ccpp_cmeps -mediator baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_warm_satmedmf_ccpp_cmeps/RESTART -working dir = /gpfs/dell2/ptmp/Jun.Wang/S2S_RT/rt_131270/cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1d_warm_satmedmf_ccpp_cmeps +mediator baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1d_warm_satmedmf_ccpp_cmeps/RESTART +working dir = /gpfs/dell2/ptmp/Bin.Li/S2S_RT/rt_116980/cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf Checking test 007 cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -394,9 +394,9 @@ Checking test 007 cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf results .... Test 007 cpld_fv3_ccpp_mom6_cice_cmeps_1d_satmedmf PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp384_cmeps -mediator baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp384_cmeps/RESTART -working dir = /gpfs/dell2/ptmp/Jun.Wang/S2S_RT/rt_131270/cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp384_cmeps +mediator baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp384_cmeps/RESTART +working dir = /gpfs/dell2/ptmp/Bin.Li/S2S_RT/rt_116980/cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux Checking test 008 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -450,9 +450,9 @@ Checking test 008 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux results .... Test 008 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp384_cmeps_frac -mediator baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_2d_warm_ccpp384_cmeps_frac/RESTART -working dir = /gpfs/dell2/ptmp/Jun.Wang/S2S_RT/rt_131270/cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux_frac +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp384_cmeps_frac +mediator baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_2d_warm_ccpp384_cmeps_frac/RESTART +working dir = /gpfs/dell2/ptmp/Bin.Li/S2S_RT/rt_116980/cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux_frac Checking test 009 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux_frac results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -506,9 +506,9 @@ Checking test 009 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux_frac results ... Test 009 cpld_fv3_ccpp_384_mom6_cice_cmeps_2d_atm_flux_frac PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_bmrt_ccpp_cmeps -mediator baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_bmrt_ccpp_cmeps/RESTART -working dir = /gpfs/dell2/ptmp/Jun.Wang/S2S_RT/rt_131270/cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1d_bmrt_ccpp_cmeps +mediator baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1d_bmrt_ccpp_cmeps/RESTART +working dir = /gpfs/dell2/ptmp/Bin.Li/S2S_RT/rt_116980/cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt Checking test 010 cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -599,9 +599,9 @@ Checking test 010 cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt results .... Test 010 cpld_fv3_ccpp_384_mom6_cice_cmeps_1d_bmark_rt PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_bmwav_ccpp_cmeps -mediator baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_bmwav_ccpp_cmeps/RESTART -working dir = /gpfs/dell2/ptmp/Jun.Wang/S2S_RT/rt_131270/cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1d_bmwav_ccpp_cmeps +mediator baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_1d_bmwav_ccpp_cmeps/RESTART +working dir = /gpfs/dell2/ptmp/Bin.Li/S2S_RT/rt_116980/cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt Checking test 011 cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -658,69 +658,10 @@ Checking test 011 cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt results .... Test 011 cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_bmwav_ccpp_cmeps_frac -mediator baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_1d_bmwav_ccpp_cmeps_frac/RESTART -working dir = /gpfs/dell2/ptmp/Jun.Wang/S2S_RT/rt_131270/cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt_frac -Checking test 012 cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt_frac results .... - 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 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 20130402.000000.out_grd.gwes_30m .........OK - Comparing 20130402.000000.out_pnt.points .........OK - Comparing 20130402.000000.restart.gwes_30m .........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/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-02-00000.nc .........OK -Test 012 cpld_fv3_ccpp_384_mom6_cice_cmeps_ww3_1d_bmark_rt_frac PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_6h_warm_debug_ccpp_cmeps -mediator baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20200928/RT-Baselines_6h_warm_debug_ccpp_cmeps/RESTART -working dir = /gpfs/dell2/ptmp/Jun.Wang/S2S_RT/rt_131270/cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug -Checking test 013 cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_6h_warm_debug_ccpp_cmeps +mediator baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/FV3-MOM6-CICE5/develop-20201012/RT-Baselines_6h_warm_debug_ccpp_cmeps/RESTART +working dir = /gpfs/dell2/ptmp/Bin.Li/S2S_RT/rt_116980/cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug +Checking test 012 cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK Comparing phyf006.tile3.nc .........OK @@ -771,9 +712,9 @@ Checking test 013 cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug results .... Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2016-10-03-21600.nc .........OK Comparing ufs.s2s.cpl.r.2016-10-03-21600.nc .........OK -Test 013 cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug PASS +Test 012 cpld_fv3_ccpp_mom6_cice_cmeps_6h_debug PASS REGRESSION TEST WAS SUCCESSFUL -Thu Oct 8 03:43:54 UTC 2020 -Elapsed time: 02h:18m:01s. Have a nice day! +Wed Oct 14 09:11:31 UTC 2020 +Elapsed time: 07h:40m:28s. Have a nice day! From 13a7037c6857b9a73f0f516a32ea7e920be89dc3 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 14 Oct 2020 07:48:48 -0600 Subject: [PATCH 10/10] Revert change to .gitmodules and update submodule pointer for NEMS --- .gitmodules | 6 ++---- NEMS | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index e83b2918..4e27b112 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,10 +4,8 @@ branch = develop [submodule "NEMS"] path = NEMS - #url = https://github.com/NOAA-EMC/NEMS.git - #branch = develop - url = https://github.com/aerorahul/NEMS.git - branch = feature/overload + url = https://github.com/NOAA-EMC/NEMS.git + branch = develop [submodule "FMS"] path = FMS url = https://github.com/NOAA-GFDL/FMS diff --git a/NEMS b/NEMS index a20af651..f102e366 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit a20af651d07522fc76ff27d0b5c91ad31fee09f8 +Subproject commit f102e366c46b49e7a24b19d79a7ceb32bc0ce79e